vehicleaudit.css
3.48 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
.vehicle-input78 {
width: 100%;
height: 34px;
line-height: 34px;
}
.popImg{
width: 28px;
height: 19px;
background: url("../../img/runIcon.pic");
}
/*详情弹窗 sta*/
.ITD-alertcon{
max-height: 488px;
/*overflow-y: auto;*/
}
.toll-basic-ifo-park-wrap li{
padding-left: 23px;
}
.toll-basic-borderbototm{
border-bottom: 1px solid #f0f0f0;
}
.toll-basic-ifo-park-height{
height: 34px;
line-height: 34px;
}
.toll-basic-ifo-type{
display: inline-block;
width: 16px;
height: 16px;
margin-right: 18px;
vertical-align: middle;
/*margin-top: -3px;*/
background-image: url(../../img/person-icon.png);
background-repeat: no-repeat;
background-position: 0 0;
}
.toll-basic-ifo-total{
display: inline-block;
width: 18px;
height: 18px;
margin-right: 16px;
vertical-align: middle;
/*margin-top: -3px;*/
background-image:url(../../img/business-icon.png);
background-repeat: no-repeat;
/*background-position: -18px 0;*/
}
.toll-basic-ifo-entrance{
display: inline-block;
width: 18px;
height: 18px;
margin-right: 18px;
vertical-align: middle;
/*margin-top: -3px;*/
background-image: url(../../img/type-icon.png);
background-repeat: no-repeat;
/*background-position: -16px 0;*/
}
.toll-basic-ifo-business{
display: inline-block;
width: 18px;
height: 18px;
margin-right: 18px;
vertical-align: middle;
/*margin-top: -3px;*/
background-image: url(../../img/telphone-icon.png);
background-repeat: no-repeat;
/*background-position: -32px 0;*/
}
.toll-basic-ifo-address{
display: inline-block;
width: 18px;
height: 18px;
margin-right: 18px;
vertical-align: middle;
/*margin-top: -3px;*/
background-image: url(../../img/status-icon.png);
background-repeat: no-repeat;
/*background-position: -48px 0;*/
}
.toll-basic-ifo-oper{
display: inline-block;
width: 18px;
height: 18px;
margin-right: 18px;
vertical-align: middle;
/*margin-top: -3px;*/
background-image: url(../../img/opration-icon.png);
background-repeat: no-repeat;
/*background-position: -48px 0;*/
}
.toll-basic-ifo-park-wrap li span:nth-of-type(2) {
width: 60px;
display: inline-block;
text-align: justify;
text-align-last: justify;
}
/*审核 按钮*/
.vehpassType{
display: inline-block;
width:52px;
height:22px;
line-height:22px;
color:rgba(178, 178, 178, 1);
text-align: center;
background:rgba(255,255,255,1);
border:1px solid rgba(178, 178, 178, 1);
border-radius:4px !important;
}
.passTypeActive{
color: #1E95CD;
border:1px solid #1E95CD;
}
.baseBeizhu{
margin-left: 36px;
resize:none;
/*border:0;*/
outline:none;
border-color: rgba(178, 178, 178, 1);
}
/*img */
.Msg_right{
width: 312px;
height: 180px;
float: right;
}
.Msg_right img{
height: 180px;
width: 312px;
}
.openUser-contentmsg{
height: 30px;
line-height: 30px;
text-align: center;
width: 100%;
margin: 24px auto;
}
.information-ifo{
display: inline-block;
width: 18px;
height: 18px;
margin-right: 5px;
vertical-align: middle;
margin-top: -3px;
background-image: url(../../img/information-icon.png);
background-repeat: no-repeat;
}
/*POP img*/
.imgmodel-contentmsg{
height: 180px;
padding-left: 18px;
}
.imgmodel-contentmsg img{
width: 312px;
height: 180px;
}
.vehicle-maxheight{
max-height: 600px;overflow-y: auto
}