高级前端
css
【Q620】CSS 有哪些选择器

CSS 有哪些选择器

Issue 欢迎在 Gtihub Issue 中回答此问题: Issue 638 (opens in a new tab)

Author 回答者: shfshanyue (opens in a new tab)

  • :hover
  • :active
  • :first-child
  • :last-child
  • :nth-child
  • :first-of-type
  • :last-of-type
  • :nth-of-type
  • :empty
  • :check
  • :disable

Author 回答者: 849327939 (opens in a new tab)

1.id选择器2.类选择器3.元素选择器4.分组选择器(并集选择器)5.复合选择器(交集选择器)6.通配选择器7.后代元素选择器8.子元素选择器9.伪类选择器10.属性选择器11.兄弟元素选择器