p span.warning{color:purple;} /*权值为1+1+10=12*/这个是错误的吧!应该写成p, span,.warning{color:purple;} /*权值为1+1+10=12*/
其实没有错,后代选择器是拆分成多个标签来计算权值的。