猿问

学了权值与优先级后,以下代码最终显示什么颜色呢?

<html>
<head>
<style type="text/css">
#left{color:black!important;}
#container #left{color:red;}    
#left{color:green!important;}
.container #left{color:blue;}
</style>
</head>

<body>
<div class="container" id="container">
    <span id="left" style="color:#707;">这到底是什么颜色啊?</span>
</div>
</body>
</html>

主要是原理是怎么回事?

超人不会飞1
浏览 993回答 1
1回答
随时随地看视频慕课网APP
我要回答