.wrapper > div:nth-last-of-type(5){ background: orange; }

来源:6-13 CSS3 nth-last-of-type(n)选择器

Minya

2015-01-31 15:41

.wrapper > div:nth-last-of-type(5){

  background: orange;

}


写回答 关注

1回答

  • casparwan
    2015-12-16 16:17:23

    .wrapper下面有好几种类型元素,选择倒数第5个div,用nth-last-of-type(5)

十天精通CSS3

本课程为CSS3入门教程,深刻详解CSS3知识让网页穿上绚丽装备

242554 学习 · 2623 问题

查看课程

相似问题