css3奇偶选择器

数学里面的奇数偶数,上代码

tr td:nth-of-type(odd){ margin-left: 20px;}奇数行   
tr td:nth-of-type(even){margin-left: 10px;}偶数行   

你可能感兴趣的:(html)