|
@@ -68,12 +68,15 @@ table {
|
|
width: 100%;
|
|
width: 100%;
|
|
border:1px solid #E2E5EF;
|
|
border:1px solid #E2E5EF;
|
|
border-collapse: collapse;
|
|
border-collapse: collapse;
|
|
- thead{
|
|
|
|
|
|
+ thead {
|
|
background: #EFF0F9;
|
|
background: #EFF0F9;
|
|
}
|
|
}
|
|
tr:nth-child(2n){
|
|
tr:nth-child(2n){
|
|
background: #EFF1F6;
|
|
background: #EFF1F6;
|
|
}
|
|
}
|
|
|
|
+ thead tr{
|
|
|
|
+ background: #EFF0F9!important ;
|
|
|
|
+ }
|
|
th,td{
|
|
th,td{
|
|
height: @trHeight;
|
|
height: @trHeight;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|