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

记数代码(用于分行指定表格背景颜色)

时间:2018-03-27 17:21:06      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:idt   style   背景   ble   port   bsp   strong   颜色   nbsp   

 <style>
.table-container{
 width:800px;
}
tr.odd{
background: #EDE4D4 !important;
}
tr.odd td.sorting_1{
background: #EDE4D4 !important;
}
tr.even td.sorting_1{
background: #fff !important;
}
</style> 

记数代码(用于分行指定表格背景颜色)

标签:idt   style   背景   ble   port   bsp   strong   颜色   nbsp   

原文地址:https://www.cnblogs.com/max-hou/p/8658521.html

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