摘要: .list ul li:nth-child(even){ ...} //li的偶数行样式 .list ul li:nth-child(odd){ ...} //li的奇数行样式 .list ul li:nth-child(1){ top:0;} //第一个li.list ul li:nth-chil 阅读全文
posted @ 2019-11-18 11:11 YoYo/切克闹 阅读(13221) 评论(0) 推荐(0) 编辑