CSS3 中规定单冒号(:)表示伪类,双冒号(::)表示伪元素。

CSS3 新增的伪类

:first-child/:last-child/:nth-child()/:nth-last-child() 选择第几个子元素
:first-of-type/:last-of-type/:nth-of-type()/:nth-last-of-type() 选择兄弟节点中的元素
:root HTML 根元素
:not() 否定选择器
:only-child 只有一个子元素时才生效
:empty 选择连空格都没有的元素