!important 添加的样式替换其他的样式

1. ie6以下不能识别
2. 主要时给class提升指度
    比如
        #box{color:red}
        .blue{color:blue !important;}

        <div id="box">
            <div class="blue">
        </div>
    因为 #id定义属性的要比class指度高,使用 !imporant就能使得class定义的属性重写#id的

results matching ""

    No results matching ""