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
|
.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;
}
/* ? title*/
.question-money-icon {
top: 3px;
right: 20px;
/* display: inline-block; */
/* height: 18px; */
/* width: 18px; */
background: url(../../../img/question-money-icon.png) no-repeat;
background-size: 100% 100%;
z-index: 1000;
/* vertical-align: middle; */
/* margin-left: 10px; */
}
|