餐厅联系答案
1.div .table,plate
2.div .table,bento
3.div .table,#fancy
4.div .table,plate>apple
5.div .table,#fancy>pickle
6.div .table,.small
7.div .table,bento>.small,plate>.small
8.div .table,bento>.small:not(apple)
9.div .table,plate,bento
10.div .table,*
11.div .table,#fancy>.small,plate>pickle,plate>apple
12.div .table,plate+.small,plate+apple
13.div .table,bento+.small,.small+pickle
14.div .table,plate:nth-of-type(2)>apple
15.div .table,plate+plate>orange:nth-of-type(1) div.table,plate+plate:first-child
16.div .table,plate>:only-child
17.div .table,#fancy>apple,plate+.small
18.div .table,plate:nth-of-type(3)
19.div .table,bento:nth-of-type(1)
20.div.table,apple:first-of-type
21.div.table,plate:nth-of-type(even)
22
网友评论