什么叫权值?权值是怎么计算的?
p{color:red;} /*权值为1*/p span{color:green;} /*权值为1+1=2*/
.warning{color:white;} /*权值为10*/p span.warning{color:purple;} /*权值为1+1+10=12*/
#footer .note p{color:yellow;} /*权值为100+10+1=111*/
p{color:red;} /*权值为1*/p span{color:green;} /*权值为1+1=2*/
.warning{color:white;} /*权值为10*/p span.warning{color:purple;} /*权值为1+1+10=12*/
#footer .note p{color:yellow;} /*权值为100+10+1=111*/
2015-09-16
举报