html table tr背景隔行显示
2021-04-11 12:25
阅读:584
标签:间隔 color 显示 code ble back border lap htm html table tr背景隔行显示 标签:间隔 color 显示 code ble back border lap htm 原文地址:https://www.cnblogs.com/edczjw-Edison/p/12411134.html
//奇数行显示
table tr:nth-child(odd){
background:red;
}
//偶数行显示
table tr:nth-child(even){
background:red;
}
//取消table表格间隔
table{
border-collapse:collapse;
}
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:html table tr背景隔行显示
文章链接:http://soscw.com/index.php/essay/74255.html
文章标题:html table tr背景隔行显示
文章链接:http://soscw.com/index.php/essay/74255.html
评论
亲,登录后才可以留言!