li:nth-child(1),nth-child(2),nth-child(3){background:green;}
只能这样吗? 如果20个元素 前10个变色就得写10次吗
我百度到了 可以是li:nth-child(-n+3):nth-child(n+1){background:green;}