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
|
/*搜索栏----*/
.invoice-parking-l {
float: left;
width: 60px;
height: 34px;
line-height: 34px;
}
.invoice-parkinput78 {
width: 78%;
height: 34px;
line-height: 34px;
}
/*弹窗 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;
}
|