标签: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 被选中时的样式
标签:ddl eve 内容 child 样式 type 选择 ast css
原文地址:https://www.cnblogs.com/geze/p/14500457.html