/*设置奇数行颜色*/ table tr:nth-child(odd) { background: #ccc; } /*设置偶数行颜色*/ table tr:nth-child(even) { background: #ccc; }