unika-components 1.1.172 → 1.1.173
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/unika-components.css +692 -693
- package/dist/unika-components.esm.js +15 -35
- package/dist/unika-components.umd.js +15 -35
- package/package.json +1 -1
|
@@ -17,56 +17,40 @@
|
|
|
17
17
|
max-height: 100%;
|
|
18
18
|
width: 100%;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
background-position: 50% 50%;
|
|
55
|
-
background-repeat: no-repeat;
|
|
56
|
-
background-clip: border-box;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/* 动画关键帧 */
|
|
60
|
-
@keyframes zoomIn {
|
|
61
|
-
from {
|
|
62
|
-
opacity: 0;
|
|
63
|
-
transform: scale(0.5);
|
|
64
|
-
}
|
|
65
|
-
to {
|
|
66
|
-
opacity: 1;
|
|
67
|
-
transform: scale(1);
|
|
68
|
-
}
|
|
69
|
-
}.ele-shape {
|
|
20
|
+
.call {
|
|
21
|
+
position: absolute;
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
user-select: none;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.call .ani-wrap {
|
|
27
|
+
display: flex;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
align-items: center;
|
|
30
|
+
width: 100%;
|
|
31
|
+
height: 100%;
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
transition: opacity 0.2s;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.call .ani-wrap:hover {
|
|
37
|
+
opacity: 0.9;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.call-content {
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
justify-content: center;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.btn-text {
|
|
47
|
+
margin-left: 10px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
.hb-tel:before {
|
|
52
|
+
content: "\E642";
|
|
53
|
+
}.ele-shape {
|
|
70
54
|
position: absolute;
|
|
71
55
|
overflow: hidden;
|
|
72
56
|
}
|
|
@@ -109,6 +93,50 @@
|
|
|
109
93
|
width: 100%;
|
|
110
94
|
height: 100%;
|
|
111
95
|
overflow: visible;
|
|
96
|
+
}.element-ditu .ani-wrap {
|
|
97
|
+
width: 100%;
|
|
98
|
+
height: 100%;
|
|
99
|
+
overflow: hidden
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.element-ditu .map {
|
|
103
|
+
width: 100%;
|
|
104
|
+
height: 100%
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.element-ditu .map .el-button {
|
|
108
|
+
width: 100%;
|
|
109
|
+
height: 100%;
|
|
110
|
+
display: -webkit-box;
|
|
111
|
+
display: -ms-flexbox;
|
|
112
|
+
display: flex;
|
|
113
|
+
-webkit-box-align: center;
|
|
114
|
+
-ms-flex-align: center;
|
|
115
|
+
align-items: center;
|
|
116
|
+
padding: 0;
|
|
117
|
+
-webkit-box-pack: center;
|
|
118
|
+
-ms-flex-pack: center;
|
|
119
|
+
justify-content: center;
|
|
120
|
+
background: inherit;
|
|
121
|
+
color: inherit;
|
|
122
|
+
border: none
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.element-ditu .center-map {
|
|
126
|
+
width: 100%;
|
|
127
|
+
height: 100%;
|
|
128
|
+
background: #fff
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.element-ditu .mask-map {
|
|
132
|
+
position: absolute;
|
|
133
|
+
width: 100%;
|
|
134
|
+
height: 100%;
|
|
135
|
+
top: 0
|
|
136
|
+
}
|
|
137
|
+
.map-iframe {
|
|
138
|
+
width: 100%;
|
|
139
|
+
height: 100%;
|
|
112
140
|
}#audio {
|
|
113
141
|
position: absolute;
|
|
114
142
|
right: 10px;
|
|
@@ -179,7 +207,77 @@
|
|
|
179
207
|
width: 100%;
|
|
180
208
|
height: 2px;
|
|
181
209
|
background: #fff;
|
|
182
|
-
}
|
|
210
|
+
}
|
|
211
|
+
.ele-lottie .ele-lotwrap {
|
|
212
|
+
overflow: hidden;
|
|
213
|
+
}
|
|
214
|
+
.ele-text {
|
|
215
|
+
position: relative;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.ele-text .ani-wrap {
|
|
219
|
+
width: 100%;
|
|
220
|
+
height: 100%;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.text-common {
|
|
224
|
+
padding: 5px;
|
|
225
|
+
text-orientation: upright;
|
|
226
|
+
white-space: pre-wrap;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/* 文本动画类 */
|
|
230
|
+
.text-fadeIn {
|
|
231
|
+
animation: fadeIn 1s ease-in-out;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.text-slideIn {
|
|
235
|
+
animation: slideIn 1s ease-in-out;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.text-bounceIn {
|
|
239
|
+
animation: bounceIn 1s ease-in-out;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/* 基础动画关键帧 */
|
|
243
|
+
@keyframes fadeIn {
|
|
244
|
+
from {
|
|
245
|
+
opacity: 0;
|
|
246
|
+
}
|
|
247
|
+
to {
|
|
248
|
+
opacity: 1;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
@keyframes slideIn {
|
|
253
|
+
from {
|
|
254
|
+
transform: translateY(20px);
|
|
255
|
+
opacity: 0;
|
|
256
|
+
}
|
|
257
|
+
to {
|
|
258
|
+
transform: translateY(0);
|
|
259
|
+
opacity: 1;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
@keyframes bounceIn {
|
|
264
|
+
0% {
|
|
265
|
+
transform: scale(0.3);
|
|
266
|
+
opacity: 0;
|
|
267
|
+
}
|
|
268
|
+
50% {
|
|
269
|
+
transform: scale(1.05);
|
|
270
|
+
opacity: 0.8;
|
|
271
|
+
}
|
|
272
|
+
70% {
|
|
273
|
+
transform: scale(0.9);
|
|
274
|
+
opacity: 0.9;
|
|
275
|
+
}
|
|
276
|
+
100% {
|
|
277
|
+
transform: scale(1);
|
|
278
|
+
opacity: 1;
|
|
279
|
+
}
|
|
280
|
+
}.count-down .drag-point {
|
|
183
281
|
cursor: default!important
|
|
184
282
|
}
|
|
185
283
|
|
|
@@ -320,188 +418,77 @@
|
|
|
320
418
|
|
|
321
419
|
.c-wrap .c-left .flex-wrap {
|
|
322
420
|
display: -webkit-box;
|
|
323
|
-
display: -ms-flexbox;
|
|
324
|
-
display: flex;
|
|
325
|
-
-webkit-box-pack: end;
|
|
326
|
-
-ms-flex-pack: end;
|
|
327
|
-
justify-content: flex-end
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.c-wrap .c-text {
|
|
331
|
-
display: -webkit-box;
|
|
332
|
-
display: -ms-flexbox;
|
|
333
|
-
display: flex;
|
|
334
|
-
width: 100%;
|
|
335
|
-
font-size: 12px;
|
|
336
|
-
-webkit-box-pack: center;
|
|
337
|
-
-ms-flex-pack: center;
|
|
338
|
-
justify-content: center;
|
|
339
|
-
-webkit-box-align: center;
|
|
340
|
-
-ms-flex-align: center;
|
|
341
|
-
align-items: center;
|
|
342
|
-
white-space: nowrap
|
|
343
|
-
}
|
|
344
|
-
.element-ditu .ani-wrap {
|
|
345
|
-
width: 100%;
|
|
346
|
-
height: 100%;
|
|
347
|
-
overflow: hidden
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.element-ditu .map {
|
|
351
|
-
width: 100%;
|
|
352
|
-
height: 100%
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.element-ditu .map .el-button {
|
|
356
|
-
width: 100%;
|
|
357
|
-
height: 100%;
|
|
358
|
-
display: -webkit-box;
|
|
359
|
-
display: -ms-flexbox;
|
|
360
|
-
display: flex;
|
|
361
|
-
-webkit-box-align: center;
|
|
362
|
-
-ms-flex-align: center;
|
|
363
|
-
align-items: center;
|
|
364
|
-
padding: 0;
|
|
365
|
-
-webkit-box-pack: center;
|
|
366
|
-
-ms-flex-pack: center;
|
|
367
|
-
justify-content: center;
|
|
368
|
-
background: inherit;
|
|
369
|
-
color: inherit;
|
|
370
|
-
border: none
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.element-ditu .center-map {
|
|
374
|
-
width: 100%;
|
|
375
|
-
height: 100%;
|
|
376
|
-
background: #fff
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.element-ditu .mask-map {
|
|
380
|
-
position: absolute;
|
|
381
|
-
width: 100%;
|
|
382
|
-
height: 100%;
|
|
383
|
-
top: 0
|
|
384
|
-
}
|
|
385
|
-
.map-iframe {
|
|
386
|
-
width: 100%;
|
|
387
|
-
height: 100%;
|
|
388
|
-
}
|
|
389
|
-
.element-video {
|
|
390
|
-
position: absolute;
|
|
391
|
-
overflow: hidden;
|
|
392
|
-
background-color: transparent;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.element-video .ani-wrap, .element-video img {
|
|
396
|
-
display: block;
|
|
397
|
-
width: 100%;
|
|
398
|
-
height: 100%;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.video-container {
|
|
402
|
-
width: 100%;
|
|
403
|
-
height: 100%;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.video-container iframe {
|
|
407
|
-
width: 100%;
|
|
408
|
-
height: 100%;
|
|
409
|
-
border: none;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.video-cover {
|
|
413
|
-
position: relative;
|
|
414
|
-
width: 100%;
|
|
415
|
-
height: 100%;
|
|
416
|
-
background-size: cover;
|
|
417
|
-
background-position: center;
|
|
418
|
-
cursor: pointer;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
.video-cover .play-btn {
|
|
422
|
-
position: absolute;
|
|
423
|
-
left: 50%;
|
|
424
|
-
top: 50%;
|
|
425
|
-
transform: translate(-50%, -50%);
|
|
426
|
-
width: 50px;
|
|
427
|
-
height: 50px;
|
|
428
|
-
opacity: 0.8;
|
|
429
|
-
transition: opacity 0.2s;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
.video-cover:hover .play-btn {
|
|
433
|
-
opacity: 1;
|
|
434
|
-
}
|
|
435
|
-
.ele-lottie .ele-lotwrap {
|
|
436
|
-
overflow: hidden;
|
|
437
|
-
}
|
|
438
|
-
.ele-text {
|
|
439
|
-
position: relative;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
.ele-text .ani-wrap {
|
|
443
|
-
width: 100%;
|
|
444
|
-
height: 100%;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.text-common {
|
|
448
|
-
padding: 5px;
|
|
449
|
-
text-orientation: upright;
|
|
450
|
-
white-space: pre-wrap;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
/* 文本动画类 */
|
|
454
|
-
.text-fadeIn {
|
|
455
|
-
animation: fadeIn 1s ease-in-out;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.text-slideIn {
|
|
459
|
-
animation: slideIn 1s ease-in-out;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.text-bounceIn {
|
|
463
|
-
animation: bounceIn 1s ease-in-out;
|
|
421
|
+
display: -ms-flexbox;
|
|
422
|
+
display: flex;
|
|
423
|
+
-webkit-box-pack: end;
|
|
424
|
+
-ms-flex-pack: end;
|
|
425
|
+
justify-content: flex-end
|
|
464
426
|
}
|
|
465
427
|
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
428
|
+
.c-wrap .c-text {
|
|
429
|
+
display: -webkit-box;
|
|
430
|
+
display: -ms-flexbox;
|
|
431
|
+
display: flex;
|
|
432
|
+
width: 100%;
|
|
433
|
+
font-size: 12px;
|
|
434
|
+
-webkit-box-pack: center;
|
|
435
|
+
-ms-flex-pack: center;
|
|
436
|
+
justify-content: center;
|
|
437
|
+
-webkit-box-align: center;
|
|
438
|
+
-ms-flex-align: center;
|
|
439
|
+
align-items: center;
|
|
440
|
+
white-space: nowrap
|
|
474
441
|
}
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
transform: translateY(20px);
|
|
479
|
-
opacity: 0;
|
|
442
|
+
.ele-img {
|
|
443
|
+
position: absolute;
|
|
444
|
+
overflow: hidden;
|
|
480
445
|
}
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
446
|
+
|
|
447
|
+
.ele-img .ani-wrap {
|
|
448
|
+
width: 100%;
|
|
449
|
+
height: 100%;
|
|
484
450
|
}
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
transform: scale(0.3);
|
|
490
|
-
opacity: 0;
|
|
451
|
+
|
|
452
|
+
.ele-img .ele-image {
|
|
453
|
+
position: relative;
|
|
454
|
+
display: block;
|
|
491
455
|
}
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
456
|
+
|
|
457
|
+
.ele-img .rotate-wrap {
|
|
458
|
+
position: absolute;
|
|
459
|
+
left: 0;
|
|
460
|
+
right: 0;
|
|
461
|
+
top: 0;
|
|
462
|
+
bottom: 0;
|
|
495
463
|
}
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
464
|
+
|
|
465
|
+
.ele-img .ele-img-bg,
|
|
466
|
+
.ele-img .rotate-wrap .img-wrap {
|
|
467
|
+
width: 100%;
|
|
468
|
+
height: 100%;
|
|
469
|
+
overflow: hidden;
|
|
499
470
|
}
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
471
|
+
|
|
472
|
+
.ele-img .ele-bg-wrap {
|
|
473
|
+
width: 100%;
|
|
474
|
+
height: 100%;
|
|
475
|
+
background-size: cover;
|
|
476
|
+
background-position: 50% 50%;
|
|
477
|
+
background-repeat: no-repeat;
|
|
478
|
+
background-clip: border-box;
|
|
503
479
|
}
|
|
504
|
-
|
|
480
|
+
|
|
481
|
+
/* 动画关键帧 */
|
|
482
|
+
@keyframes zoomIn {
|
|
483
|
+
from {
|
|
484
|
+
opacity: 0;
|
|
485
|
+
transform: scale(0.5);
|
|
486
|
+
}
|
|
487
|
+
to {
|
|
488
|
+
opacity: 1;
|
|
489
|
+
transform: scale(1);
|
|
490
|
+
}
|
|
491
|
+
}body, html {
|
|
505
492
|
width: 100%;
|
|
506
493
|
height: 100%;
|
|
507
494
|
}
|
|
@@ -2104,7 +2091,35 @@ to {
|
|
|
2104
2091
|
}
|
|
2105
2092
|
}
|
|
2106
2093
|
|
|
2107
|
-
.
|
|
2094
|
+
.button {
|
|
2095
|
+
position: absolute;
|
|
2096
|
+
cursor: pointer;
|
|
2097
|
+
user-select: none;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.button .ani-wrap {
|
|
2101
|
+
display: flex;
|
|
2102
|
+
justify-content: center;
|
|
2103
|
+
align-items: center;
|
|
2104
|
+
width: 100%;
|
|
2105
|
+
height: 100%;
|
|
2106
|
+
overflow: hidden;
|
|
2107
|
+
transition: opacity 0.2s;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
.button .ani-wrap:hover {
|
|
2111
|
+
opacity: 0.9;
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
.button-content {
|
|
2115
|
+
display: flex;
|
|
2116
|
+
align-items: center;
|
|
2117
|
+
justify-content: center;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.btn-text {
|
|
2121
|
+
margin-left: 10px;
|
|
2122
|
+
}.ele-effect {
|
|
2108
2123
|
will-change: transform;
|
|
2109
2124
|
}
|
|
2110
2125
|
|
|
@@ -2124,42 +2139,223 @@ to {
|
|
|
2124
2139
|
will-change: transform;
|
|
2125
2140
|
}
|
|
2126
2141
|
|
|
2127
|
-
@keyframes falling {
|
|
2128
|
-
0% {
|
|
2129
|
-
transform: translateY(0) rotate(0deg);
|
|
2130
|
-
opacity: 1;
|
|
2131
|
-
}
|
|
2132
|
-
80% {
|
|
2133
|
-
opacity: 0.8;
|
|
2134
|
-
}
|
|
2135
|
-
100% {
|
|
2136
|
-
transform: translateY(100vh) rotate(360deg);
|
|
2137
|
-
opacity: 0;
|
|
2138
|
-
}
|
|
2142
|
+
@keyframes falling {
|
|
2143
|
+
0% {
|
|
2144
|
+
transform: translateY(0) rotate(0deg);
|
|
2145
|
+
opacity: 1;
|
|
2146
|
+
}
|
|
2147
|
+
80% {
|
|
2148
|
+
opacity: 0.8;
|
|
2149
|
+
}
|
|
2150
|
+
100% {
|
|
2151
|
+
transform: translateY(100vh) rotate(360deg);
|
|
2152
|
+
opacity: 0;
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
.ele-lottie .ele-lotwrap {
|
|
2156
|
+
overflow: hidden
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
.ele-effect .effect-wrap {
|
|
2160
|
+
position: relative;
|
|
2161
|
+
overflow: hidden;
|
|
2162
|
+
width: 100%;
|
|
2163
|
+
height: 100%
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
.ele-effect .e-small {
|
|
2167
|
+
position: absolute;
|
|
2168
|
+
width: 24px;
|
|
2169
|
+
height: 24px;
|
|
2170
|
+
background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
|
|
2171
|
+
background-size: cover;
|
|
2172
|
+
background-repeat: no-repeat;
|
|
2173
|
+
-webkit-transform-origin: center;
|
|
2174
|
+
transform-origin: center;
|
|
2175
|
+
-webkit-animation: snow 5s linear infinite;
|
|
2176
|
+
animation: snow 5s linear infinite
|
|
2177
|
+
}
|
|
2178
|
+
.element-video {
|
|
2179
|
+
position: absolute;
|
|
2180
|
+
overflow: hidden;
|
|
2181
|
+
background-color: transparent;
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
.element-video .ani-wrap, .element-video img {
|
|
2185
|
+
display: block;
|
|
2186
|
+
width: 100%;
|
|
2187
|
+
height: 100%;
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
.video-container {
|
|
2191
|
+
width: 100%;
|
|
2192
|
+
height: 100%;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.video-container iframe {
|
|
2196
|
+
width: 100%;
|
|
2197
|
+
height: 100%;
|
|
2198
|
+
border: none;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.video-cover {
|
|
2202
|
+
position: relative;
|
|
2203
|
+
width: 100%;
|
|
2204
|
+
height: 100%;
|
|
2205
|
+
background-size: cover;
|
|
2206
|
+
background-position: center;
|
|
2207
|
+
cursor: pointer;
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
.video-cover .play-btn {
|
|
2211
|
+
position: absolute;
|
|
2212
|
+
left: 50%;
|
|
2213
|
+
top: 50%;
|
|
2214
|
+
transform: translate(-50%, -50%);
|
|
2215
|
+
width: 50px;
|
|
2216
|
+
height: 50px;
|
|
2217
|
+
opacity: 0.8;
|
|
2218
|
+
transition: opacity 0.2s;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
.video-cover:hover .play-btn {
|
|
2222
|
+
opacity: 1;
|
|
2223
|
+
}/* .ele-form {
|
|
2224
|
+
position: absolute;
|
|
2225
|
+
user-select: none;
|
|
2226
|
+
} */
|
|
2227
|
+
|
|
2228
|
+
.f-multiple {
|
|
2229
|
+
cursor: pointer;
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2232
|
+
.ani-wrap {
|
|
2233
|
+
position: relative;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.f-multiple .ani-wrap .fs-tit {
|
|
2237
|
+
display: flex;
|
|
2238
|
+
padding: 0 5px;
|
|
2239
|
+
height: 40px;
|
|
2240
|
+
align-items: center;
|
|
2241
|
+
white-space: nowrap;
|
|
2242
|
+
overflow: hidden;
|
|
2243
|
+
text-overflow: ellipsis;
|
|
2244
|
+
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
.require {
|
|
2248
|
+
padding: 0 5px 0 0;
|
|
2249
|
+
color: red;
|
|
2250
|
+
vertical-align: middle;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
.f-multiple ul {
|
|
2254
|
+
padding: 15px;
|
|
2255
|
+
margin: 0;
|
|
2256
|
+
list-style: none;
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
.f-multiple ul li {
|
|
2260
|
+
margin-top: 12px;
|
|
2261
|
+
font-size: 0;
|
|
2262
|
+
display: flex;
|
|
2263
|
+
align-items: center;
|
|
2264
|
+
cursor: pointer;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
.f-multiple ul li:first-child {
|
|
2268
|
+
margin-top: 0;
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
.fs-circle {
|
|
2272
|
+
display: inline-block;
|
|
2273
|
+
width: 16px;
|
|
2274
|
+
height: 16px;
|
|
2275
|
+
border-radius: 50%;
|
|
2276
|
+
position: relative;
|
|
2277
|
+
transition: all 0.2s;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.fs-circle.selected {
|
|
2281
|
+
background-color: #2687f1;
|
|
2282
|
+
border-color: #2687f1 !important;
|
|
2139
2283
|
}
|
|
2140
|
-
|
|
2141
|
-
|
|
2284
|
+
|
|
2285
|
+
.fs-circle.selected::after {
|
|
2286
|
+
content: "";
|
|
2287
|
+
position: absolute;
|
|
2288
|
+
top: 3px;
|
|
2289
|
+
left: 3px;
|
|
2290
|
+
width: 8px;
|
|
2291
|
+
height: 8px;
|
|
2292
|
+
border-radius: 50%;
|
|
2293
|
+
background-color: white;
|
|
2142
2294
|
}
|
|
2143
2295
|
|
|
2144
|
-
.
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2296
|
+
.fs-txt {
|
|
2297
|
+
display: inline-block;
|
|
2298
|
+
width: calc(100% - 16px);
|
|
2299
|
+
padding-left: 8px;
|
|
2300
|
+
vertical-align: top;
|
|
2301
|
+
word-break: break-all;
|
|
2302
|
+
font-size: 14px;
|
|
2303
|
+
line-height: 1.2;
|
|
2149
2304
|
}
|
|
2150
2305
|
|
|
2151
|
-
.
|
|
2306
|
+
.has-error .fs-tit {
|
|
2307
|
+
border-bottom-color: #ff4d4f;
|
|
2308
|
+
}.form-input {
|
|
2152
2309
|
position: absolute;
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
.input-wrapper {
|
|
2313
|
+
display: flex;
|
|
2314
|
+
align-items: center;
|
|
2315
|
+
width: 100%;
|
|
2316
|
+
height: 100%;
|
|
2317
|
+
padding: 0 10px;
|
|
2318
|
+
box-sizing: border-box;
|
|
2319
|
+
position: relative;
|
|
2320
|
+
transition: border-color 0.3s;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
.required-marker {
|
|
2324
|
+
font-size: 12px;
|
|
2325
|
+
padding: 0 5px 0 0;
|
|
2326
|
+
color: red;
|
|
2327
|
+
vertical-align: middle;
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
input {
|
|
2331
|
+
flex: 1;
|
|
2332
|
+
border: none;
|
|
2333
|
+
outline: none;
|
|
2334
|
+
background: transparent;
|
|
2335
|
+
height: 100%;
|
|
2336
|
+
padding: 0;
|
|
2337
|
+
margin: 0;
|
|
2338
|
+
}
|
|
2339
|
+
/*
|
|
2340
|
+
input::placeholder {
|
|
2341
|
+
color: #ccc;
|
|
2342
|
+
opacity: 1;
|
|
2343
|
+
} */
|
|
2344
|
+
|
|
2345
|
+
.dynamic-placeholder-input::placeholder {
|
|
2346
|
+
color: var(--placeholder-color, #999);
|
|
2347
|
+
opacity: 1;
|
|
2348
|
+
}
|
|
2349
|
+
.dynamic-placeholder-input::-webkit-input-placeholder {
|
|
2350
|
+
color: var(--placeholder-color, #999);
|
|
2351
|
+
}
|
|
2352
|
+
.dynamic-placeholder-input::-moz-placeholder {
|
|
2353
|
+
color: var(--placeholder-color, #999);
|
|
2354
|
+
opacity: 1;
|
|
2355
|
+
}
|
|
2356
|
+
.dynamic-placeholder-input:-ms-input-placeholder {
|
|
2357
|
+
color: var(--placeholder-color, #999);
|
|
2358
|
+
}/* Iconfont definition */
|
|
2163
2359
|
.icon-danmuliebiao1:before {
|
|
2164
2360
|
content: "\E68A";
|
|
2165
2361
|
}
|
|
@@ -7948,89 +8144,129 @@ to {
|
|
|
7948
8144
|
transform: translateX(0)
|
|
7949
8145
|
}
|
|
7950
8146
|
}
|
|
7951
|
-
.
|
|
7952
|
-
|
|
7953
|
-
|
|
7954
|
-
|
|
7955
|
-
.input-wrapper {
|
|
7956
|
-
display: flex;
|
|
7957
|
-
align-items: center;
|
|
7958
|
-
width: 100%;
|
|
7959
|
-
height: 100%;
|
|
7960
|
-
padding: 0 10px;
|
|
7961
|
-
box-sizing: border-box;
|
|
7962
|
-
position: relative;
|
|
7963
|
-
transition: border-color 0.3s;
|
|
7964
|
-
}
|
|
7965
|
-
|
|
7966
|
-
.required-marker {
|
|
7967
|
-
font-size: 12px;
|
|
7968
|
-
padding: 0 5px 0 0;
|
|
7969
|
-
color: red;
|
|
7970
|
-
vertical-align: middle;
|
|
7971
|
-
}
|
|
7972
|
-
|
|
7973
|
-
input {
|
|
7974
|
-
flex: 1;
|
|
7975
|
-
border: none;
|
|
7976
|
-
outline: none;
|
|
7977
|
-
background: transparent;
|
|
7978
|
-
height: 100%;
|
|
7979
|
-
padding: 0;
|
|
7980
|
-
margin: 0;
|
|
7981
|
-
}
|
|
7982
|
-
/*
|
|
7983
|
-
input::placeholder {
|
|
7984
|
-
color: #ccc;
|
|
7985
|
-
opacity: 1;
|
|
7986
|
-
} */
|
|
7987
|
-
|
|
7988
|
-
.dynamic-placeholder-input::placeholder {
|
|
7989
|
-
color: var(--placeholder-color, #999);
|
|
7990
|
-
opacity: 1;
|
|
7991
|
-
}
|
|
7992
|
-
.dynamic-placeholder-input::-webkit-input-placeholder {
|
|
7993
|
-
color: var(--placeholder-color, #999);
|
|
7994
|
-
}
|
|
7995
|
-
.dynamic-placeholder-input::-moz-placeholder {
|
|
7996
|
-
color: var(--placeholder-color, #999);
|
|
7997
|
-
opacity: 1;
|
|
7998
|
-
}
|
|
7999
|
-
.dynamic-placeholder-input:-ms-input-placeholder {
|
|
8000
|
-
color: var(--placeholder-color, #999);
|
|
8001
|
-
}.call {
|
|
8002
|
-
position: absolute;
|
|
8003
|
-
cursor: pointer;
|
|
8004
|
-
user-select: none;
|
|
8005
|
-
}
|
|
8006
|
-
|
|
8007
|
-
.call .ani-wrap {
|
|
8008
|
-
display: flex;
|
|
8009
|
-
justify-content: center;
|
|
8010
|
-
align-items: center;
|
|
8147
|
+
#page-list .tip-cover {
|
|
8148
|
+
position: fixed;
|
|
8149
|
+
left: 0;
|
|
8150
|
+
top: 0;
|
|
8011
8151
|
width: 100%;
|
|
8012
8152
|
height: 100%;
|
|
8013
|
-
|
|
8014
|
-
|
|
8153
|
+
display: -ms-flexbox;
|
|
8154
|
+
display: flex;
|
|
8155
|
+
-ms-flex-align: center;
|
|
8156
|
+
align-items: center;
|
|
8157
|
+
-ms-flex-pack: center;
|
|
8158
|
+
justify-content: center;
|
|
8159
|
+
z-index: 999;
|
|
8160
|
+
background-color: rgba(0,0,0,.7)
|
|
8015
8161
|
}
|
|
8016
8162
|
|
|
8017
|
-
|
|
8018
|
-
|
|
8163
|
+
#page-list .tip-cover .tip {
|
|
8164
|
+
width: 80%;
|
|
8165
|
+
max-width: 250px;
|
|
8166
|
+
padding: 10px;
|
|
8167
|
+
border-radius: 5px;
|
|
8168
|
+
background-color: #fff
|
|
8019
8169
|
}
|
|
8020
8170
|
|
|
8021
|
-
.
|
|
8171
|
+
#page-list .tip-cover .tip-btn {
|
|
8172
|
+
display: block;
|
|
8173
|
+
margin: 25px auto;
|
|
8174
|
+
width: 120px;
|
|
8175
|
+
height: 30px;
|
|
8176
|
+
color: #fff;
|
|
8177
|
+
border-radius: 4px;
|
|
8178
|
+
text-align: center;
|
|
8179
|
+
font-size: 14px;
|
|
8180
|
+
line-height: 30px;
|
|
8181
|
+
background: #ed5566
|
|
8182
|
+
}
|
|
8183
|
+
|
|
8184
|
+
#page-list .tip-cover .tip-content {
|
|
8185
|
+
font-size: 14px;
|
|
8186
|
+
padding-top: 30px;
|
|
8187
|
+
}
|
|
8188
|
+
|
|
8189
|
+
.tip-cover {
|
|
8190
|
+
position: fixed;
|
|
8191
|
+
left: 0;
|
|
8192
|
+
top: 0;
|
|
8193
|
+
width: 100%;
|
|
8194
|
+
height: 100%;
|
|
8195
|
+
display: -ms-flexbox;
|
|
8022
8196
|
display: flex;
|
|
8197
|
+
-ms-flex-align: center;
|
|
8023
8198
|
align-items: center;
|
|
8199
|
+
-ms-flex-pack: center;
|
|
8024
8200
|
justify-content: center;
|
|
8201
|
+
z-index: 999;
|
|
8202
|
+
background-color: rgba(0,0,0,.7)
|
|
8203
|
+
}
|
|
8204
|
+
|
|
8205
|
+
.tip-cover .tip {
|
|
8206
|
+
width: 80%;
|
|
8207
|
+
max-width: 250px;
|
|
8208
|
+
padding: 5px;
|
|
8209
|
+
border-radius: 3px;
|
|
8210
|
+
background-color: #fff
|
|
8211
|
+
}
|
|
8212
|
+
|
|
8213
|
+
.tip-cover .tip-btn {
|
|
8214
|
+
display: block;
|
|
8215
|
+
margin: 13px auto;
|
|
8216
|
+
width: 64px;
|
|
8217
|
+
height: 20px;
|
|
8218
|
+
color: #fff;
|
|
8219
|
+
border-radius: 4px;
|
|
8220
|
+
text-align: center;
|
|
8221
|
+
font-size: 14px;
|
|
8222
|
+
line-height: 20px;
|
|
8223
|
+
background: #ed5566;
|
|
8224
|
+
} .form-submit {
|
|
8225
|
+
cursor: pointer;
|
|
8226
|
+
transition: all 0.2s;
|
|
8227
|
+
outline: none;
|
|
8228
|
+
border: none;
|
|
8229
|
+
}
|
|
8230
|
+
|
|
8231
|
+
.form-submit:hover {
|
|
8232
|
+
opacity: 0.9;
|
|
8233
|
+
transform: translateY(-1px);
|
|
8234
|
+
}
|
|
8235
|
+
|
|
8236
|
+
.form-submit:active {
|
|
8237
|
+
opacity: 0.8;
|
|
8238
|
+
transform: translateY(0);
|
|
8239
|
+
}
|
|
8240
|
+
|
|
8241
|
+
.form-submit:disabled {
|
|
8242
|
+
opacity: 0.6;
|
|
8243
|
+
cursor: not-allowed;
|
|
8244
|
+
transform: none !important;
|
|
8245
|
+
}
|
|
8246
|
+
|
|
8247
|
+
.f-submit {
|
|
8248
|
+
position: relative;
|
|
8249
|
+
display: block
|
|
8025
8250
|
}
|
|
8026
8251
|
|
|
8027
|
-
.
|
|
8028
|
-
|
|
8252
|
+
.f-submit .ani-wrap {
|
|
8253
|
+
width: 100%;
|
|
8254
|
+
height: 100%;
|
|
8255
|
+
padding: 10px;
|
|
8256
|
+
overflow: hidden;
|
|
8257
|
+
position: relative
|
|
8029
8258
|
}
|
|
8030
8259
|
|
|
8260
|
+
.f-submit .f-ovh {
|
|
8261
|
+
position: absolute;
|
|
8262
|
+
left: 50%;
|
|
8263
|
+
top: 50%;
|
|
8264
|
+
transform: translate(-50%,-50%)
|
|
8265
|
+
}
|
|
8031
8266
|
|
|
8032
|
-
.
|
|
8033
|
-
|
|
8267
|
+
.form-submit:disabled {
|
|
8268
|
+
opacity: 0.7;
|
|
8269
|
+
cursor: not-allowed;
|
|
8034
8270
|
}
|
|
8035
8271
|
@keyframes jumpheart {
|
|
8036
8272
|
to {
|
|
@@ -8373,112 +8609,33 @@ to {
|
|
|
8373
8609
|
}
|
|
8374
8610
|
.icon-xingzhuangjiehe:before {
|
|
8375
8611
|
content: "\E6A6";
|
|
8376
|
-
}#page-list .tip-cover {
|
|
8377
|
-
position: fixed;
|
|
8378
|
-
left: 0;
|
|
8379
|
-
top: 0;
|
|
8380
|
-
width: 100%;
|
|
8381
|
-
height: 100%;
|
|
8382
|
-
display: -ms-flexbox;
|
|
8383
|
-
display: flex;
|
|
8384
|
-
-ms-flex-align: center;
|
|
8385
|
-
align-items: center;
|
|
8386
|
-
-ms-flex-pack: center;
|
|
8387
|
-
justify-content: center;
|
|
8388
|
-
z-index: 999;
|
|
8389
|
-
background-color: rgba(0,0,0,.7)
|
|
8390
8612
|
}
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
|
|
8394
|
-
|
|
8395
|
-
padding: 10px;
|
|
8396
|
-
border-radius: 5px;
|
|
8397
|
-
background-color: #fff
|
|
8398
|
-
}
|
|
8399
|
-
|
|
8400
|
-
#page-list .tip-cover .tip-btn {
|
|
8401
|
-
display: block;
|
|
8402
|
-
margin: 25px auto;
|
|
8403
|
-
width: 120px;
|
|
8404
|
-
height: 30px;
|
|
8405
|
-
color: #fff;
|
|
8406
|
-
border-radius: 4px;
|
|
8613
|
+
.global.map {
|
|
8614
|
+
width: 35px;
|
|
8615
|
+
height: 55px;
|
|
8616
|
+
border-radius: 50%;
|
|
8407
8617
|
text-align: center;
|
|
8408
|
-
|
|
8409
|
-
|
|
8410
|
-
|
|
8411
|
-
}
|
|
8412
|
-
|
|
8413
|
-
#page-list .tip-cover .tip-content {
|
|
8414
|
-
font-size: 14px;
|
|
8415
|
-
padding-top: 30px;
|
|
8416
|
-
}
|
|
8417
|
-
|
|
8418
|
-
.tip-cover {
|
|
8419
|
-
position: fixed;
|
|
8420
|
-
left: 0;
|
|
8421
|
-
top: 0;
|
|
8422
|
-
width: 100%;
|
|
8423
|
-
height: 100%;
|
|
8424
|
-
display: -ms-flexbox;
|
|
8425
|
-
display: flex;
|
|
8426
|
-
-ms-flex-align: center;
|
|
8427
|
-
align-items: center;
|
|
8428
|
-
-ms-flex-pack: center;
|
|
8429
|
-
justify-content: center;
|
|
8430
|
-
z-index: 999;
|
|
8431
|
-
background-color: rgba(0,0,0,.7)
|
|
8432
|
-
}
|
|
8433
|
-
|
|
8434
|
-
.tip-cover .tip {
|
|
8435
|
-
width: 80%;
|
|
8436
|
-
max-width: 250px;
|
|
8437
|
-
padding: 5px;
|
|
8438
|
-
border-radius: 3px;
|
|
8439
|
-
background-color: #fff
|
|
8618
|
+
margin-bottom: 5px;
|
|
8619
|
+
border: 2px solid #fff;
|
|
8620
|
+
cursor: pointer;
|
|
8440
8621
|
}
|
|
8441
|
-
|
|
8442
|
-
.
|
|
8443
|
-
|
|
8444
|
-
|
|
8445
|
-
width:
|
|
8446
|
-
height:
|
|
8447
|
-
|
|
8448
|
-
border-radius: 4px;
|
|
8622
|
+
.icon-daohang1:before { content: "\E612"; }
|
|
8623
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
8624
|
+
.global.map > span { font-size: 10px; line-height: 20px; display: block;}
|
|
8625
|
+
.global.video {
|
|
8626
|
+
width: 35px;
|
|
8627
|
+
height: 55px;
|
|
8628
|
+
border-radius: 50%;
|
|
8449
8629
|
text-align: center;
|
|
8450
|
-
|
|
8451
|
-
|
|
8452
|
-
background: #ed5566;
|
|
8453
|
-
} .button {
|
|
8454
|
-
position: absolute;
|
|
8630
|
+
margin-bottom: 5px;
|
|
8631
|
+
border: 2px solid #fff;
|
|
8455
8632
|
cursor: pointer;
|
|
8456
|
-
user-select: none;
|
|
8457
|
-
}
|
|
8458
|
-
|
|
8459
|
-
.button .ani-wrap {
|
|
8460
|
-
display: flex;
|
|
8461
|
-
justify-content: center;
|
|
8462
|
-
align-items: center;
|
|
8463
|
-
width: 100%;
|
|
8464
|
-
height: 100%;
|
|
8465
|
-
overflow: hidden;
|
|
8466
|
-
transition: opacity 0.2s;
|
|
8467
|
-
}
|
|
8468
|
-
|
|
8469
|
-
.button .ani-wrap:hover {
|
|
8470
|
-
opacity: 0.9;
|
|
8471
8633
|
}
|
|
8472
|
-
|
|
8473
|
-
.
|
|
8474
|
-
|
|
8475
|
-
align-items: center;
|
|
8476
|
-
justify-content: center;
|
|
8634
|
+
.icon-shipin2:before { content: "\E611"; }
|
|
8635
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
8636
|
+
.global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
|
|
8477
8637
|
}
|
|
8478
|
-
|
|
8479
|
-
.btn-text {
|
|
8480
|
-
margin-left: 10px;
|
|
8481
|
-
}/* .ele-form {
|
|
8638
|
+
/* .ele-form {
|
|
8482
8639
|
position: absolute;
|
|
8483
8640
|
user-select: none;
|
|
8484
8641
|
}
|
|
@@ -8572,93 +8729,118 @@ to {
|
|
|
8572
8729
|
width: 100%;
|
|
8573
8730
|
height: 100%;
|
|
8574
8731
|
z-index: 1000;
|
|
8575
|
-
}
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
8579
|
-
|
|
8580
|
-
.f-multiple {
|
|
8581
|
-
cursor: pointer;
|
|
8582
|
-
}
|
|
8583
|
-
|
|
8584
|
-
.ani-wrap {
|
|
8585
|
-
position: relative;
|
|
8586
|
-
}
|
|
8587
|
-
|
|
8588
|
-
.f-multiple .ani-wrap .fs-tit {
|
|
8589
|
-
display: flex;
|
|
8590
|
-
padding: 0 5px;
|
|
8591
|
-
height: 40px;
|
|
8592
|
-
align-items: center;
|
|
8593
|
-
white-space: nowrap;
|
|
8594
|
-
overflow: hidden;
|
|
8595
|
-
text-overflow: ellipsis;
|
|
8596
|
-
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
8597
|
-
}
|
|
8598
|
-
|
|
8599
|
-
.require {
|
|
8600
|
-
padding: 0 5px 0 0;
|
|
8601
|
-
color: red;
|
|
8602
|
-
vertical-align: middle;
|
|
8603
|
-
}
|
|
8604
|
-
|
|
8605
|
-
.f-multiple ul {
|
|
8606
|
-
padding: 15px;
|
|
8607
|
-
margin: 0;
|
|
8608
|
-
list-style: none;
|
|
8609
|
-
}
|
|
8610
|
-
|
|
8611
|
-
.f-multiple ul li {
|
|
8612
|
-
margin-top: 12px;
|
|
8613
|
-
font-size: 0;
|
|
8614
|
-
display: flex;
|
|
8615
|
-
align-items: center;
|
|
8616
|
-
cursor: pointer;
|
|
8617
|
-
}
|
|
8618
|
-
|
|
8619
|
-
.f-multiple ul li:first-child {
|
|
8620
|
-
margin-top: 0;
|
|
8621
|
-
}
|
|
8622
|
-
|
|
8623
|
-
.fs-circle {
|
|
8624
|
-
display: inline-block;
|
|
8625
|
-
width: 16px;
|
|
8626
|
-
height: 16px;
|
|
8627
|
-
border-radius: 50%;
|
|
8628
|
-
position: relative;
|
|
8629
|
-
transition: all 0.2s;
|
|
8630
|
-
}
|
|
8631
|
-
|
|
8632
|
-
.fs-circle.selected {
|
|
8633
|
-
background-color: #2687f1;
|
|
8634
|
-
border-color: #2687f1 !important;
|
|
8635
|
-
}
|
|
8636
|
-
|
|
8637
|
-
.fs-circle.selected::after {
|
|
8638
|
-
content: "";
|
|
8639
|
-
position: absolute;
|
|
8640
|
-
top: 3px;
|
|
8641
|
-
left: 3px;
|
|
8642
|
-
width: 8px;
|
|
8643
|
-
height: 8px;
|
|
8732
|
+
}
|
|
8733
|
+
.global.tel {
|
|
8734
|
+
width: 35px;
|
|
8735
|
+
height: 55px;
|
|
8644
8736
|
border-radius: 50%;
|
|
8645
|
-
|
|
8646
|
-
|
|
8647
|
-
|
|
8648
|
-
|
|
8649
|
-
display: inline-block;
|
|
8650
|
-
width: calc(100% - 16px);
|
|
8651
|
-
padding-left: 8px;
|
|
8652
|
-
vertical-align: top;
|
|
8653
|
-
word-break: break-all;
|
|
8654
|
-
font-size: 14px;
|
|
8655
|
-
line-height: 1.2;
|
|
8656
|
-
}
|
|
8657
|
-
|
|
8658
|
-
.has-error .fs-tit {
|
|
8659
|
-
border-bottom-color: #ff4d4f;
|
|
8737
|
+
text-align: center;
|
|
8738
|
+
margin-bottom: 15px;
|
|
8739
|
+
border: 2px solid #fff;
|
|
8740
|
+
cursor: pointer;
|
|
8660
8741
|
}
|
|
8661
|
-
.
|
|
8742
|
+
.icon-dianhua:before { content: "\E60E"; }
|
|
8743
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
8744
|
+
.global.tel > span { font-size: 10px; line-height: 20px; display: block;}/* .ele-form {
|
|
8745
|
+
position: absolute;
|
|
8746
|
+
user-select: none;
|
|
8747
|
+
} */
|
|
8748
|
+
|
|
8749
|
+
.f-select {
|
|
8750
|
+
cursor: pointer;
|
|
8751
|
+
}
|
|
8752
|
+
|
|
8753
|
+
.ani-wrap {
|
|
8754
|
+
position: relative;
|
|
8755
|
+
}
|
|
8756
|
+
|
|
8757
|
+
.f-select .ani-wrap .fs-tit {
|
|
8758
|
+
position: relative;
|
|
8759
|
+
display: flex;
|
|
8760
|
+
padding: 0 5px;
|
|
8761
|
+
height: 35px;
|
|
8762
|
+
line-height: 35px;
|
|
8763
|
+
align-items: center;
|
|
8764
|
+
}
|
|
8765
|
+
|
|
8766
|
+
.require {
|
|
8767
|
+
padding: 0 5px 0 0;
|
|
8768
|
+
color: red;
|
|
8769
|
+
vertical-align: middle;
|
|
8770
|
+
}
|
|
8771
|
+
|
|
8772
|
+
.fs-cont {
|
|
8773
|
+
padding-right: 15px;
|
|
8774
|
+
white-space: nowrap;
|
|
8775
|
+
overflow: hidden;
|
|
8776
|
+
text-overflow: ellipsis;
|
|
8777
|
+
flex-grow: 1;
|
|
8778
|
+
}
|
|
8779
|
+
|
|
8780
|
+
.icon-bofang1 {
|
|
8781
|
+
font-size: 12px;
|
|
8782
|
+
transition: transform 0.2s ease;
|
|
8783
|
+
}
|
|
8784
|
+
|
|
8785
|
+
.rotate-180 {
|
|
8786
|
+
transform: rotate(180deg) !important;
|
|
8787
|
+
}
|
|
8788
|
+
|
|
8789
|
+
.f-real {
|
|
8790
|
+
position: absolute;
|
|
8791
|
+
left: 0;
|
|
8792
|
+
top: 0;
|
|
8793
|
+
width: 100%;
|
|
8794
|
+
height: 100%;
|
|
8795
|
+
z-index: 1;
|
|
8796
|
+
opacity: 0;
|
|
8797
|
+
cursor: pointer;
|
|
8798
|
+
}
|
|
8799
|
+
|
|
8800
|
+
.dropdown-menu {
|
|
8801
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
|
8802
|
+
}
|
|
8803
|
+
|
|
8804
|
+
.dropdown-item {
|
|
8805
|
+
padding: 8px 10px;
|
|
8806
|
+
cursor: pointer;
|
|
8807
|
+
transition: background-color 0.2s;
|
|
8808
|
+
}
|
|
8809
|
+
|
|
8810
|
+
.dropdown-item:hover {
|
|
8811
|
+
background-color: #f5f5f5;
|
|
8812
|
+
}
|
|
8813
|
+
|
|
8814
|
+
.dropdown-item.selected {
|
|
8815
|
+
background-color: #e6f7ff;
|
|
8816
|
+
color: #1890ff;
|
|
8817
|
+
}
|
|
8818
|
+
|
|
8819
|
+
.f-select .fs-tit .icon-bofang1 {
|
|
8820
|
+
position: absolute;
|
|
8821
|
+
right: 10px;
|
|
8822
|
+
font-size: 12px;
|
|
8823
|
+
display: inline-block;
|
|
8824
|
+
transform: rotate(90deg);
|
|
8825
|
+
}
|
|
8826
|
+
|
|
8827
|
+
.icon-bofang1:before {
|
|
8828
|
+
content: "\E6CF";
|
|
8829
|
+
}
|
|
8830
|
+
|
|
8831
|
+
.has-error {
|
|
8832
|
+
border-color: #ff4d4f !important;
|
|
8833
|
+
}
|
|
8834
|
+
|
|
8835
|
+
.error-tip {
|
|
8836
|
+
position: fixed;
|
|
8837
|
+
left: 0;
|
|
8838
|
+
top: 0;
|
|
8839
|
+
width: 100%;
|
|
8840
|
+
height: 100%;
|
|
8841
|
+
z-index: 1000;
|
|
8842
|
+
}
|
|
8843
|
+
.global.receipt {
|
|
8662
8844
|
width: 35px;
|
|
8663
8845
|
height: 55px;
|
|
8664
8846
|
border-radius: 50%;
|
|
@@ -8667,11 +8849,9 @@ to {
|
|
|
8667
8849
|
border: 2px solid #fff;
|
|
8668
8850
|
cursor: pointer;
|
|
8669
8851
|
}
|
|
8670
|
-
.icon-
|
|
8852
|
+
.icon-liuyan:before { content: "\E636"; }
|
|
8671
8853
|
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
8672
|
-
.global.
|
|
8673
|
-
}
|
|
8674
|
-
|
|
8854
|
+
.global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
|
|
8675
8855
|
.icon-guanbi:before {
|
|
8676
8856
|
content: "\E676";
|
|
8677
8857
|
}
|
|
@@ -9065,184 +9245,3 @@ to {
|
|
|
9065
9245
|
content: "\E65E";
|
|
9066
9246
|
color: #F44336; /* 失败的红色 */
|
|
9067
9247
|
}
|
|
9068
|
-
/* .ele-form {
|
|
9069
|
-
position: absolute;
|
|
9070
|
-
user-select: none;
|
|
9071
|
-
} */
|
|
9072
|
-
|
|
9073
|
-
.f-select {
|
|
9074
|
-
cursor: pointer;
|
|
9075
|
-
}
|
|
9076
|
-
|
|
9077
|
-
.ani-wrap {
|
|
9078
|
-
position: relative;
|
|
9079
|
-
}
|
|
9080
|
-
|
|
9081
|
-
.f-select .ani-wrap .fs-tit {
|
|
9082
|
-
position: relative;
|
|
9083
|
-
display: flex;
|
|
9084
|
-
padding: 0 5px;
|
|
9085
|
-
height: 35px;
|
|
9086
|
-
line-height: 35px;
|
|
9087
|
-
align-items: center;
|
|
9088
|
-
}
|
|
9089
|
-
|
|
9090
|
-
.require {
|
|
9091
|
-
padding: 0 5px 0 0;
|
|
9092
|
-
color: red;
|
|
9093
|
-
vertical-align: middle;
|
|
9094
|
-
}
|
|
9095
|
-
|
|
9096
|
-
.fs-cont {
|
|
9097
|
-
padding-right: 15px;
|
|
9098
|
-
white-space: nowrap;
|
|
9099
|
-
overflow: hidden;
|
|
9100
|
-
text-overflow: ellipsis;
|
|
9101
|
-
flex-grow: 1;
|
|
9102
|
-
}
|
|
9103
|
-
|
|
9104
|
-
.icon-bofang1 {
|
|
9105
|
-
font-size: 12px;
|
|
9106
|
-
transition: transform 0.2s ease;
|
|
9107
|
-
}
|
|
9108
|
-
|
|
9109
|
-
.rotate-180 {
|
|
9110
|
-
transform: rotate(180deg) !important;
|
|
9111
|
-
}
|
|
9112
|
-
|
|
9113
|
-
.f-real {
|
|
9114
|
-
position: absolute;
|
|
9115
|
-
left: 0;
|
|
9116
|
-
top: 0;
|
|
9117
|
-
width: 100%;
|
|
9118
|
-
height: 100%;
|
|
9119
|
-
z-index: 1;
|
|
9120
|
-
opacity: 0;
|
|
9121
|
-
cursor: pointer;
|
|
9122
|
-
}
|
|
9123
|
-
|
|
9124
|
-
.dropdown-menu {
|
|
9125
|
-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
|
9126
|
-
}
|
|
9127
|
-
|
|
9128
|
-
.dropdown-item {
|
|
9129
|
-
padding: 8px 10px;
|
|
9130
|
-
cursor: pointer;
|
|
9131
|
-
transition: background-color 0.2s;
|
|
9132
|
-
}
|
|
9133
|
-
|
|
9134
|
-
.dropdown-item:hover {
|
|
9135
|
-
background-color: #f5f5f5;
|
|
9136
|
-
}
|
|
9137
|
-
|
|
9138
|
-
.dropdown-item.selected {
|
|
9139
|
-
background-color: #e6f7ff;
|
|
9140
|
-
color: #1890ff;
|
|
9141
|
-
}
|
|
9142
|
-
|
|
9143
|
-
.f-select .fs-tit .icon-bofang1 {
|
|
9144
|
-
position: absolute;
|
|
9145
|
-
right: 10px;
|
|
9146
|
-
font-size: 12px;
|
|
9147
|
-
display: inline-block;
|
|
9148
|
-
transform: rotate(90deg);
|
|
9149
|
-
}
|
|
9150
|
-
|
|
9151
|
-
.icon-bofang1:before {
|
|
9152
|
-
content: "\E6CF";
|
|
9153
|
-
}
|
|
9154
|
-
|
|
9155
|
-
.has-error {
|
|
9156
|
-
border-color: #ff4d4f !important;
|
|
9157
|
-
}
|
|
9158
|
-
|
|
9159
|
-
.error-tip {
|
|
9160
|
-
position: fixed;
|
|
9161
|
-
left: 0;
|
|
9162
|
-
top: 0;
|
|
9163
|
-
width: 100%;
|
|
9164
|
-
height: 100%;
|
|
9165
|
-
z-index: 1000;
|
|
9166
|
-
}.form-submit {
|
|
9167
|
-
cursor: pointer;
|
|
9168
|
-
transition: all 0.2s;
|
|
9169
|
-
outline: none;
|
|
9170
|
-
border: none;
|
|
9171
|
-
}
|
|
9172
|
-
|
|
9173
|
-
.form-submit:hover {
|
|
9174
|
-
opacity: 0.9;
|
|
9175
|
-
transform: translateY(-1px);
|
|
9176
|
-
}
|
|
9177
|
-
|
|
9178
|
-
.form-submit:active {
|
|
9179
|
-
opacity: 0.8;
|
|
9180
|
-
transform: translateY(0);
|
|
9181
|
-
}
|
|
9182
|
-
|
|
9183
|
-
.form-submit:disabled {
|
|
9184
|
-
opacity: 0.6;
|
|
9185
|
-
cursor: not-allowed;
|
|
9186
|
-
transform: none !important;
|
|
9187
|
-
}
|
|
9188
|
-
|
|
9189
|
-
.f-submit {
|
|
9190
|
-
position: relative;
|
|
9191
|
-
display: block
|
|
9192
|
-
}
|
|
9193
|
-
|
|
9194
|
-
.f-submit .ani-wrap {
|
|
9195
|
-
width: 100%;
|
|
9196
|
-
height: 100%;
|
|
9197
|
-
padding: 10px;
|
|
9198
|
-
overflow: hidden;
|
|
9199
|
-
position: relative
|
|
9200
|
-
}
|
|
9201
|
-
|
|
9202
|
-
.f-submit .f-ovh {
|
|
9203
|
-
position: absolute;
|
|
9204
|
-
left: 50%;
|
|
9205
|
-
top: 50%;
|
|
9206
|
-
transform: translate(-50%,-50%)
|
|
9207
|
-
}
|
|
9208
|
-
|
|
9209
|
-
.form-submit:disabled {
|
|
9210
|
-
opacity: 0.7;
|
|
9211
|
-
cursor: not-allowed;
|
|
9212
|
-
}
|
|
9213
|
-
.global.map {
|
|
9214
|
-
width: 35px;
|
|
9215
|
-
height: 55px;
|
|
9216
|
-
border-radius: 50%;
|
|
9217
|
-
text-align: center;
|
|
9218
|
-
margin-bottom: 5px;
|
|
9219
|
-
border: 2px solid #fff;
|
|
9220
|
-
cursor: pointer;
|
|
9221
|
-
}
|
|
9222
|
-
.icon-daohang1:before { content: "\E612"; }
|
|
9223
|
-
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
9224
|
-
.global.map > span { font-size: 10px; line-height: 20px; display: block;}
|
|
9225
|
-
.global.tel {
|
|
9226
|
-
width: 35px;
|
|
9227
|
-
height: 55px;
|
|
9228
|
-
border-radius: 50%;
|
|
9229
|
-
text-align: center;
|
|
9230
|
-
margin-bottom: 15px;
|
|
9231
|
-
border: 2px solid #fff;
|
|
9232
|
-
cursor: pointer;
|
|
9233
|
-
}
|
|
9234
|
-
.icon-dianhua:before { content: "\E60E"; }
|
|
9235
|
-
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
9236
|
-
.global.tel > span { font-size: 10px; line-height: 20px; display: block;}
|
|
9237
|
-
.global.receipt {
|
|
9238
|
-
width: 35px;
|
|
9239
|
-
height: 55px;
|
|
9240
|
-
border-radius: 50%;
|
|
9241
|
-
text-align: center;
|
|
9242
|
-
margin-bottom: 5px;
|
|
9243
|
-
border: 2px solid #fff;
|
|
9244
|
-
cursor: pointer;
|
|
9245
|
-
}
|
|
9246
|
-
.icon-liuyan:before { content: "\E636"; }
|
|
9247
|
-
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
9248
|
-
.global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
|