Blame view

assets/pages/scripts/tollFile/cashierAudit/cashieraudit.css 2.27 KB
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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
  /*topbar--------------*/
  .ITD-padding-24 .queryBtnGroup div:first-child {
      margin-right: 15px;
  }
  /*echarts 地磁周转*/
  .casaudit-qbtcc-box {
      width: 100%;
      height: 260px;
      position: relative;
  }
  .casaudit-qbtcc-chart{
      position: absolute;
      left: 0;
      top:0;
      right: 0;
      bottom: 0;
  }
  .casaudit-qbtcc-chart-title {
      top:50%;
      left:50%;
      transform: translate(-50%,-50%);
      text-align: center;
  }
  .casaudit-qbtcc-chart-title div:nth-of-type(1){
      font-size: 22px;
      color: rgba(0,0,0,.8);
  }
  .casaudit-qbtcc-chart-title div:nth-of-type(2){
      font-size: 12px;
      color: rgba(0,0,0,.45);
  }
  .cashieraudit-line-echarts{
      height: 260px;
  }
  /* new topbar */
  .casaudit-parking-l {
      float: left;
      width: 60px;
      height: 34px;
      line-height: 34px;
  }
  
  .casaudit-ITD-model-contbody{
      padding: 0 !important;
  }
  .casauditfoot-opentable{
      max-height: 300px;
      overflow-y: auto;
  }
  /*table 切换*/
  .tab-btn-wrap{
      height: 32px;
      margin-bottom: 20px;
  }
  .tab-btn-wrap li.tabAction {
      border: 1px solid #1E95CD !important;
      color: #1E95CD;
  }
  .tab-btn-wrap li:nth-of-type(1) {
      border-left: 1px solid #D9D9D9;
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
      border-right: 1px solid #D9D9D9;
      border-radius: 4px 0 0 4px !important;
  }
  .tab-btn-wrap li:nth-of-type(2) {
      border-right: 1px solid #D9D9D9;
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
      border-radius: 0 4px 4px 0 !important;
  }
  .tab-btn-wrap li {
      float: left;
      padding: 0 15px;
      height: 32px;
      line-height: 32px;
      cursor: pointer;
      background: rgba(255,255,255,1);
      text-align: center;
  }
  .pop_echarts{
      padding: 0 20px;
      font-size: 14px;
      text-align: center;
      border-radius: 20px !important;
  }
  .fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
      padding:  6px 10px 6px 12px !important;
  }
  .bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
      padding: 0 0 0 12px !important;
  
  }