每次选择n elemtns

时间:2015-11-24 14:03:41

标签: html css

我在这里尝试实现的是前6行而不改变背景,然后接下来的6行将背景变为灰色等等......

以下示例我是如何接近这一点的,但显然不能正常工作,元素数量是错误的,我做错了什么?可以做得更容易,更干净吗?

table tr:nth-child(13n-1), 
table tr:nth-child(13n-2),
table tr:nth-child(13n-3), 
table tr:nth-child(13n-4), 
table tr:nth-child(13n-5),
table tr:nth-child(13n-6) {
    background: gray;
}

js fiddle

0 个答案:

没有答案