当需要偶数行背景时使用样式:
table tr:nth-child(even){
background: #ccc;
}
结果如图所示可设置奇数行背景
table tr:nth-child(odd){
background: #ccc;
}
网址:
https://jingyan.baidu.com/article/4dc408484533f9c8d946f1a5.html
当需要偶数行背景时使用样式:
table tr:nth-child(even){
background: #ccc;
}
结果如图所示可设置奇数行背景
table tr:nth-child(odd){
background: #ccc;
}
网址:
https://jingyan.baidu.com/article/4dc408484533f9c8d946f1a5.html