css控制table单双行变色

:nth-of-type(odd)奇数行
:nth-of-type(even)偶数行
:nth-child(4n+1)从第一行开始算起 每隔4个(包含第四个)

你可能感兴趣的:(css控制table单双行变色)