參考:https://www.jianshu.com/p/1bb4c37ef636
在 bootstrap-table.min.css 中修改源碼
//選中行顏色 .fixed-table-container tbody .selected td{background-color:#EEE8AA}
在bootstrap.min.css中修改源碼
//奇偶行顏色 .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9} //滑過的顏色 .table-hover>tbody>tr:hover{background-color:#FAFAD2}