码迷,mamicode.com
首页 > Web开发 > 详细

html table tr背景隔行显示

时间:2020-03-04 19:28:42      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:间隔   color   显示   code   ble   back   border   lap   htm   

//奇数行显示

table tr:nth-child(odd){

    background:red;

}

 
//偶数行显示

table tr:nth-child(even){

    background:red;

}

 
//取消table表格间隔

table{
    border-collapse:collapse;
}

 

html table tr背景隔行显示

标签:间隔   color   显示   code   ble   back   border   lap   htm   

原文地址:https://www.cnblogs.com/edczjw-Edison/p/12411134.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!