CSS3新增选择器

CSS3新增的伪类选择器

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

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

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

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

CSS3新增选择器

上一篇:.Net Core在Ubuntu的坑


下一篇:nodejs模拟实现博客(一)