📜  如何覆盖 css importnat - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:41.937000             🧑  作者: Mango

代码示例1
/*Some examples with a higher specificity (first is highest/overrides, third is lowest):*/

table td    {height: 50px !important;}
.myTable td {height: 50px !important;}
#myTable td {height: 50px !important;}