最佳答案
举个简单的例子:
超文本标示语言
<p style="color:red!important">
this text is red
<em>
this text is in the initial color (e.g. black)
</em>
this is red again
</p>
CSS
em {
color:initial;
color:unset;
}
initial
和 unset
有什么区别? 只支持浏览器