#div p { color: red !important; } ... #div p { color: blue; }
我理解它是如何!important工作的,在这种情况下div将呈现红色,因为它现在具有优先级(!important).但我仍然无法找到适当的情况来使用它.有谁知道!important节省一天的任何例子?
!important
css
css ×1