加这个,!important
例如:
body { background-color:yellow;!important background:red; }
! important
属性后面加!important如body{color:red!important;}
在标签的属性值后面加上!impotent
例如p{color:red ! impotent}