unika-components 1.2.4 → 1.2.5
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/index.html +53 -0
- package/dist/js/app.js +3325 -0
- package/dist/js/chunk-vendors.js +1638 -0
- package/dist/src/components/UniCall/UniCall.vue.d.ts +11 -1
- package/dist/src/components/UniInvite/UniInvite.vue.d.ts +57 -0
- package/dist/src/components/UniInvite/index.d.ts +2 -0
- package/dist/src/components/UniMap/UniMap.vue.d.ts +11 -1
- package/dist/src/components/WorkRender/WorkRender.vue.d.ts +1 -0
- package/dist/src/composables/inviteManager.d.ts +13 -0
- package/dist/src/constants/invitePhrases.d.ts +3 -0
- package/dist/src/constants/inviteProps.d.ts +4 -0
- package/dist/src/constants/inviteTemplates.d.ts +5 -0
- package/dist/src/defaultProps.d.ts +49 -0
- package/dist/src/index.d.ts +10 -1
- package/dist/src/utils/inviteAnimation.d.ts +3 -0
- package/dist/src/utils/inviteTemplate.d.ts +4 -0
- package/dist/src/utils/resolveInviteRender.d.ts +11 -0
- package/dist/unika-components.css +1819 -1108
- package/dist/unika-components.esm.js +943 -529
- package/dist/unika-components.umd.js +981 -555
- package/package.json +1 -1
- package/dist/.DS_Store +0 -0
- package/dist/src/components/LongPage/LongPage.vue.d.ts +0 -20
- package/dist/src/components/LongPage/index.d.ts +0 -2
- package/dist/src/components/SwiperPage/SwiperAnimate.d.ts +0 -3
- package/dist/src/components/SwiperPage/SwiperPage.vue.d.ts +0 -36
- package/dist/src/components/SwiperPage/index.d.ts +0 -2
- package/dist/src/components/UniBackground/UniBackground.vue.d.ts +0 -11
- package/dist/src/components/UniBackground/index.d.ts +0 -2
- package/dist/src/components/UniBulidUp/UniBulidUp.vue.d.ts +0 -12
- package/dist/src/components/UniBulidUp/index.d.ts +0 -2
- package/dist/src/components/UniCalendar/Calendar.vue.d.ts +0 -165
- package/dist/src/components/UniEffect/sonw.d.ts +0 -2
- package/dist/src/components/UniFormMultiple/validators.d.ts +0 -20
- package/dist/src/components/UniFormSelect/validators.d.ts +0 -1
- package/dist/src/components/UniFormSingle/validators.d.ts +0 -20
- package/dist/src/components/UniLike/UniLike.vue.d.ts +0 -14
- package/dist/src/components/UniLike/index.d.ts +0 -2
- package/dist/src/components/UniLotties/UniLotties.vue.d.ts +0 -340
- package/dist/src/components/UniLotties/index.d.ts +0 -2
- package/dist/src/components/UniRegisterForm/UniRegisterForm.vue.d.ts +0 -28
- package/dist/src/components/UniRegisterForm/index.d.ts +0 -2
- package/dist/src/components/UniSvg/UniSvg.vue.d.ts +0 -12
- package/dist/src/components/UniSvg/index.d.ts +0 -2
- package/dist/src/components/UniSwiper/UniSwiper.vue.d.ts +0 -12
- package/dist/src/components/UniSwiper/index.d.ts +0 -2
- package/dist/src/components/UniTanmu/Barrage.vue.d.ts +0 -76
- package/dist/src/components/UniTanmu/UniTanmu.vue.d.ts +0 -59
- package/dist/src/components/UniTanmu/index.d.ts +0 -2
- package/dist/src/components/UniTest/index.d.ts +0 -2
- package/dist/src/components/UniTextBk/index.d.ts +0 -2
- package/dist/src/components/WorkRender/DynamicElement.vue.d.ts +0 -59
- package/dist/src/components/WorkRender/PageIndicator.vue.d.ts +0 -110
- package/dist/src/components/WorkRender/SwiperAnimate.d.ts +0 -3
- package/dist/src/components/WorkRender/WorkRenderer.vue.d.ts +0 -59
- package/dist/src/components/WorkRenderLong/test.vue.d.ts +0 -72
- package/dist/src/composables/useElementProps.d.ts +0 -8
- package/dist/src/composables/useElementStyle.d.ts +0 -18
- package/dist/src/constants/countdown.d.ts +0 -65
- package/dist/src/constants/toolbar.d.ts +0 -13
- package/dist/src/hooks/useComponentClick.d.ts +0 -2
- package/dist/src/hooks/useStylePick.d.ts +0 -3
|
@@ -1,22 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
/* 添加百位数样式 */
|
|
3
|
-
.c-hundred {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
width: 30px; /* 根据需要调整 */
|
|
8
|
-
margin-right: 5px;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.global-v ::v-deep .global-v-show iframe {
|
|
12
|
-
position: absolute;
|
|
13
|
-
left: 0;
|
|
14
|
-
top: 50%;
|
|
15
|
-
transform: translateY(-60%);
|
|
16
|
-
min-height: 45%;
|
|
17
|
-
max-height: 100%;
|
|
18
|
-
width: 100%;
|
|
19
|
-
}
|
|
1
|
+
|
|
2
|
+
/* 添加百位数样式 */
|
|
3
|
+
.c-hundred {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
width: 30px; /* 根据需要调整 */
|
|
8
|
+
margin-right: 5px;
|
|
9
|
+
}
|
|
20
10
|
|
|
21
11
|
.unika-watermark {
|
|
22
12
|
position: fixed;
|
|
@@ -35,7 +25,112 @@
|
|
|
35
25
|
background-size: 220px 140px;
|
|
36
26
|
opacity: 0.5;
|
|
37
27
|
}
|
|
28
|
+
|
|
29
|
+
.global-v ::v-deep .global-v-show iframe {
|
|
30
|
+
position: absolute;
|
|
31
|
+
left: 0;
|
|
32
|
+
top: 50%;
|
|
33
|
+
transform: translateY(-60%);
|
|
34
|
+
min-height: 45%;
|
|
35
|
+
max-height: 100%;
|
|
36
|
+
width: 100%;
|
|
37
|
+
}
|
|
38
38
|
|
|
39
|
+
.element-video {
|
|
40
|
+
position: absolute;
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
background-color: transparent;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.element-video .ani-wrap, .element-video img {
|
|
46
|
+
display: block;
|
|
47
|
+
width: 100%;
|
|
48
|
+
height: 100%;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.video-container {
|
|
52
|
+
width: 100%;
|
|
53
|
+
height: 100%;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.video-container iframe {
|
|
57
|
+
width: 100%;
|
|
58
|
+
height: 100%;
|
|
59
|
+
border: none;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.video-cover {
|
|
63
|
+
position: relative;
|
|
64
|
+
width: 100%;
|
|
65
|
+
height: 100%;
|
|
66
|
+
background-size: cover;
|
|
67
|
+
background-position: center;
|
|
68
|
+
cursor: pointer;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.video-cover .play-btn {
|
|
72
|
+
position: absolute;
|
|
73
|
+
left: 50%;
|
|
74
|
+
top: 50%;
|
|
75
|
+
transform: translate(-50%, -50%);
|
|
76
|
+
width: 50px;
|
|
77
|
+
height: 50px;
|
|
78
|
+
opacity: 0.8;
|
|
79
|
+
transition: opacity 0.2s;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.video-cover:hover .play-btn {
|
|
83
|
+
opacity: 1;
|
|
84
|
+
}.ele-img {
|
|
85
|
+
position: absolute;
|
|
86
|
+
overflow: hidden;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.ele-img .ani-wrap {
|
|
90
|
+
width: 100%;
|
|
91
|
+
height: 100%;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.ele-img .ele-image {
|
|
95
|
+
position: relative;
|
|
96
|
+
display: block;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ele-img .rotate-wrap {
|
|
100
|
+
position: absolute;
|
|
101
|
+
left: 0;
|
|
102
|
+
right: 0;
|
|
103
|
+
top: 0;
|
|
104
|
+
bottom: 0;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.ele-img .ele-img-bg,
|
|
108
|
+
.ele-img .rotate-wrap .img-wrap {
|
|
109
|
+
width: 100%;
|
|
110
|
+
height: 100%;
|
|
111
|
+
overflow: hidden;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.ele-img .ele-bg-wrap {
|
|
115
|
+
width: 100%;
|
|
116
|
+
height: 100%;
|
|
117
|
+
background-size: cover;
|
|
118
|
+
background-position: 50% 50%;
|
|
119
|
+
background-repeat: no-repeat;
|
|
120
|
+
background-clip: border-box;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/* 动画关键帧 */
|
|
124
|
+
@keyframes zoomIn {
|
|
125
|
+
from {
|
|
126
|
+
opacity: 0;
|
|
127
|
+
transform: scale(0.5);
|
|
128
|
+
}
|
|
129
|
+
to {
|
|
130
|
+
opacity: 1;
|
|
131
|
+
transform: scale(1);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
39
134
|
.ele-text {
|
|
40
135
|
position: relative;
|
|
41
136
|
}
|
|
@@ -102,96 +197,363 @@
|
|
|
102
197
|
transform: scale(1);
|
|
103
198
|
opacity: 1;
|
|
104
199
|
}
|
|
105
|
-
}.
|
|
106
|
-
|
|
107
|
-
overflow: hidden;
|
|
200
|
+
}.count-down .drag-point {
|
|
201
|
+
cursor: default!important
|
|
108
202
|
}
|
|
109
203
|
|
|
110
|
-
.ani-wrap {
|
|
204
|
+
.count-down .ani-wrap {
|
|
111
205
|
width: 100%;
|
|
112
|
-
height: 100
|
|
113
|
-
box-sizing: border-box;
|
|
206
|
+
height: 100%
|
|
114
207
|
}
|
|
115
208
|
|
|
116
|
-
.
|
|
117
|
-
|
|
209
|
+
.count-down .count-text,.count-down .finish-cont {
|
|
210
|
+
display: -webkit-box;
|
|
211
|
+
display: -ms-flexbox;
|
|
212
|
+
display: flex;
|
|
118
213
|
height: 100%;
|
|
214
|
+
-webkit-box-align: center;
|
|
215
|
+
-ms-flex-align: center;
|
|
216
|
+
align-items: center;
|
|
217
|
+
-webkit-box-pack: center;
|
|
218
|
+
-ms-flex-pack: center;
|
|
219
|
+
justify-content: center
|
|
119
220
|
}
|
|
120
221
|
|
|
121
|
-
.
|
|
122
|
-
width: 100
|
|
123
|
-
height: 100%;
|
|
124
|
-
display: block;
|
|
222
|
+
.count-down .finish-cont {
|
|
223
|
+
width: 100%
|
|
125
224
|
}
|
|
126
225
|
|
|
127
|
-
.
|
|
128
|
-
|
|
226
|
+
.count-down .count-flip {
|
|
227
|
+
display: -webkit-box;
|
|
228
|
+
display: -ms-flexbox;
|
|
229
|
+
display: flex;
|
|
129
230
|
height: 100%;
|
|
130
|
-
|
|
231
|
+
-webkit-box-align: center;
|
|
232
|
+
-ms-flex-align: center;
|
|
233
|
+
align-items: center;
|
|
234
|
+
-webkit-box-pack: center;
|
|
235
|
+
-ms-flex-pack: center;
|
|
236
|
+
justify-content: center
|
|
131
237
|
}
|
|
132
238
|
|
|
133
|
-
|
|
134
|
-
.
|
|
135
|
-
.
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
justify-content: center;
|
|
139
|
-
width: 100%;
|
|
140
|
-
height: 100%;
|
|
141
|
-
background: rgba(0,0,0,0.05);
|
|
239
|
+
.count-down .count-flip .numscroll {
|
|
240
|
+
-webkit-animation: numscroll .4s ease-in-out;
|
|
241
|
+
animation: numscroll .4s ease-in-out;
|
|
242
|
+
-webkit-animation-fill-mode: both;
|
|
243
|
+
animation-fill-mode: both
|
|
142
244
|
}
|
|
143
245
|
|
|
144
|
-
.
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
246
|
+
.count-down .count-flip .numscroll .curr-num {
|
|
247
|
+
-webkit-transition: all .3s ease-in-out;
|
|
248
|
+
transition: all .3s ease-in-out;
|
|
249
|
+
opacity: .6;
|
|
250
|
+
-webkit-transform: scale(.5)!important;
|
|
251
|
+
transform: scale(.5)!important
|
|
148
252
|
}
|
|
149
|
-
|
|
253
|
+
|
|
254
|
+
@-webkit-keyframes numscroll {
|
|
255
|
+
0% {
|
|
256
|
+
-webkit-transform: translateZ(0);
|
|
257
|
+
transform: translateZ(0)
|
|
258
|
+
}
|
|
259
|
+
|
|
150
260
|
to {
|
|
151
|
-
|
|
152
|
-
|
|
261
|
+
-webkit-transform: translate3d(0,100%,0);
|
|
262
|
+
transform: translate3d(0,100%,0)
|
|
153
263
|
}
|
|
154
264
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
265
|
+
|
|
266
|
+
@keyframes numscroll {
|
|
267
|
+
0% {
|
|
268
|
+
-webkit-transform: translateZ(0);
|
|
269
|
+
transform: translateZ(0)
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
to {
|
|
273
|
+
-webkit-transform: translate3d(0,100%,0);
|
|
274
|
+
transform: translate3d(0,100%,0)
|
|
275
|
+
}
|
|
160
276
|
}
|
|
161
277
|
|
|
162
|
-
.
|
|
163
|
-
|
|
278
|
+
.count-down .count-flip .c-com {
|
|
279
|
+
min-width: 50px;
|
|
280
|
+
height: auto;
|
|
281
|
+
margin: 6px;
|
|
282
|
+
padding: 5px 0 6px;
|
|
283
|
+
background-color: #111
|
|
164
284
|
}
|
|
165
285
|
|
|
166
|
-
.
|
|
286
|
+
.count-down .count-flip .c-com .flex-wrap {
|
|
287
|
+
display: -webkit-box;
|
|
288
|
+
display: -ms-flexbox;
|
|
289
|
+
display: flex;
|
|
167
290
|
position: relative;
|
|
168
291
|
width: 100%;
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
292
|
+
height: 100%;
|
|
293
|
+
-webkit-box-align: center;
|
|
294
|
+
-ms-flex-align: center;
|
|
295
|
+
align-items: center
|
|
172
296
|
}
|
|
173
297
|
|
|
174
|
-
.
|
|
175
|
-
|
|
176
|
-
justify-content: space-between;
|
|
177
|
-
align-items: flex-end;
|
|
178
|
-
line-height: 1;
|
|
179
|
-
padding: 0 47px 20px;
|
|
298
|
+
.count-down .count-flip .c-com .flex-wrap .curr-num,.count-down .count-flip .c-com .flex-wrap .next-num {
|
|
299
|
+
line-height: 27px
|
|
180
300
|
}
|
|
181
301
|
|
|
182
|
-
.
|
|
183
|
-
|
|
184
|
-
|
|
302
|
+
.count-down .count-flip .c-com .flex-wrap .next-num {
|
|
303
|
+
position: absolute;
|
|
304
|
+
top: -100%
|
|
185
305
|
}
|
|
186
306
|
|
|
187
|
-
.
|
|
188
|
-
|
|
307
|
+
.count-down .count-flip .c-com .flex-wrap .curr-num {
|
|
308
|
+
-webkit-transform: scale(1);
|
|
309
|
+
transform: scale(1)
|
|
189
310
|
}
|
|
190
311
|
|
|
191
|
-
.
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
312
|
+
.count-down .bottom-center,.count-down .left-bottom,.count-down .left-center,.count-down .left-top,.count-down .right-bottom,.count-down .right-center,.count-down .right-top,.count-down .top-center {
|
|
313
|
+
display: none!important
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.c-wrap {
|
|
317
|
+
width: 100%;
|
|
318
|
+
height: 100%;
|
|
319
|
+
overflow: hidden;
|
|
320
|
+
font-size: 0
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.c-wrap.c-day-wrap {
|
|
324
|
+
text-align: center
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.c-wrap.c-day-wrap .c-num {
|
|
328
|
+
width: auto
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.c-wrap .c-num {
|
|
332
|
+
display: inline-block;
|
|
333
|
+
width: 50%;
|
|
334
|
+
overflow: hidden;
|
|
335
|
+
font-size: 20px;
|
|
336
|
+
color: #999
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.c-wrap .c-left .flex-wrap {
|
|
340
|
+
display: -webkit-box;
|
|
341
|
+
display: -ms-flexbox;
|
|
342
|
+
display: flex;
|
|
343
|
+
-webkit-box-pack: end;
|
|
344
|
+
-ms-flex-pack: end;
|
|
345
|
+
justify-content: flex-end
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.c-wrap .c-text {
|
|
349
|
+
display: -webkit-box;
|
|
350
|
+
display: -ms-flexbox;
|
|
351
|
+
display: flex;
|
|
352
|
+
width: 100%;
|
|
353
|
+
font-size: 12px;
|
|
354
|
+
-webkit-box-pack: center;
|
|
355
|
+
-ms-flex-pack: center;
|
|
356
|
+
justify-content: center;
|
|
357
|
+
-webkit-box-align: center;
|
|
358
|
+
-ms-flex-align: center;
|
|
359
|
+
align-items: center;
|
|
360
|
+
white-space: nowrap
|
|
361
|
+
}
|
|
362
|
+
.element-ditu .ani-wrap {
|
|
363
|
+
width: 100%;
|
|
364
|
+
height: 100%;
|
|
365
|
+
overflow: hidden
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.element-ditu .map {
|
|
369
|
+
width: 100%;
|
|
370
|
+
height: 100%
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.element-ditu .map .el-button {
|
|
374
|
+
width: 100%;
|
|
375
|
+
height: 100%;
|
|
376
|
+
display: -webkit-box;
|
|
377
|
+
display: -ms-flexbox;
|
|
378
|
+
display: flex;
|
|
379
|
+
-webkit-box-align: center;
|
|
380
|
+
-ms-flex-align: center;
|
|
381
|
+
align-items: center;
|
|
382
|
+
padding: 0;
|
|
383
|
+
-webkit-box-pack: center;
|
|
384
|
+
-ms-flex-pack: center;
|
|
385
|
+
justify-content: center;
|
|
386
|
+
background: inherit;
|
|
387
|
+
color: inherit;
|
|
388
|
+
border: none
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.element-ditu .center-map {
|
|
392
|
+
width: 100%;
|
|
393
|
+
height: 100%;
|
|
394
|
+
background: #fff
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.element-ditu .mask-map {
|
|
398
|
+
position: absolute;
|
|
399
|
+
width: 100%;
|
|
400
|
+
height: 100%;
|
|
401
|
+
top: 0
|
|
402
|
+
}
|
|
403
|
+
.map-iframe {
|
|
404
|
+
width: 100%;
|
|
405
|
+
height: 100%;
|
|
406
|
+
}.button {
|
|
407
|
+
position: absolute;
|
|
408
|
+
cursor: pointer;
|
|
409
|
+
user-select: none;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.button .ani-wrap {
|
|
413
|
+
display: flex;
|
|
414
|
+
justify-content: center;
|
|
415
|
+
align-items: center;
|
|
416
|
+
width: 100%;
|
|
417
|
+
height: 100%;
|
|
418
|
+
overflow: hidden;
|
|
419
|
+
transition: opacity 0.2s;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.button .ani-wrap:hover {
|
|
423
|
+
opacity: 0.9;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.button-content {
|
|
427
|
+
display: flex;
|
|
428
|
+
align-items: center;
|
|
429
|
+
justify-content: center;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.btn-text {
|
|
433
|
+
margin-left: 10px;
|
|
434
|
+
}.call {
|
|
435
|
+
position: absolute;
|
|
436
|
+
cursor: pointer;
|
|
437
|
+
user-select: none;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.call .ani-wrap {
|
|
441
|
+
display: flex;
|
|
442
|
+
justify-content: center;
|
|
443
|
+
align-items: center;
|
|
444
|
+
width: 100%;
|
|
445
|
+
height: 100%;
|
|
446
|
+
overflow: hidden;
|
|
447
|
+
transition: opacity 0.2s;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.call .ani-wrap:hover {
|
|
451
|
+
opacity: 0.9;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.call-content {
|
|
455
|
+
display: flex;
|
|
456
|
+
align-items: center;
|
|
457
|
+
justify-content: center;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.btn-text {
|
|
461
|
+
margin-left: 10px;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
.hb-tel:before {
|
|
466
|
+
content: "\E642";
|
|
467
|
+
}.ele-shape {
|
|
468
|
+
position: absolute;
|
|
469
|
+
overflow: hidden;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.ani-wrap {
|
|
473
|
+
width: 100%;
|
|
474
|
+
height: 100%;
|
|
475
|
+
box-sizing: border-box;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.e-shape {
|
|
479
|
+
width: 100%;
|
|
480
|
+
height: 100%;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.svg-container :deep(svg) {
|
|
484
|
+
width: 100%;
|
|
485
|
+
height: 100%;
|
|
486
|
+
display: block;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.svg-container {
|
|
490
|
+
width: 100%;
|
|
491
|
+
height: 100%;
|
|
492
|
+
display: block;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
.svg-loading,
|
|
497
|
+
.svg-error {
|
|
498
|
+
display: flex;
|
|
499
|
+
align-items: center;
|
|
500
|
+
justify-content: center;
|
|
501
|
+
width: 100%;
|
|
502
|
+
height: 100%;
|
|
503
|
+
background: rgba(0,0,0,0.05);
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.ele-shape .svg-container svg {
|
|
507
|
+
width: 100%;
|
|
508
|
+
height: 100%;
|
|
509
|
+
overflow: visible;
|
|
510
|
+
}
|
|
511
|
+
@keyframes jumpheart {
|
|
512
|
+
to {
|
|
513
|
+
-webkit-transform: scale(1.2);
|
|
514
|
+
transform: scale(1.2)
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
.ele-calendar {
|
|
518
|
+
position: relative;
|
|
519
|
+
width: 325px !important;
|
|
520
|
+
min-height: 325px !important;
|
|
521
|
+
height: auto !important;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.ele-calendar .drag-point {
|
|
525
|
+
cursor: default !important;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.ele-calendar .ani-wrap {
|
|
529
|
+
position: relative;
|
|
530
|
+
width: 100%;
|
|
531
|
+
min-height: 325px !important;
|
|
532
|
+
height: auto !important;
|
|
533
|
+
padding: 22px 0;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.ele-calendar .ani-wrap .can-wrap .can-top {
|
|
537
|
+
display: flex;
|
|
538
|
+
justify-content: space-between;
|
|
539
|
+
align-items: flex-end;
|
|
540
|
+
line-height: 1;
|
|
541
|
+
padding: 0 47px 20px;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.ele-calendar .ani-wrap .can-wrap .can-top .can-left {
|
|
545
|
+
font-size: 25px;
|
|
546
|
+
padding-bottom: 4px;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.ele-calendar .ani-wrap .can-wrap .can-top .can-right {
|
|
550
|
+
font-size: 25px;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.ele-calendar .ani-wrap .can-wrap .can-top .can-right span {
|
|
554
|
+
position: relative;
|
|
555
|
+
top: 2px;
|
|
556
|
+
font-size: 57px;
|
|
195
557
|
}
|
|
196
558
|
|
|
197
559
|
.ele-calendar .ani-wrap .can-wrap .can-main {
|
|
@@ -487,56 +849,7 @@
|
|
|
487
849
|
}
|
|
488
850
|
.icon-xingzhuangjiehe:before {
|
|
489
851
|
content: "\E6A6";
|
|
490
|
-
}
|
|
491
|
-
position: absolute;
|
|
492
|
-
overflow: hidden;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
.ele-img .ani-wrap {
|
|
496
|
-
width: 100%;
|
|
497
|
-
height: 100%;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.ele-img .ele-image {
|
|
501
|
-
position: relative;
|
|
502
|
-
display: block;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.ele-img .rotate-wrap {
|
|
506
|
-
position: absolute;
|
|
507
|
-
left: 0;
|
|
508
|
-
right: 0;
|
|
509
|
-
top: 0;
|
|
510
|
-
bottom: 0;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.ele-img .ele-img-bg,
|
|
514
|
-
.ele-img .rotate-wrap .img-wrap {
|
|
515
|
-
width: 100%;
|
|
516
|
-
height: 100%;
|
|
517
|
-
overflow: hidden;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.ele-img .ele-bg-wrap {
|
|
521
|
-
width: 100%;
|
|
522
|
-
height: 100%;
|
|
523
|
-
background-size: cover;
|
|
524
|
-
background-position: 50% 50%;
|
|
525
|
-
background-repeat: no-repeat;
|
|
526
|
-
background-clip: border-box;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
/* 动画关键帧 */
|
|
530
|
-
@keyframes zoomIn {
|
|
531
|
-
from {
|
|
532
|
-
opacity: 0;
|
|
533
|
-
transform: scale(0.5);
|
|
534
|
-
}
|
|
535
|
-
to {
|
|
536
|
-
opacity: 1;
|
|
537
|
-
transform: scale(1);
|
|
538
|
-
}
|
|
539
|
-
}#audio {
|
|
852
|
+
}#audio {
|
|
540
853
|
position: absolute;
|
|
541
854
|
right: 10px;
|
|
542
855
|
top: 10px;
|
|
@@ -606,209 +919,110 @@
|
|
|
606
919
|
width: 100%;
|
|
607
920
|
height: 2px;
|
|
608
921
|
background: #fff;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
position: absolute;
|
|
612
|
-
overflow: hidden;
|
|
613
|
-
background-color: transparent;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.element-video .ani-wrap, .element-video img {
|
|
617
|
-
display: block;
|
|
618
|
-
width: 100%;
|
|
619
|
-
height: 100%;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
.video-container {
|
|
623
|
-
width: 100%;
|
|
624
|
-
height: 100%;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.video-container iframe {
|
|
628
|
-
width: 100%;
|
|
629
|
-
height: 100%;
|
|
630
|
-
border: none;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
.video-cover {
|
|
634
|
-
position: relative;
|
|
635
|
-
width: 100%;
|
|
636
|
-
height: 100%;
|
|
637
|
-
background-size: cover;
|
|
638
|
-
background-position: center;
|
|
639
|
-
cursor: pointer;
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
.video-cover .play-btn {
|
|
643
|
-
position: absolute;
|
|
644
|
-
left: 50%;
|
|
645
|
-
top: 50%;
|
|
646
|
-
transform: translate(-50%, -50%);
|
|
647
|
-
width: 50px;
|
|
648
|
-
height: 50px;
|
|
649
|
-
opacity: 0.8;
|
|
650
|
-
transition: opacity 0.2s;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
.video-cover:hover .play-btn {
|
|
654
|
-
opacity: 1;
|
|
655
|
-
}.element-ditu .ani-wrap {
|
|
656
|
-
width: 100%;
|
|
657
|
-
height: 100%;
|
|
658
|
-
overflow: hidden
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
.element-ditu .map {
|
|
662
|
-
width: 100%;
|
|
663
|
-
height: 100%
|
|
922
|
+
}.ele-effect {
|
|
923
|
+
will-change: transform;
|
|
664
924
|
}
|
|
665
925
|
|
|
666
|
-
.
|
|
926
|
+
.ele-effect .effect-wrap {
|
|
927
|
+
position: relative;
|
|
667
928
|
width: 100%;
|
|
668
929
|
height: 100%;
|
|
669
|
-
display: -webkit-box;
|
|
670
|
-
display: -ms-flexbox;
|
|
671
|
-
display: flex;
|
|
672
|
-
-webkit-box-align: center;
|
|
673
|
-
-ms-flex-align: center;
|
|
674
|
-
align-items: center;
|
|
675
|
-
padding: 0;
|
|
676
|
-
-webkit-box-pack: center;
|
|
677
|
-
-ms-flex-pack: center;
|
|
678
|
-
justify-content: center;
|
|
679
|
-
background: inherit;
|
|
680
|
-
color: inherit;
|
|
681
|
-
border: none
|
|
682
930
|
}
|
|
683
931
|
|
|
684
|
-
.
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
background:
|
|
932
|
+
.particle {
|
|
933
|
+
position: absolute;
|
|
934
|
+
background-repeat: no-repeat;
|
|
935
|
+
background-size: contain;
|
|
936
|
+
animation-name: falling;
|
|
937
|
+
animation-timing-function: linear;
|
|
938
|
+
animation-iteration-count: infinite;
|
|
939
|
+
will-change: transform;
|
|
688
940
|
}
|
|
689
941
|
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
942
|
+
@keyframes falling {
|
|
943
|
+
0% {
|
|
944
|
+
transform: translateY(0) rotate(0deg);
|
|
945
|
+
opacity: 1;
|
|
946
|
+
}
|
|
947
|
+
80% {
|
|
948
|
+
opacity: 0.8;
|
|
949
|
+
}
|
|
950
|
+
100% {
|
|
951
|
+
transform: translateY(100vh) rotate(360deg);
|
|
952
|
+
opacity: 0;
|
|
953
|
+
}
|
|
695
954
|
}
|
|
696
|
-
.
|
|
697
|
-
|
|
698
|
-
height: 100%;
|
|
699
|
-
}#page-list .tip-cover {
|
|
700
|
-
position: fixed;
|
|
701
|
-
left: 0;
|
|
702
|
-
top: 0;
|
|
703
|
-
width: 100%;
|
|
704
|
-
height: 100%;
|
|
705
|
-
display: -ms-flexbox;
|
|
706
|
-
display: flex;
|
|
707
|
-
-ms-flex-align: center;
|
|
708
|
-
align-items: center;
|
|
709
|
-
-ms-flex-pack: center;
|
|
710
|
-
justify-content: center;
|
|
711
|
-
z-index: 999;
|
|
712
|
-
background-color: rgba(0,0,0,.7)
|
|
955
|
+
.ele-lottie .ele-lotwrap {
|
|
956
|
+
overflow: hidden
|
|
713
957
|
}
|
|
714
958
|
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
background-color: #fff
|
|
959
|
+
.ele-effect .effect-wrap {
|
|
960
|
+
position: relative;
|
|
961
|
+
overflow: hidden;
|
|
962
|
+
width: 100%;
|
|
963
|
+
height: 100%
|
|
721
964
|
}
|
|
722
965
|
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
966
|
+
.ele-effect .e-small {
|
|
967
|
+
position: absolute;
|
|
968
|
+
width: 24px;
|
|
969
|
+
height: 24px;
|
|
970
|
+
background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
|
|
971
|
+
background-size: cover;
|
|
972
|
+
background-repeat: no-repeat;
|
|
973
|
+
-webkit-transform-origin: center;
|
|
974
|
+
transform-origin: center;
|
|
975
|
+
-webkit-animation: snow 5s linear infinite;
|
|
976
|
+
animation: snow 5s linear infinite
|
|
977
|
+
}
|
|
978
|
+
.ele-lottie .ele-lotwrap {
|
|
979
|
+
overflow: hidden;
|
|
980
|
+
}.form-submit {
|
|
981
|
+
cursor: pointer;
|
|
982
|
+
transition: all 0.2s;
|
|
983
|
+
outline: none;
|
|
984
|
+
border: none;
|
|
734
985
|
}
|
|
735
986
|
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
987
|
+
.form-submit:hover {
|
|
988
|
+
opacity: 0.9;
|
|
989
|
+
transform: translateY(-1px);
|
|
739
990
|
}
|
|
740
991
|
|
|
741
|
-
.
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
top: 0;
|
|
745
|
-
width: 100%;
|
|
746
|
-
height: 100%;
|
|
747
|
-
display: -ms-flexbox;
|
|
748
|
-
display: flex;
|
|
749
|
-
-ms-flex-align: center;
|
|
750
|
-
align-items: center;
|
|
751
|
-
-ms-flex-pack: center;
|
|
752
|
-
justify-content: center;
|
|
753
|
-
z-index: 999;
|
|
754
|
-
background-color: rgba(0,0,0,.7)
|
|
992
|
+
.form-submit:active {
|
|
993
|
+
opacity: 0.8;
|
|
994
|
+
transform: translateY(0);
|
|
755
995
|
}
|
|
756
996
|
|
|
757
|
-
.
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
border-radius: 3px;
|
|
762
|
-
background-color: #fff
|
|
997
|
+
.form-submit:disabled {
|
|
998
|
+
opacity: 0.6;
|
|
999
|
+
cursor: not-allowed;
|
|
1000
|
+
transform: none !important;
|
|
763
1001
|
}
|
|
764
1002
|
|
|
765
|
-
.
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
width: 64px;
|
|
769
|
-
height: 20px;
|
|
770
|
-
color: #fff;
|
|
771
|
-
border-radius: 4px;
|
|
772
|
-
text-align: center;
|
|
773
|
-
font-size: 14px;
|
|
774
|
-
line-height: 20px;
|
|
775
|
-
background: #ed5566;
|
|
776
|
-
}
|
|
777
|
-
.ele-lottie .ele-lotwrap {
|
|
778
|
-
overflow: hidden;
|
|
779
|
-
}.call {
|
|
780
|
-
position: absolute;
|
|
781
|
-
cursor: pointer;
|
|
782
|
-
user-select: none;
|
|
1003
|
+
.f-submit {
|
|
1004
|
+
position: relative;
|
|
1005
|
+
display: block
|
|
783
1006
|
}
|
|
784
1007
|
|
|
785
|
-
.
|
|
786
|
-
display: flex;
|
|
787
|
-
justify-content: center;
|
|
788
|
-
align-items: center;
|
|
1008
|
+
.f-submit .ani-wrap {
|
|
789
1009
|
width: 100%;
|
|
790
1010
|
height: 100%;
|
|
1011
|
+
padding: 10px;
|
|
791
1012
|
overflow: hidden;
|
|
792
|
-
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
.call .ani-wrap:hover {
|
|
796
|
-
opacity: 0.9;
|
|
1013
|
+
position: relative
|
|
797
1014
|
}
|
|
798
1015
|
|
|
799
|
-
.
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
.btn-text {
|
|
806
|
-
margin-left: 10px;
|
|
1016
|
+
.f-submit .f-ovh {
|
|
1017
|
+
position: absolute;
|
|
1018
|
+
left: 50%;
|
|
1019
|
+
top: 50%;
|
|
1020
|
+
transform: translate(-50%,-50%)
|
|
807
1021
|
}
|
|
808
1022
|
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
1023
|
+
.form-submit:disabled {
|
|
1024
|
+
opacity: 0.7;
|
|
1025
|
+
cursor: not-allowed;
|
|
812
1026
|
}/* Iconfont definition */
|
|
813
1027
|
.icon-danmuliebiao1:before {
|
|
814
1028
|
content: "\E68A";
|
|
@@ -3315,7 +3529,134 @@ to {
|
|
|
3315
3529
|
}
|
|
3316
3530
|
}
|
|
3317
3531
|
|
|
3318
|
-
|
|
3532
|
+
.form-input {
|
|
3533
|
+
position: absolute;
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3536
|
+
.input-wrapper {
|
|
3537
|
+
display: flex;
|
|
3538
|
+
align-items: center;
|
|
3539
|
+
width: 100%;
|
|
3540
|
+
height: 100%;
|
|
3541
|
+
padding: 0 10px;
|
|
3542
|
+
box-sizing: border-box;
|
|
3543
|
+
position: relative;
|
|
3544
|
+
transition: border-color 0.3s;
|
|
3545
|
+
}
|
|
3546
|
+
|
|
3547
|
+
.required-marker {
|
|
3548
|
+
font-size: 12px;
|
|
3549
|
+
padding: 0 5px 0 0;
|
|
3550
|
+
color: red;
|
|
3551
|
+
vertical-align: middle;
|
|
3552
|
+
}
|
|
3553
|
+
|
|
3554
|
+
input {
|
|
3555
|
+
flex: 1;
|
|
3556
|
+
border: none;
|
|
3557
|
+
outline: none;
|
|
3558
|
+
background: transparent;
|
|
3559
|
+
height: 100%;
|
|
3560
|
+
padding: 0;
|
|
3561
|
+
margin: 0;
|
|
3562
|
+
}
|
|
3563
|
+
/*
|
|
3564
|
+
input::placeholder {
|
|
3565
|
+
color: #ccc;
|
|
3566
|
+
opacity: 1;
|
|
3567
|
+
} */
|
|
3568
|
+
|
|
3569
|
+
.dynamic-placeholder-input::placeholder {
|
|
3570
|
+
color: var(--placeholder-color, #999);
|
|
3571
|
+
opacity: 1;
|
|
3572
|
+
}
|
|
3573
|
+
.dynamic-placeholder-input::-webkit-input-placeholder {
|
|
3574
|
+
color: var(--placeholder-color, #999);
|
|
3575
|
+
}
|
|
3576
|
+
.dynamic-placeholder-input::-moz-placeholder {
|
|
3577
|
+
color: var(--placeholder-color, #999);
|
|
3578
|
+
opacity: 1;
|
|
3579
|
+
}
|
|
3580
|
+
.dynamic-placeholder-input:-ms-input-placeholder {
|
|
3581
|
+
color: var(--placeholder-color, #999);
|
|
3582
|
+
}#page-list .tip-cover {
|
|
3583
|
+
position: fixed;
|
|
3584
|
+
left: 0;
|
|
3585
|
+
top: 0;
|
|
3586
|
+
width: 100%;
|
|
3587
|
+
height: 100%;
|
|
3588
|
+
display: -ms-flexbox;
|
|
3589
|
+
display: flex;
|
|
3590
|
+
-ms-flex-align: center;
|
|
3591
|
+
align-items: center;
|
|
3592
|
+
-ms-flex-pack: center;
|
|
3593
|
+
justify-content: center;
|
|
3594
|
+
z-index: 999;
|
|
3595
|
+
background-color: rgba(0,0,0,.7)
|
|
3596
|
+
}
|
|
3597
|
+
|
|
3598
|
+
#page-list .tip-cover .tip {
|
|
3599
|
+
width: 80%;
|
|
3600
|
+
max-width: 250px;
|
|
3601
|
+
padding: 10px;
|
|
3602
|
+
border-radius: 5px;
|
|
3603
|
+
background-color: #fff
|
|
3604
|
+
}
|
|
3605
|
+
|
|
3606
|
+
#page-list .tip-cover .tip-btn {
|
|
3607
|
+
display: block;
|
|
3608
|
+
margin: 25px auto;
|
|
3609
|
+
width: 120px;
|
|
3610
|
+
height: 30px;
|
|
3611
|
+
color: #fff;
|
|
3612
|
+
border-radius: 4px;
|
|
3613
|
+
text-align: center;
|
|
3614
|
+
font-size: 14px;
|
|
3615
|
+
line-height: 30px;
|
|
3616
|
+
background: #ed5566
|
|
3617
|
+
}
|
|
3618
|
+
|
|
3619
|
+
#page-list .tip-cover .tip-content {
|
|
3620
|
+
font-size: 14px;
|
|
3621
|
+
padding-top: 30px;
|
|
3622
|
+
}
|
|
3623
|
+
|
|
3624
|
+
.tip-cover {
|
|
3625
|
+
position: fixed;
|
|
3626
|
+
left: 0;
|
|
3627
|
+
top: 0;
|
|
3628
|
+
width: 100%;
|
|
3629
|
+
height: 100%;
|
|
3630
|
+
display: -ms-flexbox;
|
|
3631
|
+
display: flex;
|
|
3632
|
+
-ms-flex-align: center;
|
|
3633
|
+
align-items: center;
|
|
3634
|
+
-ms-flex-pack: center;
|
|
3635
|
+
justify-content: center;
|
|
3636
|
+
z-index: 999;
|
|
3637
|
+
background-color: rgba(0,0,0,.7)
|
|
3638
|
+
}
|
|
3639
|
+
|
|
3640
|
+
.tip-cover .tip {
|
|
3641
|
+
width: 80%;
|
|
3642
|
+
max-width: 250px;
|
|
3643
|
+
padding: 5px;
|
|
3644
|
+
border-radius: 3px;
|
|
3645
|
+
background-color: #fff
|
|
3646
|
+
}
|
|
3647
|
+
|
|
3648
|
+
.tip-cover .tip-btn {
|
|
3649
|
+
display: block;
|
|
3650
|
+
margin: 13px auto;
|
|
3651
|
+
width: 64px;
|
|
3652
|
+
height: 20px;
|
|
3653
|
+
color: #fff;
|
|
3654
|
+
border-radius: 4px;
|
|
3655
|
+
text-align: center;
|
|
3656
|
+
font-size: 14px;
|
|
3657
|
+
line-height: 20px;
|
|
3658
|
+
background: #ed5566;
|
|
3659
|
+
} @charset"UTF-8";.animated {
|
|
3319
3660
|
animation-duration: 1s;
|
|
3320
3661
|
animation-fill-mode: both
|
|
3321
3662
|
}
|
|
@@ -8201,373 +8542,223 @@ to {
|
|
|
8201
8542
|
transform: translateX(0)
|
|
8202
8543
|
}
|
|
8203
8544
|
}
|
|
8204
|
-
|
|
8205
|
-
|
|
8545
|
+
/* .ele-form {
|
|
8546
|
+
position: absolute;
|
|
8547
|
+
user-select: none;
|
|
8548
|
+
}
|
|
8549
|
+
*/
|
|
8550
|
+
.f-single {
|
|
8551
|
+
cursor: pointer;
|
|
8552
|
+
}
|
|
8553
|
+
|
|
8554
|
+
.ani-wrap {
|
|
8555
|
+
position: relative;
|
|
8556
|
+
}
|
|
8557
|
+
|
|
8558
|
+
.f-single .ani-wrap .fs-tit {
|
|
8559
|
+
display: flex;
|
|
8560
|
+
padding: 0 5px;
|
|
8561
|
+
height: 40px;
|
|
8562
|
+
align-items: center;
|
|
8563
|
+
white-space: nowrap;
|
|
8564
|
+
overflow: hidden;
|
|
8565
|
+
text-overflow: ellipsis;
|
|
8566
|
+
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
8567
|
+
}
|
|
8568
|
+
|
|
8569
|
+
.require {
|
|
8570
|
+
padding: 0 5px 0 0;
|
|
8571
|
+
color: red;
|
|
8572
|
+
vertical-align: middle;
|
|
8573
|
+
}
|
|
8574
|
+
|
|
8575
|
+
.f-single ul {
|
|
8576
|
+
padding: 15px;
|
|
8577
|
+
margin: 0;
|
|
8578
|
+
list-style: none;
|
|
8579
|
+
}
|
|
8580
|
+
|
|
8581
|
+
.f-single ul li {
|
|
8582
|
+
display: flex;
|
|
8583
|
+
align-items: center;
|
|
8584
|
+
margin-top: 12px;
|
|
8585
|
+
font-size: 0;
|
|
8586
|
+
}
|
|
8587
|
+
|
|
8588
|
+
.f-single ul li:first-child {
|
|
8589
|
+
margin-top: 0;
|
|
8590
|
+
}
|
|
8591
|
+
|
|
8592
|
+
.fs-circle {
|
|
8593
|
+
display: inline-block;
|
|
8594
|
+
width: 16px;
|
|
8595
|
+
height: 16px;
|
|
8596
|
+
border-radius: 50%;
|
|
8597
|
+
position: relative;
|
|
8598
|
+
transition: all 0.2s;
|
|
8599
|
+
}
|
|
8600
|
+
|
|
8601
|
+
.fs-circle.selected {
|
|
8602
|
+
background-color: #2687f1;
|
|
8603
|
+
border-color: #2687f1 !important;
|
|
8604
|
+
}
|
|
8605
|
+
|
|
8606
|
+
.fs-circle.selected::after {
|
|
8607
|
+
content: "";
|
|
8608
|
+
position: absolute;
|
|
8609
|
+
top: 3px;
|
|
8610
|
+
left: 3px;
|
|
8611
|
+
width: 8px;
|
|
8612
|
+
height: 8px;
|
|
8613
|
+
border-radius: 50%;
|
|
8614
|
+
background-color: white;
|
|
8615
|
+
}
|
|
8616
|
+
|
|
8617
|
+
.fs-txt {
|
|
8618
|
+
display: inline-block;
|
|
8619
|
+
width: calc(100% - 16px);
|
|
8620
|
+
padding-left: 8px;
|
|
8621
|
+
vertical-align: top;
|
|
8622
|
+
word-break: break-all;
|
|
8623
|
+
font-size: 14px;
|
|
8624
|
+
line-height: 1.2;
|
|
8625
|
+
}
|
|
8626
|
+
|
|
8627
|
+
.has-error .fs-tit {
|
|
8628
|
+
border-bottom-color: #ff4d4f;
|
|
8629
|
+
}
|
|
8630
|
+
|
|
8631
|
+
/* 错误提示样式 */
|
|
8632
|
+
.error-tip {
|
|
8633
|
+
position: fixed;
|
|
8634
|
+
left: 0;
|
|
8635
|
+
top: 0;
|
|
8636
|
+
width: 100%;
|
|
8637
|
+
height: 100%;
|
|
8638
|
+
z-index: 1000;
|
|
8639
|
+
}/* .ele-form {
|
|
8640
|
+
position: absolute;
|
|
8641
|
+
user-select: none;
|
|
8642
|
+
} */
|
|
8643
|
+
|
|
8644
|
+
.f-multiple {
|
|
8645
|
+
cursor: pointer;
|
|
8206
8646
|
}
|
|
8207
8647
|
|
|
8208
|
-
.
|
|
8209
|
-
|
|
8210
|
-
height: 100%
|
|
8648
|
+
.ani-wrap {
|
|
8649
|
+
position: relative;
|
|
8211
8650
|
}
|
|
8212
8651
|
|
|
8213
|
-
.
|
|
8214
|
-
display: -webkit-box;
|
|
8215
|
-
display: -ms-flexbox;
|
|
8652
|
+
.f-multiple .ani-wrap .fs-tit {
|
|
8216
8653
|
display: flex;
|
|
8217
|
-
|
|
8218
|
-
|
|
8219
|
-
-ms-flex-align: center;
|
|
8220
|
-
align-items: center;
|
|
8221
|
-
-webkit-box-pack: center;
|
|
8222
|
-
-ms-flex-pack: center;
|
|
8223
|
-
justify-content: center
|
|
8224
|
-
}
|
|
8225
|
-
|
|
8226
|
-
.count-down .finish-cont {
|
|
8227
|
-
width: 100%
|
|
8228
|
-
}
|
|
8229
|
-
|
|
8230
|
-
.count-down .count-flip {
|
|
8231
|
-
display: -webkit-box;
|
|
8232
|
-
display: -ms-flexbox;
|
|
8233
|
-
display: flex;
|
|
8234
|
-
height: 100%;
|
|
8235
|
-
-webkit-box-align: center;
|
|
8236
|
-
-ms-flex-align: center;
|
|
8654
|
+
padding: 0 5px;
|
|
8655
|
+
height: 40px;
|
|
8237
8656
|
align-items: center;
|
|
8238
|
-
-
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
|
|
8242
|
-
|
|
8243
|
-
.count-down .count-flip .numscroll {
|
|
8244
|
-
-webkit-animation: numscroll .4s ease-in-out;
|
|
8245
|
-
animation: numscroll .4s ease-in-out;
|
|
8246
|
-
-webkit-animation-fill-mode: both;
|
|
8247
|
-
animation-fill-mode: both
|
|
8657
|
+
white-space: nowrap;
|
|
8658
|
+
overflow: hidden;
|
|
8659
|
+
text-overflow: ellipsis;
|
|
8660
|
+
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
8248
8661
|
}
|
|
8249
8662
|
|
|
8250
|
-
.
|
|
8251
|
-
|
|
8252
|
-
|
|
8253
|
-
|
|
8254
|
-
-webkit-transform: scale(.5)!important;
|
|
8255
|
-
transform: scale(.5)!important
|
|
8663
|
+
.require {
|
|
8664
|
+
padding: 0 5px 0 0;
|
|
8665
|
+
color: red;
|
|
8666
|
+
vertical-align: middle;
|
|
8256
8667
|
}
|
|
8257
8668
|
|
|
8258
|
-
|
|
8259
|
-
|
|
8260
|
-
|
|
8261
|
-
|
|
8262
|
-
}
|
|
8263
|
-
|
|
8264
|
-
to {
|
|
8265
|
-
-webkit-transform: translate3d(0,100%,0);
|
|
8266
|
-
transform: translate3d(0,100%,0)
|
|
8267
|
-
}
|
|
8669
|
+
.f-multiple ul {
|
|
8670
|
+
padding: 15px;
|
|
8671
|
+
margin: 0;
|
|
8672
|
+
list-style: none;
|
|
8268
8673
|
}
|
|
8269
8674
|
|
|
8270
|
-
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
|
|
8276
|
-
to {
|
|
8277
|
-
-webkit-transform: translate3d(0,100%,0);
|
|
8278
|
-
transform: translate3d(0,100%,0)
|
|
8279
|
-
}
|
|
8675
|
+
.f-multiple ul li {
|
|
8676
|
+
margin-top: 12px;
|
|
8677
|
+
font-size: 0;
|
|
8678
|
+
display: flex;
|
|
8679
|
+
align-items: center;
|
|
8680
|
+
cursor: pointer;
|
|
8280
8681
|
}
|
|
8281
8682
|
|
|
8282
|
-
.
|
|
8283
|
-
|
|
8284
|
-
height: auto;
|
|
8285
|
-
margin: 6px;
|
|
8286
|
-
padding: 5px 0 6px;
|
|
8287
|
-
background-color: #111
|
|
8683
|
+
.f-multiple ul li:first-child {
|
|
8684
|
+
margin-top: 0;
|
|
8288
8685
|
}
|
|
8289
8686
|
|
|
8290
|
-
.
|
|
8291
|
-
display: -
|
|
8292
|
-
|
|
8293
|
-
|
|
8687
|
+
.fs-circle {
|
|
8688
|
+
display: inline-block;
|
|
8689
|
+
width: 16px;
|
|
8690
|
+
height: 16px;
|
|
8691
|
+
border-radius: 50%;
|
|
8294
8692
|
position: relative;
|
|
8295
|
-
|
|
8296
|
-
height: 100%;
|
|
8297
|
-
-webkit-box-align: center;
|
|
8298
|
-
-ms-flex-align: center;
|
|
8299
|
-
align-items: center
|
|
8693
|
+
transition: all 0.2s;
|
|
8300
8694
|
}
|
|
8301
8695
|
|
|
8302
|
-
.
|
|
8303
|
-
|
|
8696
|
+
.fs-circle.selected {
|
|
8697
|
+
background-color: #2687f1;
|
|
8698
|
+
border-color: #2687f1 !important;
|
|
8304
8699
|
}
|
|
8305
8700
|
|
|
8306
|
-
.
|
|
8701
|
+
.fs-circle.selected::after {
|
|
8702
|
+
content: "";
|
|
8307
8703
|
position: absolute;
|
|
8308
|
-
top:
|
|
8309
|
-
|
|
8310
|
-
|
|
8311
|
-
|
|
8312
|
-
-
|
|
8313
|
-
|
|
8314
|
-
}
|
|
8315
|
-
|
|
8316
|
-
.count-down .bottom-center,.count-down .left-bottom,.count-down .left-center,.count-down .left-top,.count-down .right-bottom,.count-down .right-center,.count-down .right-top,.count-down .top-center {
|
|
8317
|
-
display: none!important
|
|
8318
|
-
}
|
|
8319
|
-
|
|
8320
|
-
.c-wrap {
|
|
8321
|
-
width: 100%;
|
|
8322
|
-
height: 100%;
|
|
8323
|
-
overflow: hidden;
|
|
8324
|
-
font-size: 0
|
|
8325
|
-
}
|
|
8326
|
-
|
|
8327
|
-
.c-wrap.c-day-wrap {
|
|
8328
|
-
text-align: center
|
|
8329
|
-
}
|
|
8330
|
-
|
|
8331
|
-
.c-wrap.c-day-wrap .c-num {
|
|
8332
|
-
width: auto
|
|
8704
|
+
top: 3px;
|
|
8705
|
+
left: 3px;
|
|
8706
|
+
width: 8px;
|
|
8707
|
+
height: 8px;
|
|
8708
|
+
border-radius: 50%;
|
|
8709
|
+
background-color: white;
|
|
8333
8710
|
}
|
|
8334
8711
|
|
|
8335
|
-
.
|
|
8712
|
+
.fs-txt {
|
|
8336
8713
|
display: inline-block;
|
|
8337
|
-
width:
|
|
8338
|
-
|
|
8339
|
-
|
|
8340
|
-
|
|
8341
|
-
|
|
8342
|
-
|
|
8343
|
-
.c-wrap .c-left .flex-wrap {
|
|
8344
|
-
display: -webkit-box;
|
|
8345
|
-
display: -ms-flexbox;
|
|
8346
|
-
display: flex;
|
|
8347
|
-
-webkit-box-pack: end;
|
|
8348
|
-
-ms-flex-pack: end;
|
|
8349
|
-
justify-content: flex-end
|
|
8714
|
+
width: calc(100% - 16px);
|
|
8715
|
+
padding-left: 8px;
|
|
8716
|
+
vertical-align: top;
|
|
8717
|
+
word-break: break-all;
|
|
8718
|
+
font-size: 14px;
|
|
8719
|
+
line-height: 1.2;
|
|
8350
8720
|
}
|
|
8351
8721
|
|
|
8352
|
-
.
|
|
8353
|
-
|
|
8354
|
-
display: -ms-flexbox;
|
|
8355
|
-
display: flex;
|
|
8356
|
-
width: 100%;
|
|
8357
|
-
font-size: 12px;
|
|
8358
|
-
-webkit-box-pack: center;
|
|
8359
|
-
-ms-flex-pack: center;
|
|
8360
|
-
justify-content: center;
|
|
8361
|
-
-webkit-box-align: center;
|
|
8362
|
-
-ms-flex-align: center;
|
|
8363
|
-
align-items: center;
|
|
8364
|
-
white-space: nowrap
|
|
8722
|
+
.has-error .fs-tit {
|
|
8723
|
+
border-bottom-color: #ff4d4f;
|
|
8365
8724
|
}
|
|
8366
|
-
.
|
|
8367
|
-
|
|
8725
|
+
.global.tel {
|
|
8726
|
+
width: 35px;
|
|
8727
|
+
height: 55px;
|
|
8728
|
+
border-radius: 50%;
|
|
8729
|
+
text-align: center;
|
|
8730
|
+
margin-bottom: 15px;
|
|
8731
|
+
border: 2px solid #fff;
|
|
8368
8732
|
cursor: pointer;
|
|
8369
|
-
user-select: none;
|
|
8370
8733
|
}
|
|
8734
|
+
.icon-dianhua:before { content: "\E60E"; }
|
|
8735
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
8736
|
+
.global.tel > span { font-size: 10px; line-height: 20px; display: block;}/* .ele-form {
|
|
8737
|
+
position: absolute;
|
|
8738
|
+
user-select: none;
|
|
8739
|
+
} */
|
|
8371
8740
|
|
|
8372
|
-
.
|
|
8373
|
-
|
|
8374
|
-
|
|
8375
|
-
align-items: center;
|
|
8376
|
-
width: 100%;
|
|
8377
|
-
height: 100%;
|
|
8378
|
-
overflow: hidden;
|
|
8379
|
-
transition: opacity 0.2s;
|
|
8380
|
-
}
|
|
8741
|
+
.f-select {
|
|
8742
|
+
cursor: pointer;
|
|
8743
|
+
}
|
|
8381
8744
|
|
|
8382
|
-
.
|
|
8383
|
-
|
|
8384
|
-
}
|
|
8385
|
-
|
|
8386
|
-
.button-content {
|
|
8387
|
-
display: flex;
|
|
8388
|
-
align-items: center;
|
|
8389
|
-
justify-content: center;
|
|
8390
|
-
}
|
|
8391
|
-
|
|
8392
|
-
.btn-text {
|
|
8393
|
-
margin-left: 10px;
|
|
8394
|
-
}.ele-effect {
|
|
8395
|
-
will-change: transform;
|
|
8396
|
-
}
|
|
8397
|
-
|
|
8398
|
-
.ele-effect .effect-wrap {
|
|
8399
|
-
position: relative;
|
|
8400
|
-
width: 100%;
|
|
8401
|
-
height: 100%;
|
|
8402
|
-
}
|
|
8403
|
-
|
|
8404
|
-
.particle {
|
|
8405
|
-
position: absolute;
|
|
8406
|
-
background-repeat: no-repeat;
|
|
8407
|
-
background-size: contain;
|
|
8408
|
-
animation-name: falling;
|
|
8409
|
-
animation-timing-function: linear;
|
|
8410
|
-
animation-iteration-count: infinite;
|
|
8411
|
-
will-change: transform;
|
|
8412
|
-
}
|
|
8413
|
-
|
|
8414
|
-
@keyframes falling {
|
|
8415
|
-
0% {
|
|
8416
|
-
transform: translateY(0) rotate(0deg);
|
|
8417
|
-
opacity: 1;
|
|
8745
|
+
.ani-wrap {
|
|
8746
|
+
position: relative;
|
|
8418
8747
|
}
|
|
8419
|
-
|
|
8420
|
-
|
|
8748
|
+
|
|
8749
|
+
.f-select .ani-wrap .fs-tit {
|
|
8750
|
+
position: relative;
|
|
8751
|
+
display: flex;
|
|
8752
|
+
padding: 0 5px;
|
|
8753
|
+
height: 35px;
|
|
8754
|
+
line-height: 35px;
|
|
8755
|
+
align-items: center;
|
|
8421
8756
|
}
|
|
8422
|
-
|
|
8423
|
-
|
|
8424
|
-
|
|
8425
|
-
|
|
8426
|
-
|
|
8427
|
-
.ele-lottie .ele-lotwrap {
|
|
8428
|
-
overflow: hidden
|
|
8429
|
-
}
|
|
8430
|
-
|
|
8431
|
-
.ele-effect .effect-wrap {
|
|
8432
|
-
position: relative;
|
|
8433
|
-
overflow: hidden;
|
|
8434
|
-
width: 100%;
|
|
8435
|
-
height: 100%
|
|
8436
|
-
}
|
|
8437
|
-
|
|
8438
|
-
.ele-effect .e-small {
|
|
8439
|
-
position: absolute;
|
|
8440
|
-
width: 24px;
|
|
8441
|
-
height: 24px;
|
|
8442
|
-
background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
|
|
8443
|
-
background-size: cover;
|
|
8444
|
-
background-repeat: no-repeat;
|
|
8445
|
-
-webkit-transform-origin: center;
|
|
8446
|
-
transform-origin: center;
|
|
8447
|
-
-webkit-animation: snow 5s linear infinite;
|
|
8448
|
-
animation: snow 5s linear infinite
|
|
8449
|
-
}.form-submit {
|
|
8450
|
-
cursor: pointer;
|
|
8451
|
-
transition: all 0.2s;
|
|
8452
|
-
outline: none;
|
|
8453
|
-
border: none;
|
|
8454
|
-
}
|
|
8455
|
-
|
|
8456
|
-
.form-submit:hover {
|
|
8457
|
-
opacity: 0.9;
|
|
8458
|
-
transform: translateY(-1px);
|
|
8459
|
-
}
|
|
8460
|
-
|
|
8461
|
-
.form-submit:active {
|
|
8462
|
-
opacity: 0.8;
|
|
8463
|
-
transform: translateY(0);
|
|
8464
|
-
}
|
|
8465
|
-
|
|
8466
|
-
.form-submit:disabled {
|
|
8467
|
-
opacity: 0.6;
|
|
8468
|
-
cursor: not-allowed;
|
|
8469
|
-
transform: none !important;
|
|
8470
|
-
}
|
|
8471
|
-
|
|
8472
|
-
.f-submit {
|
|
8473
|
-
position: relative;
|
|
8474
|
-
display: block
|
|
8475
|
-
}
|
|
8476
|
-
|
|
8477
|
-
.f-submit .ani-wrap {
|
|
8478
|
-
width: 100%;
|
|
8479
|
-
height: 100%;
|
|
8480
|
-
padding: 10px;
|
|
8481
|
-
overflow: hidden;
|
|
8482
|
-
position: relative
|
|
8483
|
-
}
|
|
8484
|
-
|
|
8485
|
-
.f-submit .f-ovh {
|
|
8486
|
-
position: absolute;
|
|
8487
|
-
left: 50%;
|
|
8488
|
-
top: 50%;
|
|
8489
|
-
transform: translate(-50%,-50%)
|
|
8490
|
-
}
|
|
8491
|
-
|
|
8492
|
-
.form-submit:disabled {
|
|
8493
|
-
opacity: 0.7;
|
|
8494
|
-
cursor: not-allowed;
|
|
8495
|
-
}.form-input {
|
|
8496
|
-
position: absolute;
|
|
8497
|
-
}
|
|
8498
|
-
|
|
8499
|
-
.input-wrapper {
|
|
8500
|
-
display: flex;
|
|
8501
|
-
align-items: center;
|
|
8502
|
-
width: 100%;
|
|
8503
|
-
height: 100%;
|
|
8504
|
-
padding: 0 10px;
|
|
8505
|
-
box-sizing: border-box;
|
|
8506
|
-
position: relative;
|
|
8507
|
-
transition: border-color 0.3s;
|
|
8508
|
-
}
|
|
8509
|
-
|
|
8510
|
-
.required-marker {
|
|
8511
|
-
font-size: 12px;
|
|
8512
|
-
padding: 0 5px 0 0;
|
|
8513
|
-
color: red;
|
|
8514
|
-
vertical-align: middle;
|
|
8515
|
-
}
|
|
8516
|
-
|
|
8517
|
-
input {
|
|
8518
|
-
flex: 1;
|
|
8519
|
-
border: none;
|
|
8520
|
-
outline: none;
|
|
8521
|
-
background: transparent;
|
|
8522
|
-
height: 100%;
|
|
8523
|
-
padding: 0;
|
|
8524
|
-
margin: 0;
|
|
8525
|
-
}
|
|
8526
|
-
/*
|
|
8527
|
-
input::placeholder {
|
|
8528
|
-
color: #ccc;
|
|
8529
|
-
opacity: 1;
|
|
8530
|
-
} */
|
|
8531
|
-
|
|
8532
|
-
.dynamic-placeholder-input::placeholder {
|
|
8533
|
-
color: var(--placeholder-color, #999);
|
|
8534
|
-
opacity: 1;
|
|
8535
|
-
}
|
|
8536
|
-
.dynamic-placeholder-input::-webkit-input-placeholder {
|
|
8537
|
-
color: var(--placeholder-color, #999);
|
|
8538
|
-
}
|
|
8539
|
-
.dynamic-placeholder-input::-moz-placeholder {
|
|
8540
|
-
color: var(--placeholder-color, #999);
|
|
8541
|
-
opacity: 1;
|
|
8542
|
-
}
|
|
8543
|
-
.dynamic-placeholder-input:-ms-input-placeholder {
|
|
8544
|
-
color: var(--placeholder-color, #999);
|
|
8545
|
-
}/* .ele-form {
|
|
8546
|
-
position: absolute;
|
|
8547
|
-
user-select: none;
|
|
8548
|
-
} */
|
|
8549
|
-
|
|
8550
|
-
.f-select {
|
|
8551
|
-
cursor: pointer;
|
|
8552
|
-
}
|
|
8553
|
-
|
|
8554
|
-
.ani-wrap {
|
|
8555
|
-
position: relative;
|
|
8556
|
-
}
|
|
8557
|
-
|
|
8558
|
-
.f-select .ani-wrap .fs-tit {
|
|
8559
|
-
position: relative;
|
|
8560
|
-
display: flex;
|
|
8561
|
-
padding: 0 5px;
|
|
8562
|
-
height: 35px;
|
|
8563
|
-
line-height: 35px;
|
|
8564
|
-
align-items: center;
|
|
8565
|
-
}
|
|
8566
|
-
|
|
8567
|
-
.require {
|
|
8568
|
-
padding: 0 5px 0 0;
|
|
8569
|
-
color: red;
|
|
8570
|
-
vertical-align: middle;
|
|
8757
|
+
|
|
8758
|
+
.require {
|
|
8759
|
+
padding: 0 5px 0 0;
|
|
8760
|
+
color: red;
|
|
8761
|
+
vertical-align: middle;
|
|
8571
8762
|
}
|
|
8572
8763
|
|
|
8573
8764
|
.fs-cont {
|
|
@@ -8640,627 +8831,1147 @@ cursor: not-allowed;
|
|
|
8640
8831
|
width: 100%;
|
|
8641
8832
|
height: 100%;
|
|
8642
8833
|
z-index: 1000;
|
|
8643
|
-
}/* .ele-form {
|
|
8644
|
-
position: absolute;
|
|
8645
|
-
user-select: none;
|
|
8646
|
-
}
|
|
8647
|
-
*/
|
|
8648
|
-
.f-single {
|
|
8649
|
-
cursor: pointer;
|
|
8650
|
-
}
|
|
8651
|
-
|
|
8652
|
-
.ani-wrap {
|
|
8653
|
-
position: relative;
|
|
8654
|
-
}
|
|
8655
|
-
|
|
8656
|
-
.f-single .ani-wrap .fs-tit {
|
|
8657
|
-
display: flex;
|
|
8658
|
-
padding: 0 5px;
|
|
8659
|
-
height: 40px;
|
|
8660
|
-
align-items: center;
|
|
8661
|
-
white-space: nowrap;
|
|
8662
|
-
overflow: hidden;
|
|
8663
|
-
text-overflow: ellipsis;
|
|
8664
|
-
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
8665
|
-
}
|
|
8666
|
-
|
|
8667
|
-
.require {
|
|
8668
|
-
padding: 0 5px 0 0;
|
|
8669
|
-
color: red;
|
|
8670
|
-
vertical-align: middle;
|
|
8671
|
-
}
|
|
8672
|
-
|
|
8673
|
-
.f-single ul {
|
|
8674
|
-
padding: 15px;
|
|
8675
|
-
margin: 0;
|
|
8676
|
-
list-style: none;
|
|
8677
|
-
}
|
|
8678
|
-
|
|
8679
|
-
.f-single ul li {
|
|
8680
|
-
display: flex;
|
|
8681
|
-
align-items: center;
|
|
8682
|
-
margin-top: 12px;
|
|
8683
|
-
font-size: 0;
|
|
8684
|
-
}
|
|
8685
|
-
|
|
8686
|
-
.f-single ul li:first-child {
|
|
8687
|
-
margin-top: 0;
|
|
8688
|
-
}
|
|
8689
|
-
|
|
8690
|
-
.fs-circle {
|
|
8691
|
-
display: inline-block;
|
|
8692
|
-
width: 16px;
|
|
8693
|
-
height: 16px;
|
|
8694
|
-
border-radius: 50%;
|
|
8695
|
-
position: relative;
|
|
8696
|
-
transition: all 0.2s;
|
|
8697
|
-
}
|
|
8698
|
-
|
|
8699
|
-
.fs-circle.selected {
|
|
8700
|
-
background-color: #2687f1;
|
|
8701
|
-
border-color: #2687f1 !important;
|
|
8702
|
-
}
|
|
8703
|
-
|
|
8704
|
-
.fs-circle.selected::after {
|
|
8705
|
-
content: "";
|
|
8706
|
-
position: absolute;
|
|
8707
|
-
top: 3px;
|
|
8708
|
-
left: 3px;
|
|
8709
|
-
width: 8px;
|
|
8710
|
-
height: 8px;
|
|
8711
|
-
border-radius: 50%;
|
|
8712
|
-
background-color: white;
|
|
8713
|
-
}
|
|
8714
|
-
|
|
8715
|
-
.fs-txt {
|
|
8716
|
-
display: inline-block;
|
|
8717
|
-
width: calc(100% - 16px);
|
|
8718
|
-
padding-left: 8px;
|
|
8719
|
-
vertical-align: top;
|
|
8720
|
-
word-break: break-all;
|
|
8721
|
-
font-size: 14px;
|
|
8722
|
-
line-height: 1.2;
|
|
8723
|
-
}
|
|
8724
|
-
|
|
8725
|
-
.has-error .fs-tit {
|
|
8726
|
-
border-bottom-color: #ff4d4f;
|
|
8727
8834
|
}
|
|
8728
|
-
|
|
8729
|
-
|
|
8730
|
-
|
|
8731
|
-
|
|
8732
|
-
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
height: 100%;
|
|
8736
|
-
z-index: 1000;
|
|
8737
|
-
}/* .ele-form {
|
|
8738
|
-
position: absolute;
|
|
8739
|
-
user-select: none;
|
|
8740
|
-
} */
|
|
8741
|
-
|
|
8742
|
-
.f-multiple {
|
|
8835
|
+
.global.video {
|
|
8836
|
+
width: 35px;
|
|
8837
|
+
height: 55px;
|
|
8838
|
+
border-radius: 50%;
|
|
8839
|
+
text-align: center;
|
|
8840
|
+
margin-bottom: 5px;
|
|
8841
|
+
border: 2px solid #fff;
|
|
8743
8842
|
cursor: pointer;
|
|
8744
8843
|
}
|
|
8844
|
+
.icon-shipin2:before { content: "\E611"; }
|
|
8845
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
8846
|
+
.global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
|
|
8847
|
+
}
|
|
8848
|
+
|
|
8849
|
+
.global.receipt {
|
|
8850
|
+
width: 35px;
|
|
8851
|
+
height: 55px;
|
|
8852
|
+
border-radius: 50%;
|
|
8853
|
+
text-align: center;
|
|
8854
|
+
margin-bottom: 5px;
|
|
8855
|
+
border: 2px solid #fff;
|
|
8856
|
+
cursor: pointer;
|
|
8857
|
+
}
|
|
8858
|
+
.icon-liuyan:before { content: "\E636"; }
|
|
8859
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
8860
|
+
.global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
|
|
8861
|
+
.global.map {
|
|
8862
|
+
width: 35px;
|
|
8863
|
+
height: 55px;
|
|
8864
|
+
border-radius: 50%;
|
|
8865
|
+
text-align: center;
|
|
8866
|
+
margin-bottom: 5px;
|
|
8867
|
+
border: 2px solid #fff;
|
|
8868
|
+
cursor: pointer;
|
|
8869
|
+
}
|
|
8870
|
+
.icon-daohang1:before { content: "\E612"; }
|
|
8871
|
+
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
8872
|
+
.global.map > span { font-size: 10px; line-height: 20px; display: block;}
|
|
8873
|
+
.icon-guanbi:before {
|
|
8874
|
+
content: "\E676";
|
|
8875
|
+
}
|
|
8876
|
+
.icon-liuyan:before {
|
|
8877
|
+
content: "\E636";
|
|
8878
|
+
}
|
|
8879
|
+
.icon-dianhua:before {
|
|
8880
|
+
content: "\E60E";
|
|
8881
|
+
}
|
|
8882
|
+
.icon-daohang1:before {
|
|
8883
|
+
content: "\E612";
|
|
8884
|
+
}
|
|
8885
|
+
.icon-shipin2:before {
|
|
8886
|
+
content: "\E611";
|
|
8887
|
+
}
|
|
8888
|
+
.icon-buoumaotubiao20:before {
|
|
8889
|
+
content: "\E614";
|
|
8890
|
+
}
|
|
8891
|
+
|
|
8892
|
+
/* 主按钮组样式 */
|
|
8893
|
+
#page-global {
|
|
8894
|
+
position: absolute;
|
|
8895
|
+
right: 10px; /* 0.26667rem ≈ 10px */
|
|
8896
|
+
bottom: 15%;
|
|
8897
|
+
z-index: 100;
|
|
8898
|
+
width: 35px; /* 0.93333rem ≈ 35px */
|
|
8899
|
+
}
|
|
8900
|
+
|
|
8901
|
+
#page-global .global {
|
|
8902
|
+
width: 35px;
|
|
8903
|
+
height: 55px; /* 1.46667rem ≈ 55px */
|
|
8904
|
+
border-radius: 50%;
|
|
8905
|
+
text-align: center;
|
|
8906
|
+
margin-bottom: 5px; /* 0.13333rem ≈ 5px */
|
|
8907
|
+
border-width: 0;
|
|
8908
|
+
}
|
|
8909
|
+
|
|
8910
|
+
#page-global .global.tel {
|
|
8911
|
+
/* margin-bottom: 15px; */
|
|
8912
|
+
}
|
|
8913
|
+
|
|
8914
|
+
#page-global .global.video span {
|
|
8915
|
+
position: relative;
|
|
8916
|
+
top: -4px; /* -0.10667rem ≈ -4px */
|
|
8917
|
+
}
|
|
8918
|
+
|
|
8919
|
+
#page-global .global .iconfont {
|
|
8920
|
+
font-size: 30px; /* 0.8rem ≈ 30px */
|
|
8921
|
+
color: #fff;
|
|
8922
|
+
text-shadow: 0 1px 3px rgba(0,0,0,.1); /* 0.02667rem ≈ 1px, 0.08rem ≈ 3px */
|
|
8923
|
+
}
|
|
8924
|
+
|
|
8925
|
+
#page-global .global .icon-bofang1 {
|
|
8926
|
+
margin-left: 3px; /* 0.08rem ≈ 3px */
|
|
8927
|
+
}
|
|
8928
|
+
|
|
8929
|
+
#page-global .global .icon-liuyan {
|
|
8930
|
+
position: relative;
|
|
8931
|
+
left: 1px; /* 0.02667rem ≈ 1px */
|
|
8932
|
+
font-size: 27px; /* 0.72rem ≈ 27px */
|
|
8933
|
+
}
|
|
8934
|
+
|
|
8935
|
+
#page-global .global>span {
|
|
8936
|
+
font-size: 10px; /* 0.32rem ≈ 12px */
|
|
8937
|
+
line-height: 20px; /* 0.53333rem ≈ 20px */
|
|
8938
|
+
text-shadow: 0 1px 1px rgba(0,0,0,.14); /* 0.02667rem ≈ 1px */
|
|
8939
|
+
display: block;
|
|
8940
|
+
}
|
|
8941
|
+
|
|
8942
|
+
/* 过渡动画 */
|
|
8943
|
+
.v-slide-enter-active,
|
|
8944
|
+
.v-slide-leave-active {
|
|
8945
|
+
transition: all 0.3s;
|
|
8946
|
+
}
|
|
8947
|
+
|
|
8948
|
+
.v-slide-enter,
|
|
8949
|
+
.v-slide-leave-to {
|
|
8950
|
+
transform: translate3d(100%,0,0);
|
|
8951
|
+
}
|
|
8952
|
+
|
|
8953
|
+
/* 回执表单样式 */
|
|
8954
|
+
#receipt-wrap {
|
|
8955
|
+
position: absolute;
|
|
8956
|
+
left: 0;
|
|
8957
|
+
top: 0;
|
|
8958
|
+
z-index: 103;
|
|
8959
|
+
width: 100%;
|
|
8960
|
+
height: 100%;
|
|
8961
|
+
background-color: rgba(0,0,0,.8);
|
|
8962
|
+
}
|
|
8963
|
+
|
|
8964
|
+
#receipt-wrap .icon-guanbi {
|
|
8965
|
+
position: absolute;
|
|
8966
|
+
right: 15px; /* 0.4rem ≈ 15px */
|
|
8967
|
+
top: 15px;
|
|
8968
|
+
padding: 10px; /* 0.26667rem ≈ 10px */
|
|
8969
|
+
font-size: 16px; /* 0.42667rem ≈ 16px */
|
|
8970
|
+
color: #bfbfbf;
|
|
8971
|
+
cursor: pointer;
|
|
8972
|
+
}
|
|
8973
|
+
|
|
8974
|
+
#receipt-wrap .r-tit {
|
|
8975
|
+
font-size: 26px; /* 0.69333rem ≈ 26px */
|
|
8976
|
+
color: #fff;
|
|
8977
|
+
text-align: center;
|
|
8978
|
+
padding-top: 92px; /* 2.45333rem ≈ 92px */
|
|
8979
|
+
}
|
|
8980
|
+
|
|
8981
|
+
#receipt-wrap .r-cont {
|
|
8982
|
+
width: 174px; /* 4.64rem ≈ 174px */
|
|
8983
|
+
margin: 0 auto;
|
|
8984
|
+
}
|
|
8985
|
+
|
|
8986
|
+
#receipt-wrap .r-cont,
|
|
8987
|
+
#receipt-wrap .r-list {
|
|
8988
|
+
-webkit-user-select: none;
|
|
8989
|
+
-moz-user-select: none;
|
|
8990
|
+
-ms-user-select: none;
|
|
8991
|
+
user-select: none;
|
|
8992
|
+
-webkit-tap-highlight-color: transparent;
|
|
8993
|
+
}
|
|
8994
|
+
|
|
8995
|
+
#receipt-wrap .r-list {
|
|
8996
|
+
margin-top: 50px; /* 1.33333rem ≈ 50px */
|
|
8997
|
+
}
|
|
8998
|
+
|
|
8999
|
+
#receipt-wrap .r-list li {
|
|
9000
|
+
width: 100%;
|
|
9001
|
+
height: 40px; /* 1.06667rem ≈ 40px */
|
|
9002
|
+
line-height: 40px;
|
|
9003
|
+
}
|
|
9004
|
+
|
|
9005
|
+
#receipt-wrap .r-list li.r-submit {
|
|
9006
|
+
height: auto;
|
|
9007
|
+
line-height: 1;
|
|
9008
|
+
margin-top: 30px; /* 0.8rem ≈ 30px */
|
|
9009
|
+
border-bottom: 0;
|
|
9010
|
+
}
|
|
9011
|
+
|
|
9012
|
+
#receipt-wrap .r-list li.r-which {
|
|
9013
|
+
position: relative;
|
|
9014
|
+
}
|
|
9015
|
+
|
|
9016
|
+
#receipt-wrap .r-list li.r-which:after {
|
|
9017
|
+
display: block;
|
|
9018
|
+
content: "";
|
|
9019
|
+
position: absolute;
|
|
9020
|
+
top: 50%;
|
|
9021
|
+
left: 50%;
|
|
9022
|
+
margin-top: 0px; /* -0.08rem ≈ -3px */
|
|
9023
|
+
margin-left: 25px; /* 0.53333rem ≈ 20px */
|
|
9024
|
+
width: 0;
|
|
9025
|
+
height: 0;
|
|
9026
|
+
border-top: 6px solid #bfbfbf; /* 0.16rem ≈ 6px */
|
|
9027
|
+
border-left: 4px solid transparent; /* 0.10667rem ≈ 4px */
|
|
9028
|
+
border-right: 4px solid transparent;
|
|
9029
|
+
}
|
|
9030
|
+
#receipt-wrap .r-list li {
|
|
9031
|
+
width: 100%;
|
|
9032
|
+
height: 40px;
|
|
9033
|
+
line-height: 40px;
|
|
9034
|
+
border-bottom: 1px solid #ffffff; /* 0.02667rem ≈ 1px */
|
|
9035
|
+
}
|
|
9036
|
+
|
|
9037
|
+
#receipt-wrap .r-list li .r-input {
|
|
9038
|
+
display: block;
|
|
9039
|
+
width: 100%;
|
|
9040
|
+
height: 40px;
|
|
9041
|
+
border-bottom: 1px solid #c8c8c8; /* 0.02667rem ≈ 1px */
|
|
9042
|
+
font-size: 14px; /* 0.37333rem ≈ 14px */
|
|
9043
|
+
color: #bfbfbf;
|
|
9044
|
+
text-align: center;
|
|
9045
|
+
border-radius: 0;
|
|
9046
|
+
-webkit-appearance: none;
|
|
9047
|
+
-webkit-tap-highlight-color: transparent;
|
|
9048
|
+
background: transparent;
|
|
9049
|
+
outline: none;
|
|
9050
|
+
border: none;
|
|
9051
|
+
}
|
|
9052
|
+
|
|
9053
|
+
#receipt-wrap .r-list li .r-input:disabled {
|
|
9054
|
+
color: #bfbfbf;
|
|
9055
|
+
-webkit-appearance: none;
|
|
9056
|
+
opacity: 1;
|
|
9057
|
+
}
|
|
9058
|
+
|
|
9059
|
+
#receipt-wrap .r-list li .r-input:disabled::-webkit-input-placeholder {
|
|
9060
|
+
color: #bfbfbf;
|
|
9061
|
+
}
|
|
9062
|
+
|
|
9063
|
+
#receipt-wrap .r-list li .r-input::-webkit-input-placeholder {
|
|
9064
|
+
color: #bfbfbf;
|
|
9065
|
+
opacity: 1;
|
|
9066
|
+
}
|
|
9067
|
+
|
|
9068
|
+
#receipt-wrap .r-list li .r-btn {
|
|
9069
|
+
width: 100%;
|
|
9070
|
+
height: 30px; /* 0.8rem ≈ 30px */
|
|
9071
|
+
line-height: 30px;
|
|
9072
|
+
color: #fff;
|
|
9073
|
+
background-color: #ff4562;
|
|
9074
|
+
border-radius: 20px; /* 0.53333rem ≈ 20px */
|
|
9075
|
+
outline: 0;
|
|
9076
|
+
font-size: 14px;
|
|
9077
|
+
border: none;
|
|
9078
|
+
cursor: pointer;
|
|
9079
|
+
}
|
|
9080
|
+
|
|
9081
|
+
/* 提示信息样式 */
|
|
9082
|
+
#receipt-wrap .tip-cover {
|
|
9083
|
+
position: fixed;
|
|
9084
|
+
left: 0;
|
|
9085
|
+
top: 0;
|
|
9086
|
+
width: 100%;
|
|
9087
|
+
height: 100%;
|
|
9088
|
+
display: flex;
|
|
9089
|
+
align-items: center;
|
|
9090
|
+
justify-content: center;
|
|
9091
|
+
z-index: 999;
|
|
9092
|
+
background-color: rgba(0,0,0,.7);
|
|
9093
|
+
}
|
|
9094
|
+
|
|
9095
|
+
#receipt-wrap .tip-cover .tip {
|
|
9096
|
+
width: 80%;
|
|
9097
|
+
max-width: 250px; /* 6.66667rem ≈ 250px */
|
|
9098
|
+
padding: 10px;
|
|
9099
|
+
border-radius: 5px; /* 0.13333rem ≈ 5px */
|
|
9100
|
+
background-color: #fff;
|
|
9101
|
+
}
|
|
9102
|
+
|
|
9103
|
+
#receipt-wrap .tip-cover .tip-btn {
|
|
9104
|
+
display: block;
|
|
9105
|
+
margin: 25px auto; /* 0.66667rem ≈ 25px */
|
|
9106
|
+
width: 120px; /* 3.2rem ≈ 120px */
|
|
9107
|
+
height: 30px;
|
|
9108
|
+
color: #fff;
|
|
9109
|
+
border-radius: 4px; /* 0.10667rem ≈ 4px */
|
|
9110
|
+
text-align: center;
|
|
9111
|
+
font-size: 14px;
|
|
9112
|
+
line-height: 30px;
|
|
9113
|
+
background: #ed5566;
|
|
9114
|
+
border: none;
|
|
9115
|
+
cursor: pointer;
|
|
9116
|
+
}
|
|
9117
|
+
|
|
9118
|
+
#receipt-wrap .tip-cover .tip-content {
|
|
9119
|
+
font-size: 14px;
|
|
9120
|
+
padding-top: 30px; /* 0.8rem ≈ 30px */
|
|
9121
|
+
text-align: center;
|
|
9122
|
+
}
|
|
9123
|
+
|
|
9124
|
+
/* 选择器样式 */
|
|
9125
|
+
.which-select {
|
|
9126
|
+
top: 0;
|
|
9127
|
+
z-index: 110;
|
|
9128
|
+
height: 100%;
|
|
9129
|
+
background-color: rgba(0,0,0,.5);
|
|
9130
|
+
}
|
|
9131
|
+
|
|
9132
|
+
.which-select,
|
|
9133
|
+
.which-select ul {
|
|
9134
|
+
position: absolute;
|
|
9135
|
+
left: 0;
|
|
9136
|
+
width: 100%;
|
|
9137
|
+
}
|
|
9138
|
+
|
|
9139
|
+
.which-select ul {
|
|
9140
|
+
bottom: 0;
|
|
9141
|
+
transition: transform 0.3s ease-out;
|
|
9142
|
+
margin: 0;
|
|
9143
|
+
padding: 0;
|
|
9144
|
+
list-style: none;
|
|
9145
|
+
}
|
|
9146
|
+
|
|
9147
|
+
.which-select ul.hide {
|
|
9148
|
+
transform: translateY(100%);
|
|
9149
|
+
}
|
|
9150
|
+
|
|
9151
|
+
.which-select ul li {
|
|
9152
|
+
width: 100%;
|
|
9153
|
+
height: 45px; /* 1.2rem ≈ 45px */
|
|
9154
|
+
line-height: 45px;
|
|
9155
|
+
background-color: #f0f0f0;
|
|
9156
|
+
border-bottom: 1px solid #e0e0e0;
|
|
9157
|
+
text-align: center;
|
|
9158
|
+
cursor: pointer;
|
|
9159
|
+
}
|
|
9160
|
+
|
|
9161
|
+
.which-select ul li:last-child {
|
|
9162
|
+
line-height: 40px;
|
|
9163
|
+
height: auto;
|
|
9164
|
+
padding-bottom: 15px;
|
|
9165
|
+
}
|
|
9166
|
+
|
|
9167
|
+
/* 视频播放器样式 */
|
|
9168
|
+
.global-v {
|
|
9169
|
+
position: fixed;
|
|
9170
|
+
top: 0;
|
|
9171
|
+
left: 0;
|
|
9172
|
+
width: 100%;
|
|
9173
|
+
height: 100%;
|
|
9174
|
+
background: rgba(0,0,0,.7);
|
|
9175
|
+
z-index: 101;
|
|
9176
|
+
transition: all 0.3s;
|
|
9177
|
+
}
|
|
9178
|
+
|
|
9179
|
+
.global-v.gv-show {
|
|
9180
|
+
transform: translateX(-100%);
|
|
9181
|
+
}
|
|
9182
|
+
|
|
9183
|
+
.global-v #close-gvideo {
|
|
9184
|
+
position: absolute;
|
|
9185
|
+
left: 13px; /* 0.34667rem ≈ 13px */
|
|
9186
|
+
top: 13px;
|
|
9187
|
+
z-index: 10;
|
|
9188
|
+
color: #fff;
|
|
9189
|
+
cursor: pointer;
|
|
9190
|
+
}
|
|
9191
|
+
|
|
9192
|
+
.global-v #close-gvideo .icon-buoumaotubiao20 {
|
|
9193
|
+
font-size: 22px; /* 0.58667rem ≈ 22px */
|
|
9194
|
+
font-weight: 700;
|
|
9195
|
+
}
|
|
9196
|
+
|
|
9197
|
+
.global-v .global-v-show {
|
|
9198
|
+
position: relative;
|
|
9199
|
+
z-index: 1;
|
|
9200
|
+
width: 100%;
|
|
9201
|
+
height: 100%;
|
|
9202
|
+
}
|
|
9203
|
+
|
|
9204
|
+
.global-v ::v-deep .global-v-show iframe {
|
|
9205
|
+
position: absolute;
|
|
9206
|
+
left: 0;
|
|
9207
|
+
top: 50%;
|
|
9208
|
+
transform: translateY(-60%);
|
|
9209
|
+
min-height: 45%;
|
|
9210
|
+
max-height: 100%;
|
|
9211
|
+
width: 100%;
|
|
9212
|
+
}
|
|
9213
|
+
|
|
9214
|
+
/* 缩放动画 */
|
|
9215
|
+
.scale-enter-active,
|
|
9216
|
+
.scale-leave-active {
|
|
9217
|
+
transition: 0.2s;
|
|
9218
|
+
transform-origin: center center;
|
|
9219
|
+
}
|
|
9220
|
+
|
|
9221
|
+
.scale-enter,
|
|
9222
|
+
.scale-leave-to {
|
|
9223
|
+
opacity: 0;
|
|
9224
|
+
transform: scale(1.1);
|
|
9225
|
+
}
|
|
9226
|
+
|
|
9227
|
+
.scale-enter-to,
|
|
9228
|
+
.scale-leave {
|
|
9229
|
+
opacity: 1;
|
|
9230
|
+
transform: scale(1);
|
|
9231
|
+
}
|
|
9232
|
+
/* 新增 toast 样式 */
|
|
9233
|
+
.mint-toast {
|
|
9234
|
+
position: fixed;
|
|
9235
|
+
top: 50%;
|
|
9236
|
+
left: 50%;
|
|
9237
|
+
transform: translate(-50%, -50%);
|
|
9238
|
+
display: flex;
|
|
9239
|
+
flex-direction: column;
|
|
9240
|
+
align-items: center;
|
|
9241
|
+
justify-content: center;
|
|
9242
|
+
min-width: 90px; /* 2.4rem ≈ 90px */
|
|
9243
|
+
max-width: 180px; /* 4.8rem ≈ 180px */
|
|
9244
|
+
height: 90px;
|
|
9245
|
+
padding: 8px !important; /* 0.21333rem ≈ 8px */
|
|
9246
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
9247
|
+
border-radius: 8px;
|
|
9248
|
+
z-index: 2000;
|
|
9249
|
+
color: #fff;
|
|
9250
|
+
}
|
|
9251
|
+
|
|
9252
|
+
.mint-toast-text {
|
|
9253
|
+
font-size: 12px; /* 0.32rem ≈ 12px */
|
|
9254
|
+
padding-top: 0 !important;
|
|
9255
|
+
}
|
|
9256
|
+
|
|
9257
|
+
/* 新增图标样式 */
|
|
9258
|
+
.icon-duihao:before {
|
|
9259
|
+
content: "\E637";
|
|
9260
|
+
}
|
|
9261
|
+
|
|
9262
|
+
.icon-cuowu2:before {
|
|
9263
|
+
content: "\E65E";
|
|
9264
|
+
color: #F44336; /* 失败的红色 */
|
|
9265
|
+
}
|
|
9266
|
+
/* ===== 送呈(启呈)运行时样式 ===== */
|
|
9267
|
+
#invite {
|
|
9268
|
+
position: absolute;
|
|
9269
|
+
left: 0;
|
|
9270
|
+
top: 0;
|
|
9271
|
+
bottom: 0;
|
|
9272
|
+
right: 0;
|
|
9273
|
+
z-index: 104;
|
|
9274
|
+
overflow: hidden;
|
|
9275
|
+
background-color: transparent;
|
|
9276
|
+
cursor: pointer;
|
|
9277
|
+
}
|
|
9278
|
+
|
|
9279
|
+
/* 编辑器 iframe 预览 */
|
|
9280
|
+
#invite.uni-invite--preview {
|
|
9281
|
+
position: absolute;
|
|
9282
|
+
left: 0;
|
|
9283
|
+
top: 0;
|
|
9284
|
+
bottom: 0;
|
|
9285
|
+
right: 0;
|
|
9286
|
+
transform: none;
|
|
9287
|
+
max-width: none;
|
|
9288
|
+
cursor: default;
|
|
9289
|
+
}
|
|
9290
|
+
|
|
9291
|
+
/* ---------- type1 ---------- */
|
|
9292
|
+
#invite .type1 {
|
|
9293
|
+
width: 100%;
|
|
9294
|
+
height: 100%;
|
|
9295
|
+
position: relative;
|
|
9296
|
+
}
|
|
9297
|
+
|
|
9298
|
+
#invite .type1 .img1 {
|
|
9299
|
+
width: 100%;
|
|
9300
|
+
height: 100%;
|
|
9301
|
+
position: absolute;
|
|
9302
|
+
top: 0;
|
|
9303
|
+
left: 0;
|
|
9304
|
+
object-fit: cover;
|
|
9305
|
+
}
|
|
9306
|
+
|
|
9307
|
+
#invite .type1 .content-center {
|
|
9308
|
+
width: 8.53333rem;
|
|
9309
|
+
height: 5.76rem;
|
|
9310
|
+
position: absolute;
|
|
9311
|
+
top: 50%;
|
|
9312
|
+
left: 50%;
|
|
9313
|
+
transform: translate(-50%, -50%);
|
|
9314
|
+
}
|
|
9315
|
+
|
|
9316
|
+
#invite .type1 .content-center .bottom-ani,
|
|
9317
|
+
#invite .type1 .content-center img {
|
|
9318
|
+
width: 100%;
|
|
9319
|
+
height: 100%;
|
|
9320
|
+
position: absolute;
|
|
9321
|
+
top: 0;
|
|
9322
|
+
left: 0;
|
|
9323
|
+
}
|
|
9324
|
+
|
|
9325
|
+
#invite .type1 .content-center .bottom-ani {
|
|
9326
|
+
transform-origin: bottom center;
|
|
9327
|
+
transform-style: preserve-3d;
|
|
9328
|
+
}
|
|
9329
|
+
|
|
9330
|
+
#invite .type1 .content-center .bottom-ani .img3 {
|
|
9331
|
+
width: 100%;
|
|
9332
|
+
height: 100%;
|
|
9333
|
+
top: 0;
|
|
9334
|
+
left: 0;
|
|
9335
|
+
transform-origin: bottom center;
|
|
9336
|
+
object-fit: contain;
|
|
9337
|
+
}
|
|
9338
|
+
|
|
9339
|
+
#invite .type1 .content-center .bottom-ani .content {
|
|
9340
|
+
font-size: 0.32rem;
|
|
9341
|
+
position: absolute;
|
|
9342
|
+
top: 4.8rem;
|
|
9343
|
+
left: 50%;
|
|
9344
|
+
transform: translateX(-50%);
|
|
9345
|
+
backface-visibility: hidden;
|
|
9346
|
+
white-space: nowrap;
|
|
9347
|
+
}
|
|
9348
|
+
|
|
9349
|
+
#invite .type1 .content-center .top-ani {
|
|
9350
|
+
position: absolute;
|
|
9351
|
+
width: 100%;
|
|
9352
|
+
height: 100%;
|
|
9353
|
+
top: 0;
|
|
9354
|
+
left: 0;
|
|
9355
|
+
transform-origin: top center;
|
|
9356
|
+
transform-style: preserve-3d;
|
|
9357
|
+
}
|
|
9358
|
+
|
|
9359
|
+
#invite .type1 .content-center .top-ani .title {
|
|
9360
|
+
font-size: 0.53333rem;
|
|
9361
|
+
font-weight: 900;
|
|
9362
|
+
left: 0.90667rem;
|
|
9363
|
+
}
|
|
9364
|
+
|
|
9365
|
+
#invite .type1 .content-center .top-ani .name,
|
|
9366
|
+
#invite .type1 .content-center .top-ani .title {
|
|
9367
|
+
position: absolute;
|
|
9368
|
+
height: 0.64rem;
|
|
9369
|
+
top: 1.2rem;
|
|
9370
|
+
display: flex;
|
|
9371
|
+
align-items: center;
|
|
9372
|
+
justify-content: center;
|
|
9373
|
+
backface-visibility: hidden;
|
|
9374
|
+
white-space: nowrap;
|
|
9375
|
+
}
|
|
9376
|
+
|
|
9377
|
+
#invite .type1 .content-center .top-ani .name {
|
|
9378
|
+
padding: 0 0.10667rem;
|
|
9379
|
+
border-bottom: 0.02667rem solid #ffe5c7;
|
|
9380
|
+
border-top: 0.02667rem solid #ffe5c7;
|
|
9381
|
+
font-size: 0.32rem;
|
|
9382
|
+
right: 0.90667rem;
|
|
9383
|
+
}
|
|
9384
|
+
|
|
9385
|
+
#invite .type1 .content-center .top-ani .img5 {
|
|
9386
|
+
backface-visibility: hidden;
|
|
9387
|
+
}
|
|
9388
|
+
|
|
9389
|
+
#invite .type1 .content-center .img6 {
|
|
9390
|
+
width: 100%;
|
|
9391
|
+
height: 2.13333rem;
|
|
9392
|
+
top: 1.81333rem;
|
|
9393
|
+
animation: invite-breathing 2s linear infinite;
|
|
9394
|
+
}
|
|
9395
|
+
|
|
9396
|
+
#invite .type1.active {
|
|
9397
|
+
animation: invite-vanish 1s linear 1.8s;
|
|
9398
|
+
animation-fill-mode: both;
|
|
9399
|
+
}
|
|
9400
|
+
|
|
9401
|
+
#invite .type1.active .bottom-ani {
|
|
9402
|
+
animation: invite-bottomOpen 1.2s linear 0.6s;
|
|
9403
|
+
animation-fill-mode: both;
|
|
9404
|
+
}
|
|
9405
|
+
|
|
9406
|
+
#invite .type1.active .top-ani {
|
|
9407
|
+
animation: invite-topOpen 1.2s linear 0.5s;
|
|
9408
|
+
animation-fill-mode: both;
|
|
9409
|
+
}
|
|
9410
|
+
|
|
9411
|
+
#invite .type1.active .img6 {
|
|
9412
|
+
animation: invite-vanish 0.5s linear;
|
|
9413
|
+
animation-fill-mode: both;
|
|
9414
|
+
}
|
|
9415
|
+
|
|
9416
|
+
/* ---------- type2(默认) ---------- */
|
|
9417
|
+
#invite .type2 {
|
|
9418
|
+
width: 100%;
|
|
9419
|
+
height: 100%;
|
|
9420
|
+
position: relative;
|
|
9421
|
+
}
|
|
9422
|
+
|
|
9423
|
+
#invite .type2 .img1,
|
|
9424
|
+
#invite .type2 .top-ani {
|
|
9425
|
+
width: 100%;
|
|
9426
|
+
height: 100%;
|
|
9427
|
+
position: absolute;
|
|
9428
|
+
top: 0;
|
|
9429
|
+
left: 0;
|
|
9430
|
+
}
|
|
9431
|
+
|
|
9432
|
+
#invite .type2 .img1 {
|
|
9433
|
+
object-fit: cover;
|
|
9434
|
+
}
|
|
9435
|
+
|
|
9436
|
+
#invite .type2 .top-ani {
|
|
9437
|
+
transform-origin: top center;
|
|
9438
|
+
transform-style: preserve-3d;
|
|
9439
|
+
}
|
|
9440
|
+
|
|
9441
|
+
#invite .type2 .top-ani .img2 {
|
|
9442
|
+
width: 100%;
|
|
9443
|
+
position: absolute;
|
|
9444
|
+
top: 0;
|
|
9445
|
+
left: 0;
|
|
9446
|
+
}
|
|
9447
|
+
|
|
9448
|
+
#invite .type2 .top-ani .title {
|
|
9449
|
+
font-size: 1.12rem;
|
|
9450
|
+
font-weight: 900;
|
|
9451
|
+
position: absolute;
|
|
9452
|
+
top: 1.49333rem;
|
|
9453
|
+
left: 50%;
|
|
9454
|
+
transform: translateX(-50%);
|
|
9455
|
+
display: flex;
|
|
9456
|
+
flex-flow: column;
|
|
9457
|
+
align-items: center;
|
|
9458
|
+
}
|
|
9459
|
+
|
|
9460
|
+
#invite .type2 .top-ani .title span {
|
|
9461
|
+
display: block;
|
|
9462
|
+
}
|
|
9463
|
+
|
|
9464
|
+
#invite .type2 .top-ani .divider {
|
|
9465
|
+
width: 2.93333rem;
|
|
9466
|
+
position: absolute;
|
|
9467
|
+
top: 5.06667rem;
|
|
9468
|
+
left: 50%;
|
|
9469
|
+
transform: translateX(-50%);
|
|
9470
|
+
}
|
|
8745
9471
|
|
|
8746
|
-
.ani
|
|
8747
|
-
|
|
9472
|
+
#invite .type2 .top-ani .name {
|
|
9473
|
+
font-size: 0.50667rem;
|
|
9474
|
+
top: 5.81333rem;
|
|
8748
9475
|
}
|
|
8749
9476
|
|
|
8750
|
-
|
|
8751
|
-
|
|
8752
|
-
|
|
8753
|
-
|
|
8754
|
-
|
|
9477
|
+
#invite .type2 .content,
|
|
9478
|
+
#invite .type2 .top-ani .name {
|
|
9479
|
+
position: absolute;
|
|
9480
|
+
left: 50%;
|
|
9481
|
+
transform: translateX(-50%);
|
|
8755
9482
|
white-space: nowrap;
|
|
8756
|
-
overflow: hidden;
|
|
8757
|
-
text-overflow: ellipsis;
|
|
8758
|
-
border-bottom: 1px solid rgba(153, 153, 153, 1);
|
|
8759
9483
|
}
|
|
8760
9484
|
|
|
8761
|
-
.
|
|
8762
|
-
|
|
8763
|
-
|
|
8764
|
-
|
|
9485
|
+
#invite .type2 .content {
|
|
9486
|
+
width: 100%;
|
|
9487
|
+
bottom: 1.73333rem;
|
|
9488
|
+
text-align: center;
|
|
9489
|
+
z-index: 2;
|
|
8765
9490
|
}
|
|
8766
9491
|
|
|
8767
|
-
.
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
|
|
9492
|
+
#invite .type2 .img3 {
|
|
9493
|
+
width: 100%;
|
|
9494
|
+
height: 3.73333rem;
|
|
9495
|
+
position: absolute;
|
|
9496
|
+
top: 7.46667rem;
|
|
9497
|
+
left: 0;
|
|
9498
|
+
z-index: 5;
|
|
9499
|
+
object-fit: contain;
|
|
9500
|
+
pointer-events: none;
|
|
9501
|
+
animation: invite-breathing 2s linear infinite;
|
|
8771
9502
|
}
|
|
8772
9503
|
|
|
8773
|
-
.
|
|
8774
|
-
|
|
8775
|
-
|
|
8776
|
-
display: flex;
|
|
8777
|
-
align-items: center;
|
|
8778
|
-
cursor: pointer;
|
|
9504
|
+
#invite .type2.active {
|
|
9505
|
+
animation: invite-vanish 1s linear 1.2s;
|
|
9506
|
+
animation-fill-mode: both;
|
|
8779
9507
|
}
|
|
8780
9508
|
|
|
8781
|
-
.
|
|
8782
|
-
|
|
9509
|
+
#invite .type2.active .top-ani {
|
|
9510
|
+
animation: invite-topOpen 1.2s linear 0.5s;
|
|
9511
|
+
animation-fill-mode: both;
|
|
8783
9512
|
}
|
|
8784
9513
|
|
|
8785
|
-
.
|
|
8786
|
-
|
|
8787
|
-
|
|
8788
|
-
height: 16px;
|
|
8789
|
-
border-radius: 50%;
|
|
8790
|
-
position: relative;
|
|
8791
|
-
transition: all 0.2s;
|
|
9514
|
+
#invite .type2.active .img3 {
|
|
9515
|
+
animation: invite-vanish 0.5s linear;
|
|
9516
|
+
animation-fill-mode: both;
|
|
8792
9517
|
}
|
|
8793
9518
|
|
|
8794
|
-
|
|
8795
|
-
|
|
8796
|
-
|
|
9519
|
+
/* ---------- type3 ---------- */
|
|
9520
|
+
#invite .type3 {
|
|
9521
|
+
width: 100%;
|
|
9522
|
+
height: 100%;
|
|
9523
|
+
position: relative;
|
|
8797
9524
|
}
|
|
8798
9525
|
|
|
8799
|
-
.
|
|
8800
|
-
|
|
9526
|
+
#invite .type3 .img1,
|
|
9527
|
+
#invite .type3 .right-ani {
|
|
9528
|
+
width: 100%;
|
|
9529
|
+
height: 100%;
|
|
8801
9530
|
position: absolute;
|
|
8802
|
-
|
|
8803
|
-
|
|
8804
|
-
width: 8px;
|
|
8805
|
-
height: 8px;
|
|
8806
|
-
border-radius: 50%;
|
|
8807
|
-
background-color: white;
|
|
9531
|
+
left: 0;
|
|
9532
|
+
top: 0;
|
|
8808
9533
|
}
|
|
8809
9534
|
|
|
8810
|
-
.
|
|
8811
|
-
|
|
8812
|
-
width: calc(100% - 16px);
|
|
8813
|
-
padding-left: 8px;
|
|
8814
|
-
vertical-align: top;
|
|
8815
|
-
word-break: break-all;
|
|
8816
|
-
font-size: 14px;
|
|
8817
|
-
line-height: 1.2;
|
|
9535
|
+
#invite .type3 .img1 {
|
|
9536
|
+
object-fit: cover;
|
|
8818
9537
|
}
|
|
8819
9538
|
|
|
8820
|
-
.
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
.icon-guanbi:before {
|
|
8824
|
-
content: "\E676";
|
|
8825
|
-
}
|
|
8826
|
-
.icon-liuyan:before {
|
|
8827
|
-
content: "\E636";
|
|
8828
|
-
}
|
|
8829
|
-
.icon-dianhua:before {
|
|
8830
|
-
content: "\E60E";
|
|
8831
|
-
}
|
|
8832
|
-
.icon-daohang1:before {
|
|
8833
|
-
content: "\E612";
|
|
9539
|
+
#invite .type3 .right-ani {
|
|
9540
|
+
transform-origin: right center;
|
|
9541
|
+
transform-style: preserve-3d;
|
|
8834
9542
|
}
|
|
8835
|
-
|
|
8836
|
-
|
|
9543
|
+
|
|
9544
|
+
#invite .type3 .right-ani .img2 {
|
|
9545
|
+
width: 100%;
|
|
9546
|
+
height: 100%;
|
|
9547
|
+
position: absolute;
|
|
9548
|
+
left: 0;
|
|
9549
|
+
object-fit: cover;
|
|
8837
9550
|
}
|
|
8838
|
-
|
|
8839
|
-
|
|
9551
|
+
|
|
9552
|
+
#invite .type3 .right-ani .title {
|
|
9553
|
+
font-size: 1.12rem;
|
|
9554
|
+
font-weight: 900;
|
|
9555
|
+
top: 9%;
|
|
9556
|
+
letter-spacing: 0.26667rem;
|
|
8840
9557
|
}
|
|
8841
9558
|
|
|
8842
|
-
|
|
8843
|
-
#
|
|
9559
|
+
#invite .type3 .right-ani .name,
|
|
9560
|
+
#invite .type3 .right-ani .title {
|
|
8844
9561
|
position: absolute;
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
|
|
8848
|
-
width:
|
|
9562
|
+
writing-mode: vertical-lr;
|
|
9563
|
+
text-orientation: upright;
|
|
9564
|
+
right: 1.22667rem;
|
|
9565
|
+
width: 1.12rem;
|
|
8849
9566
|
}
|
|
8850
9567
|
|
|
8851
|
-
#
|
|
8852
|
-
|
|
8853
|
-
|
|
8854
|
-
|
|
9568
|
+
#invite .type3 .right-ani .name {
|
|
9569
|
+
font-size: 0.56rem;
|
|
9570
|
+
bottom: 9%;
|
|
9571
|
+
letter-spacing: 0.13333rem;
|
|
8855
9572
|
text-align: center;
|
|
8856
|
-
|
|
8857
|
-
|
|
9573
|
+
line-height: 1.12rem;
|
|
9574
|
+
white-space: nowrap;
|
|
9575
|
+
padding: 0.18667rem 0;
|
|
9576
|
+
border-left: 0.02667rem solid rgba(255, 229, 199, 0.5);
|
|
9577
|
+
border-right: 0.02667rem solid rgba(255, 229, 199, 0.5);
|
|
8858
9578
|
}
|
|
8859
9579
|
|
|
8860
|
-
#
|
|
8861
|
-
|
|
9580
|
+
#invite .type3 .right-ani .content {
|
|
9581
|
+
font-size: 0.4rem;
|
|
9582
|
+
letter-spacing: 0.13333rem;
|
|
9583
|
+
position: absolute;
|
|
9584
|
+
writing-mode: vertical-lr;
|
|
9585
|
+
text-orientation: upright;
|
|
9586
|
+
right: 3.36rem;
|
|
9587
|
+
top: 50%;
|
|
9588
|
+
white-space: nowrap;
|
|
9589
|
+
transform: translateY(-50%);
|
|
8862
9590
|
}
|
|
8863
9591
|
|
|
8864
|
-
#
|
|
8865
|
-
|
|
8866
|
-
|
|
9592
|
+
#invite .type3 .img3 {
|
|
9593
|
+
width: 100%;
|
|
9594
|
+
height: 3.73333rem;
|
|
9595
|
+
top: 50%;
|
|
9596
|
+
left: 0;
|
|
9597
|
+
margin-top: -1.86667rem;
|
|
9598
|
+
position: absolute;
|
|
9599
|
+
transform-origin: 25% center;
|
|
9600
|
+
animation: invite-breathing 2s linear infinite;
|
|
8867
9601
|
}
|
|
8868
9602
|
|
|
8869
|
-
#
|
|
8870
|
-
|
|
8871
|
-
|
|
8872
|
-
text-shadow: 0 1px 3px rgba(0,0,0,.1); /* 0.02667rem ≈ 1px, 0.08rem ≈ 3px */
|
|
9603
|
+
#invite .type3.active {
|
|
9604
|
+
animation: invite-vanish 1s linear 1.4s;
|
|
9605
|
+
animation-fill-mode: both;
|
|
8873
9606
|
}
|
|
8874
9607
|
|
|
8875
|
-
#
|
|
8876
|
-
|
|
9608
|
+
#invite .type3.active .right-ani {
|
|
9609
|
+
animation: invite-rightOpen 1.2s linear 0.5s;
|
|
9610
|
+
animation-fill-mode: both;
|
|
8877
9611
|
}
|
|
8878
9612
|
|
|
8879
|
-
#
|
|
9613
|
+
#invite .type3.active .img3 {
|
|
9614
|
+
animation: invite-vanish 0.5s linear;
|
|
9615
|
+
animation-fill-mode: both;
|
|
9616
|
+
}
|
|
9617
|
+
|
|
9618
|
+
/* ---------- type4 ---------- */
|
|
9619
|
+
#invite .type4 {
|
|
9620
|
+
width: 100%;
|
|
9621
|
+
height: 100%;
|
|
8880
9622
|
position: relative;
|
|
8881
|
-
left: 1px; /* 0.02667rem ≈ 1px */
|
|
8882
|
-
font-size: 27px; /* 0.72rem ≈ 27px */
|
|
8883
9623
|
}
|
|
8884
9624
|
|
|
8885
|
-
#
|
|
8886
|
-
|
|
8887
|
-
|
|
8888
|
-
|
|
8889
|
-
|
|
9625
|
+
#invite .type4 .img1,
|
|
9626
|
+
#invite .type4 .img2 {
|
|
9627
|
+
width: 100%;
|
|
9628
|
+
height: 100%;
|
|
9629
|
+
position: absolute;
|
|
9630
|
+
top: 0;
|
|
9631
|
+
left: 0;
|
|
9632
|
+
object-fit: cover;
|
|
8890
9633
|
}
|
|
8891
9634
|
|
|
8892
|
-
|
|
8893
|
-
|
|
8894
|
-
|
|
8895
|
-
transition: all 0.3s;
|
|
9635
|
+
#invite .type4 .img2 {
|
|
9636
|
+
transform-origin: left center;
|
|
9637
|
+
transform-style: preserve-3d;
|
|
8896
9638
|
}
|
|
8897
9639
|
|
|
8898
|
-
.
|
|
8899
|
-
|
|
8900
|
-
transform:
|
|
9640
|
+
#invite .type4 .right-ani {
|
|
9641
|
+
transform-origin: right center;
|
|
9642
|
+
transform-style: preserve-3d;
|
|
8901
9643
|
}
|
|
8902
9644
|
|
|
8903
|
-
|
|
8904
|
-
#
|
|
9645
|
+
#invite .type4 .right-ani,
|
|
9646
|
+
#invite .type4 .right-ani .img3 {
|
|
8905
9647
|
position: absolute;
|
|
8906
|
-
left: 0;
|
|
8907
|
-
top: 0;
|
|
8908
|
-
z-index: 103;
|
|
8909
9648
|
width: 100%;
|
|
8910
9649
|
height: 100%;
|
|
8911
|
-
|
|
9650
|
+
top: 0;
|
|
9651
|
+
left: 0;
|
|
8912
9652
|
}
|
|
8913
9653
|
|
|
8914
|
-
#
|
|
8915
|
-
|
|
8916
|
-
right: 15px; /* 0.4rem ≈ 15px */
|
|
8917
|
-
top: 15px;
|
|
8918
|
-
padding: 10px; /* 0.26667rem ≈ 10px */
|
|
8919
|
-
font-size: 16px; /* 0.42667rem ≈ 16px */
|
|
8920
|
-
color: #bfbfbf;
|
|
8921
|
-
cursor: pointer;
|
|
9654
|
+
#invite .type4 .right-ani .img3 {
|
|
9655
|
+
object-fit: cover;
|
|
8922
9656
|
}
|
|
8923
9657
|
|
|
8924
|
-
#
|
|
8925
|
-
font-size:
|
|
8926
|
-
|
|
8927
|
-
|
|
8928
|
-
|
|
9658
|
+
#invite .type4 .right-ani .title {
|
|
9659
|
+
font-size: 1.12rem;
|
|
9660
|
+
font-weight: 900;
|
|
9661
|
+
top: 9%;
|
|
9662
|
+
letter-spacing: 0.26667rem;
|
|
8929
9663
|
}
|
|
8930
9664
|
|
|
8931
|
-
#
|
|
8932
|
-
|
|
8933
|
-
|
|
9665
|
+
#invite .type4 .right-ani .name,
|
|
9666
|
+
#invite .type4 .right-ani .title {
|
|
9667
|
+
position: absolute;
|
|
9668
|
+
writing-mode: vertical-lr;
|
|
9669
|
+
text-orientation: upright;
|
|
9670
|
+
right: 1.22667rem;
|
|
9671
|
+
width: 1.12rem;
|
|
8934
9672
|
}
|
|
8935
9673
|
|
|
8936
|
-
#
|
|
8937
|
-
|
|
8938
|
-
|
|
8939
|
-
-
|
|
8940
|
-
-
|
|
8941
|
-
|
|
8942
|
-
|
|
9674
|
+
#invite .type4 .right-ani .name {
|
|
9675
|
+
font-size: 0.56rem;
|
|
9676
|
+
bottom: 9%;
|
|
9677
|
+
letter-spacing: 0.13333rem;
|
|
9678
|
+
text-align: center;
|
|
9679
|
+
line-height: 1.12rem;
|
|
9680
|
+
padding: 0.18667rem 0;
|
|
9681
|
+
white-space: nowrap;
|
|
9682
|
+
border-left: 0.02667rem solid rgba(255, 229, 199, 0.5);
|
|
9683
|
+
border-right: 0.02667rem solid rgba(255, 229, 199, 0.5);
|
|
8943
9684
|
}
|
|
8944
9685
|
|
|
8945
|
-
#
|
|
8946
|
-
|
|
9686
|
+
#invite .type4 .right-ani .content {
|
|
9687
|
+
font-size: 0.4rem;
|
|
9688
|
+
letter-spacing: 0.13333rem;
|
|
9689
|
+
position: absolute;
|
|
9690
|
+
writing-mode: vertical-lr;
|
|
9691
|
+
text-orientation: upright;
|
|
9692
|
+
right: 3.36rem;
|
|
9693
|
+
top: 50%;
|
|
9694
|
+
white-space: nowrap;
|
|
9695
|
+
transform: translateY(-50%);
|
|
8947
9696
|
}
|
|
8948
9697
|
|
|
8949
|
-
#
|
|
9698
|
+
#invite .type4 .img4 {
|
|
8950
9699
|
width: 100%;
|
|
8951
|
-
height:
|
|
8952
|
-
|
|
9700
|
+
height: 3.73333rem;
|
|
9701
|
+
top: 50%;
|
|
9702
|
+
left: 0;
|
|
9703
|
+
margin-top: -1.86667rem;
|
|
9704
|
+
position: absolute;
|
|
9705
|
+
transform-origin: 30% center;
|
|
9706
|
+
animation: invite-breathing 2s linear infinite;
|
|
8953
9707
|
}
|
|
8954
9708
|
|
|
8955
|
-
#
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
margin-top: 30px; /* 0.8rem ≈ 30px */
|
|
8959
|
-
border-bottom: 0;
|
|
9709
|
+
#invite .type4.active {
|
|
9710
|
+
animation: invite-vanish 1s linear 1.4s;
|
|
9711
|
+
animation-fill-mode: both;
|
|
8960
9712
|
}
|
|
8961
9713
|
|
|
8962
|
-
#
|
|
8963
|
-
|
|
9714
|
+
#invite .type4.active .img2 {
|
|
9715
|
+
animation: invite-leftOpen 1.2s linear 0.6s;
|
|
9716
|
+
animation-fill-mode: both;
|
|
8964
9717
|
}
|
|
8965
9718
|
|
|
8966
|
-
#
|
|
8967
|
-
|
|
8968
|
-
|
|
8969
|
-
position: absolute;
|
|
8970
|
-
top: 50%;
|
|
8971
|
-
left: 50%;
|
|
8972
|
-
margin-top: 0px; /* -0.08rem ≈ -3px */
|
|
8973
|
-
margin-left: 25px; /* 0.53333rem ≈ 20px */
|
|
8974
|
-
width: 0;
|
|
8975
|
-
height: 0;
|
|
8976
|
-
border-top: 6px solid #bfbfbf; /* 0.16rem ≈ 6px */
|
|
8977
|
-
border-left: 4px solid transparent; /* 0.10667rem ≈ 4px */
|
|
8978
|
-
border-right: 4px solid transparent;
|
|
8979
|
-
}
|
|
8980
|
-
#receipt-wrap .r-list li {
|
|
8981
|
-
width: 100%;
|
|
8982
|
-
height: 40px;
|
|
8983
|
-
line-height: 40px;
|
|
8984
|
-
border-bottom: 1px solid #ffffff; /* 0.02667rem ≈ 1px */
|
|
9719
|
+
#invite .type4.active .right-ani {
|
|
9720
|
+
animation: invite-rightOpen 1.2s linear 0.5s;
|
|
9721
|
+
animation-fill-mode: both;
|
|
8985
9722
|
}
|
|
8986
9723
|
|
|
8987
|
-
#
|
|
8988
|
-
|
|
8989
|
-
|
|
8990
|
-
height: 40px;
|
|
8991
|
-
border-bottom: 1px solid #c8c8c8; /* 0.02667rem ≈ 1px */
|
|
8992
|
-
font-size: 14px; /* 0.37333rem ≈ 14px */
|
|
8993
|
-
color: #bfbfbf;
|
|
8994
|
-
text-align: center;
|
|
8995
|
-
border-radius: 0;
|
|
8996
|
-
-webkit-appearance: none;
|
|
8997
|
-
-webkit-tap-highlight-color: transparent;
|
|
8998
|
-
background: transparent;
|
|
8999
|
-
outline: none;
|
|
9000
|
-
border: none;
|
|
9724
|
+
#invite .type4.active .img4 {
|
|
9725
|
+
animation: invite-vanish 0.5s linear;
|
|
9726
|
+
animation-fill-mode: both;
|
|
9001
9727
|
}
|
|
9002
9728
|
|
|
9003
|
-
|
|
9004
|
-
|
|
9005
|
-
|
|
9006
|
-
|
|
9729
|
+
/* ---------- type5 ---------- */
|
|
9730
|
+
#invite .type5 {
|
|
9731
|
+
width: 100%;
|
|
9732
|
+
height: 100%;
|
|
9733
|
+
position: relative;
|
|
9007
9734
|
}
|
|
9008
9735
|
|
|
9009
|
-
#
|
|
9010
|
-
|
|
9736
|
+
#invite .type5 .img1 {
|
|
9737
|
+
width: 100%;
|
|
9738
|
+
height: 100%;
|
|
9739
|
+
position: absolute;
|
|
9740
|
+
top: 0;
|
|
9741
|
+
left: 0;
|
|
9742
|
+
object-fit: cover;
|
|
9011
9743
|
}
|
|
9012
9744
|
|
|
9013
|
-
#
|
|
9014
|
-
|
|
9015
|
-
|
|
9745
|
+
#invite .type5 .content-center {
|
|
9746
|
+
position: absolute;
|
|
9747
|
+
left: 50%;
|
|
9748
|
+
top: 4.08rem;
|
|
9749
|
+
transform: translateX(-50%);
|
|
9750
|
+
width: 8.98667rem;
|
|
9751
|
+
height: 6.02667rem;
|
|
9016
9752
|
}
|
|
9017
9753
|
|
|
9018
|
-
#
|
|
9754
|
+
#invite .type5 .content-center .img2 {
|
|
9755
|
+
position: absolute;
|
|
9019
9756
|
width: 100%;
|
|
9020
|
-
height:
|
|
9021
|
-
|
|
9022
|
-
|
|
9023
|
-
background-color: #ff4562;
|
|
9024
|
-
border-radius: 20px; /* 0.53333rem ≈ 20px */
|
|
9025
|
-
outline: 0;
|
|
9026
|
-
font-size: 14px;
|
|
9027
|
-
border: none;
|
|
9028
|
-
cursor: pointer;
|
|
9757
|
+
height: 100%;
|
|
9758
|
+
left: 0;
|
|
9759
|
+
top: 0;
|
|
9029
9760
|
}
|
|
9030
9761
|
|
|
9031
|
-
|
|
9032
|
-
|
|
9033
|
-
|
|
9762
|
+
#invite .type5 .content-center .top-ani {
|
|
9763
|
+
width: 8.98667rem;
|
|
9764
|
+
height: 4.61333rem;
|
|
9765
|
+
position: absolute;
|
|
9034
9766
|
left: 0;
|
|
9035
9767
|
top: 0;
|
|
9768
|
+
transform-origin: top center;
|
|
9769
|
+
transform-style: preserve-3d;
|
|
9770
|
+
}
|
|
9771
|
+
|
|
9772
|
+
#invite .type5 .content-center .top-ani .img3,
|
|
9773
|
+
#invite .type5 .content-center .top-ani .img4 {
|
|
9036
9774
|
width: 100%;
|
|
9037
9775
|
height: 100%;
|
|
9038
|
-
|
|
9039
|
-
|
|
9040
|
-
|
|
9041
|
-
z-index: 999;
|
|
9042
|
-
background-color: rgba(0,0,0,.7);
|
|
9776
|
+
position: absolute;
|
|
9777
|
+
left: 0;
|
|
9778
|
+
top: 0;
|
|
9043
9779
|
}
|
|
9044
9780
|
|
|
9045
|
-
#
|
|
9046
|
-
|
|
9047
|
-
max-width: 250px; /* 6.66667rem ≈ 250px */
|
|
9048
|
-
padding: 10px;
|
|
9049
|
-
border-radius: 5px; /* 0.13333rem ≈ 5px */
|
|
9050
|
-
background-color: #fff;
|
|
9781
|
+
#invite .type5 .content-center .top-ani .img4 {
|
|
9782
|
+
backface-visibility: hidden;
|
|
9051
9783
|
}
|
|
9052
9784
|
|
|
9053
|
-
#
|
|
9054
|
-
|
|
9055
|
-
|
|
9056
|
-
|
|
9057
|
-
|
|
9058
|
-
color: #fff;
|
|
9059
|
-
border-radius: 4px; /* 0.10667rem ≈ 4px */
|
|
9060
|
-
text-align: center;
|
|
9061
|
-
font-size: 14px;
|
|
9062
|
-
line-height: 30px;
|
|
9063
|
-
background: #ed5566;
|
|
9064
|
-
border: none;
|
|
9065
|
-
cursor: pointer;
|
|
9785
|
+
#invite .type5 .content-center .top-ani .title {
|
|
9786
|
+
position: absolute;
|
|
9787
|
+
left: 0.53333rem;
|
|
9788
|
+
top: 0.4rem;
|
|
9789
|
+
backface-visibility: hidden;
|
|
9066
9790
|
}
|
|
9067
9791
|
|
|
9068
|
-
#
|
|
9069
|
-
|
|
9070
|
-
|
|
9071
|
-
|
|
9792
|
+
#invite .type5 .content-center .top-ani .content {
|
|
9793
|
+
position: absolute;
|
|
9794
|
+
left: 50%;
|
|
9795
|
+
transform: translateX(-50%);
|
|
9796
|
+
top: 1.86667rem;
|
|
9797
|
+
white-space: nowrap;
|
|
9798
|
+
font-size: 0.32rem;
|
|
9799
|
+
backface-visibility: hidden;
|
|
9072
9800
|
}
|
|
9073
9801
|
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
|
|
9078
|
-
|
|
9079
|
-
|
|
9802
|
+
#invite .type5 .content-center .img5 {
|
|
9803
|
+
position: absolute;
|
|
9804
|
+
left: 50%;
|
|
9805
|
+
margin-left: -0.98667rem;
|
|
9806
|
+
top: 3.2rem;
|
|
9807
|
+
width: 1.97333rem;
|
|
9808
|
+
height: 1.97333rem;
|
|
9809
|
+
animation: invite-breathing 2s linear infinite;
|
|
9080
9810
|
}
|
|
9081
9811
|
|
|
9082
|
-
.
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
left: 0;
|
|
9086
|
-
width: 100%;
|
|
9812
|
+
#invite .type5.active {
|
|
9813
|
+
animation: invite-vanish 1s linear 1.8s;
|
|
9814
|
+
animation-fill-mode: both;
|
|
9087
9815
|
}
|
|
9088
9816
|
|
|
9089
|
-
.
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
margin: 0;
|
|
9093
|
-
padding: 0;
|
|
9094
|
-
list-style: none;
|
|
9817
|
+
#invite .type5.active .content-center {
|
|
9818
|
+
animation: invite-bottomMove 0.5s linear;
|
|
9819
|
+
animation-fill-mode: both;
|
|
9095
9820
|
}
|
|
9096
9821
|
|
|
9097
|
-
.
|
|
9098
|
-
|
|
9822
|
+
#invite .type5.active .content-center .top-ani {
|
|
9823
|
+
animation: invite-topOpen 1.2s linear 0.6s;
|
|
9824
|
+
animation-fill-mode: both;
|
|
9099
9825
|
}
|
|
9100
9826
|
|
|
9101
|
-
.
|
|
9827
|
+
#invite .type5.active .img5 {
|
|
9828
|
+
animation: invite-vanish 0.5s linear;
|
|
9829
|
+
animation-fill-mode: both;
|
|
9830
|
+
}
|
|
9831
|
+
|
|
9832
|
+
/* ---------- type6 ---------- */
|
|
9833
|
+
#invite .type6 {
|
|
9102
9834
|
width: 100%;
|
|
9103
|
-
height:
|
|
9104
|
-
|
|
9105
|
-
background-color: #f0f0f0;
|
|
9106
|
-
border-bottom: 1px solid #e0e0e0;
|
|
9107
|
-
text-align: center;
|
|
9108
|
-
cursor: pointer;
|
|
9835
|
+
height: 100%;
|
|
9836
|
+
position: relative;
|
|
9109
9837
|
}
|
|
9110
9838
|
|
|
9111
|
-
.
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9839
|
+
#invite .type6 .img1 {
|
|
9840
|
+
position: absolute;
|
|
9841
|
+
width: 100%;
|
|
9842
|
+
bottom: 0;
|
|
9843
|
+
left: 0;
|
|
9115
9844
|
}
|
|
9116
9845
|
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
position:
|
|
9846
|
+
#invite .type6 .top-ani {
|
|
9847
|
+
width: 100%;
|
|
9848
|
+
position: absolute;
|
|
9120
9849
|
top: 0;
|
|
9121
9850
|
left: 0;
|
|
9851
|
+
}
|
|
9852
|
+
|
|
9853
|
+
#invite .type6 .top-ani .img2 {
|
|
9122
9854
|
width: 100%;
|
|
9123
|
-
height: 100%;
|
|
9124
|
-
background: rgba(0,0,0,.7);
|
|
9125
|
-
z-index: 101;
|
|
9126
|
-
transition: all 0.3s;
|
|
9127
9855
|
}
|
|
9128
9856
|
|
|
9129
|
-
.
|
|
9130
|
-
|
|
9857
|
+
#invite .type6 .top-ani .title {
|
|
9858
|
+
top: 2.66667rem;
|
|
9859
|
+
font-size: 1.41333rem;
|
|
9860
|
+
writing-mode: vertical-lr;
|
|
9861
|
+
text-orientation: upright;
|
|
9862
|
+
letter-spacing: 0.34667rem;
|
|
9131
9863
|
}
|
|
9132
9864
|
|
|
9133
|
-
.
|
|
9865
|
+
#invite .type6 .top-ani .content,
|
|
9866
|
+
#invite .type6 .top-ani .title {
|
|
9134
9867
|
position: absolute;
|
|
9135
|
-
left:
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
color: #fff;
|
|
9139
|
-
cursor: pointer;
|
|
9868
|
+
left: 50%;
|
|
9869
|
+
font-weight: 700;
|
|
9870
|
+
transform: translateX(-50%);
|
|
9140
9871
|
}
|
|
9141
9872
|
|
|
9142
|
-
.
|
|
9143
|
-
|
|
9144
|
-
font-
|
|
9873
|
+
#invite .type6 .top-ani .content {
|
|
9874
|
+
top: 7.14667rem;
|
|
9875
|
+
font-size: 0.48rem;
|
|
9876
|
+
white-space: nowrap;
|
|
9145
9877
|
}
|
|
9146
9878
|
|
|
9147
|
-
.
|
|
9148
|
-
position:
|
|
9149
|
-
|
|
9150
|
-
|
|
9151
|
-
|
|
9879
|
+
#invite .type6 .top-ani .name {
|
|
9880
|
+
position: absolute;
|
|
9881
|
+
top: 10.29333rem;
|
|
9882
|
+
left: 50%;
|
|
9883
|
+
font-size: 0.53333rem;
|
|
9884
|
+
transform: translateX(-50%);
|
|
9152
9885
|
}
|
|
9153
9886
|
|
|
9154
|
-
.
|
|
9887
|
+
#invite .type6 .img3 {
|
|
9155
9888
|
position: absolute;
|
|
9156
|
-
|
|
9157
|
-
top:
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9889
|
+
width: 4.26667rem;
|
|
9890
|
+
top: 11.2rem;
|
|
9891
|
+
left: 50%;
|
|
9892
|
+
margin-left: -2.13333rem;
|
|
9893
|
+
z-index: 3;
|
|
9894
|
+
animation: invite-breathing 2s linear infinite;
|
|
9162
9895
|
}
|
|
9163
9896
|
|
|
9164
|
-
|
|
9165
|
-
.
|
|
9166
|
-
|
|
9167
|
-
transition: 0.2s;
|
|
9168
|
-
transform-origin: center center;
|
|
9897
|
+
#invite .type6.active {
|
|
9898
|
+
animation: invite-vanish 1s linear 1.5s;
|
|
9899
|
+
animation-fill-mode: both;
|
|
9169
9900
|
}
|
|
9170
9901
|
|
|
9171
|
-
.
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
transform: scale(1.1);
|
|
9902
|
+
#invite .type6.active .img1 {
|
|
9903
|
+
animation: invite-downMove 1s linear 0.3s;
|
|
9904
|
+
animation-fill-mode: both;
|
|
9175
9905
|
}
|
|
9176
9906
|
|
|
9177
|
-
.
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
transform: scale(1);
|
|
9907
|
+
#invite .type6.active .top-ani {
|
|
9908
|
+
animation: invite-upMove 1s linear 0.3s;
|
|
9909
|
+
animation-fill-mode: both;
|
|
9181
9910
|
}
|
|
9182
|
-
|
|
9183
|
-
.
|
|
9184
|
-
|
|
9185
|
-
|
|
9186
|
-
left: 50%;
|
|
9187
|
-
transform: translate(-50%, -50%);
|
|
9188
|
-
display: flex;
|
|
9189
|
-
flex-direction: column;
|
|
9190
|
-
align-items: center;
|
|
9191
|
-
justify-content: center;
|
|
9192
|
-
min-width: 90px; /* 2.4rem ≈ 90px */
|
|
9193
|
-
max-width: 180px; /* 4.8rem ≈ 180px */
|
|
9194
|
-
height: 90px;
|
|
9195
|
-
padding: 8px !important; /* 0.21333rem ≈ 8px */
|
|
9196
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
9197
|
-
border-radius: 8px;
|
|
9198
|
-
z-index: 2000;
|
|
9199
|
-
color: #fff;
|
|
9911
|
+
|
|
9912
|
+
#invite .type6.active .img3 {
|
|
9913
|
+
animation: invite-vanish 0.5s linear;
|
|
9914
|
+
animation-fill-mode: both;
|
|
9200
9915
|
}
|
|
9201
9916
|
|
|
9202
|
-
|
|
9203
|
-
|
|
9204
|
-
|
|
9917
|
+
/* ---------- animations ---------- */
|
|
9918
|
+
@keyframes invite-breathing {
|
|
9919
|
+
50% {
|
|
9920
|
+
transform: scale3d(1.2, 1.2, 1.2);
|
|
9921
|
+
}
|
|
9205
9922
|
}
|
|
9206
9923
|
|
|
9207
|
-
|
|
9208
|
-
|
|
9209
|
-
|
|
9924
|
+
@keyframes invite-vanish {
|
|
9925
|
+
to {
|
|
9926
|
+
opacity: 0;
|
|
9927
|
+
transform: scale3d(1.2, 1.2, 1.2);
|
|
9928
|
+
}
|
|
9210
9929
|
}
|
|
9211
9930
|
|
|
9212
|
-
|
|
9213
|
-
|
|
9214
|
-
|
|
9931
|
+
@keyframes invite-topOpen {
|
|
9932
|
+
to {
|
|
9933
|
+
transform: perspective(13.33333rem) rotateX(180deg);
|
|
9934
|
+
animation-timing-function: ease-out;
|
|
9935
|
+
}
|
|
9215
9936
|
}
|
|
9216
9937
|
|
|
9217
|
-
|
|
9218
|
-
|
|
9219
|
-
|
|
9220
|
-
|
|
9221
|
-
|
|
9222
|
-
margin-bottom: 5px;
|
|
9223
|
-
border: 2px solid #fff;
|
|
9224
|
-
cursor: pointer;
|
|
9938
|
+
@keyframes invite-bottomOpen {
|
|
9939
|
+
to {
|
|
9940
|
+
transform: perspective(13.33333rem) rotateX(-180deg);
|
|
9941
|
+
animation-timing-function: ease-out;
|
|
9942
|
+
}
|
|
9225
9943
|
}
|
|
9226
|
-
|
|
9227
|
-
|
|
9228
|
-
|
|
9944
|
+
|
|
9945
|
+
@keyframes invite-leftOpen {
|
|
9946
|
+
to {
|
|
9947
|
+
transform: perspective(13.33333rem) rotateY(-180deg);
|
|
9948
|
+
animation-timing-function: ease-out;
|
|
9949
|
+
}
|
|
9229
9950
|
}
|
|
9230
9951
|
|
|
9231
|
-
|
|
9232
|
-
|
|
9233
|
-
|
|
9234
|
-
|
|
9235
|
-
|
|
9236
|
-
margin-bottom: 5px;
|
|
9237
|
-
border: 2px solid #fff;
|
|
9238
|
-
cursor: pointer;
|
|
9952
|
+
@keyframes invite-rightOpen {
|
|
9953
|
+
to {
|
|
9954
|
+
transform: perspective(13.33333rem) rotateY(180deg);
|
|
9955
|
+
animation-timing-function: ease-out;
|
|
9956
|
+
}
|
|
9239
9957
|
}
|
|
9240
|
-
|
|
9241
|
-
|
|
9242
|
-
|
|
9243
|
-
.
|
|
9244
|
-
|
|
9245
|
-
height: 55px;
|
|
9246
|
-
border-radius: 50%;
|
|
9247
|
-
text-align: center;
|
|
9248
|
-
margin-bottom: 15px;
|
|
9249
|
-
border: 2px solid #fff;
|
|
9250
|
-
cursor: pointer;
|
|
9958
|
+
|
|
9959
|
+
@keyframes invite-bottomMove {
|
|
9960
|
+
to {
|
|
9961
|
+
top: 4.61333rem;
|
|
9962
|
+
}
|
|
9251
9963
|
}
|
|
9252
|
-
|
|
9253
|
-
|
|
9254
|
-
|
|
9255
|
-
|
|
9256
|
-
|
|
9257
|
-
|
|
9258
|
-
|
|
9259
|
-
|
|
9260
|
-
|
|
9261
|
-
|
|
9262
|
-
|
|
9964
|
+
|
|
9965
|
+
@keyframes invite-upMove {
|
|
9966
|
+
to {
|
|
9967
|
+
transform: translateY(-100%);
|
|
9968
|
+
animation-timing-function: ease-out;
|
|
9969
|
+
}
|
|
9970
|
+
}
|
|
9971
|
+
|
|
9972
|
+
@keyframes invite-downMove {
|
|
9973
|
+
to {
|
|
9974
|
+
transform: translateY(100%);
|
|
9975
|
+
animation-timing-function: ease-out;
|
|
9976
|
+
}
|
|
9263
9977
|
}
|
|
9264
|
-
.icon-liuyan:before { content: "\E636"; }
|
|
9265
|
-
.iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
|
|
9266
|
-
.global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
|