既然要选择使用红色 就可以直接写 p{color:red:} 为什么还要多加!important标签 既然强调要用红色 就可以直接设置红色啊 怎么还要多个强调性?
数据分析师2017-09-30 22:54:33
Why add it! important? -PHP Chinese website Q&A-Why should we add it? important? -PHP Chinese website Q&A
Please watch and learn.
迷茫2016-12-19 14:01:23
import可以为某些样式设置最高权值。
浏览器默认的样式 < 网页制作者样式 < 用户自己设置的样式。但!important优先级样式是个例外,权值高于用户自己设置的样式。