Blame view

assets/pages/scripts/billass/odd/oddchange.css 1 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
  .reconciliation-card-detail{
      padding: 15px 0 3px;
  }
  .reconciliation-card-detail li{
      height: 18px;
      line-height: 18px;
      margin-bottom: 10px;
  }
  /*复合表头样式*/
  .ITD-complex-table thead tr:nth-of-type(2) th{
      border-top: 1px solid #e7ecf1!important;
  }
  .billFixwid{
      max-width: 155px;
  }
  /*tab 切换*/
  .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;
      margin-bottom: 18px;
  }
  .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.tabAction {
      border: 1px solid #1E95CD;
      color: #1E95CD;
  }