标签:pre 参考 strong 选择 ref port href bsp war
【CSS同时选择器】
同一个div拥有多个class时,我们可以作多个class作为组合来选择对象。方法就是将多个.className直接连接在一起(中间不能有空格)。
<p class="important urgent warning">
This paragraph is a very important and urgent warning.
</p>
.important.urgent {background:silver;}
参考:http://www.w3school.com.cn/css/css_selector_class.asp
标签:pre 参考 strong 选择 ref port href bsp war
原文地址:http://www.cnblogs.com/tekkaman/p/7082995.html