首页 > css color属性的优先级

css color属性的优先级

.ui.default.dropdown:hover>.text, .ui.default.dropdown>.text, .ui.dropdown:hover>.default.text, .ui.dropdown>.default.text {

color: rgba(179,179,179,.7);

}

.ui.ux-orange.dropdown, .ui .ux-orange .dropdown>.default.text {

color: orange !important;

}


为什么important的优先级比上面的低?

你是怎么得出!important的优先级比其他的低的,理论上来讲!important是优先级最高的。


权重


建议看看特殊性。其次important最高


应该是行内样式优先于内部样式优先于外部样式优先于全局样式

【热门文章】
【热门文章】