这些都是css控制的,然后我们看下样式:
分别选择为:奇数行、偶数列、第五行:
table tr:nth-child(odd){background:#F4F4F4;}
table td:nth-child(even){color:#C00;}
table tr:nth-child(5){background:#73B1E0;color:#FFF;}
这些都是css控制的,然后我们看下样式:
分别选择为:奇数行、偶数列、第五行:
table tr:nth-child(odd){background:#F4F4F4;}
table td:nth-child(even){color:#C00;}
table tr:nth-child(5){background:#73B1E0;color:#FFF;}