摘要: 1 li { 2 width: 100px; 3 height: 30px; 4 display: inline-block; 5 background: red; 6 } 7 .box li:nth-child(2n) { 8 background: blue; 9 } 10 .box{ 11 w 阅读全文
posted @ 2019-09-18 15:59 PiPai 阅读(1604) 评论(0) 推荐(0) 编辑