Blame view

assets/pages/css/managereport/allparkrecordsFinance.css 746 Bytes
10646c94   Andy   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  .parking-l{
      float: left;
      width: 60px;
      height: 34px;
      line-height: 34px;
  }
  .recordfinance-input78{
      width: 78%;
      height: 34px;
      line-height: 34px;
  }
  /*table 表头*/
  .bootstrap-table #recordtable.table>thead>tr>th {
      border-left: 1px solid #d8e2e5!important;
  }
  .bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th{
      border-left:0 !important;
  }
  
  .bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th:nth-of-type(4),.bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th:nth-of-type(7),.bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th:nth-of-type(11),.bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th:nth-of-type(19){
      border-right:1px solid #d8e2e5!important;
  }