码迷,mamicode.com
首页 > 其他好文 > 详细

为table的奇数行和偶数行设置样式

时间:2017-06-08 01:27:26      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:code   log   logs   ble   bsp   white   back   text   nbsp   

<style type="text/css">  
    .my_table tr:nth-child(even) {  
        background: #d8ebfa;  
    }  
    .my_table tr:nth-child(odd) {  
        background: White;  
    }  
</style>  

 

为table的奇数行和偶数行设置样式

标签:code   log   logs   ble   bsp   white   back   text   nbsp   

原文地址:http://www.cnblogs.com/DaphneOdera/p/6959783.html

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