1、plate 元素选择器
2、bento 元素选择器
3、#fancy id选择器
4、plate apple 后代元素选择器
5、#fancy pickle 复合选择器
6、.small 类选择器
7、bento .small,plate .small 并集选择器
8、bento orange.small 后代元素选择器
9、plate,bento 并集选择器
10、apple,plate,orange,bento 并集选择器
11、 plate * 通配选择器
12、
13、
14、plate > apple 子元素选择器
15、orange:first-child 子元素选择器
16、apple,pickle:first-child 并集选择器
17、apple,pickle 并集选择器
18、plate:nth-child(3) 子元素选择器
19、
20 、apple:first-of-type 子元素选择器
21、plate:nth-of-type(even) 子元素选择器
22、
23、
24、
25、
26、












网友评论