怎样用一个选择器实现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个元素?