码迷,mamicode.com
首页 > Web开发 > 详细

css选择器优先级

时间:2015-06-09 12:04:15      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:

id选择器优先级 > 类class选择器优先级 > 标签选择器优先级


class 选择器 .inner{ width:100px;}
id 选择器 #demo{ width:100px;}
标签 选择器 p{ width:100px;}
后代选择器 p a{ color: #f60;}
伪类选择器 a:hover{ color: #f00;}
伪元素选择器 a:after{ clear: both;}
属性选择器 input[type=checkbox]{ margin-left: 10px;}
css3选择器


css选择器优先级

标签:

原文地址:http://my.oschina.net/u/2349156/blog/464544

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!