css 生效顺序 less 写法

 

 

<!DOCTYPE html>
<html>
<style type="text/css">
.c{
color:red;
}
.c{
color:green;
}
</style>
<body>
<p class="c">123</p>
</body>
</html>

 

posted @ 2018-09-30 23:07  papering  阅读(404)  评论(0编辑  收藏  举报