# CSS 有哪些选择器
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 638 (opens new window)
Author
:hover
:active
:first-child
:last-child
:nth-child
:first-of-type
:last-of-type
:nth-of-type
:empty
:check
:disable
Author
1.id 选择器 2.类选择器 3.元素选择器 4.分组选择器(并集选择器) 5.复合选择器(交集选择器) 6.通配选择器 7.后代元素选择器 8.子元素选择器 9.伪类选择器 10.属性选择器 11.兄弟元素选择器