Commit 10646c94fb499800b32947a031d484d04b914435
1 parent
6eb38308
add
Showing
1225 changed files
with
211537 additions
and
0 deletions
Too many changes.
To preserve performance only 100 of 1225 files are displayed.
assets/pages/config/config.js
0 → 100644
1 | +/* | ||
2 | + ================================ | ||
3 | + @作者: | ||
4 | + @修改者: | ||
5 | + @模块描述:blue.css样式 | ||
6 | + @创建日期:2017/07/06 | ||
7 | + @修改日期:2017/12/23 | ||
8 | + ================================ | ||
9 | +*/ | ||
10 | +var appConfig = { | ||
11 | + themeName : '../../assets/pages/css/theme/blue.css', | ||
12 | +}; | ||
13 | + | ||
14 | + | ||
15 | +$("<link>") | ||
16 | + .attr({ rel: "stylesheet", | ||
17 | + type: "text/css", | ||
18 | + href: appConfig.themeName | ||
19 | + }) | ||
20 | + .appendTo("head"); | ||
21 | +/* | ||
22 | + ================================ | ||
23 | + @作者: | ||
24 | + @修改者: | ||
25 | + @模块描述:table公共方法引入 | ||
26 | + @创建日期:2018/10/31 | ||
27 | + @修改日期:2018/10/31 | ||
28 | + ================================ | ||
29 | +*/ | ||
30 | + | ||
31 | +var tableConfig = { | ||
32 | + commonName : '../../assets/pages/scripts/public/util.js', | ||
33 | +}; | ||
34 | + | ||
35 | +$("<script></script>").attr({ | ||
36 | + rel: "stylesheet", | ||
37 | + type: "text/javascript", | ||
38 | + src: tableConfig.commonName | ||
39 | +}).appendTo("head"); | ||
40 | + |
assets/pages/css/basicInformation/basicInformation.css
0 → 100644
1 | +.home_Img { | ||
2 | + display: inline-block; | ||
3 | + float: left; | ||
4 | + width: 16px; | ||
5 | + height: 16px; | ||
6 | + margin-right: 6px; | ||
7 | + background: url(../../img/index_Img.png) no-repeat; | ||
8 | + background-size: 100% 100%; | ||
9 | + | ||
10 | +} | ||
11 | +.gs_jbxx{ | ||
12 | + padding-left: 0; | ||
13 | + height: 495px; | ||
14 | +} | ||
15 | +.gs_jbxx li{ | ||
16 | + | ||
17 | + margin-bottom: 15px; | ||
18 | + font-size: 14px; | ||
19 | + color: #34495e; | ||
20 | +} | ||
21 | +.col-md-left{ | ||
22 | + float: left; | ||
23 | + width: 85px; | ||
24 | + text-align: right; | ||
25 | + margin-right: 24px; | ||
26 | +} | ||
27 | +.peo_lxrxx .col-md-left{ | ||
28 | + width: 60px; | ||
29 | +} | ||
30 | +.col-md-right{ | ||
31 | + float: left; | ||
32 | +} | ||
33 | +.col-md-right img,.sfzh_pic img{ | ||
34 | + width: 100%; | ||
35 | + height: 100%; | ||
36 | +} | ||
37 | +.yyzz_pic{ | ||
38 | + width: 184px; | ||
39 | + height: 138px; | ||
40 | +} | ||
41 | +.sfzh_pic{ | ||
42 | + margin-right: 10px; | ||
43 | + display: inline-block; | ||
44 | + width: 184px; | ||
45 | + height: 138px; | ||
46 | +} | ||
47 | +.zoomify{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.zoomify.zoomed{cursor:-webkit-zoom-out;cursor:zoom-out;padding:0;margin:0;border:none;border-radius:0;box-shadow:none;position:relative;z-index:1501}.zoomify-shadow{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;z-index:1500;background:rgba(0,0,0 ,.3);opacity:0}.zoomify-shadow.zoomed{opacity:1;cursor:pointer;cursor:-webkit-zoom-out;cursor:zoom-out} | ||
0 | \ No newline at end of file | 48 | \ No newline at end of file |
assets/pages/css/basicInformationmod/basicInformationmod.css
0 → 100644
1 | +.home_Img { | ||
2 | + display: inline-block; | ||
3 | + float: left; | ||
4 | + width: 16px; | ||
5 | + height: 16px; | ||
6 | + margin-right: 6px; | ||
7 | + background: url(../../img/index_Img.png) no-repeat; | ||
8 | + background-size: 100% 100%; | ||
9 | +} | ||
10 | +.gs_jbxx{ | ||
11 | + padding-left: 0; | ||
12 | + height: 495px; | ||
13 | +} | ||
14 | +.gs_jbxx li{ | ||
15 | + | ||
16 | + margin-bottom: 15px; | ||
17 | + font-size: 14px; | ||
18 | + color: #34495e; | ||
19 | +} | ||
20 | +.peo_lxrxx li{ | ||
21 | + margin-bottom: 0; | ||
22 | +} | ||
23 | +.col-md-left{ | ||
24 | + float: left; | ||
25 | + width: 85px; | ||
26 | + text-align: right; | ||
27 | + margin-right: 24px; | ||
28 | +} | ||
29 | +.peo_lxrxx .col-md-left{ | ||
30 | + width: 60px; | ||
31 | +} | ||
32 | +.col-md-right{ | ||
33 | + float: left; | ||
34 | +} | ||
35 | +.col-md-right img,.sfzh_pic img{ | ||
36 | + width: 100%; | ||
37 | + height: 100%; | ||
38 | +} | ||
39 | +.yyzz_pic{ | ||
40 | + width: 184px; | ||
41 | + height: 138px; | ||
42 | +} | ||
43 | +.sfzh_pic{ | ||
44 | + margin-right: 10px; | ||
45 | + display: inline-block; | ||
46 | + width: 184px; | ||
47 | + height: 138px; | ||
48 | +} |
assets/pages/css/callCenter/customercenter.css
0 → 100644
1 | +.kefu_wrap{ | ||
2 | + width: 90%; | ||
3 | + height: 324px; | ||
4 | + background-color: #eef1f5; | ||
5 | + margin: 142px auto 0; | ||
6 | + position: relative; | ||
7 | +} | ||
8 | +.kefu_wrap span{ | ||
9 | + display: block; | ||
10 | +} | ||
11 | +.kefu_wrap .kefu_img{ | ||
12 | + position: absolute; | ||
13 | + width: 100px; | ||
14 | + height: 100px; | ||
15 | + left: 50%; | ||
16 | + margin-left: -50px; | ||
17 | + top:-50px; | ||
18 | + | ||
19 | +} | ||
20 | +.kefu_img_l{ | ||
21 | + background:url(../../img/kefu_pho_icon.png) no-repeat ; | ||
22 | +} | ||
23 | +.kefu_img_c{ | ||
24 | + background:url(../../img/kefu_email_icon.png) no-repeat ; | ||
25 | +} | ||
26 | + | ||
27 | +.kefu_img_r{ | ||
28 | + background:url(../../img/kefu_qq_icon.png) no-repeat ; | ||
29 | +} | ||
30 | +.kefu_wrap .kefu_title{ | ||
31 | + padding: 90px 0 36px 0; | ||
32 | + font-size: 20px; | ||
33 | + color: #34495e; | ||
34 | + text-align: center; | ||
35 | +} | ||
36 | +.kefu_wrap .kefu_num{ | ||
37 | + padding: 0 0 16px 0; | ||
38 | + font-size: 24px; | ||
39 | + color: #34495e; | ||
40 | + text-align: center; | ||
41 | +} | ||
42 | +.kefu_wrap .kefu_describe{ | ||
43 | + font-size: 14px; | ||
44 | + padding-left: 15px; | ||
45 | + padding-right: 15px ; | ||
46 | + color: #4d6b8a; | ||
47 | + text-align: center; | ||
48 | +} | ||
0 | \ No newline at end of file | 49 | \ No newline at end of file |
assets/pages/css/common.css
0 → 100755
1 | +html,body{font-family:"微软雅黑","Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun";-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-weight: normal;} | ||
2 | +html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img { | ||
3 | + margin: 0; | ||
4 | + padding: 0 | ||
5 | +} | ||
6 | +fieldset,img { | ||
7 | + border: 0 | ||
8 | +} | ||
9 | + | ||
10 | +address,caption,cite,code,dfn,th,var { | ||
11 | + font-style: normal; | ||
12 | + font-weight: normal | ||
13 | +} | ||
14 | +ul,ol { | ||
15 | + list-style: none | ||
16 | +} | ||
17 | +input { | ||
18 | + padding-top: 0; | ||
19 | + padding-bottom: 0; | ||
20 | +} | ||
21 | +input::-moz-focus-inner { | ||
22 | + border: 0; | ||
23 | + padding: 0 | ||
24 | +} | ||
25 | +select,input { | ||
26 | + vertical-align: middle | ||
27 | +} | ||
28 | +select,input,textarea { | ||
29 | + font-size: 12px; | ||
30 | + margin: 0; | ||
31 | + padding: 0; | ||
32 | +} | ||
33 | +input[type="text"],input[type="password"],textarea { | ||
34 | + outline-style: none; | ||
35 | + -webkit-appearance: none | ||
36 | +} | ||
37 | +textarea { | ||
38 | + resize: none | ||
39 | +} | ||
40 | +table { | ||
41 | + border-collapse: collapse | ||
42 | +} | ||
43 | + | ||
44 | +/*公用*/ | ||
45 | + | ||
46 | +/*html,body{*/ | ||
47 | + /*min-width: 1250px;*/ | ||
48 | + /*overflow-x: scroll;*/ | ||
49 | +/*}*/ | ||
50 | +.float-left{ | ||
51 | + float: left; | ||
52 | +} | ||
53 | +.float-right{ | ||
54 | + float: right; | ||
55 | +} | ||
56 | +.posrel{ | ||
57 | + position: relative; | ||
58 | +} | ||
59 | +.posabs{ | ||
60 | + position: absolute; | ||
61 | +} | ||
62 | +.clearfix{clear:both;height:0;overflow:hidden;} | ||
63 | +/*头部*/ | ||
64 | +header{ | ||
65 | + height: 80px; | ||
66 | +} | ||
67 | +/*底部*/ | ||
68 | +footer{ | ||
69 | + width:100%; | ||
70 | + height:130px; | ||
71 | + position:fixed; | ||
72 | + bottom:0; | ||
73 | + left:0; | ||
74 | + /*background:#1e1e1e;*/ | ||
75 | + cursor: pointer; | ||
76 | + /*color: rgba(255,255,255,0.4);*/ | ||
77 | + font-size: 12px; | ||
78 | + text-align: center; | ||
79 | + /*line-height: 40px;*/ | ||
80 | +} | ||
81 | + |
assets/pages/css/commonsetcss/commonsetcss.css
0 → 100644
1 | +ul{ | ||
2 | + padding-left: 0; | ||
3 | + margin-bottom: 0; | ||
4 | +} | ||
5 | +body,ul,li{ | ||
6 | + list-style:none; | ||
7 | +} | ||
8 | +button{ | ||
9 | + outline:none; | ||
10 | +} | ||
11 | +.clearfix:after{ | ||
12 | + display:block; | ||
13 | + clear:both; | ||
14 | + content:""; | ||
15 | + visibility:hidden; | ||
16 | + height:0 | ||
17 | +} | ||
18 | +.clearfix{ | ||
19 | + zoom:1; | ||
20 | +} | ||
21 | +.ITD-padding-common{ | ||
22 | + padding: 0 9px!important; | ||
23 | +} | ||
24 | + | ||
25 | + | ||
26 | +/* | ||
27 | + ================================ | ||
28 | + @主题样式 | ||
29 | + 浮动 公共 | ||
30 | + ================================ | ||
31 | +*/ | ||
32 | +.float-right{ | ||
33 | + float: right; | ||
34 | +} | ||
35 | +.float-left{ | ||
36 | + float: left; | ||
37 | +} | ||
38 | +.float-none{ | ||
39 | + float: none; | ||
40 | +} | ||
41 | +/* | ||
42 | + ================================ | ||
43 | + @主题样式 | ||
44 | + overflow 公共 | ||
45 | + ================================ | ||
46 | +*/ | ||
47 | +.ITD-overflowhidden{ | ||
48 | + overflow: hidden; | ||
49 | +} | ||
50 | +.ITD-overflowhidden-y{ | ||
51 | + overflow-y:auto; | ||
52 | +} | ||
53 | +/*不换行 省略号*/ | ||
54 | +.ITD-hidden-nowrap{ | ||
55 | + overflow: hidden; | ||
56 | + white-space: nowrap; | ||
57 | + text-overflow: ellipsis; | ||
58 | +} | ||
59 | +.ITD-displayinline{ | ||
60 | + display: inline-block; | ||
61 | +} | ||
62 | +/* | ||
63 | + ================================ | ||
64 | + @主题样式 | ||
65 | + 定位 公共 | ||
66 | + ================================ | ||
67 | +*/ | ||
68 | +.pos-rel{ | ||
69 | + position: relative; | ||
70 | +} | ||
71 | +.pos-abs{ | ||
72 | + position: absolute; | ||
73 | +} | ||
74 | +.theme-abspos{ | ||
75 | + top: 1px; | ||
76 | + right: 10px; | ||
77 | + color: rgba(0,0,0,.7); | ||
78 | +} | ||
79 | +/* | ||
80 | + ================================ | ||
81 | + @主题样式 | ||
82 | + input placeholder样式重写 公共 | ||
83 | + ================================ | ||
84 | +*/ | ||
85 | +input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { | ||
86 | + /* WebKit browsers */ | ||
87 | + color:rgba(0,0,0,0.45); | ||
88 | +} | ||
89 | +input:-moz-placeholder, textarea:-moz-placeholder { | ||
90 | + /* Mozilla Firefox 4 to 18 */ | ||
91 | + color:rgba(0,0,0,0.45); | ||
92 | +} | ||
93 | +input::-moz-placeholder, textarea::-moz-placeholder { | ||
94 | + /* Mozilla Firefox 19+ */ | ||
95 | + color:rgba(0,0,0,0.45); | ||
96 | +} | ||
97 | +input:-ms-input-placeholder, textarea:-ms-input-placeholder { | ||
98 | + /* Internet Explorer 10+ */ | ||
99 | + color:rgba(0,0,0,0.45); | ||
100 | +} | ||
101 | +/* | ||
102 | + ================================ | ||
103 | + @主题样式 | ||
104 | + 目录名称 公共 | ||
105 | + ================================ | ||
106 | +*/ | ||
107 | +.ITD-directory-name{ | ||
108 | + margin: -18px -44px 0; | ||
109 | + padding-bottom: 30px; | ||
110 | + border-bottom: 1px solid #f6f5f5; | ||
111 | + height: 18px; | ||
112 | + line-height: 18px; | ||
113 | +} | ||
114 | +.ITD-directory-name span{ | ||
115 | + height: 16px; | ||
116 | + line-height: 16px; | ||
117 | + display: inline-block; | ||
118 | + padding-left: 10px; | ||
119 | + margin-left: 36px; | ||
120 | + border-left: 3px solid #1E95CD; | ||
121 | +} | ||
122 | +/* | ||
123 | + ================================ | ||
124 | + @主题样式 | ||
125 | + flex 公共 | ||
126 | + ================================ | ||
127 | +*/ | ||
128 | +.ITD-common-display-flex{ | ||
129 | + display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ | ||
130 | + display: flex; | ||
131 | + display: -webkit-box; | ||
132 | + display: -webkit-flex; | ||
133 | + display: -ms-flexbox; | ||
134 | +} | ||
135 | +.ITD-common-perflex{ | ||
136 | + flex:1; | ||
137 | +} | ||
138 | +/* | ||
139 | + ================================ | ||
140 | + @主题样式 | ||
141 | + 鼠标 公共 | ||
142 | + ================================ | ||
143 | +*/ | ||
144 | +.ITD-cursor-pointer{ | ||
145 | + cursor: pointer; | ||
146 | +} | ||
147 | +.display-inlineblock{ | ||
148 | + display: inline-block; | ||
149 | +} | ||
150 | +.ITD-vertical-align-middle{ | ||
151 | + vertical-align: middle; | ||
152 | +} | ||
153 | +/* | ||
154 | + ========================================== | ||
155 | + @主题样式 | ||
156 | + @page-content右侧内容样式 | ||
157 | + ========================================== | ||
158 | +*/ | ||
159 | +/* | ||
160 | + ========================================== | ||
161 | + @主题样式 | ||
162 | + @page-content | ||
163 | + @重写min-width下page-content上边距 | ||
164 | + ========================================== | ||
165 | +*/ | ||
166 | +@media (min-width: 992px) { | ||
167 | + /* Page content */ | ||
168 | + .page-content-wrapper .page-content { | ||
169 | + padding: 44px 44px ; | ||
170 | + } | ||
171 | +} | ||
172 | + | ||
173 | +/* | ||
174 | + ========================================== | ||
175 | + @主题样式 | ||
176 | + @page-content | ||
177 | + @背景色 | ||
178 | + ========================================== | ||
179 | +*/ | ||
180 | +.page-container-bg-solid .page-content { | ||
181 | + border-left:12px solid #F1F1F3 ; | ||
182 | + background:#fff; | ||
183 | +} | ||
184 | +/* | ||
185 | + ================================ | ||
186 | + @主题样式 | ||
187 | + ================================ | ||
188 | +*/ | ||
189 | + | ||
190 | + | ||
191 | +/* | ||
192 | + ================================ | ||
193 | + @主题样式 | ||
194 | + 内外边距 公共 | ||
195 | + ================================ | ||
196 | +*/ | ||
197 | + | ||
198 | +.padding0-14{ | ||
199 | + padding-left: 14px; | ||
200 | + padding-right: 14px; | ||
201 | +} | ||
202 | +.padding0-20{ | ||
203 | + padding-left: 24px; | ||
204 | + padding-right: 24px; | ||
205 | +} | ||
206 | +.padding20-0{ | ||
207 | + padding: 20px 0; | ||
208 | +} | ||
209 | +.paddingleft-10{ | ||
210 | + padding-left: 10px; | ||
211 | +} | ||
212 | +.ITD-padding-24{ | ||
213 | + padding: 24px 24px; | ||
214 | +} | ||
215 | +.ITD-padding9-8{ | ||
216 | + padding: 9px 8px; | ||
217 | +} | ||
218 | +.ITD-padding22-24{ | ||
219 | + padding: 22px 24px; | ||
220 | +} | ||
221 | +.ITD-paddingtop20{ | ||
222 | + padding-top:20px; | ||
223 | +} | ||
224 | +.ITD-paddingbottom20{ | ||
225 | + padding-bottom:20px; | ||
226 | +} | ||
227 | +.margin-bottom-5{ | ||
228 | + margin-bottom:5px; | ||
229 | +} | ||
230 | +.margin-bottom-24{ | ||
231 | + margin-bottom: 24px; | ||
232 | +} | ||
233 | +.margin-bottom-12{ | ||
234 | + margin-bottom: 12px!important; | ||
235 | +} | ||
236 | +.margin-bottom-18{ | ||
237 | + margin-bottom: 18px!important; | ||
238 | +} | ||
239 | +.margin-right-15{ | ||
240 | + margin-right: 15px; | ||
241 | +} | ||
242 | +.margin-right-12{ | ||
243 | + margin-right: 12px; | ||
244 | +} | ||
245 | +.margin-left-12{ | ||
246 | + margin-left: 12px; | ||
247 | +} | ||
248 | +.margin-right-17{ | ||
249 | + margin-right: 17px; | ||
250 | +} | ||
251 | +.margin-right-24{ | ||
252 | + margin-right: 24px; | ||
253 | +} | ||
254 | +.margin-bottom-10{ | ||
255 | + margin-bottom: 10px; | ||
256 | +} | ||
257 | +.margin-bottom-16{ | ||
258 | + margin-bottom: 16px; | ||
259 | +} | ||
260 | +.margin-bottom-80{ | ||
261 | + margin-bottom: 80px; | ||
262 | +} | ||
263 | +.margin-top-5{ | ||
264 | + margin-top: 5px; | ||
265 | +} | ||
266 | +.margin-top-9{ | ||
267 | + margin-top: 9px; | ||
268 | +} | ||
269 | +.margin-top-18{ | ||
270 | + margin-top: 18px; | ||
271 | +} | ||
272 | +.margin-top-24{ | ||
273 | + margin-top: 24px; | ||
274 | +} | ||
275 | +.ITD-paddintop-6{ | ||
276 | + padding-top: 6px; | ||
277 | +} | ||
278 | +.ITD-marginright-15{ | ||
279 | + margin-right: 15px; | ||
280 | +} | ||
281 | +.ITD-marginleft-5{ | ||
282 | + margin-left: 5px; | ||
283 | +} | ||
284 | +.ITD-padding-15{ | ||
285 | + padding: 15px; | ||
286 | + padding-bottom: 0px !important; | ||
287 | +} | ||
288 | +.ITD-border-bottom1{ | ||
289 | + border-bottom: 1px solid #d8e2e5; | ||
290 | +} | ||
291 | +.ITD-padding0-24{ | ||
292 | + padding: 0 24px 24px 24px; | ||
293 | +} | ||
294 | +.ITD-paddingbottom-24{ | ||
295 | + padding-bottom:24px; | ||
296 | +} | ||
297 | + | ||
298 | + | ||
299 | +.card-parking-icon{ | ||
300 | + display: inline-block; | ||
301 | + height: 24px; | ||
302 | + width: 24px; | ||
303 | + background: url("../../img/card-parking-icon.png") no-repeat; | ||
304 | + background-size: 100% 100%; | ||
305 | + vertical-align: bottom; | ||
306 | + margin-right: 10px; | ||
307 | +} | ||
308 | +.card-outorder-icon{ | ||
309 | + display: inline-block; | ||
310 | + height: 24px; | ||
311 | + width: 24px; | ||
312 | + background: url("../../../pages/css/home/img/general-li-5.png") no-repeat; | ||
313 | + background-size: 100% 100%; | ||
314 | + vertical-align: bottom; | ||
315 | + margin-right: 10px; | ||
316 | +} | ||
317 | +.card-parkingin-icon{ | ||
318 | + display: inline-block; | ||
319 | + height: 24px; | ||
320 | + width: 24px; | ||
321 | + background: url("../../img/card-parkingin-icon.png") no-repeat; | ||
322 | + background-size: 100% 100%; | ||
323 | + vertical-align: bottom; | ||
324 | + margin-right: 10px; | ||
325 | +} | ||
326 | +.card-parkingout-icon{ | ||
327 | + display: inline-block; | ||
328 | + height: 24px; | ||
329 | + width: 24px; | ||
330 | + background: url("../../img/card-parkingout-icon.png") no-repeat; | ||
331 | + background-size: 100% 100%; | ||
332 | + vertical-align: bottom; | ||
333 | + margin-right: 10px; | ||
334 | +} | ||
335 | +.card-parkingzzl-icon{ | ||
336 | + display: inline-block; | ||
337 | + height: 24px; | ||
338 | + width: 24px; | ||
339 | + background: url("../../img/card-parkingzzl-icon.png") no-repeat; | ||
340 | + background-size: 100% 100%; | ||
341 | + vertical-align: bottom; | ||
342 | + margin-right: 10px; | ||
343 | +} | ||
344 | +.card-roadside-icon{ | ||
345 | + display: inline-block; | ||
346 | + height: 24px; | ||
347 | + width: 24px; | ||
348 | + background: url("../../img/card-roadside-icon.png") no-repeat; | ||
349 | + background-size: 100% 100%; | ||
350 | + vertical-align: bottom; | ||
351 | + margin-right: 10px; | ||
352 | +} | ||
353 | +.card-goe-icon{ | ||
354 | + display: inline-block; | ||
355 | + height: 24px; | ||
356 | + width: 24px; | ||
357 | + background: url("../../img/card-geo-icon.png") no-repeat; | ||
358 | + background-size: 100% 100%; | ||
359 | + vertical-align: bottom; | ||
360 | + margin-right: 10px; | ||
361 | +} | ||
362 | +.card-berth-icon{ | ||
363 | + display: inline-block; | ||
364 | + height: 24px; | ||
365 | + width: 24px; | ||
366 | + background: url(../../img/card-berth-icon.png) no-repeat; | ||
367 | + background-size: 100% 100%; | ||
368 | + vertical-align: bottom; | ||
369 | + margin-right: 10px; | ||
370 | +} | ||
371 | +.card-berth-iconl{ | ||
372 | + display: inline-block; | ||
373 | + height: 24px; | ||
374 | + width: 24px; | ||
375 | + background: url(../../img/card-berth-iconl.png) no-repeat; | ||
376 | + background-size: 100% 100%; | ||
377 | + vertical-align: bottom; | ||
378 | + margin-right: 10px; | ||
379 | +} | ||
380 | +.card-measure-icon{ | ||
381 | + display: inline-block; | ||
382 | + height: 24px; | ||
383 | + width: 24px; | ||
384 | + background: url("../../img/card-measure-icon.png") no-repeat; | ||
385 | + background-size: 100% 100%; | ||
386 | + vertical-align: bottom; | ||
387 | + margin-right: 10px; | ||
388 | +} | ||
389 | +.card-parkingtime-icon{ | ||
390 | + width: 55px; | ||
391 | + height: 55px; | ||
392 | + background: url("../../img/card-parkingtime-icon.png") no-repeat; | ||
393 | + margin-right: 10px; | ||
394 | +} | ||
395 | +.card-berttime-icon{ | ||
396 | + display: inline-block; | ||
397 | + height: 24px; | ||
398 | + width: 24px; | ||
399 | + background: url("../../img/card-berttime-icon.png") no-repeat; | ||
400 | + background-size: 100% 100%; | ||
401 | + vertical-align: bottom; | ||
402 | + margin-right: 10px; | ||
403 | +} | ||
404 | +.card-rate-icon{ | ||
405 | + display: inline-block; | ||
406 | + height: 24px; | ||
407 | + width: 24px; | ||
408 | + background: url("../../img/card-rate-icon.png") no-repeat; | ||
409 | + background-size: 100% 100%; | ||
410 | + vertical-align: bottom; | ||
411 | + margin-right: 10px; | ||
412 | +} | ||
413 | +.card-wifi-icon{ | ||
414 | + display: inline-block; | ||
415 | + height: 24px; | ||
416 | + width: 24px; | ||
417 | + background: url("../../img/card-wifi-icon.png") no-repeat; | ||
418 | + background-size: 100% 100%; | ||
419 | + vertical-align: bottom; | ||
420 | + margin-right: 10px; | ||
421 | +} | ||
422 | +/*停车次数 icon*/ | ||
423 | +.park-num-icon{ | ||
424 | + display: inline-block; | ||
425 | + height: 24px; | ||
426 | + width: 24px; | ||
427 | + background: url("../../img/park-num-icon.png") no-repeat; | ||
428 | + background-size: 100% 100%; | ||
429 | + vertical-align: bottom; | ||
430 | + margin-right: 10px; | ||
431 | +} | ||
432 | +/*收费次数 icon*/ | ||
433 | +.pay-num-icon{ | ||
434 | + display: inline-block; | ||
435 | + height: 24px; | ||
436 | + width: 24px; | ||
437 | + background: url("../../img/pay-num-icon.png") no-repeat; | ||
438 | + background-size: 100% 100%; | ||
439 | + vertical-align: bottom; | ||
440 | + margin-right: 10px; | ||
441 | +} | ||
442 | +/*实收金额 icon*/ | ||
443 | +.pay-money-icon{ | ||
444 | + display: inline-block; | ||
445 | + height: 24px; | ||
446 | + width: 24px; | ||
447 | + background: url("../../img/pay-money-icon.png") no-repeat; | ||
448 | + background-size: 100% 100%; | ||
449 | + vertical-align: bottom; | ||
450 | + margin-right: 10px; | ||
451 | +} | ||
452 | +/*收费lv icon*/ | ||
453 | +.pay-acount-icon{ | ||
454 | + display: inline-block; | ||
455 | + height: 24px; | ||
456 | + width: 24px; | ||
457 | + background: url("../../img/pay-acount-icon.png") no-repeat; | ||
458 | + background-size: 100% 100%; | ||
459 | + vertical-align: bottom; | ||
460 | + margin-right: 10px; | ||
461 | +} | ||
462 | +/*总收入 icon*/ | ||
463 | +.card-money-icon{ | ||
464 | + display: inline-block; | ||
465 | + height: 24px; | ||
466 | + width: 24px; | ||
467 | + background: url("../../img/card-money-icon.png") no-repeat; | ||
468 | + background-size: 100% 100%; | ||
469 | + vertical-align: bottom; | ||
470 | + margin-right: 10px; | ||
471 | +} | ||
472 | +/*问好 icon*/ | ||
473 | +.question-money-icon{ | ||
474 | + display: inline-block; | ||
475 | + height: 18px; | ||
476 | + width: 18px; | ||
477 | + background: url(../../img/question-money-icon.png) no-repeat; | ||
478 | + background-size: 100% 100%; | ||
479 | + vertical-align: middle; | ||
480 | + margin-right: 10px; | ||
481 | +} | ||
482 | +/*微信总收入 icon*/ | ||
483 | +.card-wxmoney-icon{ | ||
484 | + display: inline-block; | ||
485 | + height: 24px; | ||
486 | + width: 24px; | ||
487 | + background: url("../../img/card-wxmoney-icon.png") no-repeat; | ||
488 | + background-size: 100% 100%; | ||
489 | + vertical-align: bottom; | ||
490 | + margin-right: 10px; | ||
491 | +} | ||
492 | +/*支付宝总收入 icon*/ | ||
493 | +.card-alimoney-icon{ | ||
494 | + display: inline-block; | ||
495 | + height: 24px; | ||
496 | + width: 24px; | ||
497 | + background: url("../../img/card-alimoney-icon.png") no-repeat; | ||
498 | + background-size: 100% 100%; | ||
499 | + vertical-align: bottom; | ||
500 | + margin-right: 10px; | ||
501 | +} | ||
502 | +/*余额总收入 icon*/ | ||
503 | + .card-baltomoney-icon{ | ||
504 | + display: inline-block; | ||
505 | + height: 24px; | ||
506 | + width: 24px; | ||
507 | + background: url("../../img/card-baltomoney-icon.png") no-repeat; | ||
508 | + background-size: 100% 100%; | ||
509 | + vertical-align: bottom; | ||
510 | + margin-right: 10px; | ||
511 | + } | ||
512 | +/*临停收入 icon*/ | ||
513 | +.card-ltmoney-icon{ | ||
514 | + display: inline-block; | ||
515 | + height: 24px; | ||
516 | + width: 24px; | ||
517 | + background: url("../../../pages/scripts/incomereportFile/incomeParking/img/incomecasier-li-4.png") no-repeat; | ||
518 | + background-size: 100% 100%; | ||
519 | + vertical-align: bottom; | ||
520 | + margin-right: 10px; | ||
521 | +} | ||
522 | +/*vip收入 icon*/ | ||
523 | +.card-vipmoney-icon{ | ||
524 | + display: inline-block; | ||
525 | + height: 24px; | ||
526 | + width: 24px; | ||
527 | + background: url("../../../pages/scripts/incomereportFile/incomeParking/img/incomestates-li-5.png") no-repeat; | ||
528 | + background-size: 100% 100%; | ||
529 | + vertical-align: bottom; | ||
530 | + margin-right: 10px; | ||
531 | +} | ||
532 | +/*收费员 icon*/ | ||
533 | +.card-caiser-icon{ | ||
534 | + display: inline-block; | ||
535 | + height: 24px; | ||
536 | + width: 24px; | ||
537 | + background: url("../../../pages/scripts/incomereportFile/incomeCasier/img/incomecasier-li-2.png") no-repeat; | ||
538 | + background-size: 100% 100%; | ||
539 | + vertical-align: bottom; | ||
540 | + margin-right: 10px; | ||
541 | +} | ||
542 | +.card-caiserperson-icon{ | ||
543 | + display: inline-block; | ||
544 | + height: 24px; | ||
545 | + width: 24px; | ||
546 | + background: url("../../../pages/scripts/incomereportFile/incomeCasier/img/card-caiserperson-icon.png") no-repeat; | ||
547 | + background-size: 100% 100%; | ||
548 | + vertical-align: bottom; | ||
549 | + margin-right: 10px; | ||
550 | +} | ||
551 | +/*异常订单笔数 icon*/ | ||
552 | +.card-abnormalNum-icon{ | ||
553 | + display: inline-block; | ||
554 | + height: 24px; | ||
555 | + width: 24px; | ||
556 | + background: url("../../../pages/scripts/incomereportFile/incomeCasier/img/incomecasier-li-4.png") no-repeat; | ||
557 | + background-size: 100% 100%; | ||
558 | + vertical-align: bottom; | ||
559 | + margin-right: 10px; | ||
560 | +} | ||
561 | +/*异常订单金额 icon*/ | ||
562 | +.card-abnormalTotal-icon{ | ||
563 | + display: inline-block; | ||
564 | + height: 24px; | ||
565 | + width: 24px; | ||
566 | + background: url("../../../pages/scripts/incomereportFile/incomeCasier/img/incomecasier-li-5.png") no-repeat; | ||
567 | + background-size: 100% 100%; | ||
568 | + vertical-align: bottom; | ||
569 | + margin-right: 10px; | ||
570 | +} | ||
571 | + | ||
572 | +.card-received-icon{ | ||
573 | + display: inline-block; | ||
574 | + height: 24px; | ||
575 | + width: 24px; | ||
576 | + background: url("../../img/card-received-icon.png") no-repeat; | ||
577 | + background-size: 100% 100%; | ||
578 | + vertical-align: bottom; | ||
579 | + margin-right: 10px; | ||
580 | +} | ||
581 | +.card-discount-icon{ | ||
582 | + display: inline-block; | ||
583 | + height: 24px; | ||
584 | + width: 24px; | ||
585 | + background: url("../../img/card-discount-icon.png") no-repeat; | ||
586 | + background-size: 100% 100%; | ||
587 | + vertical-align: bottom; | ||
588 | + margin-right: 10px; | ||
589 | +} | ||
590 | +.card-clearing-icon{ | ||
591 | + display: inline-block; | ||
592 | + height: 24px; | ||
593 | + width: 24px; | ||
594 | + background: url("../../img/card-clearing-icon.png") no-repeat; | ||
595 | + background-size: 100% 100%; | ||
596 | + vertical-align: bottom; | ||
597 | + margin-right: 10px; | ||
598 | +} | ||
599 | +.card-unclearing-icon{ | ||
600 | + display: inline-block; | ||
601 | + height: 24px; | ||
602 | + width: 24px; | ||
603 | + background: url("../../img/card-unclearing-icon.png") no-repeat; | ||
604 | + background-size: 100% 100%; | ||
605 | + vertical-align: bottom; | ||
606 | + margin-right: 10px; | ||
607 | +} | ||
608 | +.card-other-icon{ | ||
609 | + display: inline-block; | ||
610 | + height: 24px; | ||
611 | + width: 24px; | ||
612 | + background: url("../../img/card-other-icon.png") no-repeat; | ||
613 | + background-size: 100% 100%; | ||
614 | + vertical-align: bottom; | ||
615 | + margin-right: 10px; | ||
616 | +} | ||
617 | +.card-apphyd-icon{ | ||
618 | + display: inline-block; | ||
619 | + height: 24px; | ||
620 | + width: 24px; | ||
621 | + background: url("../../img/apphyd_ico.png") no-repeat; | ||
622 | + background-size: 24px 24px; | ||
623 | + vertical-align: bottom; | ||
624 | + margin-right: 10px; | ||
625 | +} | ||
626 | +.card-appuser-icon{ | ||
627 | + display: inline-block; | ||
628 | + height: 24px; | ||
629 | + width: 24px; | ||
630 | + background: url("../../img/appUser_ico.png") no-repeat; | ||
631 | + background-size:24px 24px; | ||
632 | + vertical-align: bottom; | ||
633 | + margin-right: 10px; | ||
634 | +} | ||
635 | +.card-todayuser-icon{ | ||
636 | + display: inline-block; | ||
637 | + height: 24px; | ||
638 | + width: 24px; | ||
639 | + background: url("../../img/todayUser_ico.png") no-repeat; | ||
640 | + background-size: 24px 24px; | ||
641 | + vertical-align: bottom; | ||
642 | + margin-right: 10px; | ||
643 | +} | ||
644 | + | ||
645 | +/*收入差异黄色*/ | ||
646 | +.srcy-yellow-icon{ | ||
647 | + display: inline-block; | ||
648 | + width: 18px; | ||
649 | + height: 18px; | ||
650 | + vertical-align: text-bottom; | ||
651 | + margin-right: 4px; | ||
652 | + background: url(../../img/srcy-yellow-icon.png) no-repeat; | ||
653 | +} | ||
654 | +/*退款黄色*/ | ||
655 | +.tk-yellow-icon{ | ||
656 | + display: inline-block; | ||
657 | + width: 18px; | ||
658 | + height: 18px; | ||
659 | + vertical-align: text-bottom; | ||
660 | + margin-right: 4px; | ||
661 | + background: url(../../img/tk-yellow-icon.png) no-repeat; | ||
662 | +} | ||
663 | +/*退款差异黄色*/ | ||
664 | +.tkcy-yellow-icon{ | ||
665 | + display: inline-block; | ||
666 | + width: 18px; | ||
667 | + height: 18px; | ||
668 | + vertical-align: text-bottom; | ||
669 | + margin-right: 4px; | ||
670 | + background: url(../../img/tkcy-yellow-icon.png) no-repeat; | ||
671 | +} | ||
672 | +/*收入差异绿色*/ | ||
673 | +.srcy-green-icon{ | ||
674 | + display: inline-block; | ||
675 | + width: 18px; | ||
676 | + height: 18px; | ||
677 | + vertical-align: text-bottom; | ||
678 | + margin-right: 4px; | ||
679 | + background: url(../../img/srcy-green-icon.png) no-repeat; | ||
680 | +} | ||
681 | +/*退款绿色*/ | ||
682 | +.tk-green-icon{ | ||
683 | + display: inline-block; | ||
684 | + width: 18px; | ||
685 | + height: 18px; | ||
686 | + vertical-align: text-bottom; | ||
687 | + margin-right: 4px; | ||
688 | + background: url(../../img/tk-green-icon.png) no-repeat; | ||
689 | +} | ||
690 | +/*退款差异绿色*/ | ||
691 | +.tkcy-green-icon{ | ||
692 | + display: inline-block; | ||
693 | + width: 18px; | ||
694 | + height: 18px; | ||
695 | + vertical-align: text-bottom; | ||
696 | + margin-right: 4px; | ||
697 | + background: url(../../img/tkcy-green-icon.png) no-repeat; | ||
698 | +} | ||
699 | +/*收入差异蓝色*/ | ||
700 | +.srcy-blue-icon{ | ||
701 | + display: inline-block; | ||
702 | + width: 18px; | ||
703 | + height: 18px; | ||
704 | + vertical-align: text-bottom; | ||
705 | + margin-right: 4px; | ||
706 | + background: url(../../img/srcy-blue-icon.png) no-repeat; | ||
707 | +} | ||
708 | +/*退款蓝色*/ | ||
709 | +.tk-blue-icon{ | ||
710 | + display: inline-block; | ||
711 | + width: 18px; | ||
712 | + height: 18px; | ||
713 | + vertical-align: text-bottom; | ||
714 | + margin-right: 4px; | ||
715 | + background: url(../../img/tk-blue-icon.png) no-repeat; | ||
716 | +} | ||
717 | +/*退款差异蓝色*/ | ||
718 | +.tkcy-blue-icon{ | ||
719 | + display: inline-block; | ||
720 | + width: 18px; | ||
721 | + height: 18px; | ||
722 | + vertical-align: text-bottom; | ||
723 | + margin-right: 4px; | ||
724 | + background: url(../../img/tkcy-blue-icon.png) no-repeat; | ||
725 | +} | ||
726 | +/*收入差异橙色*/ | ||
727 | +.srcy-orange-icon{ | ||
728 | + display: inline-block; | ||
729 | + width: 18px; | ||
730 | + height: 18px; | ||
731 | + vertical-align: text-bottom; | ||
732 | + margin-right: 4px; | ||
733 | + background: url(../../img/srcy-orange-icon.png) no-repeat; | ||
734 | +} | ||
735 | +/*退款橙色*/ | ||
736 | +.tk-orange-icon{ | ||
737 | + display: inline-block; | ||
738 | + width: 18px; | ||
739 | + height: 18px; | ||
740 | + vertical-align: text-bottom; | ||
741 | + margin-right: 4px; | ||
742 | + background: url(../../img/tk-orange-icon.png) no-repeat; | ||
743 | +} | ||
744 | +/*退款差异橙色*/ | ||
745 | +.tkcy-orange-icon{ | ||
746 | + display: inline-block; | ||
747 | + width: 18px; | ||
748 | + height: 18px; | ||
749 | + vertical-align: text-bottom; | ||
750 | + margin-right: 4px; | ||
751 | + background: url(../../img/tkcy-orange-icon.png) no-repeat; | ||
752 | +} | ||
753 | +/*欠费车主人数*/ | ||
754 | +.person-park-icon{ | ||
755 | + display: inline-block; | ||
756 | + height: 24px; | ||
757 | + width: 24px; | ||
758 | + background: url("../../img/person_park.png") no-repeat; | ||
759 | + background-size: 100% 100%; | ||
760 | + vertical-align: bottom; | ||
761 | + margin-right: 10px; | ||
762 | +} | ||
763 | +/*欠费车主人数*/ | ||
764 | +.card-remnum-icon{ | ||
765 | + display: inline-block; | ||
766 | + height: 24px; | ||
767 | + width: 24px; | ||
768 | + background: url("../../img/remnum_park.png") no-repeat; | ||
769 | + background-size: 100% 100%; | ||
770 | + vertical-align: bottom; | ||
771 | + margin-right: 10px; | ||
772 | +} | ||
773 | +/* | ||
774 | + ========================= | ||
775 | + 卡列表 | ||
776 | + ========================= | ||
777 | +*/ | ||
778 | +.ITD-cardnew-wrap>li:nth-of-type(2){ | ||
779 | + padding-top:10px ; | ||
780 | + padding-bottom:10px ; | ||
781 | +} | ||
782 | +.ITD-cardlist-wrap { | ||
783 | + height: 105px; | ||
784 | +} | ||
785 | +.ITD-cardlist-wrap ul{ | ||
786 | + padding-top: 26px; | ||
787 | + padding-left: 24px; | ||
788 | +} | ||
789 | +.ITD-cardlist-wrap ul>li:nth-of-type(1){ | ||
790 | + height: 24px; | ||
791 | + line-height: 24px; | ||
792 | +} | ||
793 | +.ITD-cardlist-wrap-1{ | ||
794 | + background-color: #fff1db; | ||
795 | +} | ||
796 | +.ITD-cardlist-wrap-2{ | ||
797 | + background-color: #dff9eb; | ||
798 | +} | ||
799 | +.ITD-cardlist-wrap-3{ | ||
800 | + background-color: #fff9db; | ||
801 | +} | ||
802 | +.ITD-cardlist-wrap-4{ | ||
803 | + background-color: #dff3f4; | ||
804 | +} | ||
805 | +/* | ||
806 | + ========================= | ||
807 | + 卡列表 上部汇总 | ||
808 | + ========================= | ||
809 | +*/ | ||
810 | +.count-icon{ | ||
811 | + display: inline-block; | ||
812 | + width: 16px; | ||
813 | + height: 16px; | ||
814 | + background-repeat: no-repeat; | ||
815 | + vertical-align: sub; | ||
816 | + margin-right: 5px; | ||
817 | + background-image: url(../../img/count-parking.png); | ||
818 | +} | ||
819 | +.count-parking{ | ||
820 | + background-position: 0 0; | ||
821 | +} | ||
822 | +.count-roadside{ | ||
823 | + background-position: -16px 0; | ||
824 | +} | ||
825 | +.count-seal{ | ||
826 | + background-position: -32px 0; | ||
827 | +} | ||
828 | +.count-berth{ | ||
829 | + background-position: -48px 0; | ||
830 | +} | ||
831 | +/* | ||
832 | + ========================= | ||
833 | + | ||
834 | + ========================= | ||
835 | + */ | ||
836 | +.ITD-statistics-count{ | ||
837 | + height: 32px; | ||
838 | + line-height: 32px; | ||
839 | + background: #fafafa; | ||
840 | + margin-bottom: 17px; | ||
841 | + margin-top: 17px; | ||
842 | + width: 100%; | ||
843 | + padding-right: 20px; | ||
844 | +} | ||
845 | +.ITD-statistics-count-main li{ | ||
846 | + margin-left: 30px; | ||
847 | +} | ||
848 | + | ||
849 | +/* | ||
850 | + ========================= | ||
851 | + table排名1 2 3 样式 | ||
852 | + ========================= | ||
853 | + */ | ||
854 | +.ITD-popNo-origin{ | ||
855 | + width:20px; | ||
856 | + height:20px; | ||
857 | + line-height: 20px; | ||
858 | + font-size:12px; | ||
859 | + text-align: center; | ||
860 | + display: inline-block; | ||
861 | +} | ||
862 | +.ITD-popNo-one{ | ||
863 | + width:20px; | ||
864 | + height:20px; | ||
865 | + line-height: 20px; | ||
866 | + font-size:12px; | ||
867 | + text-align: center; | ||
868 | + display: inline-block; | ||
869 | + border-radius: 50% !important; | ||
870 | + border: 1px solid #fe944d; | ||
871 | +} | ||
872 | +.ITD-popNo-two{ | ||
873 | + width:20px; | ||
874 | + height:20px; | ||
875 | + line-height: 20px; | ||
876 | + font-size:12px; | ||
877 | + text-align: center; | ||
878 | + display: inline-block; | ||
879 | + border: 1px solid #fed64d; | ||
880 | + border-radius: 50% !important; | ||
881 | +} | ||
882 | +.ITD-popNo-three{ | ||
883 | + width:20px; | ||
884 | + height:20px; | ||
885 | + line-height: 20px; | ||
886 | + font-size:12px; | ||
887 | + text-align: center; | ||
888 | + display: inline-block; | ||
889 | + border: 1px solid #5fe98f; | ||
890 | + border-radius: 50% !important; | ||
891 | +} | ||
892 | +/* | ||
893 | + ========================= | ||
894 | + table底部pagefooter样式更新 | ||
895 | + ========================= | ||
896 | +*/ | ||
897 | +.page-footer .page-footer-inner { | ||
898 | + color: #a1b2cf !important; | ||
899 | + text-align: center !important; | ||
900 | + float: none; | ||
901 | + display: block; | ||
902 | +} | ||
903 | + | ||
904 | +/* | ||
905 | + ================================ | ||
906 | + @主题样式 | ||
907 | + 页面title 公共 | ||
908 | + ================================ | ||
909 | +*/ | ||
910 | +.ITD-border-bottom{ | ||
911 | + border-bottom: 1px solid #f0f0f2; | ||
912 | +} | ||
913 | +.ITD-common-title{ | ||
914 | + height: 44px; | ||
915 | + line-height:44px; | ||
916 | + font-size: 14px; | ||
917 | + border-bottom: 1px solid #f0f0f2; | ||
918 | +} | ||
919 | +.ITD-common-title em{ | ||
920 | + width: 18px; | ||
921 | + height: 18px; | ||
922 | + display: inline-block; | ||
923 | + vertical-align: middle; | ||
924 | + margin-right: 8px; | ||
925 | + background-repeat:no-repeat ; | ||
926 | + margin-top:-3px; | ||
927 | +} | ||
928 | +.ITD-common-paytitle{ | ||
929 | + height: 55px; | ||
930 | + line-height: 55px; | ||
931 | + color: #000; | ||
932 | + font-size: 16px; | ||
933 | + padding-left: 55px; | ||
934 | + border-bottom: 1px solid #f1f1f3; | ||
935 | + background: url("../../img/common_payico.png") no-repeat 27px center; | ||
936 | +} | ||
937 | + | ||
938 | +/* | ||
939 | + ===错误信息提示样式 公共 === | ||
940 | +*/ | ||
941 | +.ITD-model-contbody{ | ||
942 | + max-height: 540px; | ||
943 | + padding: 0 !important; | ||
944 | + overflow-y: auto; | ||
945 | +} | ||
946 | +.ITD-model-errormsg{ | ||
947 | + height: 20px; | ||
948 | + line-height: 20px; | ||
949 | + /*background-color: #fddbdb;*/ | ||
950 | + color: #f83955; | ||
951 | + font-size: 12px; | ||
952 | + text-align: center; | ||
953 | +} | ||
954 | +/*---------------删除弹窗------------------*/ | ||
955 | +.ITD-deletemodel-content{ | ||
956 | + margin-left: 127px; | ||
957 | + height:96px; | ||
958 | + width: 96px; | ||
959 | + background: url("../../img/delete_Rule.png") no-repeat; | ||
960 | +} | ||
961 | +.ITD-deletemodel-contentmsg{ | ||
962 | + height: 30px; | ||
963 | + line-height: 30px; | ||
964 | + text-align: center; | ||
965 | + width: 100%; | ||
966 | + margin-top: 8px; | ||
967 | +} | ||
968 | +/*---------------提示弹窗------------------*/ | ||
969 | +.ITD-alertmodel-contentmsg { | ||
970 | + height: 100px; | ||
971 | + line-height: 100px; | ||
972 | + text-align: center; | ||
973 | + width: 100%; | ||
974 | + margin-top: 8px; | ||
975 | +} | ||
976 | +/*---------------成功弹窗---------------*/ | ||
977 | +.ITD-successmodel-content{ | ||
978 | + margin-left: 120px; | ||
979 | + height:96px; | ||
980 | + width: 96px; | ||
981 | + background: url("../../img/success-icon.png") no-repeat; | ||
982 | +} | ||
983 | +.ITD-successmodel-contentmsg{ | ||
984 | + height: 30px; | ||
985 | + line-height: 30px; | ||
986 | + text-align: center; | ||
987 | + width: 100%; | ||
988 | + margin-top: 8px; | ||
989 | +} | ||
990 | +/* | ||
991 | + width:380px | ||
992 | +*/ | ||
993 | +.blue-modal{ | ||
994 | + width:380px; | ||
995 | +} | ||
996 | +.ITD-model380-body{ | ||
997 | + padding-top: -3px; | ||
998 | +} | ||
999 | +/* | ||
1000 | + width:1020px | ||
1001 | +*/ | ||
1002 | +.ITD-model-1020{ | ||
1003 | + width:1020px; | ||
1004 | +} | ||
1005 | +/* | ||
1006 | + width:712px | ||
1007 | +*/ | ||
1008 | +.ITD-model-712{ | ||
1009 | + width:712px; | ||
1010 | +} | ||
1011 | +.ITD-model-512{ | ||
1012 | + width:512px; | ||
1013 | +} | ||
1014 | +.ITD-model-773{ | ||
1015 | + width:773px; | ||
1016 | +} | ||
1017 | +.ITD-model-1034{ | ||
1018 | + width:1034px; | ||
1019 | +} | ||
1020 | +.modal-header-title{ | ||
1021 | + height: 16px; | ||
1022 | + line-height: 16px; | ||
1023 | + display: inline-block; | ||
1024 | + padding-left: 10px; | ||
1025 | + border-left: 3px solid #1E95CD; | ||
1026 | + color: #1E95CD; | ||
1027 | +} | ||
1028 | +.ITD-modal-body{ | ||
1029 | + padding: 0 38px 30px!important; | ||
1030 | +} | ||
1031 | +/*弹窗公共 border-radius4px */ | ||
1032 | +.modal-content{ | ||
1033 | + border-radius: 4px !important; | ||
1034 | +} | ||
1035 | +.ITD-model-header{ | ||
1036 | + line-height: 67px; | ||
1037 | + height: 67px; | ||
1038 | + padding: 0 15px 0 38px; | ||
1039 | +} | ||
1040 | +.ITD-model-close{ | ||
1041 | + margin-top: 10px !important; | ||
1042 | +} | ||
1043 | +.ITD-model-footer{ | ||
1044 | + text-align: center !important; | ||
1045 | + border-top:none !important; | ||
1046 | + padding: 15px 24px 24px !important; | ||
1047 | +} | ||
1048 | +.ITD-model-btn{ | ||
1049 | + border-radius: 4px!important; | ||
1050 | + cursor: pointer; | ||
1051 | + width: 72px; | ||
1052 | + height: 32px; | ||
1053 | + line-height: 32px; | ||
1054 | + text-align: center; | ||
1055 | + font-size: 14px; | ||
1056 | + color: #fff; | ||
1057 | +} | ||
1058 | +.ITD-modelall-btn{ | ||
1059 | + border-radius: 4px!important; | ||
1060 | + cursor: pointer; | ||
1061 | + width: 90px; | ||
1062 | + height: 32px; | ||
1063 | + text-align: center; | ||
1064 | + font-size: 14px; | ||
1065 | + color: #fff; | ||
1066 | +} | ||
1067 | +.ITD-form-group{ | ||
1068 | + height: 35px; | ||
1069 | + line-height: 35px; | ||
1070 | +} | ||
1071 | +.ITD-form-padleft25-read{ | ||
1072 | + height: 35px; | ||
1073 | + line-height: 35px; | ||
1074 | + padding-left: 25px; | ||
1075 | +} | ||
1076 | +.ITD-form-padleft5-read{ | ||
1077 | + height: 35px; | ||
1078 | + line-height: 35px; | ||
1079 | + padding-left: 5px; | ||
1080 | +} | ||
1081 | +.ITD-pop-panel-wid100{ | ||
1082 | + width: 100px; | ||
1083 | +} | ||
1084 | +.ITD-pop-panel-wid120{ | ||
1085 | + width: 120px; | ||
1086 | +} | ||
1087 | +.ITD-pop-panel-wid80{ | ||
1088 | + width: 80px; | ||
1089 | +} | ||
1090 | +.ITD-pop-panel-paddingtop90{ | ||
1091 | + padding-top: 9px; | ||
1092 | +} | ||
1093 | +/* | ||
1094 | + ================================ | ||
1095 | + @主题样式 | ||
1096 | + 表格样式 公共 | ||
1097 | + ================================ | ||
1098 | +*/ | ||
1099 | +.ITD-new-table-title{ | ||
1100 | + padding: 20px 0; | ||
1101 | + height: 60px; | ||
1102 | +} | ||
1103 | +.ITD-new-table thead{ | ||
1104 | + font-size: 14px; | ||
1105 | + color: rgba(0,0,0,.45) !important; | ||
1106 | + border-bottom: 0!important; | ||
1107 | +} | ||
1108 | +.ITD-new-table thead>tr>th{ | ||
1109 | + height: 28px!important; | ||
1110 | + line-height: 28px!important; | ||
1111 | + background-color: #fafafa!important; | ||
1112 | + padding-top: 0!important; | ||
1113 | + padding-right: 0!important; | ||
1114 | + padding-bottom: 0!important; | ||
1115 | + /*padding-left: 24px!important;*/ | ||
1116 | + border-bottom: 0!important; | ||
1117 | +} | ||
1118 | +.ITD-new-table tbody tr{ | ||
1119 | + height: 70px; | ||
1120 | + line-height: 70px; | ||
1121 | +} | ||
1122 | +.ITD-new-table tbody tr td{ | ||
1123 | + padding-left: 15px; | ||
1124 | +} | ||
1125 | +/*其他table 新版样式*/ | ||
1126 | +.ITD-fix-table-title{ | ||
1127 | + padding: 20px 0; | ||
1128 | + height: 60px; | ||
1129 | +} | ||
1130 | +.ITD-fix-table thead{ | ||
1131 | + font-size: 14px; | ||
1132 | + color: rgba(0,0,0,.45) !important; | ||
1133 | + border-bottom: 0!important; | ||
1134 | +} | ||
1135 | +.ITD-fix-table thead>tr>th{ | ||
1136 | + height: 28px!important; | ||
1137 | + line-height: 28px!important; | ||
1138 | + background-color: #fafafa!important; | ||
1139 | + padding-top: 0!important; | ||
1140 | + padding-right: 0!important; | ||
1141 | + padding-bottom: 0!important; | ||
1142 | + /*padding-left: 24px!important;*/ | ||
1143 | + border-bottom: 0!important; | ||
1144 | +} | ||
1145 | +.fixed-table-column table{ | ||
1146 | + box-shadow: 5px 0px 5px -5px rgba(50, 50, 50, 0.2); | ||
1147 | +} | ||
1148 | +.formatNoMatches{ | ||
1149 | + background: url(../../img/formatNoMatches.png) no-repeat center center; | ||
1150 | + height: 45px; | ||
1151 | + margin-top: 24px; | ||
1152 | +} | ||
1153 | +.common-tableh47>tbody>tr>td{ | ||
1154 | + height: 47px; | ||
1155 | + line-height: 47px; | ||
1156 | +} | ||
1157 | +/* | ||
1158 | + ==卡片 icon 公共== | ||
1159 | +*/ | ||
1160 | +.card-incomedifference-icon{ | ||
1161 | + | ||
1162 | +} | ||
1163 | + | ||
1164 | +/* | ||
1165 | + ==table头部 icon 公共== | ||
1166 | +*/ | ||
1167 | +.information-icon{ | ||
1168 | + display: inline-block; | ||
1169 | + width: 18px; | ||
1170 | + height: 18px; | ||
1171 | + vertical-align: text-bottom; | ||
1172 | + margin-right: 4px; | ||
1173 | + background: url(../../img/information-icon.png) no-repeat ; | ||
1174 | + | ||
1175 | +} | ||
1176 | +.status-icon{ | ||
1177 | + display: inline-block; | ||
1178 | + width: 18px; | ||
1179 | + height: 18px; | ||
1180 | + vertical-align: text-bottom; | ||
1181 | + margin-right: 4px; | ||
1182 | + background: url(../../img/status-icon.png) no-repeat ; | ||
1183 | + | ||
1184 | +} | ||
1185 | +.time-icon{ | ||
1186 | + display: inline-block; | ||
1187 | + width: 18px; | ||
1188 | + height: 18px; | ||
1189 | + vertical-align: text-bottom; | ||
1190 | + margin-right: 4px; | ||
1191 | + background: url(../../img/time-icon.png) no-repeat; | ||
1192 | +} | ||
1193 | +.person-icon{ | ||
1194 | + display: inline-block; | ||
1195 | + width: 18px; | ||
1196 | + height: 18px; | ||
1197 | + vertical-align: text-bottom; | ||
1198 | + margin-right: 4px; | ||
1199 | + background: url(../../img/person-icon.png) no-repeat ; | ||
1200 | +} | ||
1201 | +.money-icon{ | ||
1202 | + display: inline-block; | ||
1203 | + width: 18px; | ||
1204 | + height: 18px; | ||
1205 | + vertical-align:text-bottom; | ||
1206 | + margin-right: 4px; | ||
1207 | + background: url(../../img/money-icon.png) no-repeat ; | ||
1208 | +} | ||
1209 | +/*办事处*/ | ||
1210 | +.office-icon{ | ||
1211 | + display: inline-block; | ||
1212 | + width: 18px; | ||
1213 | + height: 18px; | ||
1214 | + vertical-align:text-bottom; | ||
1215 | + margin-right: 4px; | ||
1216 | + background: url(../../img/office-icon.png) no-repeat ; | ||
1217 | +} | ||
1218 | +/*微信*/ | ||
1219 | +.weixin-icon{ | ||
1220 | + display: inline-block; | ||
1221 | + width: 18px; | ||
1222 | + height: 18px; | ||
1223 | + vertical-align:text-bottom; | ||
1224 | + margin-right: 4px; | ||
1225 | + background: url(../../img/weixin-icon.png) no-repeat ; | ||
1226 | +} | ||
1227 | +/*支付宝*/ | ||
1228 | +.zhifubao-icon{ | ||
1229 | + display: inline-block; | ||
1230 | + width: 18px; | ||
1231 | + height: 18px; | ||
1232 | + vertical-align:text-bottom; | ||
1233 | + margin-right: 4px; | ||
1234 | + background: url(../../img/zhifubao-icon.png) no-repeat ; | ||
1235 | +} | ||
1236 | +/*现金*/ | ||
1237 | +.xianjin-icon{ | ||
1238 | + display: inline-block; | ||
1239 | + width: 18px; | ||
1240 | + height: 18px; | ||
1241 | + vertical-align:text-bottom; | ||
1242 | + margin-right: 4px; | ||
1243 | + background: url(../../img/xianjin-icon.png) no-repeat ; | ||
1244 | +} | ||
1245 | +/*收入差异笔数*/ | ||
1246 | +.moneydifferencenum-icon{ | ||
1247 | + display: inline-block; | ||
1248 | + width: 18px; | ||
1249 | + height: 18px; | ||
1250 | + vertical-align:text-bottom; | ||
1251 | + margin-right: 4px; | ||
1252 | + background: url(../../img/moneydifferencenum-icon.png) no-repeat ; | ||
1253 | +} | ||
1254 | +/*退款差异金额*/ | ||
1255 | +.tkmoneynum-icon{ | ||
1256 | + display: inline-block; | ||
1257 | + width: 18px; | ||
1258 | + height: 18px; | ||
1259 | + vertical-align:text-bottom; | ||
1260 | + margin-right: 4px; | ||
1261 | + background: url(../../img/tkmoneynum-icon.png) no-repeat ; | ||
1262 | +} | ||
1263 | +/*交易笔数*/ | ||
1264 | +.business-icon{ | ||
1265 | + display: inline-block; | ||
1266 | + width: 18px; | ||
1267 | + height: 18px; | ||
1268 | + vertical-align:text-bottom; | ||
1269 | + margin-right: 4px; | ||
1270 | + background: url(../../img/business-icon.png) no-repeat ; | ||
1271 | +} | ||
1272 | +/*收入差异金额*/ | ||
1273 | +.moneydifference-icon{ | ||
1274 | + display: inline-block; | ||
1275 | + width: 18px; | ||
1276 | + height: 18px; | ||
1277 | + vertical-align:text-bottom; | ||
1278 | + margin-right: 4px; | ||
1279 | + background: url(../../img/moneydifference-icon.png) no-repeat ; | ||
1280 | +} | ||
1281 | +.discount-icon{ | ||
1282 | + display: inline-block; | ||
1283 | + width: 18px; | ||
1284 | + height: 18px; | ||
1285 | + vertical-align:text-bottom; | ||
1286 | + margin-right: 4px; | ||
1287 | + background: url(../../img/discount-icon.png) no-repeat ; | ||
1288 | +} | ||
1289 | +.mold-icon{ | ||
1290 | + display: inline-block; | ||
1291 | + width: 18px; | ||
1292 | + height: 18px; | ||
1293 | + vertical-align:text-bottom; | ||
1294 | + margin-right: 4px; | ||
1295 | + background: url(../../img/mold-icon.png) no-repeat ; | ||
1296 | +} | ||
1297 | +.feature-icon{ | ||
1298 | + display: inline-block; | ||
1299 | + width: 18px; | ||
1300 | + height: 18px; | ||
1301 | + vertical-align:text-bottom; | ||
1302 | + margin-right: 4px; | ||
1303 | + background: url(../../img/feature-icon.png) no-repeat ; | ||
1304 | +} | ||
1305 | +.money-icon{ | ||
1306 | + display: inline-block; | ||
1307 | + width: 18px; | ||
1308 | + height: 18px; | ||
1309 | + vertical-align: text-bottom; | ||
1310 | + margin-right: 4px; | ||
1311 | + background: url(../../img/money-icon.png) no-repeat ; | ||
1312 | +} | ||
1313 | +/*白天*/ | ||
1314 | +.day-icon{ | ||
1315 | + display: inline-block; | ||
1316 | + width: 18px; | ||
1317 | + height: 18px; | ||
1318 | + vertical-align: text-bottom; | ||
1319 | + margin-right: 4px; | ||
1320 | + background: url(../../img/day-icon.png) no-repeat ; | ||
1321 | +} | ||
1322 | +/*夜间*/ | ||
1323 | +.night-icon{ | ||
1324 | + display: inline-block; | ||
1325 | + width: 18px; | ||
1326 | + height: 18px; | ||
1327 | + vertical-align: text-bottom; | ||
1328 | + margin-right: 4px; | ||
1329 | + background: url(../../img/night-icon.png) no-repeat ; | ||
1330 | +} | ||
1331 | +.opration-icon{ | ||
1332 | + display: inline-block; | ||
1333 | + width: 18px; | ||
1334 | + height: 18px; | ||
1335 | + vertical-align: text-bottom; | ||
1336 | + margin-right: 4px; | ||
1337 | + background: url(../../img/opration-icon.png) no-repeat ; | ||
1338 | +} | ||
1339 | +.type-icon{ | ||
1340 | + display: inline-block; | ||
1341 | + width: 18px; | ||
1342 | + height: 18px; | ||
1343 | + vertical-align: text-bottom; | ||
1344 | + margin-right: 4px; | ||
1345 | + background: url(../../img/type-icon.png) no-repeat ; | ||
1346 | +} | ||
1347 | +/*周转次数*/ | ||
1348 | +.zzl-icon{ | ||
1349 | + display: inline-block; | ||
1350 | + width: 18px; | ||
1351 | + height: 18px; | ||
1352 | + vertical-align: text-bottom; | ||
1353 | + margin-right: 4px; | ||
1354 | + background: url(../../img/zzl-icon.png) no-repeat ; | ||
1355 | +} | ||
1356 | +/*签到状态*/ | ||
1357 | +.sign-icon{ | ||
1358 | + display: inline-block; | ||
1359 | + width: 18px; | ||
1360 | + height: 18px; | ||
1361 | + vertical-align: text-bottom; | ||
1362 | + margin-right: 4px; | ||
1363 | + background: url(../../img/sign-icon.png) no-repeat ; | ||
1364 | +} | ||
1365 | +/*手机*/ | ||
1366 | +.mobile-icon{ | ||
1367 | + display: inline-block; | ||
1368 | + width: 18px; | ||
1369 | + height: 18px; | ||
1370 | + vertical-align: text-bottom; | ||
1371 | + margin-right: 4px; | ||
1372 | + background: url(../../img/mobile-icon.png) no-repeat ; | ||
1373 | +} | ||
1374 | +/*码*/ | ||
1375 | +.code-icon{ | ||
1376 | + display: inline-block; | ||
1377 | + width: 18px; | ||
1378 | + height: 18px; | ||
1379 | + vertical-align: text-bottom; | ||
1380 | + margin-right: 4px; | ||
1381 | + background: url(../../img/code-icon.png) no-repeat ; | ||
1382 | +} | ||
1383 | +/*卡*/ | ||
1384 | +.card-icon{ | ||
1385 | + display: inline-block; | ||
1386 | + width: 18px; | ||
1387 | + height: 18px; | ||
1388 | + vertical-align: text-bottom; | ||
1389 | + margin-right: 4px; | ||
1390 | + background: url(../../img/card-icon.png) no-repeat ; | ||
1391 | +} | ||
1392 | +/*备注*/ | ||
1393 | +.remarks-icon{ | ||
1394 | + display: inline-block; | ||
1395 | + width: 18px; | ||
1396 | + height: 18px; | ||
1397 | + vertical-align: text-bottom; | ||
1398 | + margin-right: 4px; | ||
1399 | + background: url(../../img/remarks-icon.png) no-repeat ; | ||
1400 | +} | ||
1401 | +/*总数*/ | ||
1402 | +.total-icon{ | ||
1403 | + display: inline-block; | ||
1404 | + width: 18px; | ||
1405 | + height: 18px; | ||
1406 | + vertical-align: text-bottom; | ||
1407 | + margin-right: 4px; | ||
1408 | + background: url(../../img/total-icon.png) no-repeat ; | ||
1409 | +} | ||
1410 | +/*管理方式*/ | ||
1411 | +.manage-icon{ | ||
1412 | + display: inline-block; | ||
1413 | + width: 18px; | ||
1414 | + height: 18px; | ||
1415 | + vertical-align: text-bottom; | ||
1416 | + margin-right: 4px; | ||
1417 | + background: url(../../img/manage-icon.png) no-repeat ; | ||
1418 | +} | ||
1419 | +/*收费组名称*/ | ||
1420 | +.collect-icon{ | ||
1421 | + display: inline-block; | ||
1422 | + width: 18px; | ||
1423 | + height: 18px; | ||
1424 | + vertical-align: text-bottom; | ||
1425 | + margin-right: 4px; | ||
1426 | + background: url(../../img/collect-icon.png) no-repeat ; | ||
1427 | +} | ||
1428 | +/*平均*/ | ||
1429 | +.average-icon{ | ||
1430 | + display: inline-block; | ||
1431 | + width: 18px; | ||
1432 | + height: 18px; | ||
1433 | + vertical-align: text-bottom; | ||
1434 | + margin-right: 4px; | ||
1435 | + background: url(../../img/average-icon.png) no-repeat ; | ||
1436 | +} | ||
1437 | +/*排行*/ | ||
1438 | +.ranking-icon{ | ||
1439 | + display: inline-block; | ||
1440 | + width: 18px; | ||
1441 | + height: 18px; | ||
1442 | + vertical-align: text-bottom; | ||
1443 | + margin-right: 4px; | ||
1444 | + background: url(../../img/ranking-icon.png) no-repeat ; | ||
1445 | +} | ||
1446 | +/*性别*/ | ||
1447 | +.sex-icon{ | ||
1448 | + display: inline-block; | ||
1449 | + width: 18px; | ||
1450 | + height: 18px; | ||
1451 | + vertical-align: text-bottom; | ||
1452 | + margin-right: 4px; | ||
1453 | + background: url(../../img/sex-icon.png) no-repeat ; | ||
1454 | +} | ||
1455 | +/*年龄*/ | ||
1456 | +.agelonge-icon{ | ||
1457 | + display: inline-block; | ||
1458 | + width: 18px; | ||
1459 | + height: 18px; | ||
1460 | + vertical-align: text-bottom; | ||
1461 | + margin-right: 4px; | ||
1462 | + background: url(../../img/agelonge-icon.png) no-repeat ; | ||
1463 | +} | ||
1464 | +/*系统*/ | ||
1465 | +.system-icon{ | ||
1466 | + display: inline-block; | ||
1467 | + width: 18px; | ||
1468 | + height: 18px; | ||
1469 | + vertical-align: text-bottom; | ||
1470 | + margin-right: 4px; | ||
1471 | + background: url(../../img/system-icon.png) no-repeat ; | ||
1472 | +} | ||
1473 | +/*系统*/ | ||
1474 | +.personemail-icon{ | ||
1475 | + display: inline-block; | ||
1476 | + width: 18px; | ||
1477 | + height: 18px; | ||
1478 | + vertical-align: text-bottom; | ||
1479 | + margin-right: 4px; | ||
1480 | + background: url(../../img/email-icon.png) no-repeat ; | ||
1481 | +} | ||
1482 | +/*ID*/ | ||
1483 | +.id-icon{ | ||
1484 | + display: inline-block; | ||
1485 | + width: 18px; | ||
1486 | + height: 18px; | ||
1487 | + vertical-align: text-bottom; | ||
1488 | + margin-right: 4px; | ||
1489 | + background: url(../../img/id-icon.png) no-repeat ; | ||
1490 | +} | ||
1491 | +/*职能名称*/ | ||
1492 | +.function-icon{ | ||
1493 | + display: inline-block; | ||
1494 | + width: 18px; | ||
1495 | + height: 18px; | ||
1496 | + vertical-align: text-bottom; | ||
1497 | + margin-right: 4px; | ||
1498 | + background: url(../../img/function-icon.png) no-repeat ; | ||
1499 | +} | ||
1500 | +/*ip*/ | ||
1501 | +.ip-icon{ | ||
1502 | + display: inline-block; | ||
1503 | + width: 18px; | ||
1504 | + height: 18px; | ||
1505 | + vertical-align: text-bottom; | ||
1506 | + margin-right: 4px; | ||
1507 | + background: url(../../img/ip-icon.png) no-repeat ; | ||
1508 | +} | ||
1509 | +/*字典*/ | ||
1510 | +.dictionary-icon{ | ||
1511 | + display: inline-block; | ||
1512 | + width: 18px; | ||
1513 | + height: 18px; | ||
1514 | + vertical-align: text-bottom; | ||
1515 | + margin-right: 4px; | ||
1516 | + background: url(../../img/dictionary-icon.png) no-repeat ; | ||
1517 | +} | ||
1518 | +/*车牌号*/ | ||
1519 | +.carnum-icon{ | ||
1520 | + display: inline-block; | ||
1521 | + width: 18px; | ||
1522 | + height: 18px; | ||
1523 | + vertical-align: text-bottom; | ||
1524 | + margin-right: 4px; | ||
1525 | + background: url(../../img/carnum-icon.png) no-repeat ; | ||
1526 | +} | ||
1527 | +/*进场*/ | ||
1528 | +.parkingin-icon{ | ||
1529 | + display: inline-block; | ||
1530 | + width: 18px; | ||
1531 | + height: 18px; | ||
1532 | + vertical-align: text-bottom; | ||
1533 | + margin-right: 4px; | ||
1534 | + background: url(../../img/parkingin-icon.png) no-repeat ; | ||
1535 | +} | ||
1536 | +/*出场*/ | ||
1537 | +.parkingout-icon{ | ||
1538 | + display: inline-block; | ||
1539 | + width: 18px; | ||
1540 | + height: 18px; | ||
1541 | + vertical-align: text-bottom; | ||
1542 | + margin-right: 4px; | ||
1543 | + background: url(../../img/parkingout-icon.png) no-repeat ; | ||
1544 | +} | ||
1545 | +/*周转次数*/ | ||
1546 | +.zzl-icon{ | ||
1547 | + display: inline-block; | ||
1548 | + width: 18px; | ||
1549 | + height: 18px; | ||
1550 | + vertical-align: text-bottom; | ||
1551 | + margin-right: 4px; | ||
1552 | + background: url(../../img/zzl-icon.png) no-repeat ; | ||
1553 | +} | ||
1554 | +/*占有率*/ | ||
1555 | +.zyl-icon{ | ||
1556 | + display: inline-block; | ||
1557 | + width: 18px; | ||
1558 | + height: 18px; | ||
1559 | + vertical-align: text-bottom; | ||
1560 | + margin-right: 4px; | ||
1561 | + background: url(../../img/zyl-icon.png) no-repeat ; | ||
1562 | +} | ||
1563 | +/*停车场*/ | ||
1564 | +.parking-icon{ | ||
1565 | + display: inline-block; | ||
1566 | + width: 18px; | ||
1567 | + height: 18px; | ||
1568 | + vertical-align: text-bottom; | ||
1569 | + margin-right: 4px; | ||
1570 | + background: url(../../img/parking-icon.png) no-repeat ; | ||
1571 | +} | ||
1572 | +.mobile-icon{ | ||
1573 | + display: inline-block; | ||
1574 | + width: 18px; | ||
1575 | + height: 18px; | ||
1576 | + vertical-align: text-bottom; | ||
1577 | + margin-right: 4px; | ||
1578 | + background: url(../../img/phone-icon.png) no-repeat ; | ||
1579 | +} | ||
1580 | +.carnumber-icon{ | ||
1581 | + display: inline-block; | ||
1582 | + width: 18px; | ||
1583 | + height: 18px; | ||
1584 | + vertical-align: text-bottom; | ||
1585 | + margin-right: 4px; | ||
1586 | + background: url(../../img/carnumber-icon.png) no-repeat ; | ||
1587 | +} | ||
1588 | +.state-icon{ | ||
1589 | + display: inline-block; | ||
1590 | + width: 18px; | ||
1591 | + height: 18px; | ||
1592 | + vertical-align: text-bottom; | ||
1593 | + margin-right: 4px; | ||
1594 | + background: url(../../img/state-icon.png) no-repeat ; | ||
1595 | +} | ||
1596 | +.device-icon{ | ||
1597 | + display: inline-block; | ||
1598 | + width: 18px; | ||
1599 | + height: 18px; | ||
1600 | + vertical-align: text-bottom; | ||
1601 | + margin-top: -3px; | ||
1602 | + margin-right: 10px; | ||
1603 | + background-image: url(../../img/index-card-title.png); | ||
1604 | + background-repeat: no-repeat; | ||
1605 | + background-position: -54px 0 ; | ||
1606 | +} | ||
1607 | +.carflow-icon{ | ||
1608 | + display: inline-block; | ||
1609 | + width: 18px; | ||
1610 | + height: 18px; | ||
1611 | + vertical-align: text-bottom; | ||
1612 | + margin-top: -3px; | ||
1613 | + margin-right: 10px; | ||
1614 | + background-image: url(../../img/index-card-title.png); | ||
1615 | + background-repeat: no-repeat; | ||
1616 | + background-position: 0 -36px ; | ||
1617 | +} | ||
1618 | +.berth-icon{ | ||
1619 | + display: inline-block; | ||
1620 | + width: 18px; | ||
1621 | + height: 18px; | ||
1622 | + vertical-align: text-bottom; | ||
1623 | + margin-top: -3px; | ||
1624 | + margin-right: 10px; | ||
1625 | + background-image: url(../../img/index-card-title.png); | ||
1626 | + background-repeat: no-repeat; | ||
1627 | + background-position: -18px 0; | ||
1628 | +} | ||
1629 | +.screen-icon{ | ||
1630 | + display: inline-block; | ||
1631 | + width: 17px; | ||
1632 | + height: 12px; | ||
1633 | + /*margin-top: -3px;*/ | ||
1634 | + margin-right: 10px; | ||
1635 | + background-image: url(../../img/popScreenBtn.png); | ||
1636 | + background-repeat: no-repeat; | ||
1637 | + /*background-position: -18px 0;*/ | ||
1638 | +} | ||
1639 | +/* | ||
1640 | + 不换行 td | ||
1641 | +*/ | ||
1642 | +.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{ | ||
1643 | + /*border-top: 0!important;*/ | ||
1644 | + white-space: nowrap; | ||
1645 | +} | ||
1646 | +/* | ||
1647 | + 表头 样式 | ||
1648 | +*/ | ||
1649 | +.table thead{ | ||
1650 | + background: #FAFAFA !important; | ||
1651 | + font-size: 14px; | ||
1652 | + color: rgba(0,0,0,0.7); | ||
1653 | + border-bottom: 1px solid rgba(232,232,232,1); | ||
1654 | + | ||
1655 | +} | ||
1656 | +/* | ||
1657 | + table 无border | ||
1658 | +*/ | ||
1659 | +.fixed-table-container{ | ||
1660 | + border:none; | ||
1661 | +} | ||
1662 | +/* | ||
1663 | + table 样式 | ||
1664 | +*/ | ||
1665 | +.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{ | ||
1666 | + padding: 0 0 0 24px !important; | ||
1667 | + /*height: 47px;*/ | ||
1668 | + /*line-height: 47px;*/ | ||
1669 | + color: rgba(0,0,0,0.65); | ||
1670 | + font-size: 12px; | ||
1671 | +} | ||
1672 | + | ||
1673 | +.table tbody tr:hover{ | ||
1674 | + background-color:rgba(240,250,255,1) !important; | ||
1675 | +} | ||
1676 | +.table td{ | ||
1677 | + vertical-align: middle!important; | ||
1678 | +} | ||
1679 | +.fixed-table-container thead th { | ||
1680 | + border-left: none !important; | ||
1681 | +} | ||
1682 | +.fixed-table-container thead th { | ||
1683 | + border-left: none !important; | ||
1684 | +} | ||
1685 | + | ||
1686 | +.fixed-table-container tbody td { | ||
1687 | + border-left: none !important; | ||
1688 | +} | ||
1689 | +/*复合表头样式*/ | ||
1690 | +.ITD-complex-table thead tr th{ | ||
1691 | + border-left: 1px solid #e7ecf1!important; | ||
1692 | +} | ||
1693 | +.ITD-complex-table thead tr th:nth-of-type(1){ | ||
1694 | + border-left: none!important; | ||
1695 | +} | ||
1696 | +.table-striped>tbody>tr:nth-of-type(even){ | ||
1697 | + white-space: nowrap; | ||
1698 | +} | ||
1699 | +.table-striped>tbody>tr:nth-of-type(odd){ | ||
1700 | + background-color: #fff; | ||
1701 | +} | ||
1702 | +.fixed-table-pagination .pagination-detail{ | ||
1703 | + margin-left: 24px !important; | ||
1704 | +} | ||
1705 | +.fixed-table-pagination div.pagination{ | ||
1706 | + margin-right: 24px !important; | ||
1707 | +} | ||
1708 | +.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination { | ||
1709 | + margin-top: 16px !important; | ||
1710 | +} | ||
1711 | +.bootstrap-table .table>thead>tr>th { | ||
1712 | + height: 53px; | ||
1713 | + line-height: 53px; | ||
1714 | + vertical-align: middle !important; | ||
1715 | + border-bottom: 1px solid rgba(232,232,232,1); | ||
1716 | + border-top: 1px solid #fafafa!important; | ||
1717 | + | ||
1718 | +} | ||
1719 | +.bootstrap-table .table{ | ||
1720 | + border-bottom: 1px solid rgba(232,232,232,1) !important; | ||
1721 | +} | ||
1722 | +.pagination-detail{ | ||
1723 | + color: rgba(0,0,0,0.65); | ||
1724 | +} | ||
1725 | +.fixed-table-pagination .pagination a { | ||
1726 | + min-width:32px; | ||
1727 | + height:32px; | ||
1728 | + background:rgba(255,255,255,1); | ||
1729 | + border-color: #D9D9D9; | ||
1730 | + border-radius: 6px !important; | ||
1731 | + margin-right: 8px; | ||
1732 | + color:rgba(0,0,0,0.65); | ||
1733 | + padding:6px !important; | ||
1734 | +} | ||
1735 | +.pagination>li>a, .pagination>li>span{ | ||
1736 | + padding: 6px !important; | ||
1737 | + text-align: center; | ||
1738 | + min-width:32px; | ||
1739 | + height:32px; | ||
1740 | +} | ||
1741 | +.fixed-table-pagination .pagination .active a{ | ||
1742 | + background:rgba(30,149,205,1) !important; | ||
1743 | + border-color: rgba(30,149,205,1); | ||
1744 | + color: #fff; | ||
1745 | +} | ||
1746 | +/* | ||
1747 | + ================================ | ||
1748 | + @主题样式 | ||
1749 | + 搜索栏 公共 | ||
1750 | + ================================ | ||
1751 | +*/ | ||
1752 | +.ITD-graynav-topbar{ | ||
1753 | + padding: 4px 21px; | ||
1754 | + /*width: 112px;*/ | ||
1755 | + /*height:34px;*/ | ||
1756 | + background:rgba(255,255,255,1); | ||
1757 | + border-radius: 4px !important; | ||
1758 | + /*line-height: 34px;*/ | ||
1759 | + border: 1px solid #d8e2e5; | ||
1760 | + text-align: center; | ||
1761 | + float: left; | ||
1762 | + color: rgba(0,0,0,0.7); | ||
1763 | + margin-right: 6px; | ||
1764 | + cursor: pointer; | ||
1765 | +} | ||
1766 | +.ITD-graynav-topbaractive{ | ||
1767 | + background:rgba(97,181,220,1) !important; | ||
1768 | + color: #fff !important; | ||
1769 | + border: 1px solid rgba(97,181,220,1) !important; | ||
1770 | +} | ||
1771 | +.ITD-common-input{ | ||
1772 | + width: 100%; | ||
1773 | + height: 34px; | ||
1774 | + line-height: 34px; | ||
1775 | +} | ||
1776 | +.ITD-parkinput78{ | ||
1777 | + width: 60%; | ||
1778 | + height: 34px; | ||
1779 | + line-height: 34px; | ||
1780 | +} | ||
1781 | +.ITD-common-parking-l { | ||
1782 | + float: left; | ||
1783 | + width: 70px; | ||
1784 | + height: 34px; | ||
1785 | + line-height: 34px; | ||
1786 | + text-align: center; | ||
1787 | +} | ||
1788 | +.common-parking-l { | ||
1789 | + float: left; | ||
1790 | + width: 70px; | ||
1791 | + height: 34px; | ||
1792 | + line-height: 34px; | ||
1793 | +} | ||
1794 | +.ITD-daterange-btn { | ||
1795 | + float: left; | ||
1796 | + width: 180px; | ||
1797 | + height: 34px; | ||
1798 | + line-height: 34px; | ||
1799 | +} | ||
1800 | +.ITD-borderradius-4{ | ||
1801 | + border-radius: 4px !important; | ||
1802 | +} | ||
1803 | +.ITD-height-dashed-2{ | ||
1804 | + border-top: 2px dashed #E9E9E9; | ||
1805 | +} | ||
1806 | +/* | ||
1807 | + 搜索栏 input | ||
1808 | +*/ | ||
1809 | +.ITD-input-wid180{ | ||
1810 | + padding-left: 12px; | ||
1811 | + width: 180px; | ||
1812 | + height: 34px; | ||
1813 | + line-height: 34px; | ||
1814 | +} | ||
1815 | +.ITD-input-wid88{ | ||
1816 | + padding-left: 12px; | ||
1817 | + width: 88px; | ||
1818 | + height: 34px; | ||
1819 | + line-height: 34px; | ||
1820 | +} | ||
1821 | +.ITD-input-055{ | ||
1822 | + width: 55%; | ||
1823 | + height: 34px; | ||
1824 | + line-height: 34px; | ||
1825 | +} | ||
1826 | +.ITD-input-bordercolor{ | ||
1827 | + color:rgba(0,0,0,0.45); | ||
1828 | + border: 1px solid #d8e2e5 !important; | ||
1829 | + border-radius: 4px !important; | ||
1830 | +} | ||
1831 | +.ITD-input-bordernone{ | ||
1832 | + border:none !important; | ||
1833 | +} | ||
1834 | +/* | ||
1835 | + ===== 时间插件背景图片 位置 ==== | ||
1836 | + | ||
1837 | + */ | ||
1838 | +.ITD-daterange-bg{ | ||
1839 | + width: 55%; | ||
1840 | + text-align: left; | ||
1841 | + background: url(../../img/dataicon.png) no-repeat 94% 9px; | ||
1842 | + background-color: #fff; | ||
1843 | + padding-right: 25px; | ||
1844 | + border-radius: 4px !important; | ||
1845 | +} | ||
1846 | +/* | ||
1847 | + ===page-bar 公共 === | ||
1848 | +*/ | ||
1849 | +.ITD-ztree-headername{ | ||
1850 | + border-left: 3px solid #1E95CD; | ||
1851 | + padding-left: 12px; | ||
1852 | + height: 16px; | ||
1853 | + color: #1E95CD; | ||
1854 | + line-height: 16px; | ||
1855 | + display: inline-block; | ||
1856 | +} | ||
1857 | +/* | ||
1858 | + ================================ | ||
1859 | + @主题样式 | ||
1860 | + panel下拉框样式 公共 | ||
1861 | + ================================ | ||
1862 | +*/ | ||
1863 | +.ITD-title-panel { | ||
1864 | + background-color:#FFF; | ||
1865 | + border-radius:4px !important; | ||
1866 | +} | ||
1867 | +.ITD-title-panel >.panel-heading{ | ||
1868 | + color:#4f5052;font-size:16px; | ||
1869 | + background-color:#FFF; | ||
1870 | + border:0; | ||
1871 | + border-radius:4px !important; | ||
1872 | + position:relative; | ||
1873 | + padding:15px 10px; | ||
1874 | + | ||
1875 | +} | ||
1876 | +.ITD-title-panel >.panel-heading .panel-title{ | ||
1877 | + position:relative;padding-left:15px; | ||
1878 | +} | ||
1879 | +.ITD-title-panel >.panel-heading .panel-title:before{ | ||
1880 | + content:"";left:0px;top:1px; | ||
1881 | + height:16px;width:4px; | ||
1882 | + background-color:#26be96; | ||
1883 | + position:absolute; | ||
1884 | +} | ||
1885 | + | ||
1886 | +/* | ||
1887 | + ================================ | ||
1888 | + @主题样式 | ||
1889 | + bottom按钮样式 公共 | ||
1890 | + ================================ | ||
1891 | +*/ | ||
1892 | +/*.btn:hover,*/ | ||
1893 | +.ITD-panelbtn-icon:hover,.ITD-handle-btn:hover,.ITD-export-btn:hover,.geo-export-btn:hover,.ITD-panelbtn-iconedit:hover,.ITD-panelbtn-iconpl:hover{ | ||
1894 | + color: #1E95CD; | ||
1895 | + border: 1px solid #1E95CD !important; | ||
1896 | +} | ||
1897 | + | ||
1898 | +/*不带icon*/ | ||
1899 | +.ITD-panelbtn { | ||
1900 | + cursor:pointer; | ||
1901 | + display:inline-block; | ||
1902 | + font-size:14px; | ||
1903 | + text-align:center; | ||
1904 | + padding:5px 12px; | ||
1905 | + border-radius:4px !important; | ||
1906 | + width:72px;height:32px; | ||
1907 | +} | ||
1908 | +/*不带icon*/ | ||
1909 | +.ITD-panelbtn-icon { | ||
1910 | + cursor: pointer; | ||
1911 | + display: inline-block; | ||
1912 | + font-size: 12px; | ||
1913 | + text-align: center; | ||
1914 | + /* padding: 5px 12px; */ | ||
1915 | + border-radius: 4px !important; | ||
1916 | + color: rgba(89,87,87,0.6); | ||
1917 | + width: 71px; | ||
1918 | + height: 25px; | ||
1919 | + line-height: 14px !important; | ||
1920 | + background: rgba(255,255,255,1); | ||
1921 | + border: 1px solid #b1b1b1; | ||
1922 | +} | ||
1923 | +/*导出icon hover 背景*/ | ||
1924 | +.ITD-export-btn:hover,.geo-export-btn:hover{ | ||
1925 | + background: url(../../img/ITD-export-btnhover.png) no-repeat 10px center; | ||
1926 | +} | ||
1927 | +/*新增icon hover 背景*/ | ||
1928 | +.ITD-panelbtn-icon:hover .ITD-panelicon-add:before,.ITD-panelbtn-iconpl:hover .ITD-panelicon-add:before{ | ||
1929 | + background-image: url(../../img/theme_btn_addhover.png); | ||
1930 | +} | ||
1931 | +/*导入icon hover 背景*/ | ||
1932 | +.ITD-panelbtn-icon:hover .ITD-panelicon-enter:before{ | ||
1933 | + background-image:url(../../img/themes_Icoenterhover.png); | ||
1934 | +} | ||
1935 | +/*删除icon hover 背景*/ | ||
1936 | +.ITD-panelbtn-icon:hover .ITD-panelicon-delete:before{ | ||
1937 | + background-image:url(../../img/themes_Icodeletehover.png); | ||
1938 | +} | ||
1939 | +/*修改icon hover 背景*/ | ||
1940 | +.ITD-panelbtn-iconedit:hover .ITD-panelicon-edit:before{ | ||
1941 | + background-image:url(../../img/themes_Icoedithover.png); | ||
1942 | +} | ||
1943 | +/*详情icon hover 背景*/ | ||
1944 | +.ITD-panelbtn-icon:hover .ITD-panelicon-detail:before{ | ||
1945 | + background-image:url(../../img/themes_Icosavehover.png); | ||
1946 | +} | ||
1947 | +/*保存icon hover 背景*/ | ||
1948 | +.ITD-panelbtn-icon:hover .ITD-panelicon-export:before{ | ||
1949 | + background-image:url(../../img/themes_Icosavehover.png); | ||
1950 | +} | ||
1951 | +.ITD-panelbtn-iconedit { | ||
1952 | + cursor:pointer; | ||
1953 | + display:inline-block; | ||
1954 | + font-size:12px; | ||
1955 | + text-align:center; | ||
1956 | + color: rgba(89,87,87,0.6); | ||
1957 | + /*padding:5px 12px;*/ | ||
1958 | + border-radius:4px !important; | ||
1959 | + width:103px; | ||
1960 | + height:25px; | ||
1961 | + line-height: 14px !important; | ||
1962 | + border: 1px solid #b1b1b1; | ||
1963 | +} | ||
1964 | +/*不带icon*/ | ||
1965 | +.ITD-panelbtn-iconpl { | ||
1966 | + cursor:pointer; | ||
1967 | + display:inline-block; | ||
1968 | + font-size:12px; | ||
1969 | + text-align:center; | ||
1970 | + padding:5px 12px; | ||
1971 | + border-radius:4px !important; | ||
1972 | + width:90px;height:28px; | ||
1973 | + border: 1px solid #b1b1b1; | ||
1974 | +} | ||
1975 | +.ITD-panelbtn { | ||
1976 | + transition:all .3s; | ||
1977 | +} | ||
1978 | +.ITD-panelbtn:hover { | ||
1979 | + color:#fff; | ||
1980 | +} | ||
1981 | +/*green*/ | ||
1982 | +.ITD-panelbtn-green { | ||
1983 | + background-color:#26be96; | ||
1984 | + border-color:#26be96; | ||
1985 | + color:#fff; | ||
1986 | +} | ||
1987 | +.ITD-panelbtn-green:hover { | ||
1988 | + background-color:#1ea783; | ||
1989 | +} | ||
1990 | +/*带ICON*/ | ||
1991 | +/*灰色按钮*/ | ||
1992 | +.ITD-panelbtn-icon-gray { | ||
1993 | + position:relative; | ||
1994 | +} | ||
1995 | +.ITD-panelbtn-icon-gray >i{ | ||
1996 | + position:relative; | ||
1997 | + width:14px;margin-right:6px; | ||
1998 | + text-align:left; | ||
1999 | +} | ||
2000 | +.ITD-panelbtn-icon-gray >i:before{ | ||
2001 | + -webkit-background-size:cover; | ||
2002 | + -moz-background-size: cover; | ||
2003 | + -o-background-size: cover; | ||
2004 | + background-size: cover; | ||
2005 | + height:14px;width:100%; | ||
2006 | + position:absolute; | ||
2007 | + content:"";top:-12px; | ||
2008 | +} | ||
2009 | +/* | ||
2010 | + ================================ | ||
2011 | + @主题样式 | ||
2012 | + daterangepicker时间插件样式替换 公共 | ||
2013 | + ================================ | ||
2014 | +*/ | ||
2015 | +.daterangepicker td.active, .daterangepicker td.active:hover,.datetimepicker td.active, .datetimepicker td.active:hover{ | ||
2016 | + background-color: rgba(30,149,205,0.8) !important; | ||
2017 | + border-radius: 2px !important; | ||
2018 | +} | ||
2019 | +.daterangepicker td.available:hover, .daterangepicker th.available:hover { | ||
2020 | + background: rgba(30,149,205,0.8)!important; } | ||
2021 | +.daterangepicker td.in-range { | ||
2022 | + background-color: rgba(230,247,255,1); | ||
2023 | + border-color: rgba(230,247,255,1); | ||
2024 | + border-radius: 2px !important; | ||
2025 | +} | ||
2026 | +.btn-success { | ||
2027 | + color: #fff; | ||
2028 | + background-color: rgba(30,149,205,0.8) !important; | ||
2029 | + border-color: rgba(30,149,205,0.8) !important; | ||
2030 | +} | ||
2031 | +.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover { | ||
2032 | + background: rgba(30,149,205,0.8) !important; | ||
2033 | + border: 1px solid rgba(30,149,205,0.8) !important; | ||
2034 | + color: #fff; | ||
2035 | + border-radius: 2px !important; | ||
2036 | +} | ||
2037 | +.daterangepicker .input-mini.active { | ||
2038 | + border: 1px solid rgba(30,149,205,0.8) !important; | ||
2039 | + border-radius: 2px !important; | ||
2040 | +} | ||
2041 | +.datetimepicker .active { | ||
2042 | + background-color: rgba(30,149,205,0.8) !important; | ||
2043 | + border-radius: 2px !important; | ||
2044 | +} | ||
2045 | +.datetimepicker td:hover{ | ||
2046 | + background-color: rgba(230,247,255,1) !important; | ||
2047 | + border-radius: 2px !important; | ||
2048 | +} | ||
2049 | + | ||
2050 | + | ||
2051 | +/* | ||
2052 | + 需去掉的旧样式 | ||
2053 | + ===查询条件单个div 公共 === | ||
2054 | +*/ | ||
2055 | +.blue-top-width88{ | ||
2056 | + width: 88%; | ||
2057 | +} | ||
2058 | +/* | ||
2059 | + 查询条件 下拉框字体颜色 | ||
2060 | +*/ | ||
2061 | +.btn-default{ | ||
2062 | + color:rgba(0,0,0,0.7) !important; | ||
2063 | +} | ||
2064 | +.dropdown-menu>li>a{ | ||
2065 | + color:rgba(0,0,0,0.7) !important; | ||
2066 | +} | ||
2067 | +.modal-content{ | ||
2068 | + color: rgba(0,0,0,.7); | ||
2069 | +} | ||
2070 | +.bs-checkbox{ | ||
2071 | + padding-left: 24px !important; | ||
2072 | +} | ||
2073 | +.bootstrap-table .table:not(.table-condensed)>tbody>tr>td.bs-checkbox{ | ||
2074 | + padding-left: 18px !important; | ||
2075 | +} | ||
2076 | +/**/ | ||
2077 | +/*弹窗css*/ | ||
2078 | +.ITD-alert-tab-wrap{ | ||
2079 | + padding-top: 7px; | ||
2080 | +} | ||
2081 | +.ITD-alert-tab-wrap li{ | ||
2082 | + cursor: pointer; | ||
2083 | + float: left; | ||
2084 | + height: 60px; | ||
2085 | + line-height: 60px; | ||
2086 | + padding: 0 10px; | ||
2087 | + margin-right: 70px; | ||
2088 | +} | ||
2089 | +.ITD-alert-tab-active{ | ||
2090 | + border-bottom: 3px solid #5fe98f; | ||
2091 | +} | ||
2092 | + | ||
2093 | +.caryard-basic-ino-name{ | ||
2094 | + height: 57px; | ||
2095 | + line-height: 57px; | ||
2096 | +} | ||
2097 | +.caryard-basic-borderbototm{ | ||
2098 | + border-bottom: 1px solid #f0f0f0; | ||
2099 | +} | ||
2100 | +.caryard-basic-ifo-park-height{ | ||
2101 | + height: 34px; | ||
2102 | + line-height: 34px; | ||
2103 | +} | ||
2104 | +.ITD-alertcon-tab-wrap{ | ||
2105 | + height: 400px; | ||
2106 | +} | ||
2107 | +/*个人信息*/ | ||
2108 | +div.checker, div.radio { | ||
2109 | + margin-right: 0 !important; | ||
2110 | + margin-top: -8px !important; | ||
2111 | + margin-left: 3px !important; | ||
2112 | +} | ||
2113 | +.pwdStyle{ | ||
2114 | + display: inline-block; | ||
2115 | + padding-left: 50px; | ||
2116 | +} | ||
2117 | +.pwdStyle:before{ | ||
2118 | + content: '!'; | ||
2119 | + position: absolute; | ||
2120 | + width: 12px; | ||
2121 | + height: 12px; | ||
2122 | + line-height: 12px; | ||
2123 | + font-size: 12px; | ||
2124 | + top: 10px; | ||
2125 | + border: 1px solid red; | ||
2126 | + opacity: .5; | ||
2127 | + text-align: center; | ||
2128 | + /* background: #676869; */ | ||
2129 | + color: red; | ||
2130 | + left: 34px; | ||
2131 | + border-radius: 100%; | ||
2132 | +} | ||
2133 | +.perMsguploadImg{ | ||
2134 | + width: 695px; | ||
2135 | + height: 400px; | ||
2136 | + background-color: #fafafa; | ||
2137 | + border-radius: 4px !important; | ||
2138 | + border: 1px dashed #d4d4d4; | ||
2139 | + /*background-image: url("../../img/permsg_Plus.png");*/ | ||
2140 | + background-size: 61px 60px; | ||
2141 | + background-repeat: no-repeat; | ||
2142 | + background-position:317px 120px; | ||
2143 | + cursor: pointer; | ||
2144 | +} | ||
2145 | +.perMsg-text{ | ||
2146 | + height: 24px; | ||
2147 | + line-height: 24px; | ||
2148 | + text-align: center; | ||
2149 | + width: 100%; | ||
2150 | + margin-top: 200px; | ||
2151 | +} | ||
2152 | + | ||
2153 | + | ||
2154 | + | ||
2155 | + | ||
2156 | + | ||
2157 | + | ||
2158 | + | ||
2159 | +.btn-file { | ||
2160 | + position: relative; | ||
2161 | + overflow: hidden; | ||
2162 | + vertical-align: middle; | ||
2163 | +} | ||
2164 | +.btn-file > input { | ||
2165 | + position: absolute; | ||
2166 | + top: 0; | ||
2167 | + right: 0; | ||
2168 | + width: 100%; | ||
2169 | + height: 100%; | ||
2170 | + margin: 0; | ||
2171 | + font-size: 23px; | ||
2172 | + cursor: pointer; | ||
2173 | + filter: alpha(opacity=0); | ||
2174 | + opacity: 0; | ||
2175 | + | ||
2176 | + direction: ltr; | ||
2177 | +} | ||
2178 | +.fileinput { | ||
2179 | + display: inline-block; | ||
2180 | + margin-bottom: 9px; | ||
2181 | +} | ||
2182 | +.fileinput .form-control { | ||
2183 | + display: inline-block; | ||
2184 | + padding-top: 7px; | ||
2185 | + padding-bottom: 5px; | ||
2186 | + margin-bottom: 0; | ||
2187 | + vertical-align: middle; | ||
2188 | + cursor: text; | ||
2189 | +} | ||
2190 | +.fileinput .thumbnail { | ||
2191 | + display: inline-block; | ||
2192 | + margin-bottom: 5px; | ||
2193 | + overflow: hidden; | ||
2194 | + text-align: center; | ||
2195 | + vertical-align: middle; | ||
2196 | +} | ||
2197 | +.fileinput .thumbnail > img { | ||
2198 | + max-height: 100%; | ||
2199 | +} | ||
2200 | +.fileinput .btn { | ||
2201 | + vertical-align: middle; | ||
2202 | +} | ||
2203 | +#uploadFormPicter .fileinput-exists .fileinput-new, | ||
2204 | +#uploadFormPicter .fileinput-new .fileinput-exists { | ||
2205 | + display: none; | ||
2206 | +} | ||
2207 | +.fileinput-inline .fileinput-controls { | ||
2208 | + display: inline; | ||
2209 | +} | ||
2210 | +.fileinput-filename { | ||
2211 | + display: inline-block; | ||
2212 | + overflow: hidden; | ||
2213 | + vertical-align: middle; | ||
2214 | +} | ||
2215 | +.form-control .fileinput-filename { | ||
2216 | + vertical-align: bottom; | ||
2217 | +} | ||
2218 | +.fileinput.input-group { | ||
2219 | + display: table; | ||
2220 | +} | ||
2221 | +.fileinput.input-group > * { | ||
2222 | + position: relative; | ||
2223 | + z-index: 2; | ||
2224 | +} | ||
2225 | +.fileinput.input-group > .btn-file { | ||
2226 | + z-index: 1; | ||
2227 | +} | ||
2228 | +.fileinput-new.input-group .btn-file, | ||
2229 | +.fileinput-new .input-group .btn-file { | ||
2230 | + border-radius: 0 4px 4px 0; | ||
2231 | +} | ||
2232 | +.fileinput-new.input-group .btn-file.btn-xs, | ||
2233 | +.fileinput-new .input-group .btn-file.btn-xs, | ||
2234 | +.fileinput-new.input-group .btn-file.btn-sm, | ||
2235 | +.fileinput-new .input-group .btn-file.btn-sm { | ||
2236 | + border-radius: 0 3px 3px 0; | ||
2237 | +} | ||
2238 | +.fileinput-new.input-group .btn-file.btn-lg, | ||
2239 | +.fileinput-new .input-group .btn-file.btn-lg { | ||
2240 | + border-radius: 0 6px 6px 0; | ||
2241 | +} | ||
2242 | +.form-group.has-warning .fileinput .fileinput-preview { | ||
2243 | + color: #8a6d3b; | ||
2244 | +} | ||
2245 | +.form-group.has-warning .fileinput .thumbnail { | ||
2246 | + border-color: #faebcc; | ||
2247 | +} | ||
2248 | +.form-group.has-error .fileinput .fileinput-preview { | ||
2249 | + color: #a94442; | ||
2250 | +} | ||
2251 | +.form-group.has-error .fileinput .thumbnail { | ||
2252 | + border-color: #ebccd1; | ||
2253 | +} | ||
2254 | +.form-group.has-success .fileinput .fileinput-preview { | ||
2255 | + color: #3c763d; | ||
2256 | +} | ||
2257 | +.form-group.has-success .fileinput .thumbnail { | ||
2258 | + border-color: #d6e9c6; | ||
2259 | +} | ||
2260 | +.input-group-addon:not(:first-child) { | ||
2261 | + border-left: 0; | ||
2262 | +} | ||
2263 | +/*table 复选框样式更改*/ | ||
2264 | +.bs-checkbox input[type=checkbox]{ | ||
2265 | + -webkit-appearance: none; | ||
2266 | + width: 15px!important; | ||
2267 | + height: 15px!important; | ||
2268 | + border: 0!important; | ||
2269 | + background-image: url(../../img/input-checkexActive.png) !important; | ||
2270 | +} | ||
2271 | +.bs-checkbox input[type=checkbox]:checked{ | ||
2272 | + -webkit-appearance: none; | ||
2273 | + width: 15px!important; | ||
2274 | + height: 15px!important; | ||
2275 | + border: 0!important; | ||
2276 | + background-image: url(../../img/input-checkbox.png) !important; | ||
2277 | +} | ||
2278 | +.bs-checkbox input[type=checkbox]:focus{ | ||
2279 | + outline: none; | ||
2280 | +} | ||
2281 | +/*头像 input 样式*/ | ||
2282 | +.btn-primary { | ||
2283 | + color: #fff; | ||
2284 | + background-color:rgba(30,149,205,1) !important; | ||
2285 | + border-color:rgba(30,149,205,1) !important; | ||
2286 | +} | ||
2287 | +/*头像 input submit */ | ||
2288 | +.btn-info { | ||
2289 | + border-radius: 4px!important; | ||
2290 | + cursor: pointer; | ||
2291 | + width: 72px; | ||
2292 | + height: 32px; | ||
2293 | + text-align: center; | ||
2294 | + font-size: 14px; | ||
2295 | + color: #fff; | ||
2296 | + background-color: #1E95CD !important; | ||
2297 | + border-color: #1E95CD !important; | ||
2298 | +} | ||
2299 | +/*密码 修改 样式*/ | ||
2300 | +.hideShowPswIco{ | ||
2301 | + width: 20px; | ||
2302 | + height: 35px; | ||
2303 | + left: 255px; | ||
2304 | + top: 0; | ||
2305 | +} | ||
2306 | +.hideShowPswIco img{ | ||
2307 | + width: 20px; | ||
2308 | + height: 12.5px; | ||
2309 | +} | ||
2310 | +/*个人信息性别*/ | ||
2311 | +.radio input[type=radio]{ | ||
2312 | + margin-left: -9px !important; | ||
2313 | +} | ||
2314 | +/*表格加载动画*/ | ||
2315 | +.spinner { | ||
2316 | + margin: 10px auto; | ||
2317 | + width: 30px; | ||
2318 | + height: 30px; | ||
2319 | + position: relative; | ||
2320 | +} | ||
2321 | + | ||
2322 | +.container1 > div, .container2 > div, .container3 > div { | ||
2323 | + width: 6px; | ||
2324 | + height: 6px; | ||
2325 | + background-color: rgba(0,0,0,0.45); | ||
2326 | + | ||
2327 | + border-radius: 100%!important; | ||
2328 | + position: absolute; | ||
2329 | + -webkit-animation: bouncedelay 1.2s infinite ease-in-out; | ||
2330 | + animation: bouncedelay 1.2s infinite ease-in-out; | ||
2331 | + -webkit-animation-fill-mode: both; | ||
2332 | + animation-fill-mode: both; | ||
2333 | +} | ||
2334 | + | ||
2335 | +.spinner .spinner-container { | ||
2336 | + position: absolute; | ||
2337 | + width: 100%; | ||
2338 | + height: 100%; | ||
2339 | +} | ||
2340 | + | ||
2341 | +.container2 { | ||
2342 | + -webkit-transform: rotateZ(45deg); | ||
2343 | + transform: rotateZ(45deg); | ||
2344 | +} | ||
2345 | + | ||
2346 | +.container3 { | ||
2347 | + -webkit-transform: rotateZ(90deg); | ||
2348 | + transform: rotateZ(90deg); | ||
2349 | +} | ||
2350 | + | ||
2351 | +.circle1 { top: 0; left: 0; } | ||
2352 | +.circle2 { top: 0; right: 0; } | ||
2353 | +.circle3 { right: 0; bottom: 0; } | ||
2354 | +.circle4 { left: 0; bottom: 0; } | ||
2355 | + | ||
2356 | +.container2 .circle1 { | ||
2357 | + -webkit-animation-delay: -1.1s; | ||
2358 | + animation-delay: -1.1s; | ||
2359 | +} | ||
2360 | + | ||
2361 | +.container3 .circle1 { | ||
2362 | + -webkit-animation-delay: -1.0s; | ||
2363 | + animation-delay: -1.0s; | ||
2364 | +} | ||
2365 | + | ||
2366 | +.container1 .circle2 { | ||
2367 | + -webkit-animation-delay: -0.9s; | ||
2368 | + animation-delay: -0.9s; | ||
2369 | +} | ||
2370 | + | ||
2371 | +.container2 .circle2 { | ||
2372 | + -webkit-animation-delay: -0.8s; | ||
2373 | + animation-delay: -0.8s; | ||
2374 | +} | ||
2375 | + | ||
2376 | +.container3 .circle2 { | ||
2377 | + -webkit-animation-delay: -0.7s; | ||
2378 | + animation-delay: -0.7s; | ||
2379 | +} | ||
2380 | + | ||
2381 | +.container1 .circle3 { | ||
2382 | + -webkit-animation-delay: -0.6s; | ||
2383 | + animation-delay: -0.6s; | ||
2384 | +} | ||
2385 | + | ||
2386 | +.container2 .circle3 { | ||
2387 | + -webkit-animation-delay: -0.5s; | ||
2388 | + animation-delay: -0.5s; | ||
2389 | +} | ||
2390 | + | ||
2391 | +.container3 .circle3 { | ||
2392 | + -webkit-animation-delay: -0.4s; | ||
2393 | + animation-delay: -0.4s; | ||
2394 | +} | ||
2395 | + | ||
2396 | +.container1 .circle4 { | ||
2397 | + -webkit-animation-delay: -0.3s; | ||
2398 | + animation-delay: -0.3s; | ||
2399 | +} | ||
2400 | + | ||
2401 | +.container2 .circle4 { | ||
2402 | + -webkit-animation-delay: -0.2s; | ||
2403 | + animation-delay: -0.2s; | ||
2404 | +} | ||
2405 | + | ||
2406 | +.container3 .circle4 { | ||
2407 | + -webkit-animation-delay: -0.1s; | ||
2408 | + animation-delay: -0.1s; | ||
2409 | +} | ||
2410 | + | ||
2411 | +@-webkit-keyframes bouncedelay { | ||
2412 | + 0%, 80%, 100% { -webkit-transform: scale(0.0) } | ||
2413 | + 40% { -webkit-transform: scale(1.0) } | ||
2414 | +} | ||
2415 | + | ||
2416 | +@keyframes bouncedelay { | ||
2417 | + 0%, 80%, 100% { | ||
2418 | + transform: scale(0.0); | ||
2419 | + -webkit-transform: scale(0.0); | ||
2420 | + } 40% { | ||
2421 | + transform: scale(1.0); | ||
2422 | + -webkit-transform: scale(1.0); | ||
2423 | + } | ||
2424 | +} | ||
2425 | + | ||
2426 | +/* 消息中心 style*/ | ||
2427 | +.badge{ | ||
2428 | + top: -10px; | ||
2429 | + left: 10px; | ||
2430 | + font-size: 11px!important; | ||
2431 | + font-weight: 300; | ||
2432 | + height: 18px; | ||
2433 | + color: #fff; | ||
2434 | + background-color: #f3173b; | ||
2435 | + padding: 3px 6px; | ||
2436 | + -webkit-border-radius: 12px!important; | ||
2437 | + -moz-border-radius: 12px!important; | ||
2438 | + border-radius: 12px!important; | ||
2439 | + text-shadow: none!important; | ||
2440 | + text-align: center; | ||
2441 | +/* top: -10px; | ||
2442 | + left: 14px; | ||
2443 | + padding:0px 4px 0px 2px; | ||
2444 | + border-radius: 10px !important; | ||
2445 | + background-color: #f3173b; | ||
2446 | + color: #fff; | ||
2447 | + font-size: 12px;*/ | ||
2448 | +} | ||
2449 | + | ||
2450 | +/*加载*/ | ||
2451 | +.loading-wrap{ | ||
2452 | + position: fixed; | ||
2453 | + left: 0; | ||
2454 | + right: 0; | ||
2455 | + bottom: 0; | ||
2456 | + top:0; | ||
2457 | + width: 100%; | ||
2458 | + height: 100%; | ||
2459 | + z-index: 10000; | ||
2460 | + display: none; | ||
2461 | + background: rgba(0,0,0,0); | ||
2462 | +} | ||
2463 | +.loading-wrap .spinner{ | ||
2464 | + margin: 200px auto; | ||
2465 | +} |
assets/pages/css/home/caryard.css
0 → 100644
1 | + | ||
2 | + | ||
3 | + | ||
4 | +.caryard-card-wrap{ | ||
5 | + height: 101px; | ||
6 | + position: relative; | ||
7 | +} | ||
8 | +.caryard-card-wrap li:nth-of-type(2) div:nth-of-type(1){ | ||
9 | + margin-bottom: 7px; | ||
10 | +} | ||
11 | + | ||
12 | +.caryard-card-wrap-1{ | ||
13 | + background: #fff1db; | ||
14 | +} | ||
15 | +.caryard-card-wrap-2{ | ||
16 | + background: #dff9eb; | ||
17 | +} | ||
18 | +.caryard-card-wrap-3{ | ||
19 | + background: #fff9db; | ||
20 | +} | ||
21 | +.caryard-card-wrap-4{ | ||
22 | + background: #dff3f4; | ||
23 | +} | ||
24 | +.caryard-card-wrap ul{ | ||
25 | + position: absolute; | ||
26 | + left: 50%; | ||
27 | + top:50%; | ||
28 | + min-width: 180px; | ||
29 | + transform:translate(-50%,-50%); | ||
30 | + -webkit-transform:translate(-50%,-50%); | ||
31 | + -moz-transform:translate(-50%,-50%); | ||
32 | + -ms-transform:translate(-50%,-50%); | ||
33 | +} | ||
34 | + | ||
35 | +.caryard-card-wrap-left-2{ | ||
36 | + width: 55px; | ||
37 | + height: 55px; | ||
38 | + background-image:url("../../img/caryard-card-wrap.png") ; | ||
39 | + background-repeat: no-repeat; | ||
40 | + background-position:-55px 0 ; | ||
41 | + margin-right: 20px; | ||
42 | +} | ||
43 | + | ||
44 | +.caryard-card-wrap-left-4{ | ||
45 | + width: 55px; | ||
46 | + height: 55px; | ||
47 | + background-image:url("../../img/caryard-card-wrap.png") ; | ||
48 | + background-repeat: no-repeat; | ||
49 | + background-position:-165px 0 ; | ||
50 | + margin-right: 20px; | ||
51 | +} | ||
52 | + | ||
53 | + | ||
54 | +.caryard-table-berth-status-red{ | ||
55 | + font-size: 12px; | ||
56 | + color: #fe944d; | ||
57 | + border: 1px solid #fe944d; | ||
58 | + padding: 1px 10px; | ||
59 | + margin-left: 5px; | ||
60 | +} | ||
61 | +.caryard-table-berth-status-green{ | ||
62 | + font-size: 12px; | ||
63 | + color: #5fe98f; | ||
64 | + border: 1px solid #5fe98f; | ||
65 | + padding: 1px 12px; | ||
66 | + margin-left: 5px; | ||
67 | +} | ||
68 | +.caryard-table-berth-status-black{ | ||
69 | + font-size: 12px; | ||
70 | + color: rgba(0,0,0,.7); | ||
71 | + border: 1px solid rgba(0,0,0,.7); | ||
72 | + padding: 1px 10px; | ||
73 | + margin-left: 5px; | ||
74 | +} | ||
75 | +.info-alert{ | ||
76 | + cursor: pointer; | ||
77 | +} | ||
78 | + | ||
79 | +/*弹窗css*/ | ||
80 | +.ITD-alertcon-tab-wrap{ | ||
81 | + max-height: 488px; | ||
82 | + overflow-y: auto; | ||
83 | +} | ||
84 | +.ITD-alert-tab-wrap{ | ||
85 | + padding-top: 7px; | ||
86 | +} | ||
87 | +.ITD-alert-tab-wrap li{ | ||
88 | + cursor: pointer; | ||
89 | + float: left; | ||
90 | + height: 60px; | ||
91 | + line-height: 60px; | ||
92 | + padding: 0 10px; | ||
93 | + margin-right: 70px; | ||
94 | +} | ||
95 | +.ITD-alert-tab-active{ | ||
96 | + border-bottom: 3px solid #5fe98f; | ||
97 | +} | ||
98 | + | ||
99 | + | ||
100 | +.caryard-basic-ino-name{ | ||
101 | + height: 57px; | ||
102 | + line-height: 57px; | ||
103 | +} | ||
104 | +.caryard-basic-borderbototm{ | ||
105 | + border-bottom: 1px solid #f0f0f0; | ||
106 | +} | ||
107 | +.caryard-basic-ifo-park-height{ | ||
108 | + height: 34px; | ||
109 | + line-height: 34px; | ||
110 | +} | ||
111 | + | ||
112 | +.caryard-basic-ifo-park span{ | ||
113 | + display: inline-block; | ||
114 | + width: 18px; | ||
115 | + height: 18px; | ||
116 | + margin-right: 5px; | ||
117 | + vertical-align: middle; | ||
118 | + margin-top: -3px; | ||
119 | + background-image: url(../../img/index-card-title.png); | ||
120 | + background-repeat: no-repeat; | ||
121 | + background-position: 0 0; | ||
122 | +} | ||
123 | +.caryard-basic-ifo-park-wrap li{ | ||
124 | + padding-left: 23px; | ||
125 | +} | ||
126 | +.caryard-basic-ifo-park-wrap li div:nth-of-type(1){ | ||
127 | + width: 50%; | ||
128 | +} | ||
129 | +.caryard-basic-ifo-park-wrap li div span:nth-of-type(2){ | ||
130 | + width: 60px; | ||
131 | + display: inline-block; | ||
132 | + text-align:justify; | ||
133 | + text-align-last:justify; | ||
134 | +} | ||
135 | +.caryard-basic-ifo-type{ | ||
136 | + display: inline-block; | ||
137 | + width: 16px; | ||
138 | + height: 16px; | ||
139 | + margin-right: 18px; | ||
140 | + vertical-align: middle; | ||
141 | + /*margin-top: -3px;*/ | ||
142 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
143 | + background-repeat: no-repeat; | ||
144 | + background-position: 0 0; | ||
145 | +} | ||
146 | +.caryard-basic-ifo-device{ | ||
147 | + display: inline-block; | ||
148 | + width: 18px; | ||
149 | + height: 18px; | ||
150 | + margin-right: 16px; | ||
151 | + vertical-align: middle; | ||
152 | + /*margin-top: -3px;*/ | ||
153 | + background-image: url(../../img/index-card-title.png); | ||
154 | + background-repeat: no-repeat; | ||
155 | + background-position: -54px 0; | ||
156 | +} | ||
157 | +.caryard-basic-ifo-total{ | ||
158 | + display: inline-block; | ||
159 | + width: 18px; | ||
160 | + height: 18px; | ||
161 | + margin-right: 16px; | ||
162 | + vertical-align: middle; | ||
163 | + /*margin-top: -3px;*/ | ||
164 | + background-image:url(../../img/index-card-title.png); | ||
165 | + background-repeat: no-repeat; | ||
166 | + background-position: -18px 0; | ||
167 | +} | ||
168 | +.caryard-basic-ifo-entrance{ | ||
169 | + display: inline-block; | ||
170 | + width: 16px; | ||
171 | + height: 16px; | ||
172 | + margin-right: 18px; | ||
173 | + vertical-align: middle; | ||
174 | + /*margin-top: -3px;*/ | ||
175 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
176 | + background-repeat: no-repeat; | ||
177 | + background-position: -16px 0; | ||
178 | +} | ||
179 | +.caryard-basic-ifo-business{ | ||
180 | + display: inline-block; | ||
181 | + width: 16px; | ||
182 | + height: 16px; | ||
183 | + margin-right: 18px; | ||
184 | + vertical-align: middle; | ||
185 | + /*margin-top: -3px;*/ | ||
186 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
187 | + background-repeat: no-repeat; | ||
188 | + background-position: -32px 0; | ||
189 | +} | ||
190 | +.caryard-basic-ifo-address{ | ||
191 | + display: inline-block; | ||
192 | + width: 16px; | ||
193 | + height: 16px; | ||
194 | + margin-right: 18px; | ||
195 | + vertical-align: middle; | ||
196 | + /*margin-top: -3px;*/ | ||
197 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
198 | + background-repeat: no-repeat; | ||
199 | + background-position: -48px 0; | ||
200 | +} | ||
201 | +.caryard-basic-ifo-address-wrap{ | ||
202 | + max-width: 310px; | ||
203 | +} | ||
204 | +.caryard-basic-ifo-fees{ | ||
205 | + height: 37px; | ||
206 | + line-height: 37px; | ||
207 | +} | ||
208 | +.caryard-basic-ifo-fees span{ | ||
209 | + display: inline-block; | ||
210 | + width: 18px; | ||
211 | + height: 18px; | ||
212 | + margin-right: 5px; | ||
213 | + vertical-align: middle; | ||
214 | + margin-top: -3px; | ||
215 | + background-image: url(../../img/index-card-title.png); | ||
216 | + background-repeat: no-repeat; | ||
217 | + background-position: -36px -18px ; | ||
218 | +} | ||
219 | +.caryard-basic-ifo-fees-wrap li{ | ||
220 | + padding-left: 23px; | ||
221 | + height:40px ; | ||
222 | +} | ||
223 | +.caryard-basic-ifo-fees-wrap li div{ | ||
224 | + float: left; | ||
225 | +} | ||
226 | +.caryard-basic-ifo-fees-smallicon{ | ||
227 | + width: 51px; | ||
228 | + height: 51px; | ||
229 | + background-image:url("../../img/caryard-basic-ifo-fees-wrap.png") ; | ||
230 | + background-repeat: no-repeat; | ||
231 | + background-position: 0 0; | ||
232 | + margin-top: 8px; | ||
233 | + margin-right: 30px; | ||
234 | +} | ||
235 | +.caryard-basic-ifo-fees-bigicon{ | ||
236 | + width: 51px; | ||
237 | + height: 51px; | ||
238 | + background-image:url("../../img/caryard-basic-ifo-fees-wrap.png") ; | ||
239 | + background-repeat: no-repeat; | ||
240 | + background-position: -51px 0; | ||
241 | + margin-top: 8px; | ||
242 | + margin-right: 30px; | ||
243 | +} | ||
244 | +.caryard-basic-ifo-fees-type{ | ||
245 | + width: 70px; | ||
246 | + line-height: 40px; | ||
247 | +} | ||
248 | +.caryard-basic-ifo-fees-rule{ | ||
249 | + width: 320px; | ||
250 | + margin-right: 22px; | ||
251 | + line-height: 40px; | ||
252 | + height: 40px; | ||
253 | +} | ||
254 | +.caryard-basic-ifo-fees-max{ | ||
255 | + line-height: 40px; | ||
256 | +} | ||
257 | +.caryard-basic-ifo-fees-max{ | ||
258 | + width: 250px; | ||
259 | +} | ||
260 | +.caryard-basic-ifo-photo{ | ||
261 | + height: 37px; | ||
262 | + line-height: 37px; | ||
263 | +} | ||
264 | +.caryard-basic-ifo-photo span{ | ||
265 | + display: inline-block; | ||
266 | + width: 16px; | ||
267 | + height: 16px; | ||
268 | + margin-right: 18px; | ||
269 | + vertical-align: middle; | ||
270 | + /* margin-top: -3px; */ | ||
271 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
272 | + background-repeat: no-repeat; | ||
273 | + background-position: -64px 0; | ||
274 | +} | ||
275 | +.caryard-basic-ifo-photo-wrap{ | ||
276 | + height:75px; | ||
277 | + padding: 13px 0 0; | ||
278 | +} | ||
279 | +.caryard-basic-ifo-photo-wrap li{ | ||
280 | + float: left; | ||
281 | + margin-right: 10px; | ||
282 | + width: 98px; | ||
283 | + height: 62px; | ||
284 | +} | ||
285 | +.caryard-basic-ifo-photo-wrap li img{ | ||
286 | + width: 100%; | ||
287 | + height: 100%; | ||
288 | +} | ||
289 | +.caryard-berth-ifo-wrap{ | ||
290 | + height: 57px; | ||
291 | + line-height: 57px; | ||
292 | +} | ||
293 | +.caryard-berth-ifo-number span:nth-of-type(1){ | ||
294 | + margin-right: 60px; | ||
295 | +} | ||
296 | +.caryard-berth-ifo-number>span:nth-of-type(1):before{ | ||
297 | + content: ''; | ||
298 | + position: absolute; | ||
299 | + left: -20px; | ||
300 | + top:3px; | ||
301 | + width: 12px; | ||
302 | + height: 14px; | ||
303 | + background: #5fe98f; | ||
304 | +} | ||
305 | +.caryard-berth-ifo-number>span:nth-of-type(2):before{ | ||
306 | + content: ''; | ||
307 | + position: absolute; | ||
308 | + left: -20px; | ||
309 | + top:3px; | ||
310 | + width: 12px; | ||
311 | + height: 14px; | ||
312 | + background: #f6f5f5; | ||
313 | + border: 1px solid #dbdbdb; | ||
314 | +} | ||
315 | +.caryard-berth-ifo-main{ | ||
316 | + height: 421px; | ||
317 | + /*overflow-y: auto;*/ | ||
318 | +} | ||
319 | +.caryard-berth-ifo-main li div{ | ||
320 | + width: 70px; | ||
321 | + height: 30px; | ||
322 | + line-height: 30px; | ||
323 | + text-align: center; | ||
324 | + font-size: 12px; | ||
325 | + color:rgba(0,0,0,.8); | ||
326 | + float: left; | ||
327 | + margin-right: 5px; | ||
328 | + overflow: hidden; | ||
329 | + text-overflow: ellipsis; | ||
330 | + white-space: nowrap; | ||
331 | +} | ||
332 | +.caryard-berth-ifo-main li div:nth-last-of-type{ | ||
333 | + margin-right: 0; | ||
334 | +} | ||
335 | +.caryard-berth-ifo-main li:nth-child(odd){ | ||
336 | + margin-bottom: 3px; | ||
337 | +} | ||
338 | +.caryard-berth-ifo-main li:nth-child(even){ | ||
339 | + margin-bottom: 20px; | ||
340 | +} | ||
341 | +.caryard-berth-ifo-status-green{ | ||
342 | + background-color: #5fe98f; | ||
343 | +} | ||
344 | +.caryard-berth-ifo-status-gray{ | ||
345 | + background-color: #f6f5f5; | ||
346 | + border: 1px solid #dbdbdb; | ||
347 | +} | ||
348 | +.caryard-parking-ifo li{ | ||
349 | + width: 164px; | ||
350 | + margin-right: 6px; | ||
351 | + float: left; | ||
352 | + height: 67px; | ||
353 | + padding: 9px 9px; | ||
354 | +} | ||
355 | +.caryard-parking-ifo li:nth-of-type(1){ | ||
356 | + background-color:#fff1db ; | ||
357 | +} | ||
358 | +.caryard-parking-ifo li:nth-of-type(1) .caryard-parking-ifo-icon{ | ||
359 | + width: 50px; | ||
360 | + height: 50px; | ||
361 | + margin-right: 9px; | ||
362 | + background-image: url("../../img/caryard-parking-ifo.png"); | ||
363 | + background-repeat: no-repeat; | ||
364 | + background-position: 0 0; | ||
365 | +} | ||
366 | +.caryard-parking-ifo li:nth-of-type(2){ | ||
367 | + background-color:#dff9eb ; | ||
368 | +} | ||
369 | +.caryard-parking-ifo li:nth-of-type(2) .caryard-parking-ifo-icon{ | ||
370 | + width: 50px; | ||
371 | + height: 50px; | ||
372 | + margin-right: 9px; | ||
373 | + background-image: url("../../img/caryard-parking-ifo.png"); | ||
374 | + background-repeat: no-repeat; | ||
375 | + background-position: -50px 0; | ||
376 | +} | ||
377 | +.caryard-parking-ifo li:nth-of-type(3){ | ||
378 | + background-color:#fff9db ; | ||
379 | +} | ||
380 | +.caryard-parking-ifo li:nth-of-type(3) .caryard-parking-ifo-icon{ | ||
381 | + width: 50px; | ||
382 | + height: 50px; | ||
383 | + margin-right: 9px; | ||
384 | + background-image: url("../../img/caryard-parking-ifo.png"); | ||
385 | + background-repeat: no-repeat; | ||
386 | + background-position: -100px 0; | ||
387 | +} | ||
388 | +.caryard-parking-ifo li:nth-of-type(4){ | ||
389 | + background-color:#dff3f4 ; | ||
390 | +} | ||
391 | +.caryard-parking-ifo li:nth-of-type(4) .caryard-parking-ifo-icon{ | ||
392 | + width: 50px; | ||
393 | + height: 50px; | ||
394 | + margin-right: 9px; | ||
395 | + background-image: url("../../img/caryard-parking-ifo.png"); | ||
396 | + background-repeat: no-repeat; | ||
397 | + background-position: -150px 0; | ||
398 | +} | ||
399 | +.caryard-parking-ifo li:last-of-type{ | ||
400 | + margin-right: 0; | ||
401 | +} | ||
402 | +.caryard-parking-ifo-title{ | ||
403 | + margin: 3px 0 5px; | ||
404 | +} | ||
405 | +.caryard-parking-detail-wrap{ | ||
406 | + margin-top: 15px; | ||
407 | +} | ||
408 | +.caryard-parking-detail-wrap>li{ | ||
409 | + height: 180px; | ||
410 | + float: left; | ||
411 | + margin-right: 5px; | ||
412 | +} | ||
413 | +.caryard-parking-detail-wrap>li:nth-of-type(1){ | ||
414 | + width: 168px; | ||
415 | +} | ||
416 | +.caryard-parking-detail-wrap>li:nth-of-type(2){ | ||
417 | + width: 250px; | ||
418 | +} | ||
419 | +.caryard-parking-detail-wrap>li:last-of-type{ | ||
420 | + width: 240px; | ||
421 | + margin-right: 0; | ||
422 | +} | ||
423 | +.caryard-parking-detail-rate span{ | ||
424 | + width: 18px; | ||
425 | + height: 18px; | ||
426 | + display: inline-block; | ||
427 | + margin-right: 5px; | ||
428 | + vertical-align: middle; | ||
429 | + margin-top: -3px; | ||
430 | + background-image: url(../../img/index-card-title.png); | ||
431 | + background-repeat: no-repeat; | ||
432 | + background-position: -18px -36px; | ||
433 | +} | ||
434 | +.caryard-parking-detail-business span{ | ||
435 | + width: 18px; | ||
436 | + height: 18px; | ||
437 | + display: inline-block; | ||
438 | + margin-right: 5px; | ||
439 | + vertical-align: middle; | ||
440 | + margin-top: -3px; | ||
441 | + background-image: url(../../img/index-card-title.png); | ||
442 | + background-repeat: no-repeat; | ||
443 | + background-position: -36px -18px; | ||
444 | +} | ||
445 | +.caryard-parking-detail-monitor span{ | ||
446 | + width: 18px; | ||
447 | + height: 18px; | ||
448 | + display: inline-block; | ||
449 | + margin-right: 5px; | ||
450 | + vertical-align: middle; | ||
451 | + margin-top: -3px; | ||
452 | + background-image: url(../../img/index-card-title.png); | ||
453 | + background-repeat: no-repeat; | ||
454 | + background-position: -54px 0; | ||
455 | +} | ||
456 | +.caryard-parking-echart{ | ||
457 | + height: 145px; | ||
458 | + width:100%; | ||
459 | +} | ||
460 | +.pay-way-ul{ | ||
461 | + padding: 0 35px; | ||
462 | +} | ||
463 | +.pay-way-ul li { | ||
464 | + overflow: hidden; | ||
465 | + height: 34px; | ||
466 | + line-height: 34px; | ||
467 | +} | ||
468 | +.pay-way-ul li div:nth-of-type(1) { | ||
469 | + width: 42px; | ||
470 | + margin-right: 5px; | ||
471 | +} | ||
472 | +.pay-way-wrap { | ||
473 | + width: calc(100% - 50px); | ||
474 | + height: 10px; | ||
475 | + background-color: #edf7fb; | ||
476 | + border-radius: 5px!important; | ||
477 | + vertical-align: middle; | ||
478 | + overflow: hidden; | ||
479 | + margin-top: 13px; | ||
480 | +} | ||
481 | +.pay-way-ul li:nth-of-type(1) .pay-way-scale { | ||
482 | + width: 70%; | ||
483 | + background-color: #5fe98f; | ||
484 | +} | ||
485 | +.pay-way-ul li:nth-of-type(2) .pay-way-scale { | ||
486 | + width: 60%; | ||
487 | + background-color: #5ed8a6; | ||
488 | +} | ||
489 | +.pay-way-ul li:nth-of-type(3) .pay-way-scale { | ||
490 | + width: 50%; | ||
491 | + background-color: #5dc2c3; | ||
492 | +} | ||
493 | +.pay-way-ul li:nth-of-type(4) .pay-way-scale { | ||
494 | + width: 40%; | ||
495 | + background-color: #5cb2d9; | ||
496 | +} | ||
497 | +.pay-way-ul li div:nth-of-type(1) { | ||
498 | + width: 42px; | ||
499 | + margin-right: 5px; | ||
500 | +} | ||
501 | +.pay-way-scale { | ||
502 | + height: 10px; | ||
503 | + left: 0; | ||
504 | + top: 0; | ||
505 | + border-radius: 5px!important; | ||
506 | +} | ||
507 | +.color-status-abnormal{ | ||
508 | + color: #fc4a4a; | ||
509 | +} | ||
510 | +.caryard-monitor-main{ | ||
511 | + | ||
512 | + | ||
513 | +} | ||
514 | +.caryard-monitor-main li{ | ||
515 | + height: 34px; | ||
516 | + line-height: 34px; | ||
517 | + padding-left: 26px; | ||
518 | + border-bottom: 1px solid #f0f0f0; | ||
519 | +} | ||
520 | +.caryard-monitor-main li span:nth-of-type(1){ | ||
521 | + width: 100px; | ||
522 | + display: inline-block; | ||
523 | +} | ||
524 | +.caryard-monitor-main li span:nth-of-type(2){ | ||
525 | + width: 80px; | ||
526 | + display: inline-block; | ||
527 | + margin-right: 5px; | ||
528 | +} | ||
529 | +.caryard-monitor-main li span:nth-of-type(3){ | ||
530 | + width: 18px; | ||
531 | + height: 18px; | ||
532 | + line-height: 18px; | ||
533 | + margin-bottom: 29px; | ||
534 | + text-align: center; | ||
535 | + display: inline-block; | ||
536 | + vertical-align: middle; | ||
537 | + color: #fc4a4a; | ||
538 | + font-size: 12px; | ||
539 | + border:1px solid #fc4a4a; | ||
540 | + border-radius: 100%!important; | ||
541 | +} | ||
542 | +.caryard-parking-berth-usage{ | ||
543 | + margin-top: 15px; | ||
544 | +} | ||
545 | +.caryard-parking-berth-usage span{ | ||
546 | + width: 18px; | ||
547 | + height: 18px; | ||
548 | + display: inline-block; | ||
549 | + margin-right: 5px; | ||
550 | + background: url("../../img/timeusage.png") no-repeat; | ||
551 | + vertical-align: middle; | ||
552 | +} | ||
553 | +.berth-usage-echart{ | ||
554 | + height: 110px; | ||
555 | + width:100%; | ||
556 | + | ||
557 | +} | ||
558 | + | ||
559 | +#wxRate,#aliRate,#cashRate,#otherRate{ | ||
560 | + width: 100%; | ||
561 | +} | ||
562 | + | ||
563 | +#recordtable tbody tr{ | ||
564 | + cursor: pointer; | ||
565 | +} | ||
566 | +.carfixwid{ | ||
567 | + max-width: 130px; | ||
568 | +} | ||
569 | +.modal-content{ | ||
570 | + color: rgba(0,0,0,1); | ||
571 | +} | ||
572 | +/*无泊位显示*/ | ||
573 | +.pop_nomatch{ | ||
574 | + height: 300px; | ||
575 | + width: 300px; | ||
576 | + margin: 0 auto; | ||
577 | + padding-top: 150px; | ||
578 | + padding-left: 50px; | ||
579 | + background: url(img/berthNoMatches.png) no-repeat; | ||
580 | + background-size: 46px 31px; | ||
581 | + background-position: 102px 100px; | ||
582 | +} | ||
583 | +.caryard-basic-ifo-fees-cricle{ | ||
584 | + height: 8px; | ||
585 | + width: 8px; | ||
586 | + background-color: #1E95CD; | ||
587 | + border-radius: 50% !important; | ||
588 | + margin-top: 16px; | ||
589 | + margin-right: 20px; | ||
590 | +} | ||
0 | \ No newline at end of file | 591 | \ No newline at end of file |
assets/pages/css/home/generaloperation.css
0 → 100644
1 | +body{ | ||
2 | + min-width: 1340px !important; | ||
3 | +} | ||
4 | +/*top 5个卡片*/ | ||
5 | +.common-display-bfb { | ||
6 | + width: 100%; | ||
7 | + height: 147px; | ||
8 | +} | ||
9 | +.common-display-bfb-li { | ||
10 | + float: left; | ||
11 | + width: 20%; | ||
12 | + /* height: 165px; */ | ||
13 | +} | ||
14 | +.general-ul-wrap li{ | ||
15 | + border-right: 1px solid #E8E8E8; | ||
16 | + /* box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.1); | ||
17 | + -webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.1); | ||
18 | + -moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.1);*/ | ||
19 | +} | ||
20 | +.general-ul-wrap li:last-child{ | ||
21 | + border-right:none; | ||
22 | + /*box-shadow: none; | ||
23 | + -webkit-box-shadow: none; | ||
24 | + -moz-box-shadow: none;*/ | ||
25 | +} | ||
26 | +.general-li-top{ | ||
27 | + padding:20px 25px; | ||
28 | +} | ||
29 | +.general-ul-wrap li:nth-of-type(1) .general-li-top{ | ||
30 | + background-color:#F1F9FC; | ||
31 | +} | ||
32 | +.li-left-1,.li-left-2,.li-left-3,.li-left-4,.li-left-5{ | ||
33 | + width: 58px; | ||
34 | + height: 56px; | ||
35 | +} | ||
36 | +.general-li-top div img{ | ||
37 | + width: 58px; | ||
38 | + height: 56px; | ||
39 | +} | ||
40 | +.general-ul-wrap li:nth-of-type(2) .general-li-top{ | ||
41 | + background-color:#FFF1DB; | ||
42 | +} | ||
43 | +.general-ul-wrap li:nth-of-type(3) .general-li-top{ | ||
44 | + background-color:#F1F9FC; | ||
45 | +} | ||
46 | +.general-li-top .float-right{ | ||
47 | + min-width: 90px; | ||
48 | + max-width: 95px; | ||
49 | +} | ||
50 | +.general-ul-wrap li:nth-of-type(4) .general-li-top{ | ||
51 | + background-color:#F3FBF5; | ||
52 | +} | ||
53 | +.general-ul-wrap li:nth-of-type(5) .general-li-top{ | ||
54 | + background-color:#F1F9FC; | ||
55 | +} | ||
56 | +.general-li-bottom{ | ||
57 | + padding:13px 15px; | ||
58 | + /*height: 60px;*/ | ||
59 | +} | ||
60 | +/*支付方式占比 sta*/ | ||
61 | +.generaloperation-zfzb-title em{ | ||
62 | + background-image: url(img/general-zffs-icon.png); | ||
63 | +} | ||
64 | +.zfzb-echarts{ | ||
65 | + height: 350px; | ||
66 | + width: 100%; | ||
67 | +} | ||
68 | + | ||
69 | + | ||
70 | +/*实时统计 sta*/ | ||
71 | +.generaloperation-sstj-title em{ | ||
72 | + background-image: url(img/general-sstj-icon.png); | ||
73 | +} | ||
74 | +.tjqst-wrap{ | ||
75 | + padding-top: 18px; | ||
76 | + height: 350px; | ||
77 | +} | ||
78 | + | ||
79 | +.tab-btn-wrap li{ | ||
80 | + float: left; | ||
81 | + padding: 0 15px; | ||
82 | + height:32px; | ||
83 | + line-height: 32px; | ||
84 | + cursor: pointer; | ||
85 | + background:rgba(255,255,255,1); | ||
86 | + text-align: center; | ||
87 | +} | ||
88 | +.tab-btn-wrap li:nth-of-type(1){ | ||
89 | + border-left:1px solid #D9D9D9; | ||
90 | + border-top:1px solid #D9D9D9; | ||
91 | + border-bottom:1px solid #D9D9D9; | ||
92 | + border-right:1px solid #D9D9D9; | ||
93 | + border-radius: 4px 0 0 4px !important; | ||
94 | +} | ||
95 | +.tab-btn-wrap li:nth-of-type(2){ | ||
96 | + border-right:1px solid #D9D9D9; | ||
97 | + border-top:1px solid #D9D9D9; | ||
98 | + border-bottom:1px solid #D9D9D9; | ||
99 | + /*border-radius: 0 4px 4px 0 !important;*/ | ||
100 | +} | ||
101 | +.tab-btn-wrap li:nth-of-type(3){ | ||
102 | + border-right:1px solid #D9D9D9; | ||
103 | + border-top:1px solid #D9D9D9; | ||
104 | + border-bottom:1px solid #D9D9D9; | ||
105 | + border-radius: 0 4px 4px 0 !important; | ||
106 | +} | ||
107 | +.tab-btn-wrap li.tabAction{ | ||
108 | + border: 1px solid #1E95CD; | ||
109 | + color: #1E95CD; | ||
110 | +} | ||
111 | +.tjqst-echarts{ | ||
112 | + padding-top: 20px; | ||
113 | + height: 295px; | ||
114 | +} | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | +/*----------------------------------------------------------设备监控*/ | ||
119 | +.generaloperation-device-monitor em{ | ||
120 | + background-image:url("../../img/monitor-icon.png") ; | ||
121 | + background-position:0 0 ; | ||
122 | +} | ||
123 | +.generaloperation-device-monitor-header{ | ||
124 | + margin-top: 20px; | ||
125 | + height: 80px; | ||
126 | + background-color: rgba(237,247,251,1); | ||
127 | +} | ||
128 | +.generaloperation-device-monitor-name{ | ||
129 | + width:104px ; | ||
130 | + height: 80px; | ||
131 | + color:rgba(255,255,255,0.85); | ||
132 | + font-size: 14px; | ||
133 | + text-align: center; | ||
134 | + padding-top: 52px; | ||
135 | +} | ||
136 | +.generaloperation-device-monitor-geo{ | ||
137 | + background: #A5DFF3 url("../../img/device-monitor-geo.png") no-repeat center 12px; | ||
138 | +} | ||
139 | +.generaloperation-device-monitor-pda{ | ||
140 | + background: #A5DFF3 url("../../img/generaloperation-device-monitor-pda.png") no-repeat center 12px; | ||
141 | +} | ||
142 | +.generaloperation-device-monitor-gateway{ | ||
143 | + background: #A5DFF3 url("../../img/generaloperation-device-monitor-gateway.png") no-repeat center 12px; | ||
144 | +} | ||
145 | +.generaloperation-device-monitor-name:before{ | ||
146 | + content: ''; | ||
147 | + position: absolute; | ||
148 | + right: 0; | ||
149 | + top:0; | ||
150 | + border-right:8px solid rgba(237,247,251,1); | ||
151 | + border-top:8px solid rgba(237,247,251,1); | ||
152 | + border-left: 8px solid transparent; | ||
153 | + border-bottom: 8px solid transparent; | ||
154 | +} | ||
155 | +.generaloperation-device-monitor-name:after{ | ||
156 | + content: ''; | ||
157 | + position: absolute; | ||
158 | + right: 0; | ||
159 | + bottom:0; | ||
160 | + border-right:8px solid rgba(237,247,251,1); | ||
161 | + border-bottom:8px solid rgba(237,247,251,1); | ||
162 | + border-left: 8px solid transparent; | ||
163 | + border-top: 8px solid transparent; | ||
164 | +} | ||
165 | +.generaloperation-device-monitor-number{ | ||
166 | + top: 17px; | ||
167 | + left: 130px; | ||
168 | +} | ||
169 | +.park-detail-wrap { | ||
170 | + font-size: 12px; | ||
171 | + height: 140px; | ||
172 | + padding: 15px 15px; | ||
173 | +} | ||
174 | +.pay-way-ul li { | ||
175 | + overflow: hidden; | ||
176 | + height: 37px; | ||
177 | + line-height: 37px; | ||
178 | +} | ||
179 | +.pay-way-ul li div:nth-of-type(1) { | ||
180 | + width: 42px; | ||
181 | + margin-right: 5px; | ||
182 | +} | ||
183 | +.pay-way-wrap { | ||
184 | + width: calc(100% - 50px); | ||
185 | + height: 10px; | ||
186 | + background-color: #edf7fb; | ||
187 | + border-radius: 5px!important; | ||
188 | + vertical-align: middle; | ||
189 | + overflow: hidden; | ||
190 | + margin-top: 13px; | ||
191 | +} | ||
192 | +.pay-way-ul li:nth-of-type(1) .pay-way-scale { | ||
193 | + background-color: #5fe98f; | ||
194 | +} | ||
195 | +.pay-way-ul li:nth-of-type(2) .pay-way-scale { | ||
196 | + background-color: #D6E0DC; | ||
197 | +} | ||
198 | +.pay-way-ul li:nth-of-type(3) .pay-way-scale { | ||
199 | + background-color: #FE9955; | ||
200 | +} | ||
201 | +.pay-way-ul li div:nth-of-type(1) { | ||
202 | + width: 42px; | ||
203 | + margin-right: 5px; | ||
204 | +} | ||
205 | +.pay-way-scale { | ||
206 | + height: 10px; | ||
207 | + left: 0; | ||
208 | + top: 0; | ||
209 | + border-radius: 5px!important; | ||
210 | +} | ||
211 | +.genfixwid{ | ||
212 | + max-width: 115px; | ||
213 | +} | ||
214 | +.genfixwidsmall{ | ||
215 | + max-width: 110px; | ||
216 | +} | ||
217 | +.general-li-bottom-num{ | ||
218 | + width: calc(100% - 55px); | ||
219 | + width: -webkit-calc(100% - 55px); | ||
220 | + width: -moz-calc(100% - 55px); | ||
221 | + text-align: right; | ||
222 | +} | ||
0 | \ No newline at end of file | 223 | \ No newline at end of file |
assets/pages/css/home/img/berthNoMatches.png
0 → 100644
468 Bytes
assets/pages/css/home/img/general-li-1.png
0 → 100644
3.34 KB
assets/pages/css/home/img/general-li-2.png
0 → 100644
1.56 KB
assets/pages/css/home/img/general-li-3.png
0 → 100644
3.39 KB
assets/pages/css/home/img/general-li-4.png
0 → 100644
3.26 KB
assets/pages/css/home/img/general-li-5.png
0 → 100644
2.99 KB
assets/pages/css/home/img/general-sstj-icon.png
0 → 100755
356 Bytes
assets/pages/css/home/img/general-zffs-icon.png
0 → 100755
655 Bytes
assets/pages/css/home/img/updatenoticeBg.png
0 → 100644
137 KB
assets/pages/css/home/img/weekly_titCarIco.png
0 → 100644
382 Bytes
assets/pages/css/home/img/weekly_titIco.png
0 → 100644
446 Bytes
assets/pages/css/home/incomeprofile.css
0 → 100644
1 | +.incomeprofile-park-title em{ | ||
2 | + background-image: url(../../img/index-card-title.png); | ||
3 | + background-position:-36px -18px; | ||
4 | +} | ||
5 | +.incomeprofile-parkifo-title em,.incomeprofile-parkincome-title em{ | ||
6 | + background-image: url(../../img/index-card-title.png); | ||
7 | + background-position: -36px -18px; | ||
8 | + background-repeat: no-repeat; | ||
9 | +} | ||
10 | +.incomeprofile-parkrank-title em{ | ||
11 | + background-image: url(../../img/index-card-title.png); | ||
12 | + background-position: -55px -36px; | ||
13 | +} | ||
14 | + | ||
15 | +.incomeprofile-ranking{ | ||
16 | + height: 560px; | ||
17 | + overflow-y: auto; | ||
18 | + font-size: 12px; | ||
19 | +} | ||
20 | +.incomeprofile-ranking li{ | ||
21 | + height: 56px; | ||
22 | + line-height: 56px; | ||
23 | +} | ||
24 | +.incomeprofile-ranking li span:nth-of-type(1){ | ||
25 | + display: inline-block; | ||
26 | + width: 20px; | ||
27 | + height: 20px; | ||
28 | + border-radius: 50%!important; | ||
29 | + line-height: 19px; | ||
30 | + text-align: center; | ||
31 | + border: 1px solid #9B9B9B; | ||
32 | + color: #787878; | ||
33 | + font-size: 12px; | ||
34 | + vertical-align: middle; | ||
35 | +} | ||
36 | +.incomeprofile-ranking li span:nth-of-type(2){ | ||
37 | + display: inline-block; | ||
38 | + width: calc(100% - 115px); | ||
39 | + width: -webkit-calc(100% - 115px); | ||
40 | + width: -moz-calc(100% - 115px); | ||
41 | + overflow:hidden; | ||
42 | + text-overflow:ellipsis; | ||
43 | + white-space:nowrap; | ||
44 | + margin: 0 10px; | ||
45 | + vertical-align: middle; | ||
46 | +} | ||
47 | +@media only screen | ||
48 | +and (min-device-width : 768px) | ||
49 | +and (max-device-width : 1024px) | ||
50 | +and (orientation : landscape) | ||
51 | +and (-webkit-min-device-pixel-ratio: 2) { | ||
52 | + /* STYLES */ | ||
53 | + .incomeprofile-ranking li span:nth-of-type(2){ | ||
54 | + width: calc(100% - 45px); | ||
55 | + width: -webkit-calc(100% - 45px); | ||
56 | + width: -moz-calc(100% - 45px); | ||
57 | + | ||
58 | + } | ||
59 | + .incomeprofile-ranking li span:nth-of-type(3){ | ||
60 | + display: none; | ||
61 | + } | ||
62 | +} | ||
63 | +.incomeprofile-ranking li:nth-of-type(1) span:nth-of-type(1){ | ||
64 | + border: 1px solid #fe944d; | ||
65 | +} | ||
66 | +.incomeprofile-ranking li:nth-of-type(2) span:nth-of-type(1){ | ||
67 | + border: 1px solid #fed64d; | ||
68 | +} | ||
69 | +.incomeprofile-ranking li:nth-of-type(3) span:nth-of-type(1){ | ||
70 | + border: 1px solid #5fe98f; | ||
71 | +} | ||
72 | + | ||
73 | +.incomeprofile-mon-list li{ | ||
74 | + flex: 1; | ||
75 | + overflow: hidden; | ||
76 | + white-space: nowrap; | ||
77 | +} | ||
78 | +.incomeprofile-mon-list li div:nth-of-type(1){ | ||
79 | + padding: 22px 0 5px; | ||
80 | + font-size: 14px; | ||
81 | +} | ||
82 | +.incomeprofile-mon-list li div:nth-of-type(2){ | ||
83 | + padding: 5px 0 22px ; | ||
84 | + font-size: 16px; | ||
85 | +} | ||
86 | +.incomeprofile-mon-list li div:nth-of-type(2) span{ | ||
87 | + font-size: 26px; | ||
88 | + margin-right: 10px; | ||
89 | +} | ||
90 | +.map-area{ | ||
91 | + height: 364px; | ||
92 | + margin-bottom: 24px; | ||
93 | +} | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | +.incomeprofile-per-main{ | ||
98 | + display: inline-block; | ||
99 | + vertical-align: middle; | ||
100 | + width: calc(100% - 50px); | ||
101 | +} | ||
102 | +.incomeprofile-per-main li{ | ||
103 | + float: left; | ||
104 | + height: 4px; | ||
105 | +} | ||
106 | +.incomeprofile-per-main li:nth-of-type(1){ | ||
107 | + width: 40%; | ||
108 | + background:#1b8bf5 ; | ||
109 | +} | ||
110 | +.incomeprofile-per-main li:nth-of-type(2){ | ||
111 | + width: 20%; | ||
112 | + background:#2cbbef ; | ||
113 | +} | ||
114 | +.incomeprofile-per-main li:nth-of-type(3){ | ||
115 | + width: 30%; | ||
116 | + background:#2cca5f; | ||
117 | +} | ||
118 | +.incomeprofile-per-main li:nth-of-type(4){ | ||
119 | + width: 10%; | ||
120 | + background:#f68339 ; | ||
121 | +} | ||
122 | +.incomeprofile-per-area{ | ||
123 | + padding:10px 0 15px 46px; | ||
124 | + width: 100%; | ||
125 | +} | ||
126 | +.incomeprofile-per-area li{ | ||
127 | + flex: 1; | ||
128 | +} | ||
129 | +.incomeprofile-per-area li:nth-of-type(1) span:nth-of-type(1){ | ||
130 | + display: inline-block; | ||
131 | + margin-right: 5px; | ||
132 | + width: 8px; | ||
133 | + height: 8px; | ||
134 | + background: #1b8bf5; | ||
135 | +} | ||
136 | +.incomeprofile-per-area li:nth-of-type(2) span:nth-of-type(1){ | ||
137 | + display: inline-block; | ||
138 | + margin-right: 5px; | ||
139 | + width: 8px; | ||
140 | + height: 8px; | ||
141 | + background: #2cbbef; | ||
142 | +} | ||
143 | +.incomeprofile-per-area li:nth-of-type(3) span:nth-of-type(1){ | ||
144 | + display: inline-block; | ||
145 | + margin-right: 5px; | ||
146 | + width: 8px; | ||
147 | + height: 8px; | ||
148 | + background: #2cca5f; | ||
149 | +} | ||
150 | +.incomeprofile-per-area li:nth-of-type(4) span:nth-of-type(1){ | ||
151 | + display: inline-block; | ||
152 | + margin-right: 5px; | ||
153 | + width: 8px; | ||
154 | + height: 8px; | ||
155 | + background:#f68339; | ||
156 | +} | ||
157 | +.incomeprofile-per-area li span:nth-of-type(2){ | ||
158 | + margin-left: 5px; | ||
159 | +} | ||
160 | +.money-list{ | ||
161 | + height: 208px; | ||
162 | +} | ||
163 | +.money-list li{ | ||
164 | + flex: 1; | ||
165 | + padding: 20px 20px; | ||
166 | +} | ||
167 | + | ||
168 | +/*地图 map*/ | ||
169 | +/*去掉百度地图logo*/ | ||
170 | +#allmap label{max-width:none;} | ||
171 | +.BMap_cpyCtrl | ||
172 | +{ | ||
173 | + display:none; | ||
174 | +} | ||
175 | +.anchorBL{ | ||
176 | + display:none; | ||
177 | +} | ||
178 | +.BMap_Marker:hover{ | ||
179 | + width: 30px !important; | ||
180 | + height: 40px !important; | ||
181 | +} | ||
182 | +/*弹窗 地图*/ | ||
183 | +.pop_models{ | ||
184 | + width:132px; | ||
185 | + padding: 9px 16px; | ||
186 | + /*height:127px;*/ | ||
187 | + background:rgba(255,255,255,1); | ||
188 | + box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15); | ||
189 | + border-radius: 3px !important; | ||
190 | +} | ||
191 | +.pop_toptitle{ | ||
192 | + width:100px; | ||
193 | + height:20px; | ||
194 | + font-size:12px; | ||
195 | + font-family:PingFangSC-Regular; | ||
196 | + color:rgba(0,0,0,0.45); | ||
197 | + line-height:20px; | ||
198 | + overflow:hidden; | ||
199 | + text-overflow:ellipsis; | ||
200 | + white-space:nowrap; | ||
201 | +} | ||
202 | +.pop_msg{ | ||
203 | + width:100px; | ||
204 | + height:20px; | ||
205 | + font-size:12px; | ||
206 | + font-family:PingFangSC-Regular; | ||
207 | + color:rgba(0,0,0,0.65); | ||
208 | + line-height:20px; | ||
209 | + overflow:hidden; | ||
210 | + text-overflow:ellipsis; | ||
211 | + white-space:nowrap; | ||
212 | +} | ||
213 | +.pop_bluebg{ | ||
214 | + width:6px; | ||
215 | + height:6px; | ||
216 | + background:rgba(24,144,255,1); | ||
217 | + float: left; | ||
218 | + margin-top: 7px; | ||
219 | + margin-right: 8px; | ||
220 | + border-radius: 50% !important; | ||
221 | +} | ||
222 | +.pop_greenbg{ | ||
223 | + width:6px; | ||
224 | + height:6px; | ||
225 | + background:rgba(82,196,26,1); | ||
226 | + float: left; | ||
227 | + margin-top: 7px; | ||
228 | + margin-right: 8px; | ||
229 | + border-radius: 50% !important; | ||
230 | +} | ||
231 | +.pop_nummsg{ | ||
232 | + float: left; | ||
233 | + width:80px; | ||
234 | + overflow:hidden; | ||
235 | + text-overflow:ellipsis; | ||
236 | + white-space:nowrap; | ||
237 | +} | ||
238 | +.tytj-echarts{ | ||
239 | + height: 208px; | ||
240 | +} | ||
241 | +.tyje-title { | ||
242 | + z-index: 100; | ||
243 | + top:130px; | ||
244 | + left: 50%; | ||
245 | + transform: translateX(-50%); | ||
246 | + text-align: center; | ||
247 | +} | ||
248 | +.incomeprofile-timebar{ | ||
249 | + position: absolute; | ||
250 | + top: 5px; | ||
251 | + right: 0px; | ||
252 | + width:256px; | ||
253 | + height:32px; | ||
254 | + background:rgba(255,255,255,1); | ||
255 | +} | ||
256 | +.income-daterange-bg { | ||
257 | + width: 100%; | ||
258 | + text-align: left; | ||
259 | + background: url(../../img/dataicon.png) no-repeat 94% 9px; | ||
260 | + background-color: #fff; | ||
261 | + padding-right: 25px; | ||
262 | + | ||
263 | + border-radius: 4px !important; | ||
264 | +} | ||
0 | \ No newline at end of file | 265 | \ No newline at end of file |
assets/pages/css/home/index.css
0 → 100644
1 | + | ||
2 | +/*//新样式*/ | ||
3 | +#tp-weather-widget{ | ||
4 | + width:160px;height:29px;display: inline-block; | ||
5 | +} | ||
6 | +.welcome-pic{ | ||
7 | + width: 42px; | ||
8 | + height: 42px; | ||
9 | + border-radius: 100%!important; | ||
10 | + display: inline-block; | ||
11 | + background-image: url("../../img/user-pic.png"); | ||
12 | + background-repeat: no-repeat; | ||
13 | + | ||
14 | + background-size:100% 100% ; | ||
15 | + vertical-align: middle; | ||
16 | + margin-right: 10px; | ||
17 | +} | ||
18 | +.welcome-msg-left{ | ||
19 | + height: 46px; | ||
20 | + line-height: 46px; | ||
21 | + display: inline-block; | ||
22 | + /*padding-left: 111px;*/ | ||
23 | + font-size: 14px; | ||
24 | + | ||
25 | +} | ||
26 | +.park-card{ | ||
27 | + | ||
28 | +} | ||
29 | +.park-card-title{ | ||
30 | + border-bottom: 1px solid #f0f0f2; | ||
31 | + font-size: 14px; | ||
32 | + height: 44px; | ||
33 | + line-height: 44px; | ||
34 | + /*padding-left: 25px;*/ | ||
35 | +} | ||
36 | +.park-card-title-common{ | ||
37 | + display: inline-block; | ||
38 | + width: 18px; | ||
39 | + height: 18px; | ||
40 | + margin-right: 5px; | ||
41 | + vertical-align: middle; | ||
42 | + margin-top: -3px; | ||
43 | +} | ||
44 | +.park-card-title-1{ | ||
45 | + background-image: url(../../img/index-card-title.png); | ||
46 | + background-repeat: no-repeat; | ||
47 | + background-position: 0 0; | ||
48 | +} | ||
49 | +.park-card-title-2{ | ||
50 | + background-image: url(../../img/index-card-title.png); | ||
51 | + background-repeat: no-repeat; | ||
52 | + background-position: -18px 0; | ||
53 | +} | ||
54 | +.park-card-title-3{ | ||
55 | + background-image: url(../../img/index-card-title.png); | ||
56 | + background-repeat: no-repeat; | ||
57 | + background-position: -36px 0; | ||
58 | +} | ||
59 | +.park-card-title-4{ | ||
60 | + background-image: url(../../img/index-card-title.png); | ||
61 | + background-repeat: no-repeat; | ||
62 | + background-position: -54px 0; | ||
63 | +} | ||
64 | + | ||
65 | +.index-number-unit{ | ||
66 | + margin-left: 10px; | ||
67 | + font-size : 12px; | ||
68 | + -webkit-transform : scale(0.84,0.84) ; | ||
69 | + transform:scale(0.14,0.14) ; | ||
70 | + *font-size:10px; | ||
71 | +} | ||
72 | +.park-container{ | ||
73 | + padding: 10px 0 14px; | ||
74 | + font-size: 12px; | ||
75 | +} | ||
76 | +.park-container li{ | ||
77 | + white-space: nowrap; | ||
78 | +} | ||
79 | +.park-container li:nth-of-type(2){ | ||
80 | + margin-bottom: 5px; | ||
81 | +} | ||
82 | +/*.park-container li:nth-of-type(1)>span:nth-of-type(1){*/ | ||
83 | + /*float: left;*/ | ||
84 | +/*}*/ | ||
85 | +/*.park-container li:nth-of-type(1)>span:nth-of-type(2){*/ | ||
86 | + /*float: right;*/ | ||
87 | +/*}*/ | ||
88 | +.park-container li:nth-of-type(2) span:nth-of-type(1){ | ||
89 | + margin-right: 10px; | ||
90 | +} | ||
91 | +.park-container li:nth-of-type(3) span:nth-of-type(1){ | ||
92 | + margin-right: 10px; | ||
93 | +} | ||
94 | + | ||
95 | +.park-container>li>div:nth-of-type(1){ | ||
96 | + margin-bottom: 10px; | ||
97 | +} | ||
98 | +.index-notice-title em{ | ||
99 | + background-image:url(../../img/index-card-title.png); | ||
100 | + background-position: 0 -18px; | ||
101 | +} | ||
102 | +.index-access-title em{ | ||
103 | + background-image:url(../../img/index-card-title.png); | ||
104 | + background-position: -18px -18px; | ||
105 | +} | ||
106 | +.index-srgk-title em{ | ||
107 | + background-image:url(../../img/index-card-title.png); | ||
108 | + background-position: -36px -18px; | ||
109 | +} | ||
110 | +.index-zffs-title em{ | ||
111 | + background-image:url(../../img/index-card-title.png); | ||
112 | + background-position: -55px -18px; | ||
113 | +} | ||
114 | +.index-cll-title em{ | ||
115 | + background-image:url(../../img/index-card-title.png); | ||
116 | + background-position: 0 -36px ; | ||
117 | +} | ||
118 | +.index-zyl-title em{ | ||
119 | + background-image:url(../../img/index-card-title.png); | ||
120 | + background-position: -18px -36px; | ||
121 | +} | ||
122 | +.index-income-title em{ | ||
123 | + background-image:url(../../img/index-card-title.png); | ||
124 | + background-position: -36px -36px; | ||
125 | +} | ||
126 | +.index-money-title em{ | ||
127 | + background-image:url(../../img/index-card-title.png); | ||
128 | + background-position: -55px -36px; | ||
129 | +} | ||
130 | +.index-notice-main { | ||
131 | + font-size: 14px; | ||
132 | + padding: 15px 0; | ||
133 | + | ||
134 | +} | ||
135 | +.index-notice-main li{ | ||
136 | + cursor: pointer; | ||
137 | + padding: 5px 0; | ||
138 | + font-size: 12px; | ||
139 | + color: #000; | ||
140 | +} | ||
141 | +/*.index-notice-main li span{*/ | ||
142 | + /*float: right;*/ | ||
143 | +/*}*/ | ||
144 | +.index-notice-main li span:nth-of-type(1){ | ||
145 | + float: left; | ||
146 | + width: calc(100% - 80px); | ||
147 | + display: inline-block; | ||
148 | + vertical-align: middle; | ||
149 | +} | ||
150 | +.index-notice-main li span:nth-of-type(2){ | ||
151 | + float: right; | ||
152 | + text-align: justify; | ||
153 | +} | ||
154 | +.index-access-wrap{ | ||
155 | + overflow: hidden; | ||
156 | + width: 100%; | ||
157 | + height: 134px; | ||
158 | +} | ||
159 | +.index-access-main{ | ||
160 | + width: 100%; | ||
161 | + height: 134px; | ||
162 | + overflow: hidden; | ||
163 | +} | ||
164 | +.index-access-main li{ | ||
165 | + cursor: pointer; | ||
166 | + height: 134px; | ||
167 | + text-align: center; | ||
168 | + float: left; | ||
169 | + font-size: 12px; | ||
170 | +} | ||
171 | +.index-access-main li:nth-of-type(1), | ||
172 | +.index-access-main li:nth-of-type(2), | ||
173 | +.index-access-main li:nth-of-type(3), | ||
174 | +.index-access-main li:nth-of-type(4), | ||
175 | +.index-access-main li:nth-of-type(5){ | ||
176 | + width: 25%; | ||
177 | +} | ||
178 | +.index-access-main li div{ | ||
179 | + margin: 20px auto 10px; | ||
180 | + width: 68px; | ||
181 | + height: 68px; | ||
182 | + border-radius: 50%!important; | ||
183 | + background-color:#edf7fb ; | ||
184 | +} | ||
185 | +.index-access-main li div span{ | ||
186 | + width: 40px; | ||
187 | + height: 40px; | ||
188 | + display: inline-block; | ||
189 | + margin: 14px auto; | ||
190 | + background-repeat: no-repeat; | ||
191 | +} | ||
192 | +.access-hykdd{ | ||
193 | + background-image:url("../../img/index-access-pic1.png") ; | ||
194 | + background-position: 0 0; | ||
195 | +} | ||
196 | +.access-dzgl{ | ||
197 | + background-image:url("../../img/index-access-pic1.png") ; | ||
198 | + background-position: -40px 0; | ||
199 | +} | ||
200 | +.access-tcdd{ | ||
201 | + background-image:url("../../img/index-access-pic1.png") ; | ||
202 | + background-position: -80px 0; | ||
203 | +} | ||
204 | +.access-tcsr{ | ||
205 | + background-image:url("../../img/index-access-pic1.png") ; | ||
206 | + background-position: -120px 0; | ||
207 | +} | ||
208 | +.index-access-add{ | ||
209 | + background-image:url("../../img/index-access-pic.png") ; | ||
210 | + background-position: -160px 0; | ||
211 | +} | ||
212 | + | ||
213 | +.income-top{ | ||
214 | + font-size: 12px; | ||
215 | + height: 287px; | ||
216 | + overflow-y: auto; | ||
217 | + padding: 10px 0 0 0px; | ||
218 | +} | ||
219 | +.income-top li{ | ||
220 | + padding: 10px 0 5px 0; | ||
221 | + color: #000; | ||
222 | +} | ||
223 | +.income-top li span:nth-of-type(1){ | ||
224 | + font-size: 12px; | ||
225 | + text-align: center; | ||
226 | + line-height: 20px; | ||
227 | + display: inline-block; | ||
228 | + width: 20px; | ||
229 | + height: 20px; | ||
230 | + margin-right: 15px; | ||
231 | + border-radius: 50%!important; | ||
232 | + border: 1px solid #9B9B9B; | ||
233 | + color: #787878; | ||
234 | + vertical-align: middle; | ||
235 | +} | ||
236 | +.income-top li span:nth-of-type(2){ | ||
237 | + width: calc(100% - 107px); | ||
238 | + width: -webkit-calc(100% - 107px); | ||
239 | + width: -moz-calc(100% - 107px); | ||
240 | + width: -ms-calc(100% - 107px); | ||
241 | + display: inline-block; | ||
242 | + vertical-align: middle; | ||
243 | +} | ||
244 | + | ||
245 | +.income-top li span:nth-of-type(3){ | ||
246 | + max-width: 72px; | ||
247 | + display: inline-block; | ||
248 | + vertical-align: middle; | ||
249 | +} | ||
250 | +@media only screen | ||
251 | +and (min-device-width : 768px) | ||
252 | +and (max-device-width : 1024px) | ||
253 | +and (orientation : landscape) | ||
254 | +and (-webkit-min-device-pixel-ratio: 2) { | ||
255 | + /* STYLES */ | ||
256 | + .income-top li span:nth-of-type(2){ | ||
257 | + width: calc(100% - 37px); | ||
258 | + width: -webkit-calc(100% - 37px); | ||
259 | + width: -moz-calc(100% - 37px); | ||
260 | + width: -ms-calc(100% - 37px); | ||
261 | + } | ||
262 | + .income-top li span:nth-of-type(3){ | ||
263 | + display: none; | ||
264 | + } | ||
265 | +} | ||
266 | +.income-top li:nth-of-type(1) span:nth-of-type(1){ | ||
267 | + border: 1px solid #fe944d; | ||
268 | +} | ||
269 | + | ||
270 | +.income-top li:nth-of-type(2) span:nth-of-type(1){ | ||
271 | + border: 1px solid #fed64d; | ||
272 | +} | ||
273 | +.income-top li:nth-of-type(3) span:nth-of-type(1){ | ||
274 | + border: 1px solid #5fe98f; | ||
275 | +} | ||
276 | +.income-echarts{ | ||
277 | + height: 187px; | ||
278 | +} | ||
279 | +.park-bwzys-wrap li{ | ||
280 | + padding-left: 90px; | ||
281 | + height: 53px; | ||
282 | +} | ||
283 | +.park-bwzys-wrap li:nth-of-type(1){ | ||
284 | + background: url("../../img/occupy-car-num-index.png") no-repeat 10px center; | ||
285 | + margin: 10px 0 20px; | ||
286 | +} | ||
287 | +.park-bwzys-wrap li:nth-of-type(2){ | ||
288 | + background: url("../../img/all-car-num-index.png") no-repeat 10px center; | ||
289 | +} | ||
290 | + | ||
291 | +.park-ifo-con{ | ||
292 | + text-align: center; | ||
293 | + font-size: 18px; | ||
294 | +} | ||
295 | + | ||
296 | + | ||
297 | +.display-inlineblock{ | ||
298 | + display: inline-block; | ||
299 | + margin: 0 8px; | ||
300 | + width: calc(100% - 140px); | ||
301 | + height: 10px; | ||
302 | + border: 1px solid #979797; | ||
303 | + border-radius: 4px!important; | ||
304 | + overflow: hidden; | ||
305 | +} | ||
306 | +.park-detail-wrap{ | ||
307 | + height: 180px; | ||
308 | + padding: 16px 0; | ||
309 | +} | ||
310 | +.pay-way-ul{ | ||
311 | + font-size: 12px; | ||
312 | +} | ||
313 | +.pay-way-wrap{ | ||
314 | + width: calc(100% - 50px); | ||
315 | + height: 10px; | ||
316 | + background-color: #edf7fb; | ||
317 | + border-radius: 5px!important; | ||
318 | + vertical-align: middle; | ||
319 | + overflow: hidden; | ||
320 | + margin-top: 13px; | ||
321 | +} | ||
322 | +.pay-way-scale{ | ||
323 | + height: 10px; | ||
324 | + left: 0; | ||
325 | + top:0; | ||
326 | + border-radius: 5px!important; | ||
327 | +} | ||
328 | +.pay-way-ul li{ | ||
329 | + overflow: hidden; | ||
330 | + height: 37px; | ||
331 | + line-height: 37px; | ||
332 | + | ||
333 | +} | ||
334 | +.pay-way-ul li>div:nth-of-type(1){ | ||
335 | + width: 42px; | ||
336 | + margin-right:5px ; | ||
337 | +} | ||
338 | +.pay-way-ul li:nth-of-type(1) .pay-way-scale{ | ||
339 | + width: 70%; | ||
340 | + background-color: #5fe98f; | ||
341 | +} | ||
342 | +.pay-way-ul li:nth-of-type(2) .pay-way-scale{ | ||
343 | + width: 60%; | ||
344 | + background-color: #5ed8a6; | ||
345 | +} | ||
346 | +.pay-way-ul li:nth-of-type(3) .pay-way-scale{ | ||
347 | + width: 50%; | ||
348 | + background-color: #5dc2c3; | ||
349 | +} | ||
350 | +.pay-way-ul li:nth-of-type(4) .pay-way-scale{ | ||
351 | + width: 40%; | ||
352 | + background-color: #5cb2d9; | ||
353 | +} | ||
354 | +.traffic-data-wrap li{ | ||
355 | + height: 64px; | ||
356 | + line-height: 64px; | ||
357 | + border-radius: 50px!important; | ||
358 | + background-color: #edf7fb; | ||
359 | + text-align: right; | ||
360 | + font-size: 18px; | ||
361 | + padding-right: 30px; | ||
362 | +} | ||
363 | +.traffic-data-wrap li span{ | ||
364 | + font-size: 12px; | ||
365 | + margin-left: 10px; | ||
366 | +} | ||
367 | +.traffic-data-wrap li:nth-of-type(1){ | ||
368 | + margin-top: 5px; | ||
369 | + margin-bottom: 10px; | ||
370 | + background-image:url("../../img/traffic-data-in.png") ; | ||
371 | + background-repeat: no-repeat; | ||
372 | +} | ||
373 | +.traffic-data-wrap li:nth-of-type(2){ | ||
374 | + background-image:url("../../img/traffic-data-out.png") ; | ||
375 | + background-repeat: no-repeat; | ||
376 | +} | ||
377 | +.earning-basic li{ | ||
378 | + flex: 1; | ||
379 | + height: 148px; | ||
380 | + border-radius: 8px!important; | ||
381 | + overflow: hidden; | ||
382 | + background-color: #edf7fb; | ||
383 | +} | ||
384 | +.earning-basic li:nth-of-type(1){ | ||
385 | + margin-right: 10px; | ||
386 | +} | ||
387 | +.earning-basic li:nth-of-type(1):before{ | ||
388 | + content: ''; | ||
389 | + position: absolute; | ||
390 | + width: 40px; | ||
391 | + height: 40px; | ||
392 | + top:10px; | ||
393 | + left: 50%; | ||
394 | + margin-left: -20px; | ||
395 | + background: url("../../img/earning-basic-in.png") no-repeat center 10px; | ||
396 | + z-index: 1; | ||
397 | +} | ||
398 | +.earning-basic li:nth-of-type(2):before{ | ||
399 | + content: ''; | ||
400 | + position: absolute; | ||
401 | + width: 40px; | ||
402 | + height: 40px; | ||
403 | + top:10px; | ||
404 | + left: 50%; | ||
405 | + margin-left: -20px; | ||
406 | + background: url("../../img/earning-basic-out.png") no-repeat center 10px; | ||
407 | + z-index: 1; | ||
408 | +} | ||
409 | +.earning-basic-header{ | ||
410 | + height: 43px; | ||
411 | + background-color: #a5dff3; | ||
412 | +} | ||
413 | +.earning-basic-number{ | ||
414 | + font-size: 18px; | ||
415 | + margin: 20px 0 10px; | ||
416 | +} | ||
417 | +.earning-basic-header:before{ | ||
418 | + content: ''; | ||
419 | + position: absolute; | ||
420 | + left: 0; | ||
421 | + bottom: 0; | ||
422 | + border-left: 8px solid #edf7fb; | ||
423 | + border-bottom: 8px solid #edf7fb; | ||
424 | + border-right: 8px solid transparent; | ||
425 | + border-top: 8px solid transparent; | ||
426 | +} | ||
427 | +.earning-basic-header:after{ | ||
428 | + content: ''; | ||
429 | + position: absolute; | ||
430 | + right: 0; | ||
431 | + bottom: 0; | ||
432 | + border-right: 8px solid #edf7fb; | ||
433 | + border-bottom: 8px solid #edf7fb; | ||
434 | + border-left: 8px solid transparent; | ||
435 | + border-top: 8px solid transparent; | ||
436 | +} | ||
437 | +.pop_echarts{ | ||
438 | + padding: 0 20px; | ||
439 | + font-size: 14px; | ||
440 | + text-align: center; | ||
441 | + border-radius: 20px !important; | ||
442 | +} | ||
443 | + | ||
444 | + | ||
445 | + | ||
446 | + | ||
447 | + | ||
448 | + | ||
449 | + | ||
450 | + | ||
451 | + | ||
452 | + | ||
453 | + | ||
454 | + | ||
455 | + | ||
456 | + | ||
457 | + | ||
458 | + | ||
459 | + | ||
460 | +.odometer.odometer-auto-theme, .odometer.odometer-theme-default { | ||
461 | + display: inline-block; | ||
462 | + vertical-align: middle; | ||
463 | + *vertical-align: auto; | ||
464 | + *zoom: 1; | ||
465 | + *display: inline; | ||
466 | + position: relative; | ||
467 | +} | ||
468 | +.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit { | ||
469 | + display: inline-block; | ||
470 | + vertical-align: middle; | ||
471 | + *vertical-align: auto; | ||
472 | + *zoom: 1; | ||
473 | + *display: inline; | ||
474 | + position: relative; | ||
475 | +} | ||
476 | +.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer { | ||
477 | + display: inline-block; | ||
478 | + vertical-align: middle; | ||
479 | + *vertical-align: auto; | ||
480 | + *zoom: 1; | ||
481 | + *display: inline; | ||
482 | + visibility: hidden; | ||
483 | +} | ||
484 | +.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner { | ||
485 | + text-align: left; | ||
486 | + display: block; | ||
487 | + position: absolute; | ||
488 | + top: 0; | ||
489 | + left: 0; | ||
490 | + right: 0; | ||
491 | + bottom: 0; | ||
492 | + overflow: hidden; | ||
493 | +} | ||
494 | +.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon { | ||
495 | + display: block; | ||
496 | +} | ||
497 | +.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner { | ||
498 | + display: block; | ||
499 | + -webkit-backface-visibility: hidden; | ||
500 | +} | ||
501 | +.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value { | ||
502 | + display: block; | ||
503 | + -webkit-transform: translateZ(0); | ||
504 | +} | ||
505 | +.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value { | ||
506 | + position: absolute; | ||
507 | +} | ||
508 | +.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner { | ||
509 | + -webkit-transition: -webkit-transform 2s; | ||
510 | + -moz-transition: -moz-transform 2s; | ||
511 | + -ms-transition: -ms-transform 2s; | ||
512 | + -o-transition: -o-transform 2s; | ||
513 | + transition: transform 2s; | ||
514 | +} | ||
515 | +.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner { | ||
516 | + -webkit-transform: translateY(-100%); | ||
517 | + -moz-transform: translateY(-100%); | ||
518 | + -ms-transform: translateY(-100%); | ||
519 | + -o-transform: translateY(-100%); | ||
520 | + transform: translateY(-100%); | ||
521 | +} | ||
522 | +.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner { | ||
523 | + -webkit-transform: translateY(-100%); | ||
524 | + -moz-transform: translateY(-100%); | ||
525 | + -ms-transform: translateY(-100%); | ||
526 | + -o-transform: translateY(-100%); | ||
527 | + transform: translateY(-100%); | ||
528 | +} | ||
529 | +.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner { | ||
530 | + -webkit-transition: -webkit-transform 2s; | ||
531 | + -moz-transition: -moz-transform 2s; | ||
532 | + -ms-transition: -ms-transform 2s; | ||
533 | + -o-transition: -o-transform 2s; | ||
534 | + transition: transform 2s; | ||
535 | + -webkit-transform: translateY(0); | ||
536 | + -moz-transform: translateY(0); | ||
537 | + -ms-transform: translateY(0); | ||
538 | + -o-transform: translateY(0); | ||
539 | + transform: translateY(0); | ||
540 | +} | ||
541 | + | ||
542 | +.odometer.odometer-auto-theme, .odometer.odometer-theme-default { | ||
543 | + font-family: "Helvetica Neue", sans-serif; | ||
544 | + line-height: 1.1em; | ||
545 | +} | ||
546 | +.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value { | ||
547 | + text-align: center; | ||
548 | +} | ||
549 | +.center-card{ | ||
550 | + display: inline; | ||
551 | + left: 50%; | ||
552 | + transform: translateX(-50%); | ||
553 | + position: absolute; | ||
554 | +} | ||
555 | +.question-deivce-icon { | ||
556 | + display: inline-block; | ||
557 | + height: 14px; | ||
558 | + width: 14px; | ||
559 | + background: url(../../img/question-money-icon.png) no-repeat; | ||
560 | + background-size: 100% 100%; | ||
561 | + vertical-align: middle; | ||
562 | + margin-left: 4px; | ||
563 | + margin-top: -4px; | ||
564 | +} | ||
565 | + |
assets/pages/css/home/messagecenter.css
0 → 100644
1 | +/*未读行 加粗字体*/ | ||
2 | +.fontBold{ | ||
3 | + font-weight:bold ; | ||
4 | +} | ||
5 | +/*通知类型 */ | ||
6 | +/*正常*/ | ||
7 | +.normalIco{ | ||
8 | + width: 6px; | ||
9 | + height: 6px; | ||
10 | + background-color: #1E95CD; | ||
11 | + border-radius: 50% !important; | ||
12 | + margin-top: 19.5px; | ||
13 | + margin-right: 5px; | ||
14 | + float: left; | ||
15 | +} | ||
16 | +/*正常*/ | ||
17 | +.abnormalIco{ | ||
18 | + width: 6px; | ||
19 | + height: 6px; | ||
20 | + background-color: #f3173b; | ||
21 | + border-radius: 50% !important; | ||
22 | + margin-top: 19.5px; | ||
23 | + margin-right: 5px; | ||
24 | + float: left; | ||
25 | +} | ||
26 | +.noabnormalIco{ | ||
27 | + width: 6px; | ||
28 | + height: 6px; | ||
29 | + /*background-color: #f3173b;*/ | ||
30 | + border-radius: 50% !important; | ||
31 | + margin-top: 19.5px; | ||
32 | + margin-right: 5px; | ||
33 | + float: left; | ||
34 | +} | ||
35 | +/*已读按钮 hover样式*/ | ||
36 | +.ITD-readall-btn:hover{ | ||
37 | + width: 120px; | ||
38 | + cursor: pointer; | ||
39 | + padding: 3px 10px 3px 35px; | ||
40 | + border: 1px solid #1E95CD; | ||
41 | + border-radius: 4px!important; | ||
42 | + font-size: 12px; | ||
43 | + color: #1E95CD; | ||
44 | + outline: none; | ||
45 | + background: url(../../img/ITD-readall-btnhover.png) no-repeat 10px center; | ||
46 | +} | ||
47 | +/*最大宽度 消息内容*/ | ||
48 | +.msgMaxwidth{ | ||
49 | + max-width: 600px; | ||
50 | +} |
assets/pages/css/home/newsnotice.css
0 → 100644
assets/pages/css/home/parksingledetail.css
0 → 100644
1 | +#searchText span{ | ||
2 | + font-size: 14px; | ||
3 | + color: #26be96; | ||
4 | +} | ||
5 | +.parksingledetail-ul{ | ||
6 | + height: 108px; | ||
7 | + padding: 17px 0; | ||
8 | + font-size: 0; | ||
9 | +} | ||
10 | +.parksingledetail-ul li{ | ||
11 | + display: inline-block; | ||
12 | +} | ||
13 | +.parksingledetail-ul li:first-of-type{ | ||
14 | + margin-right: 32px; | ||
15 | + vertical-align: top; | ||
16 | +} | ||
17 | +.parksingledetail-ul li:last-of-type{ | ||
18 | + padding: 7px 0; | ||
19 | +} | ||
20 | +.parksingledetail-ul li:last-of-type div:nth-of-type(1){ | ||
21 | + text-align: left; | ||
22 | + color: #626c72; | ||
23 | + font-size: 18px; | ||
24 | + height: 18px; | ||
25 | + line-height: 18px; | ||
26 | +} | ||
27 | +.parksingledetail-ul li:last-of-type div:nth-of-type(1) span{ | ||
28 | + font-size: 14px; | ||
29 | +} | ||
30 | +.parksingledetail-ul li:last-of-type div:nth-of-type(2){ | ||
31 | + color: #626c72; | ||
32 | + font-size: 36px; | ||
33 | + height: 36px; | ||
34 | + line-height: 36px; | ||
35 | + margin-top: 12px; | ||
36 | + text-align: left; | ||
37 | +} | ||
38 | +.parksingledetail-ul li:last-of-type div:nth-of-type(2) span{ | ||
39 | + font-size: 14px; | ||
40 | +} | ||
41 | + | ||
42 | +/*收费趋势*/ | ||
43 | +.vehicleChart{ | ||
44 | + height: 220px; | ||
45 | +} | ||
46 | +.height240{ | ||
47 | + height: 240px; | ||
48 | +} | ||
49 | + | ||
50 | +/*车位详情*/ | ||
51 | +.park-detail-ul{ | ||
52 | + padding:0 24px 20px 24px; | ||
53 | +} | ||
54 | +.park-detail-ul li:nth-of-type(1){ | ||
55 | + width: 60%; | ||
56 | +} | ||
57 | +.park-detail-ul li div:nth-of-type(1){ | ||
58 | + font-size: 14px; | ||
59 | + height: 12px; | ||
60 | + color: #626c72; | ||
61 | +} | ||
62 | +.park-detail-ul li div:nth-of-type(2){ | ||
63 | + margin-top: 12px; | ||
64 | + height: 36px; | ||
65 | + line-height: 36px; | ||
66 | + font-size: 36px; | ||
67 | + color: #626c72; | ||
68 | +} | ||
69 | +.park-detail-per{ | ||
70 | + padding: 24px; | ||
71 | +} | ||
72 | +.park-detail-per-first span:nth-of-type(1) { | ||
73 | + font-size: 14px; | ||
74 | +} | ||
75 | +.park-detail-per-first span:nth-of-type(2) { | ||
76 | + font-size: 16px; | ||
77 | +} | ||
78 | +.per-pross-wrap{ | ||
79 | + height: 4px; | ||
80 | + background-color: rgba(194,202,216,.4); | ||
81 | +} | ||
82 | +.per-pross-first{ | ||
83 | + width: 30%; | ||
84 | + height: 4px; | ||
85 | + background: #26be96 ; | ||
86 | +} | ||
87 | +.per-pross-icon{ | ||
88 | + position: absolute; | ||
89 | + left: 30%; | ||
90 | + width: 12px; | ||
91 | + height: 12px; | ||
92 | + background:url("../../img/per-pross-cion.png") no-repeat; | ||
93 | + top:-4px; | ||
94 | +} | ||
95 | +.per-pross-wrap{ | ||
96 | + margin: 3px 0 11px 0; | ||
97 | + overflow: hidden; | ||
98 | +} | ||
99 | +.breakNews-header{ | ||
100 | + background: #f0f4f5 !important; | ||
101 | + font-size: 14px; | ||
102 | + color: #4f5052; | ||
103 | + padding-left: 24px; | ||
104 | + height: 37px; | ||
105 | + line-height: 37px; | ||
106 | +} | ||
107 | +.breakNews-header div{ | ||
108 | + width: 25%; | ||
109 | + float: left; | ||
110 | +} | ||
111 | +.scrolltext{height:189px;overflow:hidden;} | ||
112 | +.scrolltext ol{ | ||
113 | + padding-left: 0; | ||
114 | + | ||
115 | +} | ||
116 | +.scrolltext ol li{ | ||
117 | + padding-left: 24px; | ||
118 | + border-bottom:2px solid #fff; | ||
119 | +} | ||
120 | +.scrolltext ol li { | ||
121 | + height: 46px; | ||
122 | + line-height: 46px; | ||
123 | +} | ||
124 | +.scrolltext ol li div{ | ||
125 | + float: left; | ||
126 | + width: 25%; | ||
127 | + font-size: 12px; | ||
128 | + white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow: hidden; | ||
129 | +} | ||
130 | +.scrolltext ol li:hover{background-color:#f0faf8 !important;} | ||
131 | +#breakNews .list6{height:230px;overflow:hidden;width:100%;} |
assets/pages/css/home/updatenotice.css
0 → 100644
1 | +.update-content{ | ||
2 | + margin: 0 auto; | ||
3 | + background: url("img/updatenoticeBg.png") no-repeat; | ||
4 | + height: 546px; | ||
5 | + width: 913px; | ||
6 | +} | ||
7 | +.update-tit{ | ||
8 | + height: 65px; | ||
9 | + line-height: 65px; | ||
10 | + width: 100%; | ||
11 | + text-align: center; | ||
12 | + color: #fff; | ||
13 | + font-size: 24px; | ||
14 | +} | ||
15 | +.update-main{ | ||
16 | + width: 500px; | ||
17 | + margin: 55px auto 0; | ||
18 | + height: 360px; | ||
19 | + line-height: 18px; | ||
20 | +} | ||
21 | +.update-main .notice-msg{ | ||
22 | + height: 145px; | ||
23 | + width: 460px; | ||
24 | + margin-left:30px; | ||
25 | +} | ||
26 | +.notice-nomargin{ | ||
27 | + margin: 0 !important;; | ||
28 | +} | ||
29 | +.notice-msgPer{ | ||
30 | + height: 60px; | ||
31 | + width: 460px; | ||
32 | + margin-left:30px; | ||
33 | +} | ||
34 | +.update-footer{ | ||
35 | + height: 20px; | ||
36 | + line-height: 20px; | ||
37 | + width: 100%; | ||
38 | + font-size: 14px; | ||
39 | + text-align:right; | ||
40 | + color: #fff; | ||
41 | + float: right; | ||
42 | + padding-right: 45px; | ||
43 | + margin-top: 20px; | ||
44 | +} | ||
0 | \ No newline at end of file | 45 | \ No newline at end of file |
assets/pages/css/home/weekly.css
0 → 100644
1 | +.weekly-header{ | ||
2 | + margin: 0 -29px; | ||
3 | +} | ||
4 | +.weekly-header div { | ||
5 | + height: 66px; | ||
6 | + line-height: 66px; | ||
7 | + background: rgba(11, 166, 212, 0.1); | ||
8 | + text-align: center; | ||
9 | + font-size: 24px; | ||
10 | + color: rgba(0,0,0,0.9); | ||
11 | +} | ||
12 | +/*neirong*/ | ||
13 | +.container { | ||
14 | + padding-top: 70px; | ||
15 | + background-color: #fff; | ||
16 | + width: 100%; | ||
17 | + margin: 0 auto; | ||
18 | +} | ||
19 | +.container .container-title{ | ||
20 | + height: 22px; | ||
21 | + line-height: 22px; | ||
22 | + width: 100%; | ||
23 | +} | ||
24 | +.container .container-title2{ | ||
25 | + height: 22px; | ||
26 | + line-height: 22px; | ||
27 | + width: 100%; | ||
28 | +} | ||
29 | +.container .container-title .title-msg,.container-title2 .title-msg{ | ||
30 | + font-size: 14px; | ||
31 | + color: rgba(0,0,0,.8); | ||
32 | + margin-left: 12px; | ||
33 | + float: left; | ||
34 | +} | ||
35 | +.container .container-title .title-Ico{ | ||
36 | + background: url("img/weekly_titIco.png") no-repeat center; | ||
37 | + width: 16px; | ||
38 | + height: 20px; | ||
39 | + padding-top: 2px; | ||
40 | + float: left; | ||
41 | +} | ||
42 | +.container .container-cont { | ||
43 | + padding: 20px 0 70px 10px; | ||
44 | +} | ||
45 | +.container-cont .weekly-border:before{ | ||
46 | + content: ""; | ||
47 | + margin-right: 10px; | ||
48 | + width: 8px; | ||
49 | + height: 8px; | ||
50 | + display: inline-block; | ||
51 | + border-radius: 4px; | ||
52 | + background-color: #1e95cd; | ||
53 | +} | ||
54 | +.container-cont .weekly-linechart{ | ||
55 | + width: 100%; | ||
56 | + height: 220px; | ||
57 | + margin-top: 50px; | ||
58 | +} | ||
59 | +.pop_echarts{ | ||
60 | + padding: 3px 20px; | ||
61 | + font-size: 14px; | ||
62 | + text-align: center; | ||
63 | + border-radius: 20px !important; | ||
64 | +} | ||
65 | +.container-cont .weekly-rankechart{ | ||
66 | + width: 100%; | ||
67 | + height: 300px; | ||
68 | + margin-top: 50px; | ||
69 | +} | ||
70 | +.weekly-marginleft18{ | ||
71 | + margin-left: 18px; | ||
72 | +} | ||
73 | +.weekly-zfzbechart{ | ||
74 | + width: 380px; | ||
75 | + height: 260px; | ||
76 | + margin-top: 50px; | ||
77 | +} | ||
78 | +.charts-info{ | ||
79 | + width: 160px; | ||
80 | + height: 60px; | ||
81 | + margin-top: 90px; | ||
82 | + padding: 10px 20px; | ||
83 | + background-color: #edf7fb; | ||
84 | + border-radius: 4px !important; | ||
85 | +} | ||
86 | +.charts-info ul li:nth-of-type(1):before { | ||
87 | + content: ""; | ||
88 | + margin-right: 10px; | ||
89 | + width: 6px; | ||
90 | + height: 6px; | ||
91 | + display: inline-block; | ||
92 | + border-radius: 3px; | ||
93 | + background-color: #5fe98f; | ||
94 | +} | ||
95 | +.charts-info ul li:nth-of-type(2):before { | ||
96 | + content: ""; | ||
97 | + margin-right: 10px; | ||
98 | + width: 6px; | ||
99 | + height: 6px; | ||
100 | + display: inline-block; | ||
101 | + border-radius: 3px; | ||
102 | + background-color: #d5d8d8; | ||
103 | +} | ||
104 | +/*table*/ | ||
105 | +.weekly-tablebody{ | ||
106 | + min-height: 200px; | ||
107 | + width: 100%; | ||
108 | + margin-top: 50px; | ||
109 | +} | ||
110 | +.container .container-title2 .title-Ico{ | ||
111 | + background: url("img/weekly_titCarIco.png") no-repeat center; | ||
112 | + width: 16px; | ||
113 | + height: 20px; | ||
114 | + padding-top: 2px; | ||
115 | + float: left; | ||
116 | +} |
assets/pages/css/login.css
0 → 100755
1 | +html,body{ | ||
2 | + height: 100%; | ||
3 | + width: 100%; | ||
4 | + | ||
5 | +} | ||
6 | +.login-model { | ||
7 | + height: 100%; | ||
8 | + min-height: 700px; | ||
9 | + width: 100%; | ||
10 | + min-width: 814px; | ||
11 | + /*background:url(../img/loginbg-icon.png) no-repeat;*/ | ||
12 | + background-size: 100% 100%; | ||
13 | + position: relative; | ||
14 | +} | ||
15 | +.login .logo { | ||
16 | + padding-top:30px; | ||
17 | + padding-left: 40px; | ||
18 | +} | ||
19 | +.login .logo a img{ | ||
20 | + height: 34.5px; | ||
21 | + width: 90.5px; | ||
22 | +} | ||
23 | +.login-cont{ | ||
24 | + width:372px; | ||
25 | + height:360px; | ||
26 | + position: absolute; | ||
27 | + top:50%; | ||
28 | + left: 50%; | ||
29 | + margin-top: -186px; | ||
30 | + margin-left: -180px; | ||
31 | + | ||
32 | +} | ||
33 | +.login-title{ | ||
34 | + height: 48px; | ||
35 | + border-bottom: 2px solid #fff; | ||
36 | + line-height: 48px; | ||
37 | + padding-left: 40px; | ||
38 | + font-size:18px; | ||
39 | + font-weight:400; | ||
40 | + color:rgba(55,168,247,1); | ||
41 | + background:rgba(26,29,41,.6); | ||
42 | + position: relative; | ||
43 | +} | ||
44 | +.login-title:after{ | ||
45 | + content: ''; | ||
46 | + position: absolute; | ||
47 | + left: 0; | ||
48 | + bottom: -2px; | ||
49 | + width:159px; | ||
50 | + height:2px; | ||
51 | + background:rgba(55,168,247,1); | ||
52 | +} | ||
53 | +.login-main{ | ||
54 | + width: 372px; | ||
55 | + padding:32px 40px; | ||
56 | + background:rgba(26,29,41,.6); | ||
57 | +} | ||
58 | +.login-user-bg{ | ||
59 | + display: inline-block; | ||
60 | + vertical-align: middle; | ||
61 | + width: 40px; | ||
62 | + height: 40px; | ||
63 | + background:rgba(170,171,171,.8) url("../img/login-user-bg.png") no-repeat center center; | ||
64 | +} | ||
65 | +.login-pwd-bg{ | ||
66 | + display: inline-block; | ||
67 | + vertical-align: middle; | ||
68 | + width: 40px; | ||
69 | + height: 40px; | ||
70 | + background:rgba(170,171,171,.8) url("../img/login-pwd-bg.png") no-repeat center center; | ||
71 | +} | ||
72 | +.form-control{ | ||
73 | + border-radius: 0; | ||
74 | +} | ||
75 | +.login .content h3 { | ||
76 | + color:#4db3a5; | ||
77 | + text-align:center; | ||
78 | + font-size:28px; | ||
79 | + font-weight:400!important | ||
80 | +} | ||
81 | +.login .content h4 { | ||
82 | + color:#555 | ||
83 | +} | ||
84 | +.login .content .hint { | ||
85 | + color:#999; | ||
86 | + padding:0; | ||
87 | + margin:15px 0 7px | ||
88 | +} | ||
89 | +.login .content .forget-form, .login .content .login-form { | ||
90 | + padding:0; | ||
91 | + margin:0 | ||
92 | +} | ||
93 | +.login .content .form-control { | ||
94 | + height: 40px; | ||
95 | + width: 251px; | ||
96 | + display: inline-block; | ||
97 | +} | ||
98 | +.login .content .form-control:active, .login .content .form-control:focus { | ||
99 | + border:1px solid #c3ccda | ||
100 | +} | ||
101 | +.login .content .form-control::-moz-placeholder { | ||
102 | + color:#8290a3; | ||
103 | + opacity:1 | ||
104 | +} | ||
105 | +.login .content .form-control:-ms-input-placeholder { | ||
106 | + color:#8290a3 | ||
107 | +} | ||
108 | +.login .content .form-control::-webkit-input-placeholder { | ||
109 | + color:#8290a3 | ||
110 | +} | ||
111 | +.login .content select.form-control { | ||
112 | + padding-left:9px; | ||
113 | + padding-right:9px | ||
114 | +} | ||
115 | +.login .content .forget-form, .login .content .register-form { | ||
116 | + display:none | ||
117 | +} | ||
118 | +.login .content .form-title { | ||
119 | + font-weight:300; | ||
120 | + margin-bottom:25px | ||
121 | +} | ||
122 | +.login .content .form-actions { | ||
123 | + clear:both; | ||
124 | + border:0; | ||
125 | +} | ||
126 | +.login-options { | ||
127 | + margin-bottom:30px; | ||
128 | + overflow:hidden | ||
129 | +} | ||
130 | +.login-options h4 { | ||
131 | + float:left; | ||
132 | + font-weight:600; | ||
133 | + font-size:15px; | ||
134 | + color:#7d91aa!important | ||
135 | +} | ||
136 | +.login-options .social-icons { | ||
137 | + float:right; | ||
138 | + padding-top:3px | ||
139 | +} | ||
140 | +.login-options .social-icons li a { | ||
141 | + border-radius:15px!important; | ||
142 | + -moz-border-radius:15px!important; | ||
143 | + -webkit-border-radius:15px!important | ||
144 | +} | ||
145 | +.login .content .form-actions .checkbox { | ||
146 | + margin-left:0; | ||
147 | + padding-left:0 | ||
148 | +} | ||
149 | +.login .content .forget-form .form-actions { | ||
150 | + border:0; | ||
151 | + margin-bottom:0; | ||
152 | + padding-bottom:20px | ||
153 | +} | ||
154 | +.login .content .register-form .form-actions { | ||
155 | + border:0; | ||
156 | + margin-bottom:0; | ||
157 | + padding-bottom:0 | ||
158 | +} | ||
159 | +.login .content .form-actions .btn { | ||
160 | + height: 40px; | ||
161 | + font-size: 18px; | ||
162 | + color: #fff; | ||
163 | + border:1px solid #37A8F7; | ||
164 | + background-color: #37A8F7; | ||
165 | + | ||
166 | + width: 100%; | ||
167 | +} | ||
168 | +.login .content .form-actions .btn-default { | ||
169 | + font-weight:600; | ||
170 | + padding:10px 25px!important; | ||
171 | + color:#6c7a8d; | ||
172 | + background-color:#fff; | ||
173 | + border:none | ||
174 | +} | ||
175 | +.login .content .form-actions .btn-default:hover { | ||
176 | + background-color:#fafaff; | ||
177 | + color:#45b6af | ||
178 | +} | ||
179 | +.login .content .forget-password { | ||
180 | + font-size:14px; | ||
181 | + float:right; | ||
182 | + display:inline-block; | ||
183 | + margin-top:10px | ||
184 | +} | ||
185 | +.login .content .check { | ||
186 | + color:#8290a3 | ||
187 | +} | ||
188 | +.login .content .rememberme { | ||
189 | + margin-left:8px; | ||
190 | + margin-top:10px | ||
191 | +} | ||
192 | +.login .content .create-account { | ||
193 | + margin:0 -40px -30px; | ||
194 | + padding:15px 0 17px; | ||
195 | + text-align:center; | ||
196 | + background-color:#6c7a8d; | ||
197 | + -webkit-border-radius:0 0 7px 7px; | ||
198 | + -moz-border-radius:0 0 7px 7px; | ||
199 | + -ms-border-radius:0 0 7px 7px; | ||
200 | + -o-border-radius:0 0 7px 7px; | ||
201 | + border-radius:0 0 7px 7px | ||
202 | +} | ||
203 | +.login .content .create-account>p { | ||
204 | + margin:0 | ||
205 | +} | ||
206 | +.login .content .create-account p a { | ||
207 | + font-weight:600; | ||
208 | + font-size:14px; | ||
209 | + color:#c3cedd | ||
210 | +} | ||
211 | +.login .content .create-account a { | ||
212 | + display:inline-block; | ||
213 | + margin-top:5px | ||
214 | +} | ||
215 | +.login .copyright { | ||
216 | + text-align:center; | ||
217 | + margin:0 auto 30px 0; | ||
218 | + padding:10px; | ||
219 | + color:#7a8ca5; | ||
220 | + font-size:13px | ||
221 | +} | ||
222 | +@media (max-width:440px) { | ||
223 | + .login .content, .login .logo { | ||
224 | + margin-top:10px | ||
225 | + } | ||
226 | + .login .content { | ||
227 | + width:280px | ||
228 | + } | ||
229 | + .login .content h3 { | ||
230 | + font-size:22px | ||
231 | + } | ||
232 | + .forget-password { | ||
233 | + display:inline-block; | ||
234 | + margin-top:20px | ||
235 | + } | ||
236 | + .login-options .social-icons { | ||
237 | + float:left; | ||
238 | + padding-top:3px | ||
239 | + } | ||
240 | + .login .checkbox { | ||
241 | + font-size:13px | ||
242 | + } | ||
243 | +} | ||
244 | +.error_ifo { | ||
245 | + margin-top: 10px; | ||
246 | +} | ||
247 | +.verification-input { | ||
248 | + margin-right: 20px; | ||
249 | + width:170px; | ||
250 | + display: inline-block; | ||
251 | + vertical-align: top; | ||
252 | +} | ||
253 | +.imgWrap { | ||
254 | + height: 43px; | ||
255 | + width: 100px; | ||
256 | + display: inline-block; | ||
257 | +} | ||
258 | +.imgWrap img { | ||
259 | + width: 100%; | ||
260 | + height:100%; | ||
261 | +} | ||
262 | +.verification-logo { | ||
263 | + position: absolute; | ||
264 | + left: 150px; | ||
265 | + top:16px; | ||
266 | +} | ||
267 | +.login_error_ifo { | ||
268 | + height: 28px; | ||
269 | + text-align: center; | ||
270 | + padding: 5px 0; | ||
271 | + color: rgb(255, 97, 97); | ||
272 | +} | ||
273 | +.zteitslogin_foot{ | ||
274 | + position: absolute; | ||
275 | + width: 100%; | ||
276 | + height: 30px; | ||
277 | + line-height: 30px; | ||
278 | + text-align: center; | ||
279 | + color: #8290a3; | ||
280 | + font-size: 12px; | ||
281 | + bottom: 10px; | ||
282 | + left: 0; | ||
283 | +} | ||
284 | +.form-group{ | ||
285 | + margin-bottom: 12px; | ||
286 | +} | ||
287 | +.form-control{ | ||
288 | + color:#000; | ||
289 | + background-color: rgba(255,255,255,.75); | ||
290 | + font-size: 14px; | ||
291 | + | ||
292 | +} | ||
293 | +input:-webkit-autofill, | ||
294 | +textarea:-webkit-autofill, | ||
295 | +select:-webkit-autofill { | ||
296 | + background-color: rgba(255,255,255,.75); | ||
297 | + -webkit-box-shadow: 0 0 0px 1000px #fff inset; | ||
298 | +} | ||
299 | +/*//鐒︾偣鏃朵篃鍔犱笂锛屼笉鍔犱細鍑虹幇榛勮壊鑳屾櫙闂姩涓€涓�*/ | ||
300 | +input[type=text]:focus, input[type=password]:focus, textarea:focus { | ||
301 | + -webkit-box-shadow: 0 0 0 1000px white inset; | ||
302 | +} | ||
303 | +input::-webkit-input-placeholder{ | ||
304 | + color:#000!important; | ||
305 | +} | ||
306 | +input::-moz-placeholder{ /* Mozilla Firefox 19+ */ | ||
307 | + color:#000!important; | ||
308 | +} | ||
309 | +input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ | ||
310 | + color:#000!important; | ||
311 | +} | ||
312 | +input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ | ||
313 | + color:#000!important; | ||
314 | +} | ||
315 | + | ||
316 | + | ||
317 | +#slide_box { | ||
318 | + height: 40px; | ||
319 | + text-align: center; | ||
320 | + line-height: 40px; | ||
321 | + font-size: 14px; | ||
322 | + background-color: rgba(255,255,255,.75); | ||
323 | + border: none; | ||
324 | +} | ||
325 | + | ||
326 | +#slide_xbox { | ||
327 | + width: 40px; | ||
328 | + height: 40px; | ||
329 | + text-align: center; | ||
330 | + line-height:40px; | ||
331 | + font-size: 14px; | ||
332 | + position: absolute; | ||
333 | + background: #35b34a; | ||
334 | +} | ||
335 | + | ||
336 | +#btn { | ||
337 | + cursor: pointer; | ||
338 | + width: 40px; | ||
339 | + height: 40px; | ||
340 | + background: #fff url(../img/handler_bg.png); | ||
341 | + float: right; | ||
342 | + /*-webkit-box-shadow: 0px 0px 15px 0px #ddd;*/ | ||
343 | + /*-moz-box-shadow: 0px 0px 15px 0px #ddd;*/ | ||
344 | + /*box-shadow: 0px 0px 15px 0px #ddd;*/ | ||
345 | + /*color: #8a8c97;*/ | ||
346 | + | ||
347 | +} | ||
348 | +.display-hide{ | ||
349 | + display: none; | ||
350 | +} | ||
351 | + | ||
352 | + | ||
353 | + | ||
354 | + | ||
355 | +/* | ||
356 | + | ||
357 | + Supersized - Fullscreen Slideshow jQuery Plugin | ||
358 | + Version : 3.2.7 | ||
359 | + Site : www.buildinternet.com/project/supersized | ||
360 | + | ||
361 | + Author : Sam Dunn | ||
362 | + Company : One Mighty Roar (www.onemightyroar.com) | ||
363 | + License : MIT License / GPL License | ||
364 | + | ||
365 | +*/ | ||
366 | + | ||
367 | +* { margin:0; padding:0; } | ||
368 | +body { background:#111; height:100%; } | ||
369 | +img { border:none; } | ||
370 | + | ||
371 | +#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em;} | ||
372 | + | ||
373 | +#supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; } | ||
374 | +#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; } | ||
375 | +#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/ | ||
376 | +#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; } /*Quality*/ | ||
377 | + | ||
378 | +#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; } | ||
379 | +#supersized a { width:100%; height:100%; display:block; } | ||
380 | +#supersized li.prevslide { z-index:-20; } | ||
381 | +#supersized li.activeslide { z-index:-10; } | ||
382 | +/*#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }*/ | ||
383 | +/*#supersized li.image-loading img{ visibility:hidden; }*/ | ||
384 | +#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; } | ||
385 | + | ||
386 | + | ||
387 | +#supersized img { max-width: none !important } | ||
388 | + |
assets/pages/css/loginold.min.css
0 → 100644
1 | +html,body{ | ||
2 | + height: 100%; | ||
3 | + width: 100%; | ||
4 | + | ||
5 | +} | ||
6 | +.login-model { | ||
7 | + height: 100%; | ||
8 | + min-height: 700px; | ||
9 | + width: 100%; | ||
10 | + min-width: 814px; | ||
11 | + background:url(../img/loginbg-icon.png) no-repeat; | ||
12 | + background-size: 100% 100%; | ||
13 | + position: relative; | ||
14 | +} | ||
15 | +.login .logo { | ||
16 | + padding-top:30px; | ||
17 | + padding-left: 40px; | ||
18 | +} | ||
19 | +.login .logo a img{ | ||
20 | + height: 34.5px; | ||
21 | + width: 90.5px; | ||
22 | +} | ||
23 | +.login-cont{ | ||
24 | + height: 380px; | ||
25 | + width:678px; | ||
26 | + position: absolute; | ||
27 | + top:50%; | ||
28 | + left: 50%; | ||
29 | + margin-top: -190px; | ||
30 | + margin-left: -339px; | ||
31 | + background-color: rgba(255,255,255,.1); | ||
32 | + border-radius: 30px!important; | ||
33 | +} | ||
34 | + | ||
35 | +.login .content { | ||
36 | + | ||
37 | + /*background-color:#fff;*/ | ||
38 | + /*-webkit-border-radius:7px;*/ | ||
39 | + /*-moz-border-radius:7px;*/ | ||
40 | + /*-ms-border-radius:7px;*/ | ||
41 | + /*-o-border-radius:7px;*/ | ||
42 | + /*border-radius:7px;*/ | ||
43 | + margin: 0 auto; | ||
44 | + width:328px; | ||
45 | + /*height: 440px;*/ | ||
46 | + /*padding:46px 30px 30px;*/ | ||
47 | + overflow:hidden; | ||
48 | + /*position:relative*/ | ||
49 | +} | ||
50 | +.login .content h3 { | ||
51 | + color:#4db3a5; | ||
52 | + text-align:center; | ||
53 | + font-size:28px; | ||
54 | + font-weight:400!important | ||
55 | +} | ||
56 | +.login .content h4 { | ||
57 | + color:#555 | ||
58 | +} | ||
59 | +.login .content .hint { | ||
60 | + color:#999; | ||
61 | + padding:0; | ||
62 | + margin:15px 0 7px | ||
63 | +} | ||
64 | +.login .content .forget-form, .login .content .login-form { | ||
65 | + padding:0; | ||
66 | + margin:0 | ||
67 | +} | ||
68 | +.login .content .form-control { | ||
69 | + height: 36px; | ||
70 | + width: 328px; | ||
71 | +} | ||
72 | +.login .content .form-control:active, .login .content .form-control:focus { | ||
73 | + border:1px solid #c3ccda | ||
74 | +} | ||
75 | +.login .content .form-control::-moz-placeholder { | ||
76 | + color:#8290a3; | ||
77 | + opacity:1 | ||
78 | +} | ||
79 | +.login .content .form-control:-ms-input-placeholder { | ||
80 | + color:#8290a3 | ||
81 | +} | ||
82 | +.login .content .form-control::-webkit-input-placeholder { | ||
83 | + color:#8290a3 | ||
84 | +} | ||
85 | +.login .content select.form-control { | ||
86 | + padding-left:9px; | ||
87 | + padding-right:9px | ||
88 | +} | ||
89 | +.login .content .forget-form, .login .content .register-form { | ||
90 | + display:none | ||
91 | +} | ||
92 | +.login .content .form-title { | ||
93 | + font-weight:300; | ||
94 | + margin-bottom:25px | ||
95 | +} | ||
96 | +.login .content .form-actions { | ||
97 | + clear:both; | ||
98 | + border:0; | ||
99 | + margin-left:-30px; | ||
100 | + margin-right:-30px | ||
101 | +} | ||
102 | +.login-options { | ||
103 | + margin-bottom:30px; | ||
104 | + overflow:hidden | ||
105 | +} | ||
106 | +.login-options h4 { | ||
107 | + float:left; | ||
108 | + font-weight:600; | ||
109 | + font-size:15px; | ||
110 | + color:#7d91aa!important | ||
111 | +} | ||
112 | +.login-options .social-icons { | ||
113 | + float:right; | ||
114 | + padding-top:3px | ||
115 | +} | ||
116 | +.login-options .social-icons li a { | ||
117 | + border-radius:15px!important; | ||
118 | + -moz-border-radius:15px!important; | ||
119 | + -webkit-border-radius:15px!important | ||
120 | +} | ||
121 | +.login .content .form-actions .checkbox { | ||
122 | + margin-left:0; | ||
123 | + padding-left:0 | ||
124 | +} | ||
125 | +.login .content .forget-form .form-actions { | ||
126 | + border:0; | ||
127 | + margin-bottom:0; | ||
128 | + padding-bottom:20px | ||
129 | +} | ||
130 | +.login .content .register-form .form-actions { | ||
131 | + border:0; | ||
132 | + margin-bottom:0; | ||
133 | + padding-bottom:0 | ||
134 | +} | ||
135 | +.login .content .form-actions .btn { | ||
136 | + margin-top:1px; | ||
137 | + font-size: 18px; | ||
138 | + color: #fff; | ||
139 | + border:1px solid #c90000; | ||
140 | + background-color: #de3a41; | ||
141 | + | ||
142 | + width: 100%; | ||
143 | +} | ||
144 | +.login .content .form-actions .btn-default { | ||
145 | + font-weight:600; | ||
146 | + padding:10px 25px!important; | ||
147 | + color:#6c7a8d; | ||
148 | + background-color:#fff; | ||
149 | + border:none | ||
150 | +} | ||
151 | +.login .content .form-actions .btn-default:hover { | ||
152 | + background-color:#fafaff; | ||
153 | + color:#45b6af | ||
154 | +} | ||
155 | +.login .content .forget-password { | ||
156 | + font-size:14px; | ||
157 | + float:right; | ||
158 | + display:inline-block; | ||
159 | + margin-top:10px | ||
160 | +} | ||
161 | +.login .content .check { | ||
162 | + color:#8290a3 | ||
163 | +} | ||
164 | +.login .content .rememberme { | ||
165 | + margin-left:8px; | ||
166 | + margin-top:10px | ||
167 | +} | ||
168 | +.login .content .create-account { | ||
169 | + margin:0 -40px -30px; | ||
170 | + padding:15px 0 17px; | ||
171 | + text-align:center; | ||
172 | + background-color:#6c7a8d; | ||
173 | + -webkit-border-radius:0 0 7px 7px; | ||
174 | + -moz-border-radius:0 0 7px 7px; | ||
175 | + -ms-border-radius:0 0 7px 7px; | ||
176 | + -o-border-radius:0 0 7px 7px; | ||
177 | + border-radius:0 0 7px 7px | ||
178 | +} | ||
179 | +.login .content .create-account>p { | ||
180 | + margin:0 | ||
181 | +} | ||
182 | +.login .content .create-account p a { | ||
183 | + font-weight:600; | ||
184 | + font-size:14px; | ||
185 | + color:#c3cedd | ||
186 | +} | ||
187 | +.login .content .create-account a { | ||
188 | + display:inline-block; | ||
189 | + margin-top:5px | ||
190 | +} | ||
191 | +.login .copyright { | ||
192 | + text-align:center; | ||
193 | + margin:0 auto 30px 0; | ||
194 | + padding:10px; | ||
195 | + color:#7a8ca5; | ||
196 | + font-size:13px | ||
197 | +} | ||
198 | +@media (max-width:440px) { | ||
199 | + .login .content, .login .logo { | ||
200 | + margin-top:10px | ||
201 | + } | ||
202 | + .login .content { | ||
203 | + width:280px | ||
204 | + } | ||
205 | + .login .content h3 { | ||
206 | + font-size:22px | ||
207 | + } | ||
208 | + .forget-password { | ||
209 | + display:inline-block; | ||
210 | + margin-top:20px | ||
211 | + } | ||
212 | + .login-options .social-icons { | ||
213 | + float:left; | ||
214 | + padding-top:3px | ||
215 | + } | ||
216 | + .login .checkbox { | ||
217 | + font-size:13px | ||
218 | + } | ||
219 | +} | ||
220 | +.error_ifo { | ||
221 | + margin-top: 10px; | ||
222 | +} | ||
223 | +.verification-input { | ||
224 | + margin-right: 20px; | ||
225 | + width:170px; | ||
226 | + display: inline-block; | ||
227 | + vertical-align: top; | ||
228 | +} | ||
229 | +.imgWrap { | ||
230 | + height: 43px; | ||
231 | + width: 100px; | ||
232 | + display: inline-block; | ||
233 | +} | ||
234 | +.imgWrap img { | ||
235 | + width: 100%; | ||
236 | + height:100%; | ||
237 | +} | ||
238 | +.verification-logo { | ||
239 | + position: absolute; | ||
240 | + left: 150px; | ||
241 | + top:16px; | ||
242 | +} | ||
243 | +.login_error_ifo { | ||
244 | + height: 22px; | ||
245 | + text-align: center; | ||
246 | + padding: 5px 0; | ||
247 | + color: rgb(255, 97, 97); | ||
248 | +} | ||
249 | +.zteitslogin_foot{ | ||
250 | + position: absolute; | ||
251 | + width: 100%; | ||
252 | + height: 30px; | ||
253 | + line-height: 30px; | ||
254 | + text-align: center; | ||
255 | + color: #8290a3; | ||
256 | + font-size: 12px; | ||
257 | + bottom: 10px; | ||
258 | + left: 0; | ||
259 | +} | ||
260 | +.form-group{ | ||
261 | + margin-bottom: 9px; | ||
262 | +} | ||
263 | +.form-control{ | ||
264 | + color:#000; | ||
265 | + background-color: rgba(255,255,255,.75); | ||
266 | + font-size: 14px; | ||
267 | + | ||
268 | +} | ||
269 | +input:-webkit-autofill, | ||
270 | +textarea:-webkit-autofill, | ||
271 | +select:-webkit-autofill { | ||
272 | + background-color: rgba(255,255,255,.75); | ||
273 | + -webkit-box-shadow: 0 0 0px 1000px #fff inset; | ||
274 | +} | ||
275 | +/*//焦点时也加上,不加会出现黄色背景闪动一下*/ | ||
276 | + input[type=text]:focus, input[type=password]:focus, textarea:focus { | ||
277 | + -webkit-box-shadow: 0 0 0 1000px white inset; | ||
278 | + } | ||
279 | +input::-webkit-input-placeholder{ | ||
280 | + color:#000!important; | ||
281 | +} | ||
282 | +input::-moz-placeholder{ /* Mozilla Firefox 19+ */ | ||
283 | + color:#000!important; | ||
284 | +} | ||
285 | +input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ | ||
286 | + color:#000!important; | ||
287 | +} | ||
288 | +input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ | ||
289 | + color:#000!important; | ||
290 | +} | ||
291 | + | ||
292 | + | ||
293 | +#slide_box { | ||
294 | + height: 36px; | ||
295 | + text-align: center; | ||
296 | + line-height: 36px; | ||
297 | + font-size: 14px; | ||
298 | + background-color: rgba(255,255,255,.75); | ||
299 | + border: none; | ||
300 | +} | ||
301 | + | ||
302 | +#slide_xbox { | ||
303 | + width: 56px; | ||
304 | + height: 36px; | ||
305 | + text-align: center; | ||
306 | + line-height: 36px; | ||
307 | + font-size: 14px; | ||
308 | + position: absolute; | ||
309 | + background: #35b34a; | ||
310 | +} | ||
311 | + | ||
312 | +#btn { | ||
313 | + cursor: pointer; | ||
314 | + width: 56px; | ||
315 | + height: 36px; | ||
316 | + background: #fff url(../img/handler_bg.png); | ||
317 | + float: right; | ||
318 | + /*-webkit-box-shadow: 0px 0px 15px 0px #ddd;*/ | ||
319 | + /*-moz-box-shadow: 0px 0px 15px 0px #ddd;*/ | ||
320 | + /*box-shadow: 0px 0px 15px 0px #ddd;*/ | ||
321 | + /*color: #8a8c97;*/ | ||
322 | + | ||
323 | +} |
assets/pages/css/managereport/allparkrecordsFinance.css
0 → 100644
1 | +.parking-l{ | ||
2 | + float: left; | ||
3 | + width: 60px; | ||
4 | + height: 34px; | ||
5 | + line-height: 34px; | ||
6 | +} | ||
7 | +.recordfinance-input78{ | ||
8 | + width: 78%; | ||
9 | + height: 34px; | ||
10 | + line-height: 34px; | ||
11 | +} | ||
12 | +/*table 表头*/ | ||
13 | +.bootstrap-table #recordtable.table>thead>tr>th { | ||
14 | + border-left: 1px solid #d8e2e5!important; | ||
15 | +} | ||
16 | +.bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th{ | ||
17 | + border-left:0 !important; | ||
18 | +} | ||
19 | + | ||
20 | +.bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th:nth-of-type(4),.bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th:nth-of-type(7),.bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th:nth-of-type(11),.bootstrap-table #recordtable.table>thead>tr:nth-of-type(2)>th:nth-of-type(19){ | ||
21 | + border-right:1px solid #d8e2e5!important; | ||
22 | +} | ||
0 | \ No newline at end of file | 23 | \ No newline at end of file |
assets/pages/css/managereport/billmanage.css
0 → 100644
1 | +.reconciliation-card-detail{ | ||
2 | + padding: 15px 0 3px; | ||
3 | +} | ||
4 | +.reconciliation-card-detail li{ | ||
5 | + height: 18px; | ||
6 | + line-height: 18px; | ||
7 | + margin-bottom: 10px; | ||
8 | +} | ||
9 | +/*复合表头样式*/ | ||
10 | +.ITD-complex-table thead tr:nth-of-type(2) th{ | ||
11 | + border-top: 1px solid #e7ecf1!important; | ||
12 | +} | ||
13 | +.billFixwid{ | ||
14 | + max-width: 155px; | ||
15 | +} | ||
16 | +/*tab 切换*/ | ||
17 | +.tab-btn-wrap li { | ||
18 | + float: left; | ||
19 | + padding: 0 15px; | ||
20 | + height: 32px; | ||
21 | + line-height: 32px; | ||
22 | + cursor: pointer; | ||
23 | + background: rgba(255,255,255,1); | ||
24 | + text-align: center; | ||
25 | + margin-bottom: 18px; | ||
26 | +} | ||
27 | +.tab-btn-wrap li:nth-of-type(1) { | ||
28 | + border-left: 1px solid #D9D9D9; | ||
29 | + border-top: 1px solid #D9D9D9; | ||
30 | + border-bottom: 1px solid #D9D9D9; | ||
31 | + border-right: 1px solid #D9D9D9; | ||
32 | + border-radius: 4px 0 0 4px !important; | ||
33 | +} | ||
34 | +.tab-btn-wrap li:nth-of-type(2) { | ||
35 | + border-right: 1px solid #D9D9D9; | ||
36 | + border-top: 1px solid #D9D9D9; | ||
37 | + border-bottom: 1px solid #D9D9D9; | ||
38 | + border-radius: 0 4px 4px 0 !important; | ||
39 | +} | ||
40 | +.tab-btn-wrap li.tabAction { | ||
41 | + border: 1px solid #1E95CD; | ||
42 | + color: #1E95CD; | ||
43 | +} | ||
0 | \ No newline at end of file | 44 | \ No newline at end of file |
assets/pages/css/managereport/companysettlement.css
0 → 100644
1 | +.ITD-complex-table thead tr:nth-of-type(2) th { | ||
2 | + border-top: 1px solid #e7ecf1!important; | ||
3 | +} | ||
4 | +/*input radio style*/ | ||
5 | +/*单选复选美化*/ | ||
6 | +input[type=checkbox], | ||
7 | +input[type=radio ]{ | ||
8 | + width : 28px; | ||
9 | + height : 24px; | ||
10 | + margin : 0; | ||
11 | + padding : 0; | ||
12 | + opacity : 0; | ||
13 | + filter: "alpha(opacity=0)"; /* IE 8 */ | ||
14 | +} | ||
15 | +input[type=radio] + label{ | ||
16 | + /*margin-right: 14px;*/ | ||
17 | + display : inline-block; | ||
18 | + margin-left : -28px; | ||
19 | + padding-left : 20px; | ||
20 | + background : url('../../img/input-radio.png') no-repeat 0 center ; | ||
21 | + line-height : 24px; | ||
22 | + | ||
23 | +} | ||
24 | +input[type=radio]:hover + label{ | ||
25 | + background: url('../../img/input-radio.png') no-repeat 0 center; | ||
26 | +} | ||
27 | +input[type=radio]:checked + label{ | ||
28 | + background : url('../../img/input-radio-active.png') no-repeat 0 center; | ||
29 | + | ||
30 | +} | ||
31 | +input[type=radio]:checked:hover + label{ | ||
32 | + background: url('../../img/input-radio-active.png') no-repeat 0 center; | ||
33 | + | ||
34 | +} | ||
0 | \ No newline at end of file | 35 | \ No newline at end of file |
assets/pages/css/managereport/devicereport.css
0 → 100644
assets/pages/css/managereport/img/alltotaltab-show-active.png
0 → 100644
725 Bytes
assets/pages/css/managereport/img/alltotaltab-show.png
0 → 100644
695 Bytes
assets/pages/css/managereport/img/billmanagebgIco_des.png
0 → 100644
615 Bytes
assets/pages/css/managereport/img/billmanagement-main-money-1.png
0 → 100644
1.56 KB
assets/pages/css/managereport/img/billmanagement-main-money-2.png
0 → 100644
1.44 KB
assets/pages/css/managereport/img/billmanagement-main-money-3.png
0 → 100644
1.67 KB
assets/pages/css/managereport/img/billmanagement-main-money-4.png
0 → 100644
1.39 KB
assets/pages/css/managereport/img/billmanagement-title-1.png
0 → 100644
661 Bytes
assets/pages/css/managereport/img/billmanagement-title-2.png
0 → 100644
478 Bytes
assets/pages/css/managereport/img/billmanagement-title-3.png
0 → 100644
550 Bytes
assets/pages/css/managereport/img/billmanagement-title-4.png
0 → 100644
627 Bytes
assets/pages/css/managereport/img/billmanagement-title-des.png
0 → 100644
411 Bytes
assets/pages/css/managereport/img/billmanagement-total-1.png
0 → 100644
2.16 KB
assets/pages/css/managereport/img/billmanagement-total.png
0 → 100644
449 Bytes
assets/pages/css/managereport/img/shareParkPorIco.png
0 → 100644
10.7 KB
assets/pages/css/managereport/img/shareParkworkIco.png
0 → 100644
23.7 KB
assets/pages/css/managereport/img/sharesettle-c-bottom.png
0 → 100644
2.12 KB
assets/pages/css/managereport/img/sharesettle-c-top.png
0 → 100644
2.14 KB
assets/pages/css/managereport/img/sharesettle-l-img.png
0 → 100644
37.6 KB
assets/pages/css/managereport/img/sharesettle-r-bottom.png
0 → 100644
1.63 KB
assets/pages/css/managereport/img/sharesettle-r-top.png
0 → 100644
2.25 KB
assets/pages/css/managereport/img/sharespaceCirle.png
0 → 100644
679 Bytes
assets/pages/css/managereport/img/temporary-arrow-active.png
0 → 100644
390 Bytes
assets/pages/css/managereport/img/temporary-con-main-1.png
0 → 100644
2.7 KB
assets/pages/css/managereport/img/temporary-con-main-2.png
0 → 100644
2.44 KB
assets/pages/css/managereport/img/temporary-con-main-3.png
0 → 100644
2.3 KB
assets/pages/css/managereport/invoicemanage.css
0 → 100644
1 | +/*搜索栏----*/ | ||
2 | +.invoice-parking-l { | ||
3 | + float: left; | ||
4 | + width: 105px; | ||
5 | + height: 34px; | ||
6 | + line-height: 34px; | ||
7 | +} | ||
8 | +.invoiceper-parking-l { | ||
9 | + float: left; | ||
10 | + width: 80px; | ||
11 | + height: 34px; | ||
12 | + line-height: 34px; | ||
13 | +} | ||
14 | +.invoice-topbar{ | ||
15 | + width: 83px; | ||
16 | + height: 34px; | ||
17 | + background: rgba(255,255,255,1); | ||
18 | + border-radius: 4px !important; | ||
19 | + line-height: 34px; | ||
20 | + border: 1px solid #d8e2e5; | ||
21 | + text-align: center; | ||
22 | + float: left; | ||
23 | + color: rgba(0,0,0,0.7); | ||
24 | + margin-right: 6px; | ||
25 | + cursor: pointer; | ||
26 | +} | ||
27 | +/*弹窗 sta */ | ||
28 | +.ITD-form-padleft5-read div.checker,.ITD-form-padleft5-read div.radio { | ||
29 | + margin-top: -9px; | ||
30 | + margin-left: 0 !important; | ||
31 | +} | ||
32 | +div.checker,div.radio{ | ||
33 | + margin-left: 0 !important; | ||
34 | +} | ||
35 | +#resetmodel .modal-footer{ | ||
36 | + border-top: 0; | ||
37 | + text-align: center !important; | ||
38 | +} | ||
39 | +#write_rule,#writeoper_rule{ | ||
40 | + color: #ff0000; | ||
41 | +} | ||
42 | +.form-group-ul{ | ||
43 | + height: 180px; | ||
44 | + width: 95%; | ||
45 | + overflow-y:auto; | ||
46 | +} | ||
47 | +.berthAreaList{ | ||
48 | + padding-left: 25px; | ||
49 | +} | ||
50 | +.berthAreaList li{ | ||
51 | + float: left; | ||
52 | + padding-left: 20px; | ||
53 | + width: 110px; | ||
54 | + overflow: hidden; | ||
55 | + white-space: nowrap; | ||
56 | + text-overflow: ellipsis; | ||
57 | + margin: 0px 25px 5px 0; | ||
58 | + cursor: pointer; | ||
59 | + background: url("../../img/input-checkexActive.png") no-repeat 0 center; | ||
60 | +} | ||
61 | +.berthAreaList li.checkexActive{ | ||
62 | + background: url("../../img/input-checkbox.png") no-repeat 0 center; | ||
63 | +} | ||
64 | + | ||
65 | +.radio-list .radio{ | ||
66 | + /*margin-right: 0 !important;*/ | ||
67 | + /*margin-left: 0px !important;*/ | ||
68 | + /*margin-top: -4px !important;*/ | ||
69 | +} | ||
70 | +.resetMsg-cont{ | ||
71 | + height: 80px; | ||
72 | + line-height: 80px; | ||
73 | + text-align: center; | ||
74 | + font-size: 16px; | ||
75 | +} | ||
76 | + | ||
77 | +/*-----------------------------------搜索*/ | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | +/*-----------------------------------表格*/ | ||
85 | +#recordtable tbody tr:not(.no-records-found) td:nth-of-type(1){ | ||
86 | + width: 267px; | ||
87 | + background: url("../../img/fapiao-icon.png") no-repeat 0 5px; | ||
88 | + background-size:100% 99% ; | ||
89 | +} |
assets/pages/css/managereport/reconciliation.css
0 → 100644
1 | +.reconciliation-card-list{ | ||
2 | + height: 102px; | ||
3 | + padding: 20px 0; | ||
4 | +} | ||
5 | +.variant-reconciliation{ | ||
6 | + width: 62px; | ||
7 | + height: 62px; | ||
8 | + background: url("../../img/variant-reconciliation-icon.png") no-repeat; | ||
9 | + top:0; | ||
10 | + right:0; | ||
11 | +} | ||
12 | +.novariant-reconciliation{ | ||
13 | + width: 90px; | ||
14 | + height: 62px; | ||
15 | + line-height: 26px; | ||
16 | + font-size: 12px; | ||
17 | + text-align: right; | ||
18 | + margin-right: 5px; | ||
19 | + /*background: url("../../img/novariant-reconciliation-icon.png") no-repeat;*/ | ||
20 | + top:0; | ||
21 | + right:0; | ||
22 | + color: red; | ||
23 | +} | ||
24 | +.reconciliation-card-list-1{ | ||
25 | + border-top: 2px solid #fe944d; | ||
26 | +} | ||
27 | +.reconciliation-card-list-1 li:nth-of-type(1){ | ||
28 | + border-right: 1px solid #fe944d; | ||
29 | +} | ||
30 | +.reconciliation-card-list-2{ | ||
31 | + border-top: 2px solid #5ed8af; | ||
32 | +} | ||
33 | +.reconciliation-card-list-2 li:nth-of-type(1){ | ||
34 | + border-right: 1px solid #5ed8af; | ||
35 | +} | ||
36 | +.reconciliation-card-list-3{ | ||
37 | + border-top: 2px solid #50c0f5; | ||
38 | +} | ||
39 | + | ||
40 | +.reconciliation-card-list-3 li:nth-of-type(1){ | ||
41 | + border-right: 1px solid #50c0f5; | ||
42 | +} | ||
43 | +.reconciliation-card-list-1{ | ||
44 | + border-top: 2px solid #fe944d; | ||
45 | +} | ||
46 | +.reconciliation-card-list-1 li:nth-of-type(1){ | ||
47 | + border-right: 1px solid #fe944d; | ||
48 | +} | ||
49 | +.reconciliation-card-list-4{ | ||
50 | + border-top: 2px solid #fed64d; | ||
51 | +} | ||
52 | +.reconciliation-card-list-4 li:nth-of-type(1){ | ||
53 | + border-right: 1px solid #fed64d; | ||
54 | +} | ||
55 | +.reconciliation-card-detail{ | ||
56 | + padding: 15px 0 3px; | ||
57 | +} | ||
58 | +.reconciliation-card-detail li{ | ||
59 | + height: 18px; | ||
60 | + line-height: 18px; | ||
61 | + margin-bottom: 10px; | ||
62 | +} | ||
63 | +/*弹窗css*/ | ||
64 | +.ITD-alert-tab-wrap{ | ||
65 | + padding-top: 7px; | ||
66 | +} | ||
67 | +.ITD-alertcon-tab-wrap{ | ||
68 | + max-height: 500px; | ||
69 | + overflow-y: auto; | ||
70 | + padding-top: 18px !important; | ||
71 | +} | ||
72 | +.ITD-alert-tab-wrap li{ | ||
73 | + cursor: pointer; | ||
74 | + float: left; | ||
75 | + height: 60px; | ||
76 | + line-height: 60px; | ||
77 | + padding: 0 10px; | ||
78 | + margin-right: 70px; | ||
79 | +} | ||
80 | +.ITD-alert-tab-active{ | ||
81 | + border-bottom: 3px solid #5fe98f; | ||
82 | +} | ||
83 | +.tab-btn-wrap li { | ||
84 | + float: left; | ||
85 | + padding: 0 15px; | ||
86 | + height: 32px; | ||
87 | + line-height: 32px; | ||
88 | + cursor: pointer; | ||
89 | + background: rgba(255,255,255,1); | ||
90 | + text-align: center; | ||
91 | + margin-bottom: 18px; | ||
92 | + | ||
93 | +} | ||
94 | +.tab-btn-wrap li:nth-of-type(1) { | ||
95 | + border-left: 1px solid #D9D9D9; | ||
96 | + border-top: 1px solid #D9D9D9; | ||
97 | + border-bottom: 1px solid #D9D9D9; | ||
98 | + border-right: 1px solid #D9D9D9; | ||
99 | + border-radius: 4px 0 0 4px !important; | ||
100 | +} | ||
101 | +.tab-btn-wrap li:nth-of-type(2) { | ||
102 | + border-right: 1px solid #D9D9D9; | ||
103 | + border-top: 1px solid #D9D9D9; | ||
104 | + border-bottom: 1px solid #D9D9D9; | ||
105 | + /* border-radius: 0 4px 4px 0 !important; */ | ||
106 | +} | ||
107 | +.tab-btn-wrap li:nth-of-type(3) { | ||
108 | + border-right: 1px solid #D9D9D9; | ||
109 | + border-top: 1px solid #D9D9D9; | ||
110 | + border-bottom: 1px solid #D9D9D9; | ||
111 | + border-radius: 0 4px 4px 0 !important; | ||
112 | +} | ||
113 | +.tab-btn-wrap li.tabAction { | ||
114 | + border: 1px solid #1E95CD; | ||
115 | + color: #1E95CD; | ||
116 | +} | ||
117 | +/*new card*/ | ||
118 | +.ITD-cardlist-wrap ul{ | ||
119 | + padding-top: 10px !important; | ||
120 | +} | ||
121 | +.ITD-complex-table thead tr:nth-of-type(2) th{ | ||
122 | + border-top: 1px solid #e7ecf1 !important; | ||
123 | +} | ||
124 | +.card-dzwxmoney-icon{ | ||
125 | + display: inline-block; | ||
126 | + height: 16px; | ||
127 | + width: 16px; | ||
128 | + background: url(../../img/card-dzwxmoney-icon.png) no-repeat; | ||
129 | + background-size: 100% 100%; | ||
130 | + vertical-align: middle; | ||
131 | + margin-right: 10px; | ||
132 | + margin-top: -3px; | ||
133 | +} | ||
134 | +.card-dzalipaymoney-icon{ | ||
135 | + display: inline-block; | ||
136 | + height: 16px; | ||
137 | + width: 16px; | ||
138 | + background: url(../../img/card-dzalipaymoney-icon.png) no-repeat; | ||
139 | + background-size: 100% 100%; | ||
140 | + vertical-align: middle; | ||
141 | + margin-right: 10px; | ||
142 | + margin-top: -3px; | ||
143 | +} | ||
144 | +.wx-class-wid{ | ||
145 | + width: 90%; | ||
146 | + color:#08BA07; | ||
147 | + background-color: #E0FAEB; | ||
148 | + height: 40px; | ||
149 | +} | ||
150 | +.alipay-class-wid{ | ||
151 | + width: 90%; | ||
152 | + color:#1E95CD; | ||
153 | + background-color: #D5F0FC; | ||
154 | + height: 40px; | ||
155 | +} | ||
156 | +.pt-class-widl{ | ||
157 | + width: 70%; | ||
158 | + width: calc(100% - 75px); | ||
159 | + width:-moz-calc(100% - 75px); | ||
160 | + width:-webkit-calc(100% - 75px); | ||
161 | + padding-left: 10px; | ||
162 | +} | ||
163 | +.pt-class-wid{ | ||
164 | + width: 90%; | ||
165 | + /*color:#08BA07;*/ | ||
166 | + /*background-color: #E0FAEB;*/ | ||
167 | + height: 40px; | ||
168 | +} | ||
169 | +.pt-class-widr{ | ||
170 | + width: 75px;font-size:12px;margin-top:5px;text-align: right;padding-right: 10px; | ||
171 | +} | ||
172 | +.rec-wid40{ | ||
173 | + height: 40px; | ||
174 | + line-height: 40px; | ||
175 | +} | ||
0 | \ No newline at end of file | 176 | \ No newline at end of file |
assets/pages/css/managereport/remainingsum.css
0 → 100644
assets/pages/css/managereport/settlementmanage.css
0 → 100644
1 | +.settlementmanage-td-first{ | ||
2 | + background: #fafafa url(../../img/settlementmanage-icon.png) no-repeat 90% 10px; | ||
3 | + margin-left: -24px; | ||
4 | + /*margin-bottom: -10px;*/ | ||
5 | + padding-left: 24px; | ||
6 | + padding-top: -10px; | ||
7 | +} | ||
8 | +.ITD-complex-table thead tr:nth-of-type(2) th { | ||
9 | + border-top: 1px solid #e7ecf1!important; | ||
10 | +} | ||
11 | +input[name=btSelectAll]{ | ||
12 | + margin-left: 24px !important; | ||
13 | +} | ||
14 | +/* | ||
15 | +#settle-popMsgtable .bs-checkbox { | ||
16 | + padding-left: 0 !important; | ||
17 | +}*/ |
assets/pages/css/managereport/temporarysettletob.css
0 → 100644
assets/pages/css/managereport/tollaccountmanage.css
0 → 100644
1 | +.openUser-contentmsg{ | ||
2 | + height: 30px; | ||
3 | + line-height: 30px; | ||
4 | + text-align: center; | ||
5 | + width: 100%; | ||
6 | + margin: 24px auto; | ||
7 | +} | ||
8 | +.tab-btn-wrap li { | ||
9 | + float: left; | ||
10 | + padding: 0 15px; | ||
11 | + height: 32px; | ||
12 | + line-height: 32px; | ||
13 | + cursor: pointer; | ||
14 | + background: rgba(255,255,255,1); | ||
15 | + text-align: center; | ||
16 | +} | ||
17 | +.tab-btn-wrap li:nth-of-type(1) { | ||
18 | + border-left: 1px solid #D9D9D9; | ||
19 | + border-top: 1px solid #D9D9D9; | ||
20 | + border-bottom: 1px solid #D9D9D9; | ||
21 | + border-right: 1px solid #D9D9D9; | ||
22 | + border-radius: 4px 0 0 4px !important; | ||
23 | +} | ||
24 | +.tab-btn-wrap li:nth-of-type(2) { | ||
25 | + border-right: 1px solid #D9D9D9; | ||
26 | + border-top: 1px solid #D9D9D9; | ||
27 | + border-bottom: 1px solid #D9D9D9; | ||
28 | + border-radius: 0 4px 4px 0 !important; | ||
29 | +} | ||
30 | +.tab-btn-wrap li.tabAction { | ||
31 | + border: 1px solid #1E95CD !important; | ||
32 | + color: #1E95CD; | ||
33 | +} | ||
0 | \ No newline at end of file | 34 | \ No newline at end of file |
assets/pages/css/managereport/tollaudit.css
0 → 100644
1 | +.reconciliation-card-list{ | ||
2 | + height: 102px; | ||
3 | + padding: 20px 0; | ||
4 | +} | ||
5 | +.variant-reconciliation{ | ||
6 | + width: 62px; | ||
7 | + height: 62px; | ||
8 | + background: url("../../img/variant-reconciliation-icon.png") no-repeat; | ||
9 | + top:0; | ||
10 | + right:0; | ||
11 | +} | ||
12 | +.novariant-reconciliation{ | ||
13 | + width: 90px; | ||
14 | + height: 62px; | ||
15 | + line-height: 26px; | ||
16 | + font-size: 12px; | ||
17 | + text-align: right; | ||
18 | + margin-right: 5px; | ||
19 | + /*background: url("../../img/novariant-reconciliation-icon.png") no-repeat;*/ | ||
20 | + top:0; | ||
21 | + right:0; | ||
22 | + color: red; | ||
23 | +} | ||
24 | +.reconciliation-card-list-1{ | ||
25 | + border-top: 2px solid #fe944d; | ||
26 | +} | ||
27 | +.reconciliation-card-list-1 li:nth-of-type(1){ | ||
28 | + border-right: 1px solid #fe944d; | ||
29 | +} | ||
30 | +.reconciliation-card-list-2{ | ||
31 | + border-top: 2px solid #5ed8af; | ||
32 | +} | ||
33 | +.reconciliation-card-list-2 li:nth-of-type(1){ | ||
34 | + border-right: 1px solid #5ed8af; | ||
35 | +} | ||
36 | +.reconciliation-card-list-3{ | ||
37 | + border-top: 2px solid #50c0f5; | ||
38 | +} | ||
39 | + | ||
40 | +.reconciliation-card-list-3 li:nth-of-type(1){ | ||
41 | + border-right: 1px solid #50c0f5; | ||
42 | +} | ||
43 | +.reconciliation-card-list-1{ | ||
44 | + border-top: 2px solid #fe944d; | ||
45 | +} | ||
46 | +.reconciliation-card-list-1 li:nth-of-type(1){ | ||
47 | + border-right: 1px solid #fe944d; | ||
48 | +} | ||
49 | +.reconciliation-card-list-4{ | ||
50 | + border-top: 2px solid #fed64d; | ||
51 | +} | ||
52 | +.reconciliation-card-list-4 li:nth-of-type(1){ | ||
53 | + border-right: 1px solid #fed64d; | ||
54 | +} | ||
55 | +.reconciliation-card-detail{ | ||
56 | + padding: 15px 0 3px; | ||
57 | +} | ||
58 | +.reconciliation-card-detail li{ | ||
59 | + height: 18px; | ||
60 | + line-height: 18px; | ||
61 | + margin-bottom: 10px; | ||
62 | +} | ||
63 | +/*弹窗css*/ | ||
64 | +.ITD-alert-tab-wrap{ | ||
65 | + padding-top: 7px; | ||
66 | +} | ||
67 | +.ITD-alertcon-tab-wrap{ | ||
68 | + max-height: 500px; | ||
69 | + overflow-y: auto; | ||
70 | + padding-top: 18px !important; | ||
71 | +} | ||
72 | +.ITD-alert-tab-wrap li{ | ||
73 | + cursor: pointer; | ||
74 | + float: left; | ||
75 | + height: 60px; | ||
76 | + line-height: 60px; | ||
77 | + padding: 0 10px; | ||
78 | + margin-right: 70px; | ||
79 | +} | ||
80 | +.ITD-alert-tab-active{ | ||
81 | + border-bottom: 3px solid #5fe98f; | ||
82 | +} | ||
83 | +.tab-btn-wrap li { | ||
84 | + float: left; | ||
85 | + padding: 0 15px; | ||
86 | + height: 32px; | ||
87 | + line-height: 32px; | ||
88 | + cursor: pointer; | ||
89 | + background: rgba(255,255,255,1); | ||
90 | + text-align: center; | ||
91 | + margin-bottom: 18px; | ||
92 | + | ||
93 | +} | ||
94 | +.tab-btn-wrap li:nth-of-type(1) { | ||
95 | + border-left: 1px solid #D9D9D9; | ||
96 | + border-top: 1px solid #D9D9D9; | ||
97 | + border-bottom: 1px solid #D9D9D9; | ||
98 | + border-right: 1px solid #D9D9D9; | ||
99 | + border-radius: 4px 0 0 4px !important; | ||
100 | +} | ||
101 | +.tab-btn-wrap li:nth-of-type(2) { | ||
102 | + border-right: 1px solid #D9D9D9; | ||
103 | + border-top: 1px solid #D9D9D9; | ||
104 | + border-bottom: 1px solid #D9D9D9; | ||
105 | + /* border-radius: 0 4px 4px 0 !important; */ | ||
106 | +} | ||
107 | +.tab-btn-wrap li:nth-of-type(3) { | ||
108 | + border-right: 1px solid #D9D9D9; | ||
109 | + border-top: 1px solid #D9D9D9; | ||
110 | + border-bottom: 1px solid #D9D9D9; | ||
111 | + border-radius: 0 4px 4px 0 !important; | ||
112 | +} | ||
113 | +.tab-btn-wrap li.tabAction { | ||
114 | + border: 1px solid #1E95CD; | ||
115 | + color: #1E95CD; | ||
116 | +} | ||
117 | +/*new card*/ | ||
118 | +.ITD-cardlist-wrap ul{ | ||
119 | + padding-top: 10px !important; | ||
120 | +} | ||
121 | +.ITD-complex-table thead tr:nth-of-type(2) th{ | ||
122 | + border-top: 1px solid #e7ecf1 !important; | ||
123 | +} | ||
124 | +.card-dzwxmoney-icon{ | ||
125 | + display: inline-block; | ||
126 | + height: 16px; | ||
127 | + width: 16px; | ||
128 | + background: url(../../img/card-dzwxmoney-icon.png) no-repeat; | ||
129 | + background-size: 100% 100%; | ||
130 | + vertical-align: middle; | ||
131 | + margin-right: 10px; | ||
132 | + margin-top: -3px; | ||
133 | +} | ||
134 | +.card-dzalipaymoney-icon{ | ||
135 | + display: inline-block; | ||
136 | + height: 16px; | ||
137 | + width: 16px; | ||
138 | + background: url(../../img/card-dzalipaymoney-icon.png) no-repeat; | ||
139 | + background-size: 100% 100%; | ||
140 | + vertical-align: middle; | ||
141 | + margin-right: 10px; | ||
142 | + margin-top: -3px; | ||
143 | +} | ||
144 | +.wx-class-wid{ | ||
145 | + width: 90%; | ||
146 | + color:#08BA07; | ||
147 | + background-color: #E0FAEB; | ||
148 | + height: 40px; | ||
149 | +} | ||
150 | +.alipay-class-wid{ | ||
151 | + width: 90%; | ||
152 | + color:#1E95CD; | ||
153 | + background-color: #D5F0FC; | ||
154 | + height: 40px; | ||
155 | +} | ||
156 | +.pt-class-widl{ | ||
157 | + width: 70%; | ||
158 | + width: calc(100% - 75px); | ||
159 | + width:-moz-calc(100% - 75px); | ||
160 | + width:-webkit-calc(100% - 75px); | ||
161 | + padding-left: 10px; | ||
162 | +} | ||
163 | +.pt-class-wid{ | ||
164 | + width: 90%; | ||
165 | + /*color:#08BA07;*/ | ||
166 | + /*background-color: #E0FAEB;*/ | ||
167 | + height: 40px; | ||
168 | +} | ||
169 | +.pt-class-widr{ | ||
170 | + width: 75px;font-size:12px;margin-top:5px;text-align: right;padding-right: 10px; | ||
171 | +} | ||
172 | +.rec-wid40{ | ||
173 | + height: 40px; | ||
174 | + line-height: 40px; | ||
175 | +} |
assets/pages/css/managereport/tollincomeandexp.css
0 → 100644
1 | +/*tab 切换*/ | ||
2 | +.tab-btn-wrap li { | ||
3 | + float: left; | ||
4 | + padding: 0 15px; | ||
5 | + height: 32px; | ||
6 | + line-height: 32px; | ||
7 | + cursor: pointer; | ||
8 | + background: rgba(255,255,255,1); | ||
9 | + text-align: center; | ||
10 | + margin-bottom: 18px; | ||
11 | + | ||
12 | +} | ||
13 | +.tab-btn-wrap li:nth-of-type(1) { | ||
14 | + border-left: 1px solid #D9D9D9; | ||
15 | + border-top: 1px solid #D9D9D9; | ||
16 | + border-bottom: 1px solid #D9D9D9; | ||
17 | + border-right: 1px solid #D9D9D9; | ||
18 | + border-radius: 4px 0 0 4px !important; | ||
19 | +} | ||
20 | +.tab-btn-wrap li:nth-of-type(2) { | ||
21 | + border-right: 1px solid #D9D9D9; | ||
22 | + border-top: 1px solid #D9D9D9; | ||
23 | + border-bottom: 1px solid #D9D9D9; | ||
24 | + /* border-radius: 0 4px 4px 0 !important; */ | ||
25 | +} | ||
26 | +.tab-btn-wrap li:nth-of-type(3) { | ||
27 | + border-right: 1px solid #D9D9D9; | ||
28 | + border-top: 1px solid #D9D9D9; | ||
29 | + border-bottom: 1px solid #D9D9D9; | ||
30 | + border-radius: 0 4px 4px 0 !important; | ||
31 | +} | ||
32 | +.tab-btn-wrap li.tabAction { | ||
33 | + border: 1px solid #1E95CD; | ||
34 | + color: #1E95CD; | ||
35 | +} | ||
0 | \ No newline at end of file | 36 | \ No newline at end of file |
assets/pages/css/managereport/vehicleaudit.css
0 → 100644
1 | +.vehicle-input78 { | ||
2 | + width: 100%; | ||
3 | + height: 34px; | ||
4 | + line-height: 34px; | ||
5 | +} | ||
6 | +.popImg{ | ||
7 | + width: 28px; | ||
8 | + height: 19px; | ||
9 | + background: url("../../img/runIcon.pic"); | ||
10 | +} | ||
11 | + | ||
12 | +/*详情弹窗 sta*/ | ||
13 | +.ITD-alertcon{ | ||
14 | + max-height: 488px; | ||
15 | + /*overflow-y: auto;*/ | ||
16 | +} | ||
17 | +.toll-basic-ifo-park-wrap li{ | ||
18 | + padding-left: 23px; | ||
19 | +} | ||
20 | +.toll-basic-borderbototm{ | ||
21 | + border-bottom: 1px solid #f0f0f0; | ||
22 | +} | ||
23 | +.toll-basic-ifo-park-height{ | ||
24 | + height: 34px; | ||
25 | + line-height: 34px; | ||
26 | +} | ||
27 | + | ||
28 | +.toll-basic-ifo-type{ | ||
29 | + display: inline-block; | ||
30 | + width: 16px; | ||
31 | + height: 16px; | ||
32 | + margin-right: 18px; | ||
33 | + vertical-align: middle; | ||
34 | + /*margin-top: -3px;*/ | ||
35 | + background-image: url(../../img/person-icon.png); | ||
36 | + background-repeat: no-repeat; | ||
37 | + background-position: 0 0; | ||
38 | +} | ||
39 | + | ||
40 | +.toll-basic-ifo-total{ | ||
41 | + display: inline-block; | ||
42 | + width: 18px; | ||
43 | + height: 18px; | ||
44 | + margin-right: 16px; | ||
45 | + vertical-align: middle; | ||
46 | + /*margin-top: -3px;*/ | ||
47 | + background-image:url(../../img/business-icon.png); | ||
48 | + background-repeat: no-repeat; | ||
49 | + /*background-position: -18px 0;*/ | ||
50 | +} | ||
51 | +.toll-basic-ifo-entrance{ | ||
52 | + display: inline-block; | ||
53 | + width: 18px; | ||
54 | + height: 18px; | ||
55 | + margin-right: 18px; | ||
56 | + vertical-align: middle; | ||
57 | + /*margin-top: -3px;*/ | ||
58 | + background-image: url(../../img/type-icon.png); | ||
59 | + background-repeat: no-repeat; | ||
60 | + /*background-position: -16px 0;*/ | ||
61 | +} | ||
62 | +.toll-basic-ifo-business{ | ||
63 | + display: inline-block; | ||
64 | + width: 18px; | ||
65 | + height: 18px; | ||
66 | + margin-right: 18px; | ||
67 | + vertical-align: middle; | ||
68 | + /*margin-top: -3px;*/ | ||
69 | + background-image: url(../../img/telphone-icon.png); | ||
70 | + background-repeat: no-repeat; | ||
71 | + /*background-position: -32px 0;*/ | ||
72 | +} | ||
73 | +.toll-basic-ifo-address{ | ||
74 | + display: inline-block; | ||
75 | + width: 18px; | ||
76 | + height: 18px; | ||
77 | + margin-right: 18px; | ||
78 | + vertical-align: middle; | ||
79 | + /*margin-top: -3px;*/ | ||
80 | + background-image: url(../../img/status-icon.png); | ||
81 | + background-repeat: no-repeat; | ||
82 | + /*background-position: -48px 0;*/ | ||
83 | +} | ||
84 | +.toll-basic-ifo-oper{ | ||
85 | + display: inline-block; | ||
86 | + width: 18px; | ||
87 | + height: 18px; | ||
88 | + margin-right: 18px; | ||
89 | + vertical-align: middle; | ||
90 | + /*margin-top: -3px;*/ | ||
91 | + background-image: url(../../img/opration-icon.png); | ||
92 | + background-repeat: no-repeat; | ||
93 | + /*background-position: -48px 0;*/ | ||
94 | +} | ||
95 | +.toll-basic-ifo-park-wrap li span:nth-of-type(2) { | ||
96 | + width: 60px; | ||
97 | + display: inline-block; | ||
98 | + text-align: justify; | ||
99 | + text-align-last: justify; | ||
100 | +} | ||
101 | +/*审核 按钮*/ | ||
102 | +.vehpassType{ | ||
103 | + display: inline-block; | ||
104 | + width:52px; | ||
105 | + height:22px; | ||
106 | + line-height:22px; | ||
107 | + color:rgba(178, 178, 178, 1); | ||
108 | + text-align: center; | ||
109 | + background:rgba(255,255,255,1); | ||
110 | + border:1px solid rgba(178, 178, 178, 1); | ||
111 | + border-radius:4px !important; | ||
112 | +} | ||
113 | +.passTypeActive{ | ||
114 | + color: #1E95CD; | ||
115 | + border:1px solid #1E95CD; | ||
116 | +} | ||
117 | +.baseBeizhu{ | ||
118 | + margin-left: 36px; | ||
119 | + resize:none; | ||
120 | + /*border:0;*/ | ||
121 | + outline:none; | ||
122 | + border-color: rgba(178, 178, 178, 1); | ||
123 | +} | ||
124 | +/*img */ | ||
125 | +.Msg_right{ | ||
126 | + width: 312px; | ||
127 | + height: 180px; | ||
128 | + float: right; | ||
129 | +} | ||
130 | +.Msg_right img{ | ||
131 | + height: 180px; | ||
132 | + width: 312px; | ||
133 | +} | ||
134 | +.openUser-contentmsg{ | ||
135 | + height: 30px; | ||
136 | + line-height: 30px; | ||
137 | + text-align: center; | ||
138 | + width: 100%; | ||
139 | + margin: 24px auto; | ||
140 | +} | ||
141 | +.information-ifo{ | ||
142 | + display: inline-block; | ||
143 | + width: 18px; | ||
144 | + height: 18px; | ||
145 | + margin-right: 5px; | ||
146 | + vertical-align: middle; | ||
147 | + margin-top: -3px; | ||
148 | + background-image: url(../../img/information-icon.png); | ||
149 | + background-repeat: no-repeat; | ||
150 | +} | ||
151 | +/*POP img*/ | ||
152 | +.imgmodel-contentmsg{ | ||
153 | + height: 180px; | ||
154 | + padding-left: 18px; | ||
155 | +} | ||
156 | +.imgmodel-contentmsg img{ | ||
157 | + width: 312px; | ||
158 | + height: 180px; | ||
159 | +} | ||
160 | +.vehicle-maxheight{ | ||
161 | + max-height: 600px;overflow-y: auto | ||
162 | +} | ||
0 | \ No newline at end of file | 163 | \ No newline at end of file |
assets/pages/css/notice/notice.css
0 → 100644
1 | +.sbyc_top{ | ||
2 | + padding-left: 20px; | ||
3 | + border-left: 4px solid #60d2dc; | ||
4 | + background-color: #c9f0f3; | ||
5 | + height: 64px; | ||
6 | +} | ||
7 | +.qdyc_bottom{ | ||
8 | + margin-top: 18px; | ||
9 | + padding-left: 20px; | ||
10 | + border-left: 4px solid #faca63; | ||
11 | + background-color: #fbf7dc; | ||
12 | + height: 64px; | ||
13 | +} | ||
14 | +.sbyc_top span,.qdyc_bottom span{ | ||
15 | + display: block; | ||
16 | +} | ||
17 | +.sbyc_top span:nth-of-type(1),.qdyc_bottom span:nth-of-type(1){ | ||
18 | + font-size: 16px; | ||
19 | + color: #333; | ||
20 | + height: 38px; | ||
21 | + line-height: 50px; | ||
22 | +} | ||
23 | +.sbyc_top span:nth-of-type(2),.qdyc_bottom span:nth-of-type(2){ | ||
24 | + font-size: 12px; | ||
25 | + color: #666; | ||
26 | + cursor: pointer; | ||
27 | +} | ||
0 | \ No newline at end of file | 28 | \ No newline at end of file |
assets/pages/css/orderManagement/abnormalrecords.css
0 → 100644
1 | + | ||
2 | +.abnormal-park-type-1{ | ||
3 | + border: 1px solid #5fe98f; | ||
4 | + color: #5fe98f; | ||
5 | + padding: 2px 10px; | ||
6 | + text-align: center; | ||
7 | +} | ||
8 | +.abnormal-park-type-2{ | ||
9 | + border: 1px solid rgba(254,200,77,1); | ||
10 | + color: rgba(254,200,77,1); | ||
11 | + padding: 2px 10px; | ||
12 | + text-align: center; | ||
13 | +} | ||
0 | \ No newline at end of file | 14 | \ No newline at end of file |
assets/pages/css/orderManagement/allparkrecords.css
0 → 100644
1 | + | ||
2 | +.allparkrecords-input78{ | ||
3 | + width: 100%; | ||
4 | + height: 34px; | ||
5 | + line-height: 34px; | ||
6 | +} | ||
7 | + | ||
8 | +.allparkrecords-park-type{ | ||
9 | + border: 1px solid #1E95CD; | ||
10 | + padding: 2px 10px; | ||
11 | + text-align: center; | ||
12 | +} | ||
13 | + | ||
14 | +/* CSS for jQuery Orbit Plugin 1.2.3 | ||
15 | + * www.ZURB.com/playground | ||
16 | + * Copyright 2010, ZURB | ||
17 | + * Free to use under the MIT license. | ||
18 | + * http://www.opensource.org/licenses/mit-license.php | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | +/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY | ||
23 | + ================================================== */ | ||
24 | +#featured-in,#featured-out { | ||
25 | + width: 600px; | ||
26 | + height: 400px; | ||
27 | + margin-top:20px; | ||
28 | + overflow: hidden; } | ||
29 | +#featured-in>img, | ||
30 | +#featured-in>div, | ||
31 | +#featured-in>a { display: none; width:600px;height: 400px;} | ||
32 | + | ||
33 | +#featured-out>img, | ||
34 | +#featured-out>div, | ||
35 | +#featured-out>a { display: none; width:600px;height: 400px;} | ||
36 | + | ||
37 | + | ||
38 | +/* CONTAINER | ||
39 | + ================================================== */ | ||
40 | + | ||
41 | +div.orbit-wrapper { | ||
42 | + width: 1px; | ||
43 | + height: 1px; | ||
44 | + position: relative; } | ||
45 | + | ||
46 | +div.orbit { | ||
47 | + width: 1px; | ||
48 | + height: 1px; | ||
49 | + position: relative; | ||
50 | + overflow: hidden } | ||
51 | + | ||
52 | +div.orbit>img { | ||
53 | + position: absolute; | ||
54 | + top: 0; | ||
55 | + left: 0; | ||
56 | + display: none; } | ||
57 | + | ||
58 | +div.orbit>a { | ||
59 | + border: none; | ||
60 | + position: absolute; | ||
61 | + top: 0; | ||
62 | + left: 0; | ||
63 | + line-height: 0; | ||
64 | + display: none; } | ||
65 | + | ||
66 | +.orbit>div { | ||
67 | + position: absolute; | ||
68 | + top: 0; | ||
69 | + left: 0; | ||
70 | + width: 100%; | ||
71 | + height: 100%; } | ||
72 | + | ||
73 | +/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */ | ||
74 | + | ||
75 | + | ||
76 | +/* TIMER | ||
77 | + ================================================== */ | ||
78 | + | ||
79 | +div.timer { | ||
80 | + width: 40px; | ||
81 | + height: 40px; | ||
82 | + overflow: hidden; | ||
83 | + position: absolute; | ||
84 | + top: 10px; | ||
85 | + right: 10px; | ||
86 | + opacity: .6; | ||
87 | + cursor: pointer; | ||
88 | + z-index: 1001; } | ||
89 | + | ||
90 | +/*span.rotator {*/ | ||
91 | + /*display: block;*/ | ||
92 | + /*width: 40px;*/ | ||
93 | + /*height: 40px;*/ | ||
94 | + /*position: absolute;*/ | ||
95 | + /*top: 0;*/ | ||
96 | + /*left: -20px;*/ | ||
97 | + /*background: url(../images/rotator-black.png) no-repeat;*/ | ||
98 | + /*z-index: 3; }*/ | ||
99 | + | ||
100 | +span.mask { | ||
101 | + display: block; | ||
102 | + width: 20px; | ||
103 | + height: 40px; | ||
104 | + position: absolute; | ||
105 | + top: 0; | ||
106 | + right: 0; | ||
107 | + z-index: 2; | ||
108 | + overflow: hidden; } | ||
109 | + | ||
110 | +span.rotator.move { | ||
111 | + left: 0 } | ||
112 | + | ||
113 | +/*span.mask.move {*/ | ||
114 | + /*width: 40px;*/ | ||
115 | + /*left: 0;*/ | ||
116 | + /*background: url(../images/timer-black.png) repeat 0 0; }*/ | ||
117 | + | ||
118 | +/*span.pause {*/ | ||
119 | + /*display: block;*/ | ||
120 | + /*width: 40px;*/ | ||
121 | + /*height: 40px;*/ | ||
122 | + /*position: absolute;*/ | ||
123 | + /*top: 0;*/ | ||
124 | + /*left: 0;*/ | ||
125 | + /*background: url(../images/pause-black.png) no-repeat;*/ | ||
126 | + /*z-index: 4;*/ | ||
127 | + /*opacity: 0; }*/ | ||
128 | + | ||
129 | +/*span.pause.active {*/ | ||
130 | + /*background: url(../images/pause-black.png) no-repeat 0 -40px }*/ | ||
131 | + | ||
132 | +div.timer:hover span.pause, | ||
133 | +span.pause.active { | ||
134 | + opacity: 1 } | ||
135 | + | ||
136 | + | ||
137 | +/* CAPTIONS | ||
138 | + ================================================== */ | ||
139 | + | ||
140 | +.orbit-caption { | ||
141 | + display: none; | ||
142 | + font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; } | ||
143 | + | ||
144 | +.orbit-wrapper .orbit-caption { | ||
145 | + background: #000; | ||
146 | + background: rgba(0,0,0,.6); | ||
147 | + z-index: 1000; | ||
148 | + color: #fff; | ||
149 | + text-align: center; | ||
150 | + padding: 7px 0; | ||
151 | + font-size: 13px; | ||
152 | + position: absolute; | ||
153 | + right: 0; | ||
154 | + bottom: 0; | ||
155 | + width: 100%; } | ||
156 | + | ||
157 | + | ||
158 | +/* DIRECTIONAL NAV | ||
159 | + ================================================== */ | ||
160 | + | ||
161 | +div.slider-nav { | ||
162 | + display: block } | ||
163 | + | ||
164 | +div.slider-nav span { | ||
165 | + width: 39px; | ||
166 | + height: 50px; | ||
167 | + text-indent: -9999px; | ||
168 | + position: absolute; | ||
169 | + z-index: 1000; | ||
170 | + top: 50%; | ||
171 | + margin-top: -25px; | ||
172 | + cursor: pointer; | ||
173 | + background-size: 100% 100%; | ||
174 | +} | ||
175 | + | ||
176 | +div.slider-nav span.right { | ||
177 | + background-image: url(../../img/right-arrow.png); | ||
178 | + right: 0; } | ||
179 | + | ||
180 | +div.slider-nav span.left { | ||
181 | + background-image: url(../../img/left-arrow.png); | ||
182 | + left: 0; } | ||
183 | + | ||
184 | +/* BULLET NAV | ||
185 | + ================================================== */ | ||
186 | + | ||
187 | +.orbit-bullets { | ||
188 | + position: absolute; | ||
189 | + z-index: 1000; | ||
190 | + list-style: none; | ||
191 | + bottom: -40px; | ||
192 | + left: 50%; | ||
193 | + margin-left: -50px; | ||
194 | + padding: 0; } | ||
195 | + | ||
196 | +.orbit-bullets li { | ||
197 | + float: left; | ||
198 | + margin-left: 5px; | ||
199 | + cursor: pointer; | ||
200 | + color: #999; | ||
201 | + text-indent: -9999px; | ||
202 | + background: url(../images/bullets.jpg) no-repeat 4px 0; | ||
203 | + width: 13px; | ||
204 | + height: 12px; | ||
205 | + overflow: hidden; } | ||
206 | + | ||
207 | +.orbit-bullets li.active { | ||
208 | + color: #222; | ||
209 | + background-position: -8px 0; } | ||
210 | + | ||
211 | +.orbit-bullets li.has-thumb { | ||
212 | + background: none; | ||
213 | + width: 100px; | ||
214 | + height: 75px; } | ||
215 | + | ||
216 | +.orbit-bullets li.active.has-thumb { | ||
217 | + background-position: 0 0; | ||
218 | + border-top: 2px solid #000; } | ||
219 | + | ||
220 | +/*支出明细 弹窗 sta*/ | ||
221 | +.handle_left{ | ||
222 | + width:228px; | ||
223 | + height:92px; | ||
224 | + background:rgba(255,255,255,1); | ||
225 | + box-shadow:0px 1px 6px 0px rgba(192,199,202,0.5); | ||
226 | + border-radius:4px !important; | ||
227 | +} | ||
228 | +.handle_lbg{ | ||
229 | + background: url("../../img/recordspaylico.png") no-repeat; | ||
230 | + width: 44px; | ||
231 | + height: 44px; | ||
232 | + margin-left: 19px; | ||
233 | + margin-top: 27px; | ||
234 | +} | ||
235 | +.handle_ltxt,.handle_rtxt{ | ||
236 | + width:25px; | ||
237 | + height:50px; | ||
238 | + font-size:12px; | ||
239 | + margin-top:27px; | ||
240 | + margin-left: 10px; | ||
241 | + font-family:MicrosoftYaHei; | ||
242 | + font-weight:400; | ||
243 | + color:rgba(0,0,0,.7); | ||
244 | +} | ||
245 | +.handle_ltop,.handle_rtop{ | ||
246 | + width:25px; | ||
247 | + height:13px; | ||
248 | + font-size:12px; | ||
249 | + margin-bottom: 15px; | ||
250 | +} | ||
251 | +.handle_lmoney{ | ||
252 | + width: 120px; | ||
253 | + margin-top: 22px; | ||
254 | + margin-left: 8px; | ||
255 | + height: 54px; | ||
256 | + font-size: 18px; | ||
257 | + font-family: MicrosoftYaHei; | ||
258 | + font-weight: 400; | ||
259 | +} | ||
260 | +.handle_lmoneytop,.handle_rmoneytop{ | ||
261 | + height: 22px; | ||
262 | + margin-bottom: 6px; | ||
263 | +} | ||
264 | +.handle_right{ | ||
265 | + width:329px; | ||
266 | + height:92px; | ||
267 | + background:rgba(255,255,255,1); | ||
268 | + box-shadow:0px 1px 6px 0px rgba(192,199,202,0.5); | ||
269 | + border-radius:4px !important; | ||
270 | +} | ||
271 | +.handle_rbg{ | ||
272 | + background: url("../../img/recordspayrico.png") no-repeat; | ||
273 | + width: 44px; | ||
274 | + height: 44px; | ||
275 | + margin-left: 19px; | ||
276 | + margin-top: 27px; | ||
277 | +} | ||
278 | +.handle_rmoney{ | ||
279 | + width: 90px; | ||
280 | + margin-top: 22px; | ||
281 | + margin-left: 8px; | ||
282 | + height: 54px; | ||
283 | + font-size: 18px; | ||
284 | + font-family: MicrosoftYaHei; | ||
285 | + font-weight: 400; | ||
286 | + color:rgba(0,0,0,.7); | ||
287 | +} | ||
288 | +/*住处明细 列表 sta*/ | ||
289 | +.records_detail{ | ||
290 | + max-height: 400px; | ||
291 | + overflow-y: auto; | ||
292 | + width: 520px; | ||
293 | + margin-left: 38px; | ||
294 | +} | ||
295 | +.detail_cont{ | ||
296 | + height: 96px; | ||
297 | + width: 100%; | ||
298 | +} | ||
299 | +/*成功 icon*/ | ||
300 | +.detail_trueIco{ | ||
301 | + background: url("../../img/recordsPassico.png") no-repeat; | ||
302 | + width: 20px; | ||
303 | + height: 20px; | ||
304 | + margin-top: 30px; | ||
305 | +} | ||
306 | +/*失败 icon*/ | ||
307 | +.detail_falseIco{ | ||
308 | + background: url("../../img/recordsdefeatico.png") no-repeat; | ||
309 | + width: 20px; | ||
310 | + height: 20px; | ||
311 | + margin-top: 30px; | ||
312 | +} | ||
313 | +/*上 线*/ | ||
314 | +.detail_linetop{ | ||
315 | + bottom: 20px; | ||
316 | + left: 9px; | ||
317 | + height: 30px; | ||
318 | + width: 1px; | ||
319 | + border: 1px dashed rgba(203,211,211,0.9); | ||
320 | +} | ||
321 | +/* 下 线*/ | ||
322 | +.detail_line{ | ||
323 | + top: 20px; | ||
324 | + left: 9px; | ||
325 | + height: 45px; | ||
326 | + width: 1px; | ||
327 | + border: 1px dashed rgba(203,211,211,0.9); | ||
328 | +} | ||
329 | +.detail_right{ | ||
330 | + /*width:464px;*/ | ||
331 | + width:100%; | ||
332 | + height:80px; | ||
333 | + background:rgba(250,250,250,1); | ||
334 | + box-shadow:0px 3px 1px 0px rgba(192,199,202,0.48); | ||
335 | +} | ||
336 | +.detail_righttime{ | ||
337 | + width: 110px; | ||
338 | + height: 80px; | ||
339 | + background: #DDF1F9; | ||
340 | + margin-right: 6px; | ||
341 | + padding: 24px 16px; | ||
342 | + font-size:14px; | ||
343 | + font-family:MicrosoftYaHei; | ||
344 | + font-weight:400; | ||
345 | + color:rgba(0,0,0,0.8); | ||
346 | + line-height:20px; | ||
347 | + position: relative; | ||
348 | +} | ||
349 | +.detail_righttime:after{ | ||
350 | + content:""; | ||
351 | + width:0; | ||
352 | + height:0; | ||
353 | + position:absolute; | ||
354 | + right:-6px; | ||
355 | + top:35px; | ||
356 | + border-top:solid 6px transparent; | ||
357 | + border-left:solid 6px #DDF1F9; /* 白色小三角形 */ | ||
358 | + border-bottom:solid 6px transparent; | ||
359 | +} | ||
360 | +.detail_rightmsg{ | ||
361 | + height: 80px; | ||
362 | + /*width: 345px;*/ | ||
363 | + width: 402px; | ||
364 | +} | ||
365 | +.detail_rightmsgtop{ | ||
366 | + height: 40px; | ||
367 | +} | ||
368 | +.detail_rightmsgbot{ | ||
369 | + height: 38px; | ||
370 | + display: flex; | ||
371 | +} | ||
372 | +.detail_rightmsgtop,.detail_rightmsgbot{ | ||
373 | + width: 100%; | ||
374 | + padding: 0 25px; | ||
375 | +} | ||
376 | +/*微信 icon*/ | ||
377 | +.msgwx-ico{ | ||
378 | + background: url("../../img/recordsWXico.png") no-repeat; | ||
379 | + width: 25px; | ||
380 | + height: 20px; | ||
381 | + margin-top: 9px; | ||
382 | + margin-right: 10px; | ||
383 | +} | ||
384 | +/*支付宝 icon*/ | ||
385 | +.msgalipay-ico{ | ||
386 | + background: url("../../img/recordsAlipayico.png") no-repeat; | ||
387 | + width: 24px; | ||
388 | + height: 24px; | ||
389 | + margin-top: 7px; | ||
390 | + margin-right: 11px; | ||
391 | +} | ||
392 | +/*现金 icon*/ | ||
393 | +.msgxj-ico{ | ||
394 | + background: url("../../img/recordsXJico.png") no-repeat; | ||
395 | + width: 23px; | ||
396 | + height: 16px; | ||
397 | + margin-top: 11px; | ||
398 | + margin-right: 12px; | ||
399 | +} | ||
400 | +/*余额 icon*/ | ||
401 | +.msgyy-ico{ | ||
402 | + background: url("../../img/recordsYYico.png") no-repeat; | ||
403 | + height: 22px; | ||
404 | + width: 22px; | ||
405 | + margin-top: 8px; | ||
406 | + margin-right: 13px; | ||
407 | +} | ||
408 | +.detail_rightmsgtopl,.detail_rightmsgtopr{ | ||
409 | + font-size: 14px; | ||
410 | + line-height: 40px; | ||
411 | + color:rgba(0,0,0,0.8); | ||
412 | +} | ||
413 | +.detail_rightmsgline{ | ||
414 | + /*margin-top: 2px;*/ | ||
415 | + height: 1px; | ||
416 | + width: 402px; | ||
417 | + /*width: 342px;*/ | ||
418 | + border:1px dashed rgba(203,211,211,.9); | ||
419 | +} | ||
420 | +.detail_rightmsgbot div{ | ||
421 | + height: 38px; | ||
422 | + line-height: 38px; | ||
423 | + font-size:12px; | ||
424 | + font-family:MicrosoftYaHei; | ||
425 | + font-weight:400; | ||
426 | + color:rgba(0,0,0,.6); | ||
427 | + flex: 1; | ||
428 | +} | ||
429 | +/*停车费 栏*/ | ||
430 | +.records_popMsg{ | ||
431 | + height: 80px; | ||
432 | + padding-top: 5px; | ||
433 | +} | ||
434 | +/*无支出明细字段样式*/ | ||
435 | +.detail_default{ | ||
436 | + height: 60px; | ||
437 | + line-height: 60px; | ||
438 | + text-align: center; | ||
439 | +} | ||
0 | \ No newline at end of file | 440 | \ No newline at end of file |
assets/pages/css/orderManagement/arrearrecord.css
0 → 100644
assets/pages/css/orderManagement/endorsement.css
0 → 100644
assets/pages/css/orderManagement/geomagneticincome.css
0 → 100644
1 | +.geomagneticincome-title-left{ | ||
2 | + padding: 32px 19px; | ||
3 | +} | ||
4 | +.geoincome-title-left-wrap{ | ||
5 | + height: 37px; | ||
6 | +} | ||
7 | +.geoincome-title-left-wrap .title-left-div{ | ||
8 | + line-height: 37px; | ||
9 | +} | ||
10 | +.geo-card-money-icon{ | ||
11 | + width: 37px; | ||
12 | + height: 37px; | ||
13 | + background: url("../../img/geo-card-money-icon.png") no-repeat; | ||
14 | + background-size: 37px 37px; | ||
15 | +} | ||
16 | +.geoincome-title-left-unit{ | ||
17 | + transform: scale(0.8); | ||
18 | + position: relative; | ||
19 | + top:4px; | ||
20 | +} | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | +.geoincome-title-right{ | ||
31 | + padding: 0 19px; | ||
32 | + height: 50px; | ||
33 | +} | ||
34 | +.geoincome-title-right:nth-of-type(1){ | ||
35 | + height: 51px; | ||
36 | + border-bottom: 1px solid rgba(29,29,29,.1); | ||
37 | +} | ||
38 | +.geoincome-title-top{ | ||
39 | + height: 24px; | ||
40 | + line-height: 24px; | ||
41 | + margin-top: 13px; | ||
42 | +} | ||
43 | +.geoincome-title-top-money{ | ||
44 | + height: 30px; | ||
45 | + margin-top: 10px; | ||
46 | + line-height: 30px; | ||
47 | + font-size: 30px; | ||
48 | +} | ||
49 | + | ||
50 | + | ||
51 | +.geoincome-average{ | ||
52 | + margin-top: 10px; | ||
53 | + height: 34px; | ||
54 | + line-height: 34px; | ||
55 | +} | ||
56 | +.geoincome-average-left{ | ||
57 | + border-right: 1px solid rgba(29,29,29,.1); | ||
58 | + line-height: 34px; | ||
59 | +} | ||
60 | +.average-card-money-icon{ | ||
61 | + margin-top: -2px; | ||
62 | + vertical-align: middle; | ||
63 | +} | ||
64 | +.geoincome-title-right-unit{ | ||
65 | + transform: scale(0.8); | ||
66 | +} | ||
67 | +.geomagneticincome-con-wrap{ | ||
68 | + height: 295px; | ||
69 | + padding: 41px 0; | ||
70 | +} | ||
71 | +/* style*/ | ||
72 | +.index-income-title em { | ||
73 | + background-image: url(../../img/index-card-title.png); | ||
74 | + background-position: -36px -36px; | ||
75 | +} | ||
76 | +.index-dev-title em{ | ||
77 | + background-image: url(../../img/index-card-title.png); | ||
78 | + background-repeat: no-repeat; | ||
79 | + background-position: -18px 0; | ||
80 | +} | ||
81 | +.geoincome_echarts{ | ||
82 | + height: 295px; | ||
83 | + width: 100%; | ||
84 | +} | ||
85 | + | ||
86 | + | ||
87 | +.geomagneticincome-con-wrap-line1{ | ||
88 | + width: 13px; | ||
89 | + height: 131px; | ||
90 | + margin-top: 30px; | ||
91 | + background: url("../../img/geomagneticincome-con-wrap-line1.png") no-repeat; | ||
92 | +} | ||
93 | + | ||
94 | +.geomagneticincome-con-wrap-line2{ | ||
95 | + width: 29px; | ||
96 | + height: 147px; | ||
97 | + margin-top: 30px; | ||
98 | + background: url("../../img/geomagneticincome-con-wrap-line2.png") no-repeat; | ||
99 | +} | ||
100 | +.geo-con-left{ | ||
101 | + max-width: 200px; | ||
102 | + padding-top: 40px; | ||
103 | + padding-right: 20px; | ||
104 | + background: url("../../img/geo-con-left.gif") no-repeat center 95px; | ||
105 | +} | ||
106 | +.geo-con-left-main{ | ||
107 | + width: 100%; | ||
108 | + height: 70px; | ||
109 | + background:rgba(232,244,250,1); | ||
110 | + border-radius:35px!important; | ||
111 | + text-align: center; | ||
112 | + padding-top: 12px; | ||
113 | +} | ||
114 | +.geo-center-maxwidth{ | ||
115 | + max-width: 200px; | ||
116 | + margin: 0 auto; | ||
117 | +} | ||
118 | +.geo-con-center{ | ||
119 | + | ||
120 | +} | ||
121 | +.geo-con-center-wrap{ | ||
122 | + width:100%; | ||
123 | + height: 66px; | ||
124 | + border-radius:35px!important; | ||
125 | + overflow: hidden; | ||
126 | +} | ||
127 | +.operations-icon{ | ||
128 | + width: 56px; | ||
129 | + background:#3EB9F3 url("../../img/geo-con-center.png") no-repeat 15px center; | ||
130 | +} | ||
131 | +.trace-icon{ | ||
132 | + width: 56px; | ||
133 | + background:#3EB9F3 url("../../img/geo-con-center.png") no-repeat -42px center; | ||
134 | +} | ||
135 | +.operationsicon-right{ | ||
136 | + background: #E8F4FA; | ||
137 | + padding: 12px 0 0 10px; | ||
138 | +} | ||
139 | +.trace-icon-right{ | ||
140 | + background: #E8F4FA; | ||
141 | + padding: 12px 0 0 10px; | ||
142 | +} | ||
143 | +.geo-con-center-top{ | ||
144 | + margin-bottom: 60px; | ||
145 | +} | ||
146 | +.geo-con-right-wrap{ | ||
147 | + width: 100%; | ||
148 | + height: 52px; | ||
149 | + border-radius:26px!important; | ||
150 | + overflow: hidden; | ||
151 | +} | ||
152 | +.online-icon{ | ||
153 | + width: 52px; | ||
154 | + background:#5FE98F url("../../img/geo-con-center.png") no-repeat -98px 17px; | ||
155 | +} | ||
156 | +.onlineicon-right{ | ||
157 | + background-color: rgba(95,233,143,.1); | ||
158 | + padding: 5px 0 0 10px; | ||
159 | +} | ||
160 | +.onlineicon-right div:nth-of-type(1){ | ||
161 | + color: #5FE98F; | ||
162 | +} | ||
163 | +.offline-icon{ | ||
164 | + width: 52px; | ||
165 | + background:#C1C5C2 url("../../img/geo-con-center.png") no-repeat -147px 17px; | ||
166 | +} | ||
167 | +.offlineicon-right{ | ||
168 | + background-color: rgba(193,197,194,.1); | ||
169 | + padding: 5px 0 0 10px; | ||
170 | +} | ||
171 | +.offlineicon-right div:nth-of-type(1){ | ||
172 | + color: rgba(0,0,0,.6) | ||
173 | +} | ||
174 | +.downline-icon{ | ||
175 | + width: 52px; | ||
176 | + background:#FAD175 url("../../img/geo-con-center.png") no-repeat -195px 14px; | ||
177 | +} | ||
178 | +.downlineicon-right{ | ||
179 | + background-color: rgba(250,209,117,.1); | ||
180 | + padding: 5px 0 0 10px; | ||
181 | +} | ||
182 | +.downlineicon-right div:nth-of-type(1){ | ||
183 | + color: rgba(250,209,117,.6) | ||
184 | +} | ||
185 | +.geo-con-right-2{ | ||
186 | + margin: 23px 0; | ||
187 | +} | ||
188 | +.card-timeing-icon { | ||
189 | + display: inline-block; | ||
190 | + height: 17px; | ||
191 | + width: 17px; | ||
192 | + background: url(../../img/income_timeIco.png) no-repeat; | ||
193 | + background-size: 100% 100%; | ||
194 | + margin-right: 10px; | ||
195 | +} | ||
196 | +.max-wid120{ | ||
197 | + max-width: 80px !important; | ||
198 | + display: inline-block; | ||
199 | +} | ||
200 | +.page-content{ | ||
201 | + min-width: 1100px !important; | ||
202 | +} | ||
0 | \ No newline at end of file | 203 | \ No newline at end of file |
assets/pages/css/orderManagement/img/berthNoMatches.png
0 → 100644
468 Bytes
assets/pages/css/orderManagement/img/general-li-1.png
0 → 100644
3.34 KB
assets/pages/css/orderManagement/img/general-li-2.png
0 → 100644
1.56 KB
assets/pages/css/orderManagement/img/general-li-3.png
0 → 100644
3.39 KB
assets/pages/css/orderManagement/img/general-li-4.png
0 → 100644
3.26 KB
assets/pages/css/orderManagement/img/general-li-5.png
0 → 100644
2.99 KB
assets/pages/css/orderManagement/img/general-sstj-icon.png
0 → 100755
356 Bytes
assets/pages/css/orderManagement/img/general-zffs-icon.png
0 → 100755
655 Bytes
assets/pages/css/orderManagement/img/updatenoticeBg.png
0 → 100644
137 KB
assets/pages/css/orderManagement/img/weekly_titCarIco.png
0 → 100644
382 Bytes
assets/pages/css/orderManagement/img/weekly_titIco.png
0 → 100644
446 Bytes
assets/pages/css/orderManagement/oddchange.css
0 → 100644
1 | +.reconciliation-card-detail{ | ||
2 | + padding: 15px 0 3px; | ||
3 | +} | ||
4 | +.reconciliation-card-detail li{ | ||
5 | + height: 18px; | ||
6 | + line-height: 18px; | ||
7 | + margin-bottom: 10px; | ||
8 | +} | ||
9 | +/*复合表头样式*/ | ||
10 | +.ITD-complex-table thead tr:nth-of-type(2) th{ | ||
11 | + border-top: 1px solid #e7ecf1!important; | ||
12 | +} | ||
13 | +.billFixwid{ | ||
14 | + max-width: 155px; | ||
15 | +} | ||
16 | +/*tab 切换*/ | ||
17 | +.tab-btn-wrap li { | ||
18 | + float: left; | ||
19 | + padding: 0 15px; | ||
20 | + height: 32px; | ||
21 | + line-height: 32px; | ||
22 | + cursor: pointer; | ||
23 | + background: rgba(255,255,255,1); | ||
24 | + text-align: center; | ||
25 | + margin-bottom: 18px; | ||
26 | +} | ||
27 | +.tab-btn-wrap li:nth-of-type(1) { | ||
28 | + border-left: 1px solid #D9D9D9; | ||
29 | + border-top: 1px solid #D9D9D9; | ||
30 | + border-bottom: 1px solid #D9D9D9; | ||
31 | + border-right: 1px solid #D9D9D9; | ||
32 | + border-radius: 4px 0 0 4px !important; | ||
33 | +} | ||
34 | +.tab-btn-wrap li:nth-of-type(2) { | ||
35 | + border-right: 1px solid #D9D9D9; | ||
36 | + border-top: 1px solid #D9D9D9; | ||
37 | + border-bottom: 1px solid #D9D9D9; | ||
38 | + border-radius: 0 4px 4px 0 !important; | ||
39 | +} | ||
40 | +.tab-btn-wrap li.tabAction { | ||
41 | + border: 1px solid #1E95CD; | ||
42 | + color: #1E95CD; | ||
43 | +} | ||
0 | \ No newline at end of file | 44 | \ No newline at end of file |
assets/pages/css/orderManagement/parkingarrears.css
0 → 100644
1 | + | ||
2 | + | ||
3 | + | ||
4 | +.caryard-card-wrap{ | ||
5 | + height: 101px; | ||
6 | + position: relative; | ||
7 | +} | ||
8 | +.caryard-card-wrap li:nth-of-type(2) div:nth-of-type(1){ | ||
9 | + margin-bottom: 7px; | ||
10 | +} | ||
11 | + | ||
12 | +.caryard-card-wrap-1{ | ||
13 | + background: #fff1db; | ||
14 | +} | ||
15 | +.caryard-card-wrap-2{ | ||
16 | + background: #dff9eb; | ||
17 | +} | ||
18 | +.caryard-card-wrap-3{ | ||
19 | + background: #fff9db; | ||
20 | +} | ||
21 | +.caryard-card-wrap-4{ | ||
22 | + background: #dff3f4; | ||
23 | +} | ||
24 | +.caryard-card-wrap ul{ | ||
25 | + position: absolute; | ||
26 | + left: 50%; | ||
27 | + top:50%; | ||
28 | + min-width: 180px; | ||
29 | + transform:translate(-50%,-50%); | ||
30 | + -webkit-transform:translate(-50%,-50%); | ||
31 | + -moz-transform:translate(-50%,-50%); | ||
32 | + -ms-transform:translate(-50%,-50%); | ||
33 | +} | ||
34 | + | ||
35 | +.caryard-card-wrap-left-2{ | ||
36 | + width: 55px; | ||
37 | + height: 55px; | ||
38 | + background-image:url("../../img/caryard-card-wrap.png") ; | ||
39 | + background-repeat: no-repeat; | ||
40 | + background-position:-55px 0 ; | ||
41 | + margin-right: 20px; | ||
42 | +} | ||
43 | + | ||
44 | +.caryard-card-wrap-left-4{ | ||
45 | + width: 55px; | ||
46 | + height: 55px; | ||
47 | + background-image:url("../../img/caryard-card-wrap.png") ; | ||
48 | + background-repeat: no-repeat; | ||
49 | + background-position:-165px 0 ; | ||
50 | + margin-right: 20px; | ||
51 | +} | ||
52 | + | ||
53 | + | ||
54 | +.caryard-table-berth-status-red{ | ||
55 | + font-size: 12px; | ||
56 | + color: #fe944d; | ||
57 | + border: 1px solid #fe944d; | ||
58 | + padding: 1px 10px; | ||
59 | + margin-left: 5px; | ||
60 | +} | ||
61 | +.caryard-table-berth-status-green{ | ||
62 | + font-size: 12px; | ||
63 | + color: #5fe98f; | ||
64 | + border: 1px solid #5fe98f; | ||
65 | + padding: 1px 12px; | ||
66 | + margin-left: 5px; | ||
67 | +} | ||
68 | +.caryard-table-berth-status-black{ | ||
69 | + font-size: 12px; | ||
70 | + color: rgba(0,0,0,.7); | ||
71 | + border: 1px solid rgba(0,0,0,.7); | ||
72 | + padding: 1px 10px; | ||
73 | + margin-left: 5px; | ||
74 | +} | ||
75 | +.info-alert{ | ||
76 | + cursor: pointer; | ||
77 | +} | ||
78 | + | ||
79 | +/*弹窗css*/ | ||
80 | +.ITD-alertcon-tab-wrap{ | ||
81 | + max-height: 488px; | ||
82 | + overflow-y: auto; | ||
83 | +} | ||
84 | +.ITD-alert-tab-wrap{ | ||
85 | + padding-top: 7px; | ||
86 | +} | ||
87 | +.ITD-alert-tab-wrap li{ | ||
88 | + cursor: pointer; | ||
89 | + float: left; | ||
90 | + height: 60px; | ||
91 | + line-height: 60px; | ||
92 | + padding: 0 10px; | ||
93 | + margin-right: 70px; | ||
94 | +} | ||
95 | +.ITD-alert-tab-active{ | ||
96 | + border-bottom: 3px solid #5fe98f; | ||
97 | +} | ||
98 | + | ||
99 | + | ||
100 | +.caryard-basic-ino-name{ | ||
101 | + height: 57px; | ||
102 | + line-height: 57px; | ||
103 | +} | ||
104 | +.caryard-basic-borderbototm{ | ||
105 | + border-bottom: 1px solid #f0f0f0; | ||
106 | +} | ||
107 | +.caryard-basic-ifo-park-height{ | ||
108 | + height: 34px; | ||
109 | + line-height: 34px; | ||
110 | +} | ||
111 | + | ||
112 | +.caryard-basic-ifo-park span{ | ||
113 | + display: inline-block; | ||
114 | + width: 18px; | ||
115 | + height: 18px; | ||
116 | + margin-right: 5px; | ||
117 | + vertical-align: middle; | ||
118 | + margin-top: -3px; | ||
119 | + background-image: url(../../img/index-card-title.png); | ||
120 | + background-repeat: no-repeat; | ||
121 | + background-position: 0 0; | ||
122 | +} | ||
123 | +.caryard-basic-ifo-park-wrap li{ | ||
124 | + padding-left: 23px; | ||
125 | +} | ||
126 | +.caryard-basic-ifo-park-wrap li div:nth-of-type(1){ | ||
127 | + width: 50%; | ||
128 | +} | ||
129 | +.caryard-basic-ifo-park-wrap li div span:nth-of-type(2){ | ||
130 | + width: 60px; | ||
131 | + display: inline-block; | ||
132 | + text-align:justify; | ||
133 | + text-align-last:justify; | ||
134 | +} | ||
135 | +.caryard-basic-ifo-type{ | ||
136 | + display: inline-block; | ||
137 | + width: 16px; | ||
138 | + height: 16px; | ||
139 | + margin-right: 18px; | ||
140 | + vertical-align: middle; | ||
141 | + /*margin-top: -3px;*/ | ||
142 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
143 | + background-repeat: no-repeat; | ||
144 | + background-position: 0 0; | ||
145 | +} | ||
146 | +.caryard-basic-ifo-device{ | ||
147 | + display: inline-block; | ||
148 | + width: 18px; | ||
149 | + height: 18px; | ||
150 | + margin-right: 16px; | ||
151 | + vertical-align: middle; | ||
152 | + /*margin-top: -3px;*/ | ||
153 | + background-image: url(../../img/index-card-title.png); | ||
154 | + background-repeat: no-repeat; | ||
155 | + background-position: -54px 0; | ||
156 | +} | ||
157 | +.caryard-basic-ifo-total{ | ||
158 | + display: inline-block; | ||
159 | + width: 18px; | ||
160 | + height: 18px; | ||
161 | + margin-right: 16px; | ||
162 | + vertical-align: middle; | ||
163 | + /*margin-top: -3px;*/ | ||
164 | + background-image:url(../../img/index-card-title.png); | ||
165 | + background-repeat: no-repeat; | ||
166 | + background-position: -18px 0; | ||
167 | +} | ||
168 | +.caryard-basic-ifo-entrance{ | ||
169 | + display: inline-block; | ||
170 | + width: 16px; | ||
171 | + height: 16px; | ||
172 | + margin-right: 18px; | ||
173 | + vertical-align: middle; | ||
174 | + /*margin-top: -3px;*/ | ||
175 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
176 | + background-repeat: no-repeat; | ||
177 | + background-position: -16px 0; | ||
178 | +} | ||
179 | +.caryard-basic-ifo-business{ | ||
180 | + display: inline-block; | ||
181 | + width: 16px; | ||
182 | + height: 16px; | ||
183 | + margin-right: 18px; | ||
184 | + vertical-align: middle; | ||
185 | + /*margin-top: -3px;*/ | ||
186 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
187 | + background-repeat: no-repeat; | ||
188 | + background-position: -32px 0; | ||
189 | +} | ||
190 | +.caryard-basic-ifo-address{ | ||
191 | + display: inline-block; | ||
192 | + width: 16px; | ||
193 | + height: 16px; | ||
194 | + margin-right: 18px; | ||
195 | + vertical-align: middle; | ||
196 | + /*margin-top: -3px;*/ | ||
197 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
198 | + background-repeat: no-repeat; | ||
199 | + background-position: -48px 0; | ||
200 | +} | ||
201 | +.caryard-basic-ifo-address-wrap{ | ||
202 | + max-width: 310px; | ||
203 | +} | ||
204 | +.caryard-basic-ifo-fees{ | ||
205 | + height: 37px; | ||
206 | + line-height: 37px; | ||
207 | +} | ||
208 | +.caryard-basic-ifo-fees span{ | ||
209 | + display: inline-block; | ||
210 | + width: 18px; | ||
211 | + height: 18px; | ||
212 | + margin-right: 5px; | ||
213 | + vertical-align: middle; | ||
214 | + margin-top: -3px; | ||
215 | + background-image: url(../../img/index-card-title.png); | ||
216 | + background-repeat: no-repeat; | ||
217 | + background-position: -36px -18px ; | ||
218 | +} | ||
219 | +.caryard-basic-ifo-fees-wrap li{ | ||
220 | + padding-left: 23px; | ||
221 | + height:40px ; | ||
222 | +} | ||
223 | +.caryard-basic-ifo-fees-wrap li div{ | ||
224 | + float: left; | ||
225 | +} | ||
226 | +.caryard-basic-ifo-fees-smallicon{ | ||
227 | + width: 51px; | ||
228 | + height: 51px; | ||
229 | + background-image:url("../../img/caryard-basic-ifo-fees-wrap.png") ; | ||
230 | + background-repeat: no-repeat; | ||
231 | + background-position: 0 0; | ||
232 | + margin-top: 8px; | ||
233 | + margin-right: 30px; | ||
234 | +} | ||
235 | +.caryard-basic-ifo-fees-bigicon{ | ||
236 | + width: 51px; | ||
237 | + height: 51px; | ||
238 | + background-image:url("../../img/caryard-basic-ifo-fees-wrap.png") ; | ||
239 | + background-repeat: no-repeat; | ||
240 | + background-position: -51px 0; | ||
241 | + margin-top: 8px; | ||
242 | + margin-right: 30px; | ||
243 | +} | ||
244 | +.caryard-basic-ifo-fees-type{ | ||
245 | + width: 70px; | ||
246 | + line-height: 40px; | ||
247 | +} | ||
248 | +.caryard-basic-ifo-fees-rule{ | ||
249 | + width: 320px; | ||
250 | + margin-right: 22px; | ||
251 | + line-height: 40px; | ||
252 | + height: 40px; | ||
253 | +} | ||
254 | +.caryard-basic-ifo-fees-max{ | ||
255 | + line-height: 40px; | ||
256 | +} | ||
257 | +.caryard-basic-ifo-fees-max{ | ||
258 | + width: 250px; | ||
259 | +} | ||
260 | +.caryard-basic-ifo-photo{ | ||
261 | + height: 37px; | ||
262 | + line-height: 37px; | ||
263 | +} | ||
264 | +.caryard-basic-ifo-photo span{ | ||
265 | + display: inline-block; | ||
266 | + width: 16px; | ||
267 | + height: 16px; | ||
268 | + margin-right: 18px; | ||
269 | + vertical-align: middle; | ||
270 | + /* margin-top: -3px; */ | ||
271 | + background-image: url(../../img/caryard-basic-ifo.png); | ||
272 | + background-repeat: no-repeat; | ||
273 | + background-position: -64px 0; | ||
274 | +} | ||
275 | +.caryard-basic-ifo-photo-wrap{ | ||
276 | + height:75px; | ||
277 | + padding: 13px 0 0; | ||
278 | +} | ||
279 | +.caryard-basic-ifo-photo-wrap li{ | ||
280 | + float: left; | ||
281 | + margin-right: 10px; | ||
282 | + width: 98px; | ||
283 | + height: 62px; | ||
284 | +} | ||
285 | +.caryard-basic-ifo-photo-wrap li img{ | ||
286 | + width: 100%; | ||
287 | + height: 100%; | ||
288 | +} | ||
289 | +.caryard-berth-ifo-wrap{ | ||
290 | + height: 57px; | ||
291 | + line-height: 57px; | ||
292 | +} | ||
293 | +.caryard-berth-ifo-number span:nth-of-type(1){ | ||
294 | + margin-right: 60px; | ||
295 | +} | ||
296 | +.caryard-berth-ifo-number>span:nth-of-type(1):before{ | ||
297 | + content: ''; | ||
298 | + position: absolute; | ||
299 | + left: -20px; | ||
300 | + top:3px; | ||
301 | + width: 12px; | ||
302 | + height: 14px; | ||
303 | + background: #5fe98f; | ||
304 | +} | ||
305 | +.caryard-berth-ifo-number>span:nth-of-type(2):before{ | ||
306 | + content: ''; | ||
307 | + position: absolute; | ||
308 | + left: -20px; | ||
309 | + top:3px; | ||
310 | + width: 12px; | ||
311 | + height: 14px; | ||
312 | + background: #f6f5f5; | ||
313 | + border: 1px solid #dbdbdb; | ||
314 | +} | ||
315 | +.caryard-berth-ifo-main{ | ||
316 | + height: 421px; | ||
317 | + /*overflow-y: auto;*/ | ||
318 | +} | ||
319 | +.caryard-berth-ifo-main li div{ | ||
320 | + width: 70px; | ||
321 | + height: 30px; | ||
322 | + line-height: 30px; | ||
323 | + text-align: center; | ||
324 | + font-size: 12px; | ||
325 | + color:rgba(0,0,0,.8); | ||
326 | + float: left; | ||
327 | + margin-right: 5px; | ||
328 | + overflow: hidden; | ||
329 | + text-overflow: ellipsis; | ||
330 | + white-space: nowrap; | ||
331 | +} | ||
332 | +.caryard-berth-ifo-main li div:nth-last-of-type{ | ||
333 | + margin-right: 0; | ||
334 | +} | ||
335 | +.caryard-berth-ifo-main li:nth-child(odd){ | ||
336 | + margin-bottom: 3px; | ||
337 | +} | ||
338 | +.caryard-berth-ifo-main li:nth-child(even){ | ||
339 | + margin-bottom: 20px; | ||
340 | +} | ||
341 | +.caryard-berth-ifo-status-green{ | ||
342 | + background-color: #5fe98f; | ||
343 | +} | ||
344 | +.caryard-berth-ifo-status-gray{ | ||
345 | + background-color: #f6f5f5; | ||
346 | + border: 1px solid #dbdbdb; | ||
347 | +} | ||
348 | +.caryard-parking-ifo li{ | ||
349 | + width: 164px; | ||
350 | + margin-right: 6px; | ||
351 | + float: left; | ||
352 | + height: 67px; | ||
353 | + padding: 9px 9px; | ||
354 | +} | ||
355 | +.caryard-parking-ifo li:nth-of-type(1){ | ||
356 | + background-color:#fff1db ; | ||
357 | +} | ||
358 | +.caryard-parking-ifo li:nth-of-type(1) .caryard-parking-ifo-icon{ | ||
359 | + width: 50px; | ||
360 | + height: 50px; | ||
361 | + margin-right: 9px; | ||
362 | + background-image: url("../../img/caryard-parking-ifo.png"); | ||
363 | + background-repeat: no-repeat; | ||
364 | + background-position: 0 0; | ||
365 | +} | ||
366 | +.caryard-parking-ifo li:nth-of-type(2){ | ||
367 | + background-color:#dff9eb ; | ||
368 | +} | ||
369 | +.caryard-parking-ifo li:nth-of-type(2) .caryard-parking-ifo-icon{ | ||
370 | + width: 50px; | ||
371 | + height: 50px; | ||
372 | + margin-right: 9px; | ||
373 | + background-image: url("../../img/caryard-parking-ifo.png"); | ||
374 | + background-repeat: no-repeat; | ||
375 | + background-position: -50px 0; | ||
376 | +} | ||
377 | +.caryard-parking-ifo li:nth-of-type(3){ | ||
378 | + background-color:#fff9db ; | ||
379 | +} | ||
380 | +.caryard-parking-ifo li:nth-of-type(3) .caryard-parking-ifo-icon{ | ||
381 | + width: 50px; | ||
382 | + height: 50px; | ||
383 | + margin-right: 9px; | ||
384 | + background-image: url("../../img/caryard-parking-ifo.png"); | ||
385 | + background-repeat: no-repeat; | ||
386 | + background-position: -100px 0; | ||
387 | +} | ||
388 | +.caryard-parking-ifo li:nth-of-type(4){ | ||
389 | + background-color:#dff3f4 ; | ||
390 | +} | ||
391 | +.caryard-parking-ifo li:nth-of-type(4) .caryard-parking-ifo-icon{ | ||
392 | + width: 50px; | ||
393 | + height: 50px; | ||
394 | + margin-right: 9px; | ||
395 | + background-image: url("../../img/caryard-parking-ifo.png"); | ||
396 | + background-repeat: no-repeat; | ||
397 | + background-position: -150px 0; | ||
398 | +} | ||
399 | +.caryard-parking-ifo li:last-of-type{ | ||
400 | + margin-right: 0; | ||
401 | +} | ||
402 | +.caryard-parking-ifo-title{ | ||
403 | + margin: 3px 0 5px; | ||
404 | +} | ||
405 | +.caryard-parking-detail-wrap{ | ||
406 | + margin-top: 15px; | ||
407 | +} | ||
408 | +.caryard-parking-detail-wrap>li{ | ||
409 | + height: 180px; | ||
410 | + float: left; | ||
411 | + margin-right: 5px; | ||
412 | +} | ||
413 | +.caryard-parking-detail-wrap>li:nth-of-type(1){ | ||
414 | + width: 168px; | ||
415 | +} | ||
416 | +.caryard-parking-detail-wrap>li:nth-of-type(2){ | ||
417 | + width: 250px; | ||
418 | +} | ||
419 | +.caryard-parking-detail-wrap>li:last-of-type{ | ||
420 | + width: 240px; | ||
421 | + margin-right: 0; | ||
422 | +} | ||
423 | +.caryard-parking-detail-rate span{ | ||
424 | + width: 18px; | ||
425 | + height: 18px; | ||
426 | + display: inline-block; | ||
427 | + margin-right: 5px; | ||
428 | + vertical-align: middle; | ||
429 | + margin-top: -3px; | ||
430 | + background-image: url(../../img/index-card-title.png); | ||
431 | + background-repeat: no-repeat; | ||
432 | + background-position: -18px -36px; | ||
433 | +} | ||
434 | +.caryard-parking-detail-business span{ | ||
435 | + width: 18px; | ||
436 | + height: 18px; | ||
437 | + display: inline-block; | ||
438 | + margin-right: 5px; | ||
439 | + vertical-align: middle; | ||
440 | + margin-top: -3px; | ||
441 | + background-image: url(../../img/index-card-title.png); | ||
442 | + background-repeat: no-repeat; | ||
443 | + background-position: -36px -18px; | ||
444 | +} | ||
445 | +.caryard-parking-detail-monitor span{ | ||
446 | + width: 18px; | ||
447 | + height: 18px; | ||
448 | + display: inline-block; | ||
449 | + margin-right: 5px; | ||
450 | + vertical-align: middle; | ||
451 | + margin-top: -3px; | ||
452 | + background-image: url(../../img/index-card-title.png); | ||
453 | + background-repeat: no-repeat; | ||
454 | + background-position: -54px 0; | ||
455 | +} | ||
456 | +.caryard-parking-echart{ | ||
457 | + height: 145px; | ||
458 | + width:100%; | ||
459 | +} | ||
460 | +.pay-way-ul{ | ||
461 | + padding: 0 35px; | ||
462 | +} | ||
463 | +.pay-way-ul li { | ||
464 | + overflow: hidden; | ||
465 | + height: 34px; | ||
466 | + line-height: 34px; | ||
467 | +} | ||
468 | +.pay-way-ul li div:nth-of-type(1) { | ||
469 | + width: 42px; | ||
470 | + margin-right: 5px; | ||
471 | +} | ||
472 | +.pay-way-wrap { | ||
473 | + width: calc(100% - 50px); | ||
474 | + height: 10px; | ||
475 | + background-color: #edf7fb; | ||
476 | + border-radius: 5px!important; | ||
477 | + vertical-align: middle; | ||
478 | + overflow: hidden; | ||
479 | + margin-top: 13px; | ||
480 | +} | ||
481 | +.pay-way-ul li:nth-of-type(1) .pay-way-scale { | ||
482 | + width: 70%; | ||
483 | + background-color: #5fe98f; | ||
484 | +} | ||
485 | +.pay-way-ul li:nth-of-type(2) .pay-way-scale { | ||
486 | + width: 60%; | ||
487 | + background-color: #5ed8a6; | ||
488 | +} | ||
489 | +.pay-way-ul li:nth-of-type(3) .pay-way-scale { | ||
490 | + width: 50%; | ||
491 | + background-color: #5dc2c3; | ||
492 | +} | ||
493 | +.pay-way-ul li:nth-of-type(4) .pay-way-scale { | ||
494 | + width: 40%; | ||
495 | + background-color: #5cb2d9; | ||
496 | +} | ||
497 | +.pay-way-ul li div:nth-of-type(1) { | ||
498 | + width: 42px; | ||
499 | + margin-right: 5px; | ||
500 | +} | ||
501 | +.pay-way-scale { | ||
502 | + height: 10px; | ||
503 | + left: 0; | ||
504 | + top: 0; | ||
505 | + border-radius: 5px!important; | ||
506 | +} | ||
507 | +.color-status-abnormal{ | ||
508 | + color: #fc4a4a; | ||
509 | +} | ||
510 | +.caryard-monitor-main{ | ||
511 | + | ||
512 | + | ||
513 | +} | ||
514 | +.caryard-monitor-main li{ | ||
515 | + height: 34px; | ||
516 | + line-height: 34px; | ||
517 | + padding-left: 26px; | ||
518 | + border-bottom: 1px solid #f0f0f0; | ||
519 | +} | ||
520 | +.caryard-monitor-main li span:nth-of-type(1){ | ||
521 | + width: 100px; | ||
522 | + display: inline-block; | ||
523 | +} | ||
524 | +.caryard-monitor-main li span:nth-of-type(2){ | ||
525 | + width: 80px; | ||
526 | + display: inline-block; | ||
527 | + margin-right: 5px; | ||
528 | +} | ||
529 | +.caryard-monitor-main li span:nth-of-type(3){ | ||
530 | + width: 18px; | ||
531 | + height: 18px; | ||
532 | + line-height: 18px; | ||
533 | + margin-bottom: 29px; | ||
534 | + text-align: center; | ||
535 | + display: inline-block; | ||
536 | + vertical-align: middle; | ||
537 | + color: #fc4a4a; | ||
538 | + font-size: 12px; | ||
539 | + border:1px solid #fc4a4a; | ||
540 | + border-radius: 100%!important; | ||
541 | +} | ||
542 | +.caryard-parking-berth-usage{ | ||
543 | + margin-top: 15px; | ||
544 | +} | ||
545 | +.caryard-parking-berth-usage span{ | ||
546 | + width: 18px; | ||
547 | + height: 18px; | ||
548 | + display: inline-block; | ||
549 | + margin-right: 5px; | ||
550 | + background: url("../../img/timeusage.png") no-repeat; | ||
551 | + vertical-align: middle; | ||
552 | +} | ||
553 | +.berth-usage-echart{ | ||
554 | + height: 110px; | ||
555 | + width:100%; | ||
556 | + | ||
557 | +} | ||
558 | + | ||
559 | +#wxRate,#aliRate,#cashRate,#otherRate{ | ||
560 | + width: 100%; | ||
561 | +} | ||
562 | + | ||
563 | +#recordtable tbody tr{ | ||
564 | + cursor: pointer; | ||
565 | +} | ||
566 | +.carfixwid{ | ||
567 | + max-width: 130px; | ||
568 | +} | ||
569 | +.modal-content{ | ||
570 | + color: rgba(0,0,0,1); | ||
571 | +} | ||
572 | +/*无泊位显示*/ | ||
573 | +.pop_nomatch{ | ||
574 | + height: 300px; | ||
575 | + width: 300px; | ||
576 | + margin: 0 auto; | ||
577 | + padding-top: 150px; | ||
578 | + padding-left: 50px; | ||
579 | + background: url(img/berthNoMatches.png) no-repeat; | ||
580 | + background-size: 46px 31px; | ||
581 | + background-position: 102px 100px; | ||
582 | +} | ||
583 | +.caryard-basic-ifo-fees-cricle{ | ||
584 | + height: 8px; | ||
585 | + width: 8px; | ||
586 | + background-color: #1E95CD; | ||
587 | + border-radius: 50% !important; | ||
588 | + margin-top: 16px; | ||
589 | + margin-right: 20px; | ||
590 | +} | ||
591 | + | ||
592 | +.tablecont>div{ | ||
593 | + float: left; | ||
594 | + width: 49%; | ||
595 | +} | ||
596 | +.tablecont>div:first-of-type{ | ||
597 | + margin-right: 2%; | ||
598 | +} | ||
599 | +.tablecont>div:nth-of-type(2){ | ||
600 | + float: right; | ||
601 | + width: 49%; | ||
602 | +} | ||
603 | +.allparkrecords-input78 { | ||
604 | + width: 100%; | ||
605 | + height: 34px; | ||
606 | + line-height: 34px; | ||
607 | +} | ||
608 | +.geodynamic-ITD-model-contbody { | ||
609 | + margin-top: 15px; | ||
610 | + padding: 0 !important; | ||
611 | +} | ||
612 | +.turnover-opentable { | ||
613 | + max-height: 400px; | ||
614 | + overflow-y: auto; | ||
615 | +} | ||
616 | +#recordtable thead,#recordtable tbody,#recordtable1 thead,#recordtable1 tbody{ | ||
617 | + border-left: 1px solid #e7ecf1; | ||
618 | + border-right: 1px solid #e7ecf1; | ||
619 | +} | ||
0 | \ No newline at end of file | 620 | \ No newline at end of file |
assets/pages/css/orderManagement/parkingmanage.css
0 → 100644
1 | +.parkmanage-input78{ | ||
2 | + width: 100%; | ||
3 | + height: 34px; | ||
4 | + line-height: 34px; | ||
5 | +} | ||
6 | +/*支出明细 弹窗 sta*/ | ||
7 | +/*返回按钮*/ | ||
8 | +.returnLastbtn{ | ||
9 | + cursor: pointer; | ||
10 | + width: 60px; | ||
11 | + height: 24px; | ||
12 | + text-align: center; | ||
13 | + line-height: 22px; | ||
14 | + background: rgba(97,181,220,1) !important; | ||
15 | + color: #fff !important; | ||
16 | + border: 1px solid rgba(97,181,220,1) !important; | ||
17 | + border-radius: 4px!important; | ||
18 | + box-sizing: border-box; | ||
19 | +} | ||
20 | +.showMaxwidth{ | ||
21 | + width: 590px; | ||
22 | + margin: 0 auto; | ||
23 | +} | ||
24 | +.handle_left{ | ||
25 | + width:228px; | ||
26 | + height:92px; | ||
27 | + background:rgba(255,255,255,1); | ||
28 | + box-shadow:0px 1px 6px 0px rgba(192,199,202,0.5); | ||
29 | + border-radius:4px !important; | ||
30 | +} | ||
31 | +.handle_lbg{ | ||
32 | + background: url("../../img/recordspaylico.png") no-repeat; | ||
33 | + width: 44px; | ||
34 | + height: 44px; | ||
35 | + margin-left: 19px; | ||
36 | + margin-top: 27px; | ||
37 | +} | ||
38 | +.handle_ltxt,.handle_rtxt{ | ||
39 | + width:25px; | ||
40 | + height:50px; | ||
41 | + font-size:12px; | ||
42 | + margin-top:27px; | ||
43 | + margin-left: 10px; | ||
44 | + font-family:MicrosoftYaHei; | ||
45 | + font-weight:400; | ||
46 | + color:rgba(0,0,0,.7); | ||
47 | +} | ||
48 | +.handle_ltop,.handle_rtop{ | ||
49 | + width:25px; | ||
50 | + height:13px; | ||
51 | + font-size:12px; | ||
52 | + margin-bottom: 15px; | ||
53 | +} | ||
54 | +.handle_lmoney{ | ||
55 | + width: 120px; | ||
56 | + margin-top: 22px; | ||
57 | + margin-left: 8px; | ||
58 | + height: 54px; | ||
59 | + font-size: 18px; | ||
60 | + font-family: MicrosoftYaHei; | ||
61 | + font-weight: 400; | ||
62 | +} | ||
63 | +.handle_lmoneytop,.handle_rmoneytop{ | ||
64 | + height: 22px; | ||
65 | + margin-bottom: 6px; | ||
66 | +} | ||
67 | +.handle_right{ | ||
68 | + width:329px; | ||
69 | + height:92px; | ||
70 | + background:rgba(255,255,255,1); | ||
71 | + box-shadow:0px 1px 6px 0px rgba(192,199,202,0.5); | ||
72 | + border-radius:4px !important; | ||
73 | +} | ||
74 | +.handle_rbg{ | ||
75 | + background: url("../../img/recordspayrico.png") no-repeat; | ||
76 | + width: 44px; | ||
77 | + height: 44px; | ||
78 | + margin-left: 19px; | ||
79 | + margin-top: 27px; | ||
80 | +} | ||
81 | +.handle_rmoney{ | ||
82 | + width: 90px; | ||
83 | + margin-top: 22px; | ||
84 | + margin-left: 8px; | ||
85 | + height: 54px; | ||
86 | + font-size: 18px; | ||
87 | + font-family: MicrosoftYaHei; | ||
88 | + font-weight: 400; | ||
89 | + color:rgba(0,0,0,.7); | ||
90 | +} | ||
91 | +/*住处明细 列表 sta*/ | ||
92 | +.records_detail{ | ||
93 | + /*max-height: 400px;*/ | ||
94 | + /*overflow-y: auto;*/ | ||
95 | + width: 590px; | ||
96 | + /*margin-left: 38px;*/ | ||
97 | +} | ||
98 | +.detail_cont{ | ||
99 | + height: 96px; | ||
100 | + width: 100%; | ||
101 | +} | ||
102 | +/*成功 icon*/ | ||
103 | +.detail_trueIco{ | ||
104 | + background: url("../../img/recordsPassico.png") no-repeat; | ||
105 | + width: 20px; | ||
106 | + height: 20px; | ||
107 | + margin-top: 30px; | ||
108 | +} | ||
109 | +/*失败 icon*/ | ||
110 | +.detail_falseIco{ | ||
111 | + background: url("../../img/recordsdefeatico.png") no-repeat; | ||
112 | + width: 20px; | ||
113 | + height: 20px; | ||
114 | + margin-top: 30px; | ||
115 | +} | ||
116 | +/*上 线*/ | ||
117 | +.detail_linetop{ | ||
118 | + bottom: 20px; | ||
119 | + left: 9px; | ||
120 | + height: 30px; | ||
121 | + width: 1px; | ||
122 | + border: 1px dashed rgba(203,211,211,0.9); | ||
123 | +} | ||
124 | +/* 下 线*/ | ||
125 | +.detail_line{ | ||
126 | + top: 20px; | ||
127 | + left: 9px; | ||
128 | + height: 45px; | ||
129 | + width: 1px; | ||
130 | + border: 1px dashed rgba(203,211,211,0.9); | ||
131 | +} | ||
132 | +.detail_right{ | ||
133 | + width:590px; | ||
134 | + height:80px; | ||
135 | + background:rgba(250,250,250,1); | ||
136 | + box-shadow:0px 3px 1px 0px rgba(192,199,202,0.48); | ||
137 | +} | ||
138 | +.detail_righttime{ | ||
139 | + width: 110px; | ||
140 | + height: 80px; | ||
141 | + background: #DDF1F9; | ||
142 | + margin-right: 6px; | ||
143 | + padding: 24px 16px; | ||
144 | + font-size:14px; | ||
145 | + font-family:MicrosoftYaHei; | ||
146 | + font-weight:400; | ||
147 | + color:rgba(0,0,0,0.8); | ||
148 | + line-height:20px; | ||
149 | + position: relative; | ||
150 | +} | ||
151 | +.detail_righttime:after{ | ||
152 | + content:""; | ||
153 | + width:0; | ||
154 | + height:0; | ||
155 | + position:absolute; | ||
156 | + right:-6px; | ||
157 | + top:45px; | ||
158 | + border-top:solid 6px transparent; | ||
159 | + border-left:solid 6px #DDF1F9; /* 白色小三角形 */ | ||
160 | + border-bottom:solid 6px transparent; | ||
161 | +} | ||
162 | +.detail_rightmsg{ | ||
163 | + height: 80px; | ||
164 | + width: 385px; | ||
165 | +} | ||
166 | +.detail_rightmsgtop{ | ||
167 | + height: 50px; | ||
168 | +} | ||
169 | +.detail_rightmsgbot{ | ||
170 | + height: 29px; | ||
171 | + display: flex; | ||
172 | +} | ||
173 | +.detail_rightmsgtop,.detail_rightmsgbot{ | ||
174 | + width: 100%; | ||
175 | + padding: 0 15px; | ||
176 | +} | ||
177 | +/*微信 icon*/ | ||
178 | +.msgwx-ico{ | ||
179 | + background: url("../../img/recordsWXico.png") no-repeat; | ||
180 | + width: 25px; | ||
181 | + height: 20px; | ||
182 | + margin-top: 17px; | ||
183 | + margin-right: 10px; | ||
184 | +} | ||
185 | +/*支付宝 icon*/ | ||
186 | +.msgalipay-ico{ | ||
187 | + background: url("../../img/recordsAlipayico.png") no-repeat; | ||
188 | + width: 24px; | ||
189 | + height: 24px; | ||
190 | + margin-top: 13px; | ||
191 | + margin-right: 11px; | ||
192 | +} | ||
193 | +/*现金 icon*/ | ||
194 | +.msgxj-ico{ | ||
195 | + background: url("../../img/recordsXJico.png") no-repeat; | ||
196 | + width: 23px; | ||
197 | + height: 16px; | ||
198 | + margin-top: 17px; | ||
199 | + margin-right: 12px; | ||
200 | +} | ||
201 | +/*余额 icon*/ | ||
202 | +.msgyy-ico{ | ||
203 | + background: url("../../img/recordsYYico.png") no-repeat; | ||
204 | + height: 22px; | ||
205 | + width: 22px; | ||
206 | + margin-top: 14px; | ||
207 | + margin-right: 13px; | ||
208 | +} | ||
209 | +.detail_rightmsgtopl,.detail_rightmsgtopr{ | ||
210 | + font-size: 14px; | ||
211 | + line-height: 50px; | ||
212 | + color:rgba(0,0,0,0.8); | ||
213 | +} | ||
214 | +.detail_rightmsgline{ | ||
215 | + /*margin-top: 2px;*/ | ||
216 | + height: 1px; | ||
217 | + width: 382px; | ||
218 | + border:1px dashed rgba(203,211,211,.9); | ||
219 | +} | ||
220 | +.detail_rightmsgbot div{ | ||
221 | + height: 28px; | ||
222 | + line-height: 28px; | ||
223 | + font-size:12px; | ||
224 | + font-family:MicrosoftYaHei; | ||
225 | + font-weight:400; | ||
226 | + color:rgba(0,0,0,.6); | ||
227 | + flex: 1; | ||
228 | +} | ||
229 | +/*停车费 栏*/ | ||
230 | +.records_popMsg{ | ||
231 | + height: 80px; | ||
232 | + padding-top: 5px; | ||
233 | +} | ||
234 | +/*无支出明细字段样式*/ | ||
235 | +.detail_default{ | ||
236 | + height: 60px; | ||
237 | + line-height: 60px; | ||
238 | + text-align: center; | ||
239 | +} | ||
240 | +/*右侧*/ | ||
241 | +.detail_rightoper{ | ||
242 | + width: 88px; | ||
243 | + height: 100%; | ||
244 | +} | ||
245 | +.detail_rightoper div{ | ||
246 | + width:50px; | ||
247 | + height:24px; | ||
248 | + line-height: 24px; | ||
249 | + border-radius:4px !important; | ||
250 | + margin-left: 19px; | ||
251 | + text-align: center; | ||
252 | + margin-top: 28px; | ||
253 | + cursor: pointer; | ||
254 | +} | ||
255 | +.detail_reviseBtn{ | ||
256 | + color: #fff; | ||
257 | + background:rgba(244,28,64,1); | ||
258 | +} | ||
259 | +.detail_drawBtn{ | ||
260 | + color: #fff; | ||
261 | + background:rgba(75,170,215,1); | ||
262 | +} | ||
263 | + | ||
264 | +/*input radio style*/ | ||
265 | +/*单选复选美化*/ | ||
266 | +input[type=checkbox], | ||
267 | +input[type=radio ]{ | ||
268 | + width : 28px; | ||
269 | + height : 24px; | ||
270 | + margin : 0; | ||
271 | + padding : 0; | ||
272 | + opacity : 0; | ||
273 | + filter: "alpha(opacity=0)"; /* IE 8 */ | ||
274 | +} | ||
275 | +input[type=radio] + label{ | ||
276 | + /*margin-right: 14px;*/ | ||
277 | + display : inline-block; | ||
278 | + margin-left : -28px; | ||
279 | + padding-left : 20px; | ||
280 | + background : url('../../img/input-radio.png') no-repeat 0 center ; | ||
281 | + line-height : 24px; | ||
282 | + | ||
283 | +} | ||
284 | +input[type=radio]:hover + label{ | ||
285 | + background: url('../../img/input-radio.png') no-repeat 0 center; | ||
286 | +} | ||
287 | +input[type=radio]:checked + label{ | ||
288 | + background : url('../../img/input-radio-active.png') no-repeat 0 center; | ||
289 | + | ||
290 | +} | ||
291 | +input[type=radio]:checked:hover + label{ | ||
292 | + background: url('../../img/input-radio-active.png') no-repeat 0 center; | ||
293 | + | ||
294 | +} | ||
0 | \ No newline at end of file | 295 | \ No newline at end of file |
assets/pages/css/orderManagement/peccancymanage.css
0 → 100644
1 | + | ||
2 | +/*单选复选美化*/ | ||
3 | +.blue-form-group input[type=checkbox], | ||
4 | +.blue-form-group input[type=radio ]{ | ||
5 | + width : 28px; | ||
6 | + height : 24px; | ||
7 | + margin : 0; | ||
8 | + padding : 0; | ||
9 | + opacity : 0; | ||
10 | + filter: "alpha(opacity=0)"; /* IE 8 */ | ||
11 | +} | ||
12 | + | ||
13 | +.blue-form-group input[type=checkbox]+ label{ | ||
14 | + display : inline-block; | ||
15 | + margin-left : -28px; | ||
16 | + padding-left : 28px; | ||
17 | + background : url('../../../img/input-checkexActive.png') no-repeat 0 center; | ||
18 | + line-height : 24px; | ||
19 | + opacity : 1; | ||
20 | + | ||
21 | +} | ||
22 | +.blue-form-group input[type=checkbox]:hover + label{ | ||
23 | + background: url('../../../img/input-checkexActive.png') no-repeat 0 center; | ||
24 | + | ||
25 | +} | ||
26 | +.blue-form-group input[type=checkbox]:checked + label{ | ||
27 | + background: url('../../../img/input-checkbox.png') no-repeat 0 center; | ||
28 | + | ||
29 | +} | ||
30 | + | ||
31 | +.blue-form-group input[type=checkbox]:checked:hover + label{ | ||
32 | + background: url('../../../img/input-checkbox.png') no-repeat 0 center; | ||
33 | + | ||
34 | +} | ||
35 | + | ||
36 | +.blue-form-group input[type=radio] + label{ | ||
37 | + /*margin-right: 14px;*/ | ||
38 | + display : inline-block; | ||
39 | + margin-left : -28px; | ||
40 | + padding-left : 20px; | ||
41 | + background : url('../../../img/input-radio.png') no-repeat 0 center ; | ||
42 | + line-height : 24px; | ||
43 | + | ||
44 | +} | ||
45 | +.blue-form-group input[type=radio]:hover + label{ | ||
46 | + background: url('../../../img/input-radio.png') no-repeat 0 center; | ||
47 | +} | ||
48 | +.blue-form-group input[type=radio]:checked + label{ | ||
49 | + background : url('../../../img/input-radio-active.png') no-repeat 0 center; | ||
50 | + | ||
51 | +} | ||
52 | +.blue-form-group input[type=radio]:checked:hover + label{ | ||
53 | + background: url('../../../img/input-radio-active.png') no-repeat 0 center; | ||
54 | + | ||
55 | +} | ||
56 | + | ||
57 | +/*弹窗 add */ | ||
58 | +.peccancymanage-daytitImg { | ||
59 | + width: 26px; | ||
60 | + height: 24px; | ||
61 | + top: 5px; | ||
62 | + left: 60px; | ||
63 | + background: url(../css/img/chargegroup_smallIcon.png) no-repeat; | ||
64 | + background-position: -140px -30px; | ||
65 | +} | ||
66 | +.peccancymanage-nighttitImg { | ||
67 | + width: 26px; | ||
68 | + height: 24px; | ||
69 | + top: 5px; | ||
70 | + left: 60px; | ||
71 | + background: url(../css/img/chargegroup_smallIcon.png) no-repeat; | ||
72 | + background-position: -105px -30px; | ||
73 | +} | ||
74 | +.peccancymanage-width80{ | ||
75 | + width: 80px; | ||
76 | +} | ||
77 | +.peccancymanage-pad5{ | ||
78 | + padding-left: 5px; | ||
79 | + padding-right: 5px; | ||
80 | +} | ||
81 | +.peccancymanage-poptime{ | ||
82 | + padding: 0 10px | ||
83 | +} |
assets/pages/css/orderManagement/ymcardorder.css
0 → 100644
1 | + | ||
2 | +.bootstrap-select.btn-group .dropdown-menu.inner{ | ||
3 | + max-height: 200px!important; | ||
4 | +} | ||
5 | +.car-number{ | ||
6 | + border: 1px solid #ccc; | ||
7 | + height: 18px; | ||
8 | + line-height: 18px; | ||
9 | + padding: 0px 8px; | ||
10 | + text-align: center; | ||
11 | + display: block; | ||
12 | + float: left; | ||
13 | + margin:-1px 5px 0; | ||
14 | +} | ||
15 | +.add-plus,.deduct-minus{ | ||
16 | + width: 16px; | ||
17 | + height: 16px; | ||
18 | + line-height: 16px; | ||
19 | + color: #fff; | ||
20 | + padding-left: 4px; | ||
21 | +} | ||
22 | +.row-stye-rule{ | ||
23 | + width: 111px; | ||
24 | + padding-left: 25px; | ||
25 | + margin-bottom: 15px; | ||
26 | +} | ||
27 | +.vip-wid564{ | ||
28 | + width: 664px; | ||
29 | + margin-left: 9px; | ||
30 | + padding: 15px; | ||
31 | + background-color: #f5f7f8; | ||
32 | +} | ||
33 | +.totla-mon{ | ||
34 | + margin-top: 15px; | ||
35 | + font-size: 16px; | ||
36 | + padding-left: 25px; | ||
37 | +} | ||
38 | +.totla-mon span{ | ||
39 | + margin-left: 10px; | ||
40 | + margin-right: 10px; | ||
41 | + font-size: 20px; | ||
42 | + color: #fe516d; | ||
43 | +} | ||
44 | +.colstyles-div{ | ||
45 | + font-size: 13px; | ||
46 | + | ||
47 | +} | ||
48 | +.colstyles-div span{ | ||
49 | + margin-left: 5px; | ||
50 | +} | ||
51 | +.parkNametit{ | ||
52 | + padding-left: 25px; | ||
53 | + margin-top: -12px; | ||
54 | + height: 35px; | ||
55 | + line-height: 35px; | ||
56 | +} | ||
57 | + | ||
58 | +.colfix{ | ||
59 | + color: #f00; | ||
60 | + padding-left: 25px; | ||
61 | + margin-top: -20px; | ||
62 | +} | ||
63 | +.parkMono{ | ||
64 | + height: 160px; | ||
65 | + display: none; | ||
66 | +} | ||
67 | +.form-parkMono{ | ||
68 | + height: 100px; | ||
69 | + overflow-y: scroll; | ||
70 | + background: #fff; | ||
71 | + padding-left: 20px; | ||
72 | + padding-top: 5px; | ||
73 | +} | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | +.tishiMsg{ | ||
78 | + height: 30px; | ||
79 | + line-height: 30px; | ||
80 | +} | ||
81 | +.form-body-con-padding{ | ||
82 | + padding: 15px 15px; | ||
83 | +} | ||
84 | +.btn.default:not(.btn-outline){ | ||
85 | + background-color: #e1e5ec; | ||
86 | +} | ||
87 | + | ||
88 | + | ||
89 | +.progressWidth{ | ||
90 | + width: 200px; | ||
91 | + height: 15px; | ||
92 | + border: 1px solid #efefef; | ||
93 | + border-radius: 10px!important; | ||
94 | + position: relative; | ||
95 | + overflow: hidden; | ||
96 | + margin-right: 10px; | ||
97 | +} | ||
98 | +.progressLoad{ | ||
99 | + position: absolute; | ||
100 | + left: 0; | ||
101 | + top:0; | ||
102 | + height: 15px; | ||
103 | + background-color: #32c5d2; | ||
104 | +} | ||
105 | +#write_rule,#change_rule{ | ||
106 | + color: #ff0000; | ||
107 | +} | ||
108 | +#progressWrap { | ||
109 | + padding-top: 15px; | ||
110 | + padding-left: 38px; | ||
111 | + padding-bottom: 15px; | ||
112 | +} | ||
113 | + | ||
114 | +.renewMon{ | ||
115 | + margin-right: 10px; | ||
116 | +} | ||
117 | + | ||
118 | +.ymorder-parking-l{ | ||
119 | + float: left; | ||
120 | + width: 60px; | ||
121 | + height: 34px; | ||
122 | + line-height: 34px; | ||
123 | +} | ||
124 | +.ymorder-input78{ | ||
125 | + width: 78%; | ||
126 | + height: 34px; | ||
127 | + line-height: 34px; | ||
128 | +} | ||
129 | + |
assets/pages/css/reportStatistics/parkingfee.css
0 → 100644
assets/pages/css/theme/blue.css
0 → 100644
1 | +/* | ||
2 | + ================================ | ||
3 | + @作者:andy | ||
4 | + @修改者:andy | ||
5 | + @模块描述:blue.css样式 | ||
6 | + @创建日期:2018/06/06 | ||
7 | + @修改日期:2018/07/30 | ||
8 | + ================================ | ||
9 | +*/ | ||
10 | + | ||
11 | +/* | ||
12 | + ================================ | ||
13 | + @Logo样式(logo图、背景、边框) | ||
14 | + ================================ | ||
15 | +*/ | ||
16 | +body { | ||
17 | + /*min-width: 1200px;*/ | ||
18 | + overflow-x: auto; | ||
19 | + background:#1E95CD url("../../img/navbar-logo.png") no-repeat 0 bottom; | ||
20 | + font-family:'Microsoft YaHei','SimSun','Arial',"黑体", sans-serif; | ||
21 | +} | ||
22 | + | ||
23 | +/* | ||
24 | + ================================ | ||
25 | + @最顶端Head样式(产品名称、背景、右侧退出等操作项) | ||
26 | + ================================ | ||
27 | +*/ | ||
28 | +.top-menu>li{ | ||
29 | + float: left; | ||
30 | + height: 60px; | ||
31 | + color: #FFF; | ||
32 | +} | ||
33 | +.top-menu>li:nth-of-type(1){ | ||
34 | + padding-left: 38px; | ||
35 | + font-size: 18px; | ||
36 | + float: left; | ||
37 | +} | ||
38 | +.top-menu>li:nth-of-type(2){ | ||
39 | + position: relative; | ||
40 | + cursor: pointer; | ||
41 | + font-size: 14px; | ||
42 | + float: right; | ||
43 | +} | ||
44 | +/*右侧ul 样式*/ | ||
45 | +/*第一个 li*/ | ||
46 | +.ITD-rightBarUl li{ | ||
47 | + position: relative; | ||
48 | +} | ||
49 | +.ITD-rightBarUl .ITD-msgcenter div{ | ||
50 | + height: 18px; | ||
51 | + line-height: 18px; | ||
52 | + width: 110px; | ||
53 | + position: relative; | ||
54 | + margin-top: 23px; | ||
55 | +} | ||
56 | +.ITD-rightBarUl .fullScreen div{ | ||
57 | + height: 18px; | ||
58 | + line-height: 18px; | ||
59 | + width: 96px; | ||
60 | + position: relative; | ||
61 | + margin-top: 23px; | ||
62 | +} | ||
63 | +.ITD-rightBarUl>li:nth-of-type(1):after,.ITD-rightBarUl>li:nth-of-type(2):after,.ITD-rightBarUl>li:nth-of-type(3):after,.ITD-rightBarUl>li:nth-of-type(4):after{ | ||
64 | + content: ''; | ||
65 | + position: absolute; | ||
66 | + width: 1px; | ||
67 | + height: 18px; | ||
68 | + background: rgba(240,240,242,.2); | ||
69 | + top:23px; | ||
70 | + right: 0; | ||
71 | +} | ||
72 | +.ITD-rightBarUl .ITD-msgcenter span:first-of-type { | ||
73 | + width: 18px; | ||
74 | + height: 18px; | ||
75 | + float: left; | ||
76 | + margin-right: 10px; | ||
77 | + background: url(../../img/theme-msgIco.png) no-repeat; | ||
78 | + vertical-align: middle; | ||
79 | +} | ||
80 | +.ITD-msgcenter-num{ | ||
81 | + background-color: #f3173b; | ||
82 | + color: #fff; | ||
83 | + padding: 0 3px; | ||
84 | + border-radius: 15px!important; | ||
85 | + position: absolute; | ||
86 | + top: -12px; | ||
87 | + left: 3px; | ||
88 | + font-size: 12px; | ||
89 | +} | ||
90 | +.ITD-rightBarUl .ITD-msgcenter span:nth-of-type(2){ | ||
91 | + height: 18px; | ||
92 | + line-height: 18px; | ||
93 | + float: left; | ||
94 | + width: 62px; | ||
95 | + text-align: center; | ||
96 | +} | ||
97 | +.ITD-rightBarUl .fullScreen span:first-of-type { | ||
98 | + width: 18px; | ||
99 | + height: 18px; | ||
100 | + float: left; | ||
101 | + background: url(../../img/righttopbarico_Bg.png) no-repeat; | ||
102 | + vertical-align: middle; | ||
103 | + margin-left: 16px; | ||
104 | +} | ||
105 | +.ITD-rightBarUl .fullScreen span:nth-of-type(2){ | ||
106 | + height: 18px; | ||
107 | + line-height: 18px; | ||
108 | + float: left; | ||
109 | + width: 54px; | ||
110 | + text-align: center; | ||
111 | +} | ||
112 | +/*第3个 li*/ | ||
113 | +.ITD-rightBarUl li:nth-of-type(3) div{ | ||
114 | + height: 18px; | ||
115 | + line-height: 18px; | ||
116 | + /*width: 74px;*/ | ||
117 | + position: relative; | ||
118 | + margin-top: 23px; | ||
119 | +} | ||
120 | +.ITD-rightBarUl li:nth-of-type(3) span:first-of-type { | ||
121 | + width: 18px; | ||
122 | + height: 18px; | ||
123 | + float: left; | ||
124 | + background: url(../../img/righttopbarico_Bg.png) no-repeat; | ||
125 | + background-position: -52px 0px; | ||
126 | + vertical-align: middle; | ||
127 | + margin-left: 16px; | ||
128 | +} | ||
129 | +.ITD-rightBarUl li:nth-of-type(3) span:nth-of-type(2){ | ||
130 | + height: 18px; | ||
131 | + line-height: 18px; | ||
132 | + float: left; | ||
133 | + text-align: center; | ||
134 | + padding: 0 16px; | ||
135 | +} | ||
136 | +/*第4个 li*/ | ||
137 | +.ITD-rightBarUl li:nth-of-type(4) div{ | ||
138 | + height: 18px; | ||
139 | + line-height: 18px; | ||
140 | + /*width: 74px;*/ | ||
141 | + position: relative; | ||
142 | + margin-top: 23px; | ||
143 | +} | ||
144 | +.ITD-rightBarUl li:nth-of-type(4) span:first-of-type { | ||
145 | + width: 18px; | ||
146 | + height: 18px; | ||
147 | + float: left; | ||
148 | + background: url(../../img/righttopbarico_Bg.png) no-repeat; | ||
149 | + background-position: -26px 0px; | ||
150 | + vertical-align: middle; | ||
151 | + margin-left: 16px; | ||
152 | +} | ||
153 | +.ITD-rightBarUl li:nth-of-type(4) span:nth-of-type(2){ | ||
154 | + height: 18px; | ||
155 | + line-height: 18px; | ||
156 | + float: left; | ||
157 | + text-align: center; | ||
158 | + padding: 0 16px; | ||
159 | +} | ||
160 | +/*第二个li 下拉框*/ | ||
161 | +.usersettingUl{ | ||
162 | + width: 120px; | ||
163 | + height: 82px; | ||
164 | + padding: 6px; | ||
165 | + border-radius: 4px !important; | ||
166 | +} | ||
167 | +.dropdown-menu:before{ | ||
168 | + position:absolute; | ||
169 | + border-left:6px solid transparent; | ||
170 | + border-right:6px solid transparent; | ||
171 | + border-bottom:6px solid #fff; | ||
172 | + content:" "; | ||
173 | + display:block; | ||
174 | + width:0; | ||
175 | + height:0; | ||
176 | + top: -6px; | ||
177 | + left: 52px; | ||
178 | +} | ||
179 | +/* help style*/ | ||
180 | + | ||
181 | +.rnt_help div{ | ||
182 | + height: 18px; | ||
183 | + line-height: 18px; | ||
184 | + /*width: 74px;*/ | ||
185 | + position: relative; | ||
186 | + margin-top: 23px; | ||
187 | +} | ||
188 | +.rnt_help span:first-of-type { | ||
189 | + display: inline-block; | ||
190 | + height: 20px; | ||
191 | + width: 18px; | ||
192 | + background: url(../../img/righttopbarico_Bg.png) no-repeat; | ||
193 | + background-position: -77px 0px; | ||
194 | + vertical-align: middle; | ||
195 | + margin-left: 16px; | ||
196 | +} | ||
197 | +.rnt_help span:first-of-type .iconfont { | ||
198 | + font-size: 16px; | ||
199 | + /*padding-right: 2px;*/ | ||
200 | +} | ||
201 | +.rnt_help span:nth-of-type(2){ | ||
202 | + height: 18px; | ||
203 | + line-height: 18px; | ||
204 | + display: inline-block; | ||
205 | + text-align: center; | ||
206 | + padding:0 16px; | ||
207 | +} | ||
208 | +/*第三个li 下拉框*/ | ||
209 | + | ||
210 | +/* | ||
211 | + ================================ | ||
212 | + @左侧sidebar样式(菜单操作、ICON、字体、选中、左侧选中竖线) | ||
213 | + @菜单[首页、车场概览、车场运营、财务管理、资源管理、统计报表、系统管理] | ||
214 | + ================================ | ||
215 | +*/ | ||
216 | +.ITD-common-menu-first{ | ||
217 | + margin-top: 10px; | ||
218 | + background: url("../../img/navBar-car.png") 154px 68px no-repeat; | ||
219 | +} | ||
220 | +.ITD-common-menu-first>li{ | ||
221 | + position: relative; | ||
222 | +} | ||
223 | +.ITD-common-menu-first>li:nth-of-type(2){ | ||
224 | + border-bottom: 5px solid #f1f1f3; | ||
225 | +} | ||
226 | +.ITD-common-menu-first>li>div{ | ||
227 | + cursor: pointer; | ||
228 | + color: #fff; | ||
229 | + font-size: 14px; | ||
230 | + height: 56px; | ||
231 | + line-height: 56px; | ||
232 | + padding-left: 40px; | ||
233 | +} | ||
234 | +.ITD-common-menu-first>li>div>img{ | ||
235 | + opacity: .8; | ||
236 | + margin-right: 27px; | ||
237 | +} | ||
238 | +.ITD-common-menu-first>li.ITD-common-menu-first-active>div{ | ||
239 | + background: rgba(255,255,255,.2); | ||
240 | + font-weight: 800; | ||
241 | +} | ||
242 | +.ITD-common-menu-first>li.ITD-common-menu-first-active>div>img{ | ||
243 | + opacity: 1; | ||
244 | +} | ||
245 | +.ITD-common-menu-first>li.ITD-common-menu-first-active:before{ | ||
246 | + content: ''; | ||
247 | + position: absolute; | ||
248 | + width: 4px; | ||
249 | + height: 100%; | ||
250 | + background-color: #5fe98f; | ||
251 | +} | ||
252 | +.ITD-common-menu-second{ | ||
253 | + background-color: rgba(255,255,255,.1); | ||
254 | + margin-top: 2px; | ||
255 | +} | ||
256 | +.ITD-common-menu-second>li{ | ||
257 | + position: relative; | ||
258 | +} | ||
259 | +.ITD-common-menu-second>li:hover{ | ||
260 | + background-color: rgba(255,255,255,.2); | ||
261 | +} | ||
262 | +.ITD-common-menu-select{ | ||
263 | + background-color: rgba(255,255,255,.2); | ||
264 | +} | ||
265 | +.ITD-common-menu-second>li>div{ | ||
266 | + cursor: pointer; | ||
267 | + height: 36px; | ||
268 | + line-height: 36px; | ||
269 | + padding-left: 108px; | ||
270 | + font-size: 12px; | ||
271 | + color: #fff; | ||
272 | +} | ||
273 | +.ITD-common-menu-first-bg{ | ||
274 | + display: inline-block; | ||
275 | + width: 28px!important; | ||
276 | + height: 28px; | ||
277 | + vertical-align: middle; | ||
278 | + margin-right: 26px; | ||
279 | +} | ||
280 | +.ITD-common-menu-first-bg:before{ | ||
281 | + content: ''; | ||
282 | +} | ||
283 | +/* | ||
284 | + ========================= | ||
285 | + 左侧菜单目录栏 icon | ||
286 | + ========================= | ||
287 | + | ||
288 | +*/ | ||
289 | +/*首页*/ | ||
290 | +.icon-index{ | ||
291 | + top:0!important; | ||
292 | + background-image: url("../../img/first_menu_indexIco.png") ; | ||
293 | + background-repeat: no-repeat; | ||
294 | +} | ||
295 | +/*车场概况*/ | ||
296 | +.icon-shield{ | ||
297 | + top:0!important; | ||
298 | + background-image: url("../../img/first_menu_parkgk.png") ; | ||
299 | + background-repeat: no-repeat; | ||
300 | +} | ||
301 | +/*车场运营*/ | ||
302 | +.icon-opermonit{ | ||
303 | + top:0!important; | ||
304 | + background-image: url("../../img/first_menu_parkyyIco.png") ; | ||
305 | + background-repeat: no-repeat; | ||
306 | +} | ||
307 | +/*统计报表*/ | ||
308 | +.icon-tjbb{ | ||
309 | + top:0!important; | ||
310 | + background-image: url("../../img/first_menu_tjbbIco.png") ; | ||
311 | + background-repeat: no-repeat; | ||
312 | +} | ||
313 | +/*客服管理*/ | ||
314 | +.icon-kfgl{ | ||
315 | + top:0!important; | ||
316 | + background-image: url("../../img/first_menu_kfIco.png") ; | ||
317 | + background-repeat: no-repeat; | ||
318 | +} | ||
319 | +/*违法管理*/ | ||
320 | +.icon-wfgl{ | ||
321 | + top:0!important; | ||
322 | + background-image: url("../../img/first_menu_wfIco.png") ; | ||
323 | + background-repeat: no-repeat; | ||
324 | +} | ||
325 | +/*资源管理*/ | ||
326 | +.icon-note{ | ||
327 | + top:0!important; | ||
328 | + background-image: url("../../img/first_menu_zygl.png") ; | ||
329 | + background-repeat: no-repeat; | ||
330 | +} | ||
331 | +/*共享车位*/ | ||
332 | +.icon-target{ | ||
333 | + top:0!important; | ||
334 | + background-image: url("../../img/first_menu_parkshareIco.png") ; | ||
335 | + background-repeat: no-repeat; | ||
336 | +} | ||
337 | +/*财务管理*/ | ||
338 | +.icon-equalizer{ | ||
339 | + top:0!important; | ||
340 | + background-image: url("../../img/first_menu_cwgl.png") ; | ||
341 | + background-repeat: no-repeat; | ||
342 | +} | ||
343 | +/* 运维管理*/ | ||
344 | +.icon-flag { | ||
345 | + top:0!important; | ||
346 | + background-image: url("../../img/menu-first-bg.png") ; | ||
347 | + background-repeat: no-repeat; | ||
348 | + background-position: -129px 0; | ||
349 | +} | ||
350 | +/* 系统管理*/ | ||
351 | +.icon-settings { | ||
352 | + top:0!important; | ||
353 | + background-image: url("../../img/first_menu_settingIco.png") ; | ||
354 | + background-repeat: no-repeat; | ||
355 | +} | ||
356 | +/* 收费员管理*/ | ||
357 | +.icon-charge { | ||
358 | + top:0!important; | ||
359 | + background-image: url("../../img/first_menu_chargeIco.png") ; | ||
360 | + background-repeat: no-repeat; | ||
361 | +} | ||
362 | + | ||
363 | +/* | ||
364 | + ================================ | ||
365 | + @右侧菜单对应内容sidebar样式(按钮、面板...) | ||
366 | + ================================ | ||
367 | +*/ | ||
368 | +.ITD-topbar-wrap a{ | ||
369 | + text-decoration: none; | ||
370 | + color: #000; | ||
371 | +} | ||
372 | +.ITD-tab-active{ | ||
373 | + background-color: #26be96 !important; | ||
374 | + color: #fff !important; | ||
375 | + border-color: #26be96 !important; | ||
376 | +} | ||
377 | +.ITD-topbar-wrap{ | ||
378 | + border-bottom: 1px solid #1E95CD; | ||
379 | + height: 38px; | ||
380 | + background-color: #fff; | ||
381 | + padding-left: 50px; | ||
382 | +} | ||
383 | +.ITD-topbar-wrap>li{ | ||
384 | + font-size: 16px; | ||
385 | + color: #000; | ||
386 | + text-align: center; | ||
387 | + float: left; | ||
388 | + margin-right: 50px; | ||
389 | + height: 36px; | ||
390 | + line-height: 36px; | ||
391 | + position: relative; | ||
392 | + cursor: pointer; | ||
393 | +} | ||
394 | +.ITD-topbar-wrap>li a{ | ||
395 | + height: 36px; | ||
396 | + line-height: 36px; | ||
397 | + display: inline-block; | ||
398 | +} | ||
399 | +.ITD-topbar-wrap>li.ITD-topbar-clickactive:after{ | ||
400 | + content: ''; | ||
401 | + position: absolute; | ||
402 | + bottom:-1px; | ||
403 | + left:0; | ||
404 | + height: 3px; | ||
405 | + width: 100%; | ||
406 | + background-color: #5fe98f; | ||
407 | +} | ||
408 | +.ITD-topbar-wrap>li div{ | ||
409 | + height: 16px; | ||
410 | + line-height: 16px; | ||
411 | +} | ||
412 | +.ITD-topbar-wrap>li:last-of-type{ | ||
413 | + border-right: 0; | ||
414 | +} | ||
415 | +.ITD-topbar-wrap>li.ITD-topbar-clickactive{ | ||
416 | + color: #000; | ||
417 | +} | ||
418 | +.ITD-topbar-wrap>li.ITD-topbar-clickactive a{ | ||
419 | + color: #000; | ||
420 | +} | ||
421 | +/* | ||
422 | + ================================ | ||
423 | + 搜索栏部分 按钮样式 公共 | ||
424 | + ================================ | ||
425 | +*/ | ||
426 | +/* | ||
427 | + 查询按钮样式 | ||
428 | +*/ | ||
429 | +.ITD-common-searchbtn{ | ||
430 | + width:91px; | ||
431 | + height:32px; | ||
432 | + line-height: 32px; | ||
433 | + background:rgba(254,200,77,1); | ||
434 | + border-radius: 4px!important; | ||
435 | + color: #fff; | ||
436 | + text-align: center; | ||
437 | + cursor: pointer; | ||
438 | +} | ||
439 | +/* | ||
440 | + 更多按钮样式 | ||
441 | +*/ | ||
442 | +.ITD-search-morebtn{ | ||
443 | + width:91px; | ||
444 | + height:32px; | ||
445 | + line-height: 32px; | ||
446 | + text-align: center; | ||
447 | + background:rgba(255,255,255,1); | ||
448 | + border-radius: 4px!important; | ||
449 | + border: 1px solid #D9D9D9; | ||
450 | + cursor: pointer; | ||
451 | +} | ||
452 | +/* | ||
453 | + 打印按钮样式 | ||
454 | +*/ | ||
455 | +.ITD-search-printbtn{ | ||
456 | + width:64px; | ||
457 | + height:32px; | ||
458 | + line-height: 32px; | ||
459 | + padding-left: 25px; | ||
460 | + cursor: pointer; | ||
461 | + background: url("../../img/dataprintIco.png") no-repeat 0 center; | ||
462 | +} | ||
463 | +/*导出Icon*/ | ||
464 | +.ITD-export-btn{ | ||
465 | + width: 72px; | ||
466 | + cursor: pointer; | ||
467 | + padding: 3px 10px 3px 35px; | ||
468 | + border: 1px solid #b1b1b1; | ||
469 | + border-radius: 4px!important; | ||
470 | + font-size: 12px; | ||
471 | + color: rgba(89,87,87,0.6); | ||
472 | + outline:none; | ||
473 | + background: url(../../img/ITD-export-btn.png) no-repeat 10px center; | ||
474 | +} | ||
475 | +/*已读Icon*/ | ||
476 | +.ITD-readall-btn{ | ||
477 | + width: 120px; | ||
478 | + cursor: pointer; | ||
479 | + padding: 3px 10px 3px 35px; | ||
480 | + border: 1px solid #b1b1b1; | ||
481 | + border-radius: 4px!important; | ||
482 | + font-size: 12px; | ||
483 | + color: rgba(89,87,87,0.6); | ||
484 | + outline:none; | ||
485 | + background: url(../../img/ITD-readall-btn.png) no-repeat 10px center; | ||
486 | +} | ||
487 | +.ITD-panelicon-export:before { | ||
488 | + background:url(../../img/themes_Icosave.png) no-repeat; | ||
489 | + background-position:0 -16px; | ||
490 | +} | ||
491 | +/*新增Icon*/ | ||
492 | +.ITD-panelicon-add:before { | ||
493 | + background-image:url(../../img/theme_btn_add.png); | ||
494 | +} | ||
495 | +/*对比Icon*/ | ||
496 | +.ITD-panelicon-pk:before { | ||
497 | + background-image:url(../../img/ico_Plus.png); | ||
498 | +} | ||
499 | +/*删除Icon*/ | ||
500 | +.ITD-panelicon-delete:before { | ||
501 | + background-image:url(../../img/themes_Icodelete.png); | ||
502 | +} | ||
503 | +/*导入Icon*/ | ||
504 | +.ITD-panelicon-enter:before { | ||
505 | + background-image:url(../../img/themes_Icoenter.png); | ||
506 | +} | ||
507 | +/*修改Icon*/ | ||
508 | +.ITD-panelicon-edit:before { | ||
509 | + background-image:url(../../img/themes_Icoedit.png); | ||
510 | + /*background-position: -24px 0px;*/ | ||
511 | +} | ||
512 | +/*批量Icon*/ | ||
513 | +.ITD-panelicon-addall:before { | ||
514 | + background-image:url(../../img/theme_btn_addall.png); | ||
515 | +} | ||
516 | +/*详情或列表Icon*/ | ||
517 | +.ITD-panelicon-detail:before{ | ||
518 | + background-position:0 0; | ||
519 | + background-image:url(../../img/btnIcon.png); | ||
520 | +} | ||
521 | +/*一键同步Icon*/ | ||
522 | +.ITD-panelicon-sync:before { | ||
523 | + background-image:url(../../img/onesyncBtn.png); | ||
524 | +} | ||
525 | +.ITD-panelbtnsync-icon { | ||
526 | + cursor: pointer; | ||
527 | + display: inline-block; | ||
528 | + font-size: 12px; | ||
529 | + /*text-align: center;*/ | ||
530 | + /* padding: 5px 12px; */ | ||
531 | + border-radius: 4px !important; | ||
532 | + width: 90px; | ||
533 | + height: 25px; | ||
534 | + line-height: 14px !important; | ||
535 | + background: rgba(255,255,255,1); | ||
536 | + padding: 3px 10px 3px 30px; | ||
537 | + border: 1px solid #b1b1b1; | ||
538 | + color: rgba(89,87,87,0.6); | ||
539 | + outline: none; | ||
540 | + background: url(../../img/onesyncBtn.png) no-repeat 10px center; | ||
541 | + | ||
542 | +} | ||
543 | +.ITD-panelbtn-icon-sync >i { | ||
544 | + position: relative; | ||
545 | + width: 17px; | ||
546 | + margin-right: 6px; | ||
547 | + text-align: left; | ||
548 | +} | ||
549 | +.ITD-panelbtn-icon-sync >i:before { | ||
550 | + -webkit-background-size: cover; | ||
551 | + -moz-background-size: cover; | ||
552 | + -o-background-size: cover; | ||
553 | + background-size: cover; | ||
554 | + height: 14px; | ||
555 | + width: 100%; | ||
556 | + position: absolute; | ||
557 | + content: ""; | ||
558 | + top: -12px; | ||
559 | +} | ||
560 | + | ||
561 | +/* | ||
562 | + ================================ | ||
563 | + @公共样式类 | ||
564 | + ================================ | ||
565 | +*/ | ||
566 | +/* | ||
567 | + 圆角 公共 | ||
568 | +*/ | ||
569 | +.ITD-border-radius{ | ||
570 | + border-radius: 4px!important; | ||
571 | + -webkit-border-radius: 4px!important; | ||
572 | +} | ||
573 | +/* | ||
574 | + 阴影 公共 | ||
575 | +*/ | ||
576 | +.ITD-box-shadow{ | ||
577 | + box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1); | ||
578 | + -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1); | ||
579 | + -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1); | ||
580 | +} | ||
581 | +/* | ||
582 | + ================================ | ||
583 | + 颜色 公共 | ||
584 | + ================================ | ||
585 | +*/ | ||
586 | +.ITD-common-color{ | ||
587 | + color: #1E95CD; | ||
588 | +} | ||
589 | +.ITD-common-color2d3033{ | ||
590 | + color: #2D3033; | ||
591 | +} | ||
592 | +.ITD-common-color045{ | ||
593 | + color:rgba(0,0,0,0.45); | ||
594 | +} | ||
595 | +.ITD-common-color040{ | ||
596 | + color:rgba(0,0,0,0.4); | ||
597 | +} | ||
598 | +.ITD-common-color065{ | ||
599 | + color:rgba(0,0,0,0.65); | ||
600 | +} | ||
601 | +.ITD-common-color050{ | ||
602 | + color:rgba(0,0,0,0.5); | ||
603 | +} | ||
604 | +.ITD-common-color060{ | ||
605 | + color:rgba(0,0,0,0.6); | ||
606 | +} | ||
607 | +.ITD-common-color070{ | ||
608 | + color:rgba(0,0,0,0.7); | ||
609 | +} | ||
610 | +.ITD-common-color080{ | ||
611 | + color:rgba(0,0,0,0.8); | ||
612 | +} | ||
613 | +.ITD-common-color090{ | ||
614 | + color:rgba(0,0,0,0.9); | ||
615 | +} | ||
616 | +.ITD-common-color000{ | ||
617 | + color:rgb(0,0,0) !important; | ||
618 | +} | ||
619 | +.ITD-fontbold{ | ||
620 | + font-weight: bold; | ||
621 | +} | ||
622 | +.ITD-color-1e95cd{ | ||
623 | + color:#1E95CD; | ||
624 | +} | ||
625 | +.ITD-color-red{ | ||
626 | + color: red; | ||
627 | +} | ||
628 | +.ITD-color-white{ | ||
629 | + color: #fff; | ||
630 | +} | ||
631 | +.ITD-color-26be96{ | ||
632 | + color: #26be96; | ||
633 | +} | ||
634 | +/* | ||
635 | + ================================ | ||
636 | + 背景颜色 公共 | ||
637 | + ================================ | ||
638 | +*/ | ||
639 | +.ITD-bgcolor-search{ | ||
640 | + background-color: #F7F7F7; | ||
641 | +} | ||
642 | +.ITD-bgcolor-white{ | ||
643 | + background-color: #fff; | ||
644 | +} | ||
645 | +.ITD-bgcolor-gray{ | ||
646 | + background-color: #f5f7f8; | ||
647 | +} | ||
648 | +.ITD-bgcolor-green{ | ||
649 | + background-color: #1E95CD; | ||
650 | +} | ||
651 | +.ITD-bgcolor-c2cad8{ | ||
652 | + background-color: #c2cad8; | ||
653 | +} | ||
654 | +/* | ||
655 | + ================================ | ||
656 | + 字体加粗 公共 | ||
657 | + ================================ | ||
658 | +*/ | ||
659 | +.ITD-common-fontweight{ | ||
660 | + font-weight: 600; | ||
661 | +} | ||
662 | +/* | ||
663 | + ================================ | ||
664 | + 字体大小 公共 | ||
665 | + ================================ | ||
666 | +*/ | ||
667 | +.ITD-common-fontsize12{ | ||
668 | + font-size: 12px; | ||
669 | +} | ||
670 | +.ITD-common-fontsize13{ | ||
671 | + font-size: 13px; | ||
672 | +} | ||
673 | +.ITD-common-fontsize14{ | ||
674 | + font-size: 14px; | ||
675 | +} | ||
676 | +.ITD-common-fontsize16{ | ||
677 | + font-size: 16px; | ||
678 | +} | ||
679 | +.ITD-common-fontsize18{ | ||
680 | + font-size: 18px; | ||
681 | +} | ||
682 | +.ITD-common-fontsize21{ | ||
683 | + font-size: 21px; | ||
684 | +} | ||
685 | +.ITD-common-fontsize24{ | ||
686 | + font-size: 24px; | ||
687 | +} | ||
688 | +.ITD-common-fontsize28{ | ||
689 | + font-size: 28px; | ||
690 | +} | ||
691 | +.ITD-common-fontsize30{ | ||
692 | + font-size: 30px; | ||
693 | +} | ||
694 | +.ITD-common-fontsize32{ | ||
695 | + font-size: 32px; | ||
696 | +} | ||
697 | +.ITD-common-fontsize36{ | ||
698 | + font-size: 36px; | ||
699 | +} | ||
700 | +.ITD-common-fontsize48{ | ||
701 | + font-size: 48px; | ||
702 | +} | ||
703 | +/* | ||
704 | + ================================ | ||
705 | + 弹窗样式 公共 | ||
706 | + ================================ | ||
707 | +*/ | ||
708 | +/*取消按钮*/ | ||
709 | +.ITD-pop-cancel{ | ||
710 | + border: 1px solid #c2cad8; | ||
711 | + color: #000 !important; | ||
712 | +} | ||
713 | +/*弹窗位置*/ | ||
714 | +.ITD-modal-config,.ITD-modal-dialog{ | ||
715 | + position: absolute; | ||
716 | + left: 50%; | ||
717 | + top:50%; | ||
718 | + transform: translate(-50%,-50%)!important; | ||
719 | + -webkit-transform: translate(-50%,-50%)!important; | ||
720 | + -moz-transform: translate(-50%,-50%)!important; | ||
721 | + -ms-transform: translate(-50%,-50%)!important; | ||
722 | + -o-transform: translate(-50%,-50%)!important; | ||
723 | +} | ||
724 | +/* | ||
725 | + == bootsrap table样式 公共== | ||
726 | +*/ | ||
727 | +/* 操作栏按钮背景样式 */ | ||
728 | +/*查看*/ | ||
729 | +.ITD-oper-green{ | ||
730 | + cursor: pointer; | ||
731 | + padding:2px 10px; | ||
732 | + font-size: 12px; | ||
733 | + color: #fff; | ||
734 | + background-color: #5fe98f; | ||
735 | +} | ||
736 | +/*回显*/ | ||
737 | +.ITD-oper-show{ | ||
738 | + cursor: pointer; | ||
739 | + padding:2px 10px; | ||
740 | + font-size: 12px; | ||
741 | + color: #fff; | ||
742 | + background-color: #FE6269; | ||
743 | +} | ||
744 | +/*修改*/ | ||
745 | +.ITD-oper-blue{ | ||
746 | + cursor: pointer; | ||
747 | + padding:2px 10px; | ||
748 | + font-size: 12px; | ||
749 | + color: #fff; | ||
750 | + background-color: #1E95CD; | ||
751 | +} | ||
752 | +.ITD-oper-orange{ | ||
753 | + cursor: pointer; | ||
754 | + padding:2px 10px; | ||
755 | + font-size: 12px; | ||
756 | + color: #fff; | ||
757 | + background-color: #fd714b; | ||
758 | +} | ||
759 | +.ITD-status-on{ | ||
760 | + cursor: pointer; | ||
761 | + color: #fff; | ||
762 | + font-size: 12px; | ||
763 | + padding: 2px 10px; | ||
764 | + background-color: #5fe98f; | ||
765 | +} | ||
766 | +.ITD-status-blue{ | ||
767 | + cursor: pointer; | ||
768 | + color: #fff; | ||
769 | + font-size: 12px; | ||
770 | + padding: 2px 10px; | ||
771 | + background-color: #1E95CD; | ||
772 | +} | ||
773 | +.ITD-status-off{ | ||
774 | + cursor: pointer; | ||
775 | + color: #fff; | ||
776 | + font-size: 12px; | ||
777 | + padding: 2px 10px; | ||
778 | + background-color: #a2a2a2; | ||
779 | +} | ||
780 | +.ITD-status-abnormal{ | ||
781 | + cursor: pointer; | ||
782 | + color: #fff; | ||
783 | + font-size: 12px; | ||
784 | + padding: 2px 10px; | ||
785 | + background-color: #FEC807; | ||
786 | +} | ||
787 | +.ITD-settlementing-status{ | ||
788 | + color: #fe944d; | ||
789 | + font-size: 12px; | ||
790 | + padding: 2px 10px; | ||
791 | + border:1px solid #fe944d; | ||
792 | +} | ||
793 | +.ITD-settlemented-status{ | ||
794 | + color: #5fe98f; | ||
795 | + font-size: 12px; | ||
796 | + padding: 2px 10px; | ||
797 | + border:1px solid #5fe98f; | ||
798 | +} | ||
799 | +.btn-actions{ | ||
800 | + top: 0; | ||
801 | + right: 0px; | ||
802 | +} |
assets/pages/css/theme/red.css
0 → 100644
assets/pages/img/123.jpg
0 → 100644
28.4 KB
assets/pages/img/ITD-export-btn.png
0 → 100644
1.08 KB
assets/pages/img/ITD-export-btnhover.png
0 → 100644
1.1 KB
assets/pages/img/ITD-readall-btn.png
0 → 100644
263 Bytes
assets/pages/img/ITD-readall-btnhover.png
0 → 100644
298 Bytes
assets/pages/img/Icon_Save.png
0 → 100755
250 Bytes
assets/pages/img/Lineright-icon.png
0 → 100644
457 Bytes
assets/pages/img/agelonge-icon.png
0 → 100644
1.15 KB