标签:
优先级逐级增加的选择器列表:
!important
规则例外,该样式声明会覆盖CSS中任何其他的声明。
一些经验法则:
!important
!important
!important
!important
一般情况下,优先级如下:
(外部样式)External style sheet <(内部样式)Internal style sheet <(内联样式)Inline style
Note: 如果外部样式放在内部样式的后面,则外部样式将覆盖内部样式。
标签:
原文地址:http://www.cnblogs.com/hzj680539/p/5093891.html