2019-03-21元素选择器

1.plate

2019-03-21元素选择器_第1张图片

2.bento

2019-03-21元素选择器_第2张图片

3.

plate#fancy

2019-03-21元素选择器_第3张图片

4.plate>apple

2019-03-21元素选择器_第4张图片

5.plate#fancy>pickle

2019-03-21元素选择器_第5张图片

6.apple.small,plate>apple.small

2019-03-21元素选择器_第6张图片

7.bento>orange.small,plate>orange.small

2019-03-21元素选择器_第7张图片

8.bento>orange.small


2019-03-21元素选择器_第8张图片

9.plate,bento

2019-03-21元素选择器_第9张图片

10.*

2019-03-21元素选择器_第10张图片

11.plate>*

2019-03-21元素选择器_第11张图片

12.plate+apple,plate+apple

2019-03-21元素选择器_第12张图片

13.bento~pickle

2019-03-21元素选择器_第13张图片

14.plate>apple


2019-03-21元素选择器_第14张图片

15.plate>:first-child


2019-03-21元素选择器_第15张图片

16.plate>apple,plate>pickle.small


2019-03-21元素选择器_第16张图片

17.plate#fancy>apple.small,pickle.small


2019-03-21元素选择器_第17张图片

18.plate:nth-child(3)


2019-03-21元素选择器_第18张图片

19.:nth-last-child(4)


2019-03-21元素选择器_第19张图片

20.apple:first-of-type


2019-03-21元素选择器_第20张图片

21::nth-of-type(2),:nth-of-type(4),:nth-of-type(6)或者:nth-of-type(even)


2019-03-21元素选择器_第21张图片

22.:nth-of-type(3),:nth-of-type(5) 


2019-03-21元素选择器_第22张图片

23.apple.small:only-of-type


2019-03-21元素选择器_第23张图片


24.orange.small:last-of-type,apple.small:last-of-type


2019-03-21元素选择器_第24张图片

25.bento:empty


2019-03-21元素选择器_第25张图片

26.apple:not(.small)


2019-03-21元素选择器_第26张图片

你可能感兴趣的:(2019-03-21元素选择器)