invoicemanage.css
1.82 KB
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
/*搜索栏----*/
.invoice-parking-l {
float: left;
width: 105px;
height: 34px;
line-height: 34px;
}
.invoiceper-parking-l {
float: left;
width: 80px;
height: 34px;
line-height: 34px;
}
.invoice-topbar{
width: 83px;
height: 34px;
background: rgba(255,255,255,1);
border-radius: 4px !important;
line-height: 34px;
border: 1px solid #d8e2e5;
text-align: center;
float: left;
color: rgba(0,0,0,0.7);
margin-right: 6px;
cursor: pointer;
}
/*弹窗 sta */
.ITD-form-padleft5-read div.checker,.ITD-form-padleft5-read div.radio {
margin-top: -9px;
margin-left: 0 !important;
}
div.checker,div.radio{
margin-left: 0 !important;
}
#resetmodel .modal-footer{
border-top: 0;
text-align: center !important;
}
#write_rule,#writeoper_rule{
color: #ff0000;
}
.form-group-ul{
height: 180px;
width: 95%;
overflow-y:auto;
}
.berthAreaList{
padding-left: 25px;
}
.berthAreaList li{
float: left;
padding-left: 20px;
width: 110px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0px 25px 5px 0;
cursor: pointer;
background: url("../../img/input-checkexActive.png") no-repeat 0 center;
}
.berthAreaList li.checkexActive{
background: url("../../img/input-checkbox.png") no-repeat 0 center;
}
.radio-list .radio{
/*margin-right: 0 !important;*/
/*margin-left: 0px !important;*/
/*margin-top: -4px !important;*/
}
.resetMsg-cont{
height: 80px;
line-height: 80px;
text-align: center;
font-size: 16px;
}
/*-----------------------------------搜索*/
/*-----------------------------------表格*/
#recordtable tbody tr:not(.no-records-found) td:nth-of-type(1){
width: 267px;
background: url("../../img/fapiao-icon.png") no-repeat 0 5px;
background-size:100% 99% ;
}