html table tr背景隔行显示

2021-04-11 12:25

阅读:584

标签:间隔   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


评论


亲,登录后才可以留言!