qq_慕后端4335697
2019-11-08 17:46
怎样用一个选择器实现789变一个样式
ol >li:nth-child(-n+9):nth-child(n+7){background:green;}
ol>li:nth-last-child(2),:nth-last-child(3),:nth-last-child(4){
background: orange;
}
具体形容的是什么呢,第789个元素?
十天精通CSS3
242555 学习 · 2623 问题
相似问题
回答 1
回答 3
回答 2
回答 1
回答 5