1. 程式人生 > >記數代碼(用於分行指定表格背景顏色)

記數代碼(用於分行指定表格背景顏色)

tin post back -c blog ron str body idt

<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>

記數代碼(用於分行指定表格背景顏色)