优先级

id,class,td还有html里的样式优先级问题。。。

#bgGreen{ }

.bgRed{ background-color: Red; }

td{ background-color: Black; }

 

 

<table>
<tbody>
<tr>
<td class="bgRed" id="bgGreen" style="background-color:yellow">内容</td>
</tr>

</tbody>

</table>

优先级: style>id>class>td

前提:无!important

posted on 2017-02-16 09:10  想要逆袭的学渣  阅读(89)  评论(0编辑  收藏  举报

导航