💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[CSS参考手册](http://css.doyoe.com/)» 选择符列表 相关内容: [**其它选择符参考**选择其它项](#) - [元素选择符](#) - [关系选择符](#) - [属性选择符](#) - [伪类选择符](#) - [伪对象选择符](#) # CSS Selectors Reference - CSS选择符集合 ### [元素选择符 Element Selectors](#) - [*](#) - [E](#) - [E#id](#) - [E.class](#) ### [关系选择符 Relationship Selectors](#) - [E F](#) - [E>F](#) - [E+F](#) - [E~F](#) ### [属性选择符 Attribute Selectors](#) - [E[att]](#) - [E[att="val"]](#) - [E[att~="val"]](#) - [E[att^="val"]](#) - [E[att$="val"]](#) - [E[att*="val"]](#) - [E[att|="val"]](#) ### [伪类选择符 Pseudo-Classes Selectors](#) - [E:link](#) - [E:visited](#) - [E:hover](#) - [E:active](#) - [E:focus](#) - [E:lang()](#) - [E:not()](#) - [E:root](#) - [E:first-child](#) - [E:last-child](#) - [E:only-child](#) - [E:nth-child(n)](#) - [E:nth-last-child(n)](#) - [E:first-of-type](#) - [E:last-of-type](#) - [E:only-of-type](#) - [E:nth-of-type(n)](#) - [E:nth-last-of-type(n)](#) - [E:empty](#) - [E:checked](#) - [E:enabled](#) - [E:disabled](#) - [E:target](#) - [@page:first](#) - [@page:left](#) - [@page:right](#) ### [伪对象选择符 Pseudo-Element Selectors](#) - [E:first-letter/E::first-letter](#) - [E:first-line/E::first-line](#) - [E:before/E::before](#) - [E:after/E::after](#) - [E::selection](#) **这种颜色** 的链接表示是CSS3选择符或原选择符被CSS3修改并赋予了新的特性 Copyright © 2006-2012 [Doyoe](http://www.doyoe.com/). All Rights Reserved