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

css选择器

时间:2019-04-09 17:03:14      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:css   sha   伪类   checked   margin   over   first   die   only   

1. id,class类,标签,相邻, 子,后代 , 通配, 属性选择器(a[rel="external"]) ,   伪类选择器(a:hover,li:nth-child)

2.  可继承的属性:   font-size,font-family,color, text-indent

3. 不可继承: margin padding border width height

4. 优先级算法:

       a。  优先级就近原则, 同权重情况下样式定义最近者为准

       b.    载入样式以最后载入的为准

       

css3伪类: first-of-type    ;ast-of-type   only-of-type only-child nth-child(2)

:enabled :disabled  :checked

 

css3: transition rotate transform  border-radius box-shadow text-shadow gradient skew :selection  媒体查询 多栏布局 border-image   @font face

 

css选择器

标签:css   sha   伪类   checked   margin   over   first   die   only   

原文地址:https://www.cnblogs.com/moneyss/p/10677727.html

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