美文网首页
晚餐小游戏(css)

晚餐小游戏(css)

作者: 5482698 | 来源:发表于2018-03-27 08:10 被阅读0次

    答案:

    1·plate 元素选择器

    2·bento 元素选择器

    3·#fancy ID选择器

    4·apple:first-child() 后代元素选择器

    5·#fancy pickle  复合选择器

    6·.small 类选择器

    7·plate .small,.small:nth-child(odd) 并集选择器

    8·bento orange  后代元素选择器

    9·bento,plate 并集选择器

    10·* 通配选择器

    11·plate * 后代元素选择器(all)

    12·plate + 兄弟元素选择器

    13·bento +,bento + + 兄弟元素选择器

    14·plate:nth-child(even) > 子元素选择器

    15·orange:first-child() 子元素选择器

    16·apple,plate pickle 子元素选择器

    17·apple,pickle 子元素选择器

    18·plate:not(plate:nth-child(even),plate:first-child())子元素选择器 

    19·bento:nth-child(even)子元素选择器

    20·apple:first | apple:first-of-type | apple:first-child() | apple:not(.small)子元素选择器

    21·plate:nth-child(even) | plate:not(plate:nth-child(odd))子元素选择器

    22·plate:not(plate:nth-child(even),plate:first-child())子元素选择器

    23·plate:nth-child(even) apple子元素选择器

    24·.small:nth-child(even)子元素选择器

    相关文章

      网友评论

          本文标题:晚餐小游戏(css)

          本文链接:https://www.haomeiwen.com/subject/wmrrcftx.html