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

CSS3新增选择器

时间:2021-03-09 13:18:32      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ddl   eve   内容   child   样式   type   选择   ast   css   

CSS3新增的伪类选择器

:first-child 表示第一个子元素是...
:last-child
:nth-child(numberloddleven/倍数)

:first-of-type 表示第一个子元素
:last-of-type
:nth-of-type (numberloddleven/倍数)

:empty空的子元素 子元素不能包含任何内容
:not(选择器) 表示否定某一个

表单:
:focus 获取焦点时的样式
:checked 被选中时的样式

CSS3新增选择器

标签:ddl   eve   内容   child   样式   type   选择   ast   css   

原文地址:https://www.cnblogs.com/geze/p/14500457.html

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