table
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了table相关的知识,希望对你有一定的参考价值。
1 style{
2 table tr:nth child(odd){
3 background:red;
4 }/*基数行背景红*/
5 table tr:nth child(even){
6 background:blue;
7 }/*偶数行背景蓝*/
8 }
9
以上是关于table的主要内容,如果未能解决你的问题,请参考以下文章