问答详情
源自:9-4 为所欲为 - 选择器最高层级!important

important不起作用

请教一下,我在dw里使用这语句发现没有作用,麻烦发夹帮我看一下

无标题文档

good morning

good morning

提问者:唱唱反调11 2016-09-25 10:07

个回答

  • 战栗的超人
    2016-09-25 14:57:24
    已采纳

    <style type="text/css">
    <style>这行标签多余了
    p{color: #0F3 !important;}
    .first{color: #F0C}
    </style>
    </head>

    <body>
    <p>good morning</p>
    <p class="first">good morning</p>

  • 唱唱反调11
    2016-09-25 10:08:12



    <style type="text/css">
    <style>
    p{color: #0F3 !important;}
    .first{color: #F0C}
    </style>
    </head>

    <body>
    <p>good morning</p>
    <p class="first">good morning</p>