标签:
用1表示标签名选择器的优先级
用10表示类选择 器的优先级
用100标示ID选择器的优先级
div.test1 .span var 优先级 1+10 +10 +1
span#xxx .songs li 优先级1+100 + 10 + 1
#xxx li 优先级 100 +1
CSS--选择符优先级
原文地址:http://www.cnblogs.com/guolz/p/5273091.html