问答详情
源自:9-3 权值计算-特殊性

怎么让这个样式有最高权限啊

想让一个样式比别的权限都高,就是显示这个样式,不管其他的样式

提问者:慕粉3767191 2016-08-01 21:47

个回答

  • 慕莱坞9220042
    2016-08-01 21:49:27
    已采纳

    加这个,!important

    例如:

    body
    {
    background-color:yellow;!important
    background:red;
    }


  • 穆宇
    2016-08-01 21:55:18

    ! important

  • DAT
    2016-08-01 21:52:34

    属性后面加!important如body{color:red!important;}

  • gz1812863751525
    2016-08-01 21:51:11

    在标签的属性值后面加上!impotent

    例如p{color:red ! impotent}