首页 > Web开发 > 详细

css新增伪类

时间:2018-03-05 20:12:16      阅读:236      评论:0      收藏:0      [点我收藏+]

css3新增伪类

:first-of-type p:first-of-type 选择属于其父元素技术分享图片技术分享图片 <p> 元素技术分享图片技术分享图片 <p> 元素技术分享图片
:last-of-type p:last-of-type 选择属于其父元素技术分享图片技术分享图片技术分享图片 <p> 元素技术分享图片技术分享图片 <p> 元素技术分享图片
:only-of-type p:only-of-type 选择属于其父元素唯技术分享图片技术分享图片 <p> 元素技术分享图片技术分享图片 <p> 元素技术分享图片
:only-child p:only-child 选择属于其父元素技术分享图片技术分享图片技术分享图片元素技术分享图片技术分享图片 <p> 元素技术分享图片
:nth-child(n) p:nth-child(2) 选择属于其父元素技术分享图片第二技术分享图片技术分享图片元素技术分享图片技术分享图片 <p> 元素技术分享图片
:nth-last-child(n) p:nth-last-child(2) 同技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片元素技术分享图片始计数技术分享图片
:nth-of-type(n) p:nth-of-type(2) 选择属于其父元素第二技术分享图片 <p> 元素技术分享图片技术分享图片 <p> 元素技术分享图片
:nth-last-of-type(n) p:nth-last-of-type(2) 同技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片元素技术分享图片始计数技术分享图片
:last-child p:last-child 选择属于其父元素技术分享图片技术分享图片技术分享图片技术分享图片技术分享图片元素每技术分享图片 <p> 元素技术分享图片
:root :root 选择文档技术分享图片根元素技术分享图片
:empty p:empty 选择没技术分享图片技术分享图片元素技术分享图片技术分享图片 <p> 元素(包括文本节点)技术分享图片
:target #news:target 选择技术分享图片技术分享图片技术分享图片技术分享图片 #news 元素技术分享图片
:enabled input:enabled 选择每技术分享图片启用技术分享图片 <input> 元素技术分享图片
:disabled input:disabled 选择每技术分享图片禁用技术分享图片 <input> 元素
:checked input:checked 选择每技术分享图片技术分享图片技术分享图片技术分享图片 <input> 元素技术分享图片
:not(selector) :not(p) 选择非 <p> 元素技术分享图片技术分享图片元素技术分享图片
::selection ::selection 选择技术分享图片用户选取技术分享图片元素部技术分享图片技术分享图片

css新增伪类

原文:https://www.cnblogs.com/lucky-ball/p/8510929.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!