unika-components 1.1.93 → 1.1.94

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.
@@ -57,37 +57,7 @@
57
57
  opacity: 1;
58
58
  transform: scale(1);
59
59
  }
60
- }.ele-shape {
61
- position: absolute;
62
- overflow: hidden;
63
- }
64
-
65
- .ani-wrap {
66
- width: 100%;
67
- height: 100%;
68
- box-sizing: border-box;
69
- }
70
-
71
- .e-shape {
72
- width: 100%;
73
- height: 100%;
74
- }
75
-
76
- .svg-container :deep(svg) {
77
- width: 100%;
78
- height: 100%;
79
- display: block;
80
- }
81
-
82
- .svg-loading,
83
- .svg-error {
84
- display: flex;
85
- align-items: center;
86
- justify-content: center;
87
- width: 100%;
88
- height: 100%;
89
- background: rgba(0,0,0,0.05);
90
- }
60
+ }
91
61
  .ele-text {
92
62
  position: relative;
93
63
  }
@@ -154,168 +124,6 @@
154
124
  transform: scale(1);
155
125
  opacity: 1;
156
126
  }
157
- }
158
- .element-video {
159
- position: absolute;
160
- overflow: hidden;
161
- background-color: transparent;
162
- }
163
-
164
- .element-video .ani-wrap, .element-video img {
165
- display: block;
166
- width: 100%;
167
- height: 100%;
168
- }
169
-
170
- .video-container {
171
- width: 100%;
172
- height: 100%;
173
- }
174
-
175
- .video-container iframe {
176
- width: 100%;
177
- height: 100%;
178
- border: none;
179
- }
180
-
181
- .video-cover {
182
- position: relative;
183
- width: 100%;
184
- height: 100%;
185
- background-size: cover;
186
- background-position: center;
187
- cursor: pointer;
188
- }
189
-
190
- .video-cover .play-btn {
191
- position: absolute;
192
- left: 50%;
193
- top: 50%;
194
- transform: translate(-50%, -50%);
195
- width: 50px;
196
- height: 50px;
197
- opacity: 0.8;
198
- transition: opacity 0.2s;
199
- }
200
-
201
- .video-cover:hover .play-btn {
202
- opacity: 1;
203
- }.call {
204
- position: absolute;
205
- cursor: pointer;
206
- user-select: none;
207
- }
208
-
209
- .call .ani-wrap {
210
- display: flex;
211
- justify-content: center;
212
- align-items: center;
213
- width: 100%;
214
- height: 100%;
215
- overflow: hidden;
216
- transition: opacity 0.2s;
217
- }
218
-
219
- .call .ani-wrap:hover {
220
- opacity: 0.9;
221
- }
222
-
223
- .call-content {
224
- display: flex;
225
- align-items: center;
226
- justify-content: center;
227
- }
228
-
229
- .btn-text {
230
- margin-left: 10px;
231
- }
232
-
233
-
234
- .hb-tel:before {
235
- content: "\E642";
236
- }.button {
237
- position: absolute;
238
- cursor: pointer;
239
- user-select: none;
240
- }
241
-
242
- .button .ani-wrap {
243
- display: flex;
244
- justify-content: center;
245
- align-items: center;
246
- width: 100%;
247
- height: 100%;
248
- overflow: hidden;
249
- transition: opacity 0.2s;
250
- }
251
-
252
- .button .ani-wrap:hover {
253
- opacity: 0.9;
254
- }
255
-
256
- .button-content {
257
- display: flex;
258
- align-items: center;
259
- justify-content: center;
260
- }
261
-
262
- .btn-text {
263
- margin-left: 10px;
264
- }.ele-effect {
265
- will-change: transform;
266
- }
267
-
268
- .ele-effect .effect-wrap {
269
- position: relative;
270
- width: 100%;
271
- height: 100%;
272
- }
273
-
274
- .particle {
275
- position: absolute;
276
- background-repeat: no-repeat;
277
- background-size: contain;
278
- animation-name: falling;
279
- animation-timing-function: linear;
280
- animation-iteration-count: infinite;
281
- will-change: transform;
282
- }
283
-
284
- @keyframes falling {
285
- 0% {
286
- transform: translateY(0) rotate(0deg);
287
- opacity: 1;
288
- }
289
- 80% {
290
- opacity: 0.8;
291
- }
292
- 100% {
293
- transform: translateY(100vh) rotate(360deg);
294
- opacity: 0;
295
- }
296
- }
297
- .ele-lottie .ele-lotwrap {
298
- overflow: hidden
299
- }
300
-
301
- .ele-effect .effect-wrap {
302
- position: relative;
303
- overflow: hidden;
304
- width: 100%;
305
- height: 100%
306
- }
307
-
308
- .ele-effect .e-small {
309
- position: absolute;
310
- width: 24px;
311
- height: 24px;
312
- background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
313
- background-size: cover;
314
- background-repeat: no-repeat;
315
- -webkit-transform-origin: center;
316
- transform-origin: center;
317
- -webkit-animation: snow 5s linear infinite;
318
- animation: snow 5s linear infinite
319
127
  }.count-down .drag-point {
320
128
  cursor: default!important
321
129
  }
@@ -478,50 +286,82 @@
478
286
  align-items: center;
479
287
  white-space: nowrap
480
288
  }
481
- .element-ditu .ani-wrap {
289
+
290
+ .element-video {
291
+ position: absolute;
292
+ overflow: hidden;
293
+ background-color: transparent;
294
+ }
295
+
296
+ .element-video .ani-wrap, .element-video img {
297
+ display: block;
298
+ width: 100%;
299
+ height: 100%;
300
+ }
301
+
302
+ .video-container {
303
+ width: 100%;
304
+ height: 100%;
305
+ }
306
+
307
+ .video-container iframe {
308
+ width: 100%;
309
+ height: 100%;
310
+ border: none;
311
+ }
312
+
313
+ .video-cover {
314
+ position: relative;
315
+ width: 100%;
316
+ height: 100%;
317
+ background-size: cover;
318
+ background-position: center;
319
+ cursor: pointer;
320
+ }
321
+
322
+ .video-cover .play-btn {
323
+ position: absolute;
324
+ left: 50%;
325
+ top: 50%;
326
+ transform: translate(-50%, -50%);
327
+ width: 50px;
328
+ height: 50px;
329
+ opacity: 0.8;
330
+ transition: opacity 0.2s;
331
+ }
332
+
333
+ .video-cover:hover .play-btn {
334
+ opacity: 1;
335
+ }.ele-shape {
336
+ position: absolute;
337
+ overflow: hidden;
338
+ }
339
+
340
+ .ani-wrap {
482
341
  width: 100%;
483
342
  height: 100%;
484
- overflow: hidden
343
+ box-sizing: border-box;
485
344
  }
486
345
 
487
- .element-ditu .map {
346
+ .e-shape {
488
347
  width: 100%;
489
- height: 100%
348
+ height: 100%;
490
349
  }
491
350
 
492
- .element-ditu .map .el-button {
351
+ .svg-container :deep(svg) {
493
352
  width: 100%;
494
353
  height: 100%;
495
- display: -webkit-box;
496
- display: -ms-flexbox;
497
- display: flex;
498
- -webkit-box-align: center;
499
- -ms-flex-align: center;
500
- align-items: center;
501
- padding: 0;
502
- -webkit-box-pack: center;
503
- -ms-flex-pack: center;
504
- justify-content: center;
505
- background: inherit;
506
- color: inherit;
507
- border: none
508
- }
509
-
510
- .element-ditu .center-map {
511
- width: 100%;
512
- height: 100%;
513
- background: #fff
354
+ display: block;
514
355
  }
515
356
 
516
- .element-ditu .mask-map {
517
- position: absolute;
518
- width: 100%;
519
- height: 100%;
520
- top: 0
521
- }
522
- .map-iframe {
357
+ .svg-loading,
358
+ .svg-error {
359
+ display: flex;
360
+ align-items: center;
361
+ justify-content: center;
523
362
  width: 100%;
524
363
  height: 100%;
364
+ background: rgba(0,0,0,0.05);
525
365
  }#audio {
526
366
  position: absolute;
527
367
  right: 10px;
@@ -593,6 +433,9 @@
593
433
  height: 2px;
594
434
  background: #fff;
595
435
  }
436
+ .ele-lottie .ele-lotwrap {
437
+ overflow: hidden;
438
+ }
596
439
  @keyframes jumpheart {
597
440
  to {
598
441
  -webkit-transform: scale(1.2);
@@ -934,10 +777,95 @@
934
777
  }
935
778
  .icon-xingzhuangjiehe:before {
936
779
  content: "\E6A6";
780
+ }.ele-effect {
781
+ will-change: transform;
782
+ }
783
+
784
+ .ele-effect .effect-wrap {
785
+ position: relative;
786
+ width: 100%;
787
+ height: 100%;
788
+ }
789
+
790
+ .particle {
791
+ position: absolute;
792
+ background-repeat: no-repeat;
793
+ background-size: contain;
794
+ animation-name: falling;
795
+ animation-timing-function: linear;
796
+ animation-iteration-count: infinite;
797
+ will-change: transform;
798
+ }
799
+
800
+ @keyframes falling {
801
+ 0% {
802
+ transform: translateY(0) rotate(0deg);
803
+ opacity: 1;
804
+ }
805
+ 80% {
806
+ opacity: 0.8;
807
+ }
808
+ 100% {
809
+ transform: translateY(100vh) rotate(360deg);
810
+ opacity: 0;
811
+ }
937
812
  }
938
813
  .ele-lottie .ele-lotwrap {
814
+ overflow: hidden
815
+ }
816
+
817
+ .ele-effect .effect-wrap {
818
+ position: relative;
939
819
  overflow: hidden;
940
- }body, html {
820
+ width: 100%;
821
+ height: 100%
822
+ }
823
+
824
+ .ele-effect .e-small {
825
+ position: absolute;
826
+ width: 24px;
827
+ height: 24px;
828
+ background-image: url(https://h5cdn.unika.cc/static/img/uniComponents/snow.png);
829
+ background-size: cover;
830
+ background-repeat: no-repeat;
831
+ -webkit-transform-origin: center;
832
+ transform-origin: center;
833
+ -webkit-animation: snow 5s linear infinite;
834
+ animation: snow 5s linear infinite
835
+ }.call {
836
+ position: absolute;
837
+ cursor: pointer;
838
+ user-select: none;
839
+ }
840
+
841
+ .call .ani-wrap {
842
+ display: flex;
843
+ justify-content: center;
844
+ align-items: center;
845
+ width: 100%;
846
+ height: 100%;
847
+ overflow: hidden;
848
+ transition: opacity 0.2s;
849
+ }
850
+
851
+ .call .ani-wrap:hover {
852
+ opacity: 0.9;
853
+ }
854
+
855
+ .call-content {
856
+ display: flex;
857
+ align-items: center;
858
+ justify-content: center;
859
+ }
860
+
861
+ .btn-text {
862
+ margin-left: 10px;
863
+ }
864
+
865
+
866
+ .hb-tel:before {
867
+ content: "\E642";
868
+ }body, html {
941
869
  width: 100%;
942
870
  height: 100%;
943
871
  }
@@ -2361,53 +2289,346 @@ to {
2361
2289
  }
2362
2290
  }
2363
2291
 
2364
- @keyframes pullDown {
2365
- 0%,40%,60%,80%,99% {
2366
- -webkit-animation-timing-function: ease-out;
2367
- animation-timing-function: ease-out
2292
+ @keyframes pullDown {
2293
+ 0%,40%,60%,80%,99% {
2294
+ -webkit-animation-timing-function: ease-out;
2295
+ animation-timing-function: ease-out
2296
+ }
2297
+
2298
+ 0% {
2299
+ opacity: 0;
2300
+ -webkit-transform: scaleY(.1);
2301
+ transform: scaleY(.1);
2302
+ -webkit-transform-origin: 50% 0;
2303
+ transform-origin: 50% 0
2304
+ }
2305
+
2306
+ 40% {
2307
+ opacity: 1;
2308
+ -webkit-transform: scaleY(1.02);
2309
+ transform: scaleY(1.02);
2310
+ -webkit-transform-origin: 50% 0;
2311
+ transform-origin: 50% 0
2312
+ }
2313
+
2314
+ 60% {
2315
+ -webkit-transform: scaleY(.98);
2316
+ transform: scaleY(.98);
2317
+ -webkit-transform-origin: 50% 0;
2318
+ transform-origin: 50% 0
2319
+ }
2320
+
2321
+ 80% {
2322
+ -webkit-transform: scaleY(1.01);
2323
+ transform: scaleY(1.01);
2324
+ -webkit-transform-origin: 50% 0;
2325
+ transform-origin: 50% 0
2326
+ }
2327
+
2328
+ 99% {
2329
+ -webkit-transform: scaleY(1);
2330
+ transform: scaleY(1);
2331
+ -webkit-transform-origin: 50% 0;
2332
+ transform-origin: 50% 0
2333
+ }
2334
+
2335
+ to {
2336
+ -webkit-transform: none;
2337
+ transform: none
2338
+ }
2339
+ }.element-ditu .ani-wrap {
2340
+ width: 100%;
2341
+ height: 100%;
2342
+ overflow: hidden
2343
+ }
2344
+
2345
+ .element-ditu .map {
2346
+ width: 100%;
2347
+ height: 100%
2348
+ }
2349
+
2350
+ .element-ditu .map .el-button {
2351
+ width: 100%;
2352
+ height: 100%;
2353
+ display: -webkit-box;
2354
+ display: -ms-flexbox;
2355
+ display: flex;
2356
+ -webkit-box-align: center;
2357
+ -ms-flex-align: center;
2358
+ align-items: center;
2359
+ padding: 0;
2360
+ -webkit-box-pack: center;
2361
+ -ms-flex-pack: center;
2362
+ justify-content: center;
2363
+ background: inherit;
2364
+ color: inherit;
2365
+ border: none
2366
+ }
2367
+
2368
+ .element-ditu .center-map {
2369
+ width: 100%;
2370
+ height: 100%;
2371
+ background: #fff
2372
+ }
2373
+
2374
+ .element-ditu .mask-map {
2375
+ position: absolute;
2376
+ width: 100%;
2377
+ height: 100%;
2378
+ top: 0
2379
+ }
2380
+ .map-iframe {
2381
+ width: 100%;
2382
+ height: 100%;
2383
+ }#page-list .tip-cover {
2384
+ position: fixed;
2385
+ left: 0;
2386
+ top: 0;
2387
+ width: 100%;
2388
+ height: 100%;
2389
+ display: -ms-flexbox;
2390
+ display: flex;
2391
+ -ms-flex-align: center;
2392
+ align-items: center;
2393
+ -ms-flex-pack: center;
2394
+ justify-content: center;
2395
+ z-index: 999;
2396
+ background-color: rgba(0,0,0,.7)
2397
+ }
2398
+
2399
+ #page-list .tip-cover .tip {
2400
+ width: 80%;
2401
+ max-width: 250px;
2402
+ padding: 10px;
2403
+ border-radius: 5px;
2404
+ background-color: #fff
2405
+ }
2406
+
2407
+ #page-list .tip-cover .tip-btn {
2408
+ display: block;
2409
+ margin: 25px auto;
2410
+ width: 120px;
2411
+ height: 30px;
2412
+ color: #fff;
2413
+ border-radius: 4px;
2414
+ text-align: center;
2415
+ font-size: 14px;
2416
+ line-height: 30px;
2417
+ background: #ed5566
2418
+ }
2419
+
2420
+ #page-list .tip-cover .tip-content {
2421
+ font-size: 14px;
2422
+ padding-top: 30px;
2423
+ }
2424
+
2425
+ .tip-cover {
2426
+ position: fixed;
2427
+ left: 0;
2428
+ top: 0;
2429
+ width: 100%;
2430
+ height: 100%;
2431
+ display: -ms-flexbox;
2432
+ display: flex;
2433
+ -ms-flex-align: center;
2434
+ align-items: center;
2435
+ -ms-flex-pack: center;
2436
+ justify-content: center;
2437
+ z-index: 999;
2438
+ background-color: rgba(0,0,0,.7)
2439
+ }
2440
+
2441
+ .tip-cover .tip {
2442
+ width: 80%;
2443
+ max-width: 250px;
2444
+ padding: 5px;
2445
+ border-radius: 3px;
2446
+ background-color: #fff
2447
+ }
2448
+
2449
+ .tip-cover .tip-btn {
2450
+ display: block;
2451
+ margin: 13px auto;
2452
+ width: 64px;
2453
+ height: 20px;
2454
+ color: #fff;
2455
+ border-radius: 4px;
2456
+ text-align: center;
2457
+ font-size: 14px;
2458
+ line-height: 20px;
2459
+ background: #ed5566;
2460
+ } .button {
2461
+ position: absolute;
2462
+ cursor: pointer;
2463
+ user-select: none;
2464
+ }
2465
+
2466
+ .button .ani-wrap {
2467
+ display: flex;
2468
+ justify-content: center;
2469
+ align-items: center;
2470
+ width: 100%;
2471
+ height: 100%;
2472
+ overflow: hidden;
2473
+ transition: opacity 0.2s;
2474
+ }
2475
+
2476
+ .button .ani-wrap:hover {
2477
+ opacity: 0.9;
2478
+ }
2479
+
2480
+ .button-content {
2481
+ display: flex;
2482
+ align-items: center;
2483
+ justify-content: center;
2484
+ }
2485
+
2486
+ .btn-text {
2487
+ margin-left: 10px;
2488
+ }/* .ele-form {
2489
+ position: absolute;
2490
+ user-select: none;
2491
+ } */
2492
+
2493
+ .f-select {
2494
+ cursor: pointer;
2495
+ }
2496
+
2497
+ .ani-wrap {
2498
+ position: relative;
2499
+ }
2500
+
2501
+ .f-select .ani-wrap .fs-tit {
2502
+ position: relative;
2503
+ display: flex;
2504
+ padding: 0 5px;
2505
+ height: 35px;
2506
+ line-height: 35px;
2507
+ align-items: center;
2508
+ }
2509
+
2510
+ .require {
2511
+ padding: 0 5px 0 0;
2512
+ color: red;
2513
+ vertical-align: middle;
2514
+ }
2515
+
2516
+ .fs-cont {
2517
+ padding-right: 15px;
2518
+ white-space: nowrap;
2519
+ overflow: hidden;
2520
+ text-overflow: ellipsis;
2521
+ flex-grow: 1;
2522
+ }
2523
+
2524
+ .icon-bofang1 {
2525
+ font-size: 12px;
2526
+ transition: transform 0.2s ease;
2527
+ }
2528
+
2529
+ .rotate-180 {
2530
+ transform: rotate(180deg) !important;
2531
+ }
2532
+
2533
+ .f-real {
2534
+ position: absolute;
2535
+ left: 0;
2536
+ top: 0;
2537
+ width: 100%;
2538
+ height: 100%;
2539
+ z-index: 1;
2540
+ opacity: 0;
2541
+ cursor: pointer;
2542
+ }
2543
+
2544
+ .dropdown-menu {
2545
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
2546
+ }
2547
+
2548
+ .dropdown-item {
2549
+ padding: 8px 10px;
2550
+ cursor: pointer;
2551
+ transition: background-color 0.2s;
2552
+ }
2553
+
2554
+ .dropdown-item:hover {
2555
+ background-color: #f5f5f5;
2556
+ }
2557
+
2558
+ .dropdown-item.selected {
2559
+ background-color: #e6f7ff;
2560
+ color: #1890ff;
2561
+ }
2562
+
2563
+ .f-select .fs-tit .icon-bofang1 {
2564
+ position: absolute;
2565
+ right: 10px;
2566
+ font-size: 12px;
2567
+ display: inline-block;
2568
+ transform: rotate(90deg);
2569
+ }
2570
+
2571
+ .icon-bofang1:before {
2572
+ content: "\E6CF";
2573
+ }
2574
+
2575
+ .has-error {
2576
+ border-color: #ff4d4f !important;
2577
+ }
2578
+
2579
+ .error-tip {
2580
+ position: fixed;
2581
+ left: 0;
2582
+ top: 0;
2583
+ width: 100%;
2584
+ height: 100%;
2585
+ z-index: 1000;
2586
+ }.form-submit {
2587
+ cursor: pointer;
2588
+ transition: all 0.2s;
2589
+ outline: none;
2590
+ border: none;
2591
+ }
2592
+
2593
+ .form-submit:hover {
2594
+ opacity: 0.9;
2595
+ transform: translateY(-1px);
2368
2596
  }
2369
2597
 
2370
- 0% {
2371
- opacity: 0;
2372
- -webkit-transform: scaleY(.1);
2373
- transform: scaleY(.1);
2374
- -webkit-transform-origin: 50% 0;
2375
- transform-origin: 50% 0
2598
+ .form-submit:active {
2599
+ opacity: 0.8;
2600
+ transform: translateY(0);
2376
2601
  }
2377
2602
 
2378
- 40% {
2379
- opacity: 1;
2380
- -webkit-transform: scaleY(1.02);
2381
- transform: scaleY(1.02);
2382
- -webkit-transform-origin: 50% 0;
2383
- transform-origin: 50% 0
2603
+ .form-submit:disabled {
2604
+ opacity: 0.6;
2605
+ cursor: not-allowed;
2606
+ transform: none !important;
2384
2607
  }
2385
2608
 
2386
- 60% {
2387
- -webkit-transform: scaleY(.98);
2388
- transform: scaleY(.98);
2389
- -webkit-transform-origin: 50% 0;
2390
- transform-origin: 50% 0
2609
+ .f-submit {
2610
+ position: relative;
2611
+ display: block
2391
2612
  }
2392
2613
 
2393
- 80% {
2394
- -webkit-transform: scaleY(1.01);
2395
- transform: scaleY(1.01);
2396
- -webkit-transform-origin: 50% 0;
2397
- transform-origin: 50% 0
2614
+ .f-submit .ani-wrap {
2615
+ width: 100%;
2616
+ height: 100%;
2617
+ padding: 10px;
2618
+ overflow: hidden;
2619
+ position: relative
2398
2620
  }
2399
2621
 
2400
- 99% {
2401
- -webkit-transform: scaleY(1);
2402
- transform: scaleY(1);
2403
- -webkit-transform-origin: 50% 0;
2404
- transform-origin: 50% 0
2622
+ .f-submit .f-ovh {
2623
+ position: absolute;
2624
+ left: 50%;
2625
+ top: 50%;
2626
+ transform: translate(-50%,-50%)
2405
2627
  }
2406
2628
 
2407
- to {
2408
- -webkit-transform: none;
2409
- transform: none
2410
- }
2629
+ .form-submit:disabled {
2630
+ opacity: 0.7;
2631
+ cursor: not-allowed;
2411
2632
  }/* Iconfont definition */
2412
2633
  .icon-danmuliebiao1:before {
2413
2634
  content: "\E68A";
@@ -3311,84 +3532,7 @@ to {
3311
3532
  100% { transform: rotate(360deg); }
3312
3533
  }
3313
3534
 
3314
- #page-list .tip-cover {
3315
- position: fixed;
3316
- left: 0;
3317
- top: 0;
3318
- width: 100%;
3319
- height: 100%;
3320
- display: -ms-flexbox;
3321
- display: flex;
3322
- -ms-flex-align: center;
3323
- align-items: center;
3324
- -ms-flex-pack: center;
3325
- justify-content: center;
3326
- z-index: 999;
3327
- background-color: rgba(0,0,0,.7)
3328
- }
3329
-
3330
- #page-list .tip-cover .tip {
3331
- width: 80%;
3332
- max-width: 250px;
3333
- padding: 10px;
3334
- border-radius: 5px;
3335
- background-color: #fff
3336
- }
3337
-
3338
- #page-list .tip-cover .tip-btn {
3339
- display: block;
3340
- margin: 25px auto;
3341
- width: 120px;
3342
- height: 30px;
3343
- color: #fff;
3344
- border-radius: 4px;
3345
- text-align: center;
3346
- font-size: 14px;
3347
- line-height: 30px;
3348
- background: #ed5566
3349
- }
3350
-
3351
- #page-list .tip-cover .tip-content {
3352
- font-size: 14px;
3353
- padding-top: 30px;
3354
- }
3355
-
3356
- .tip-cover {
3357
- position: fixed;
3358
- left: 0;
3359
- top: 0;
3360
- width: 100%;
3361
- height: 100%;
3362
- display: -ms-flexbox;
3363
- display: flex;
3364
- -ms-flex-align: center;
3365
- align-items: center;
3366
- -ms-flex-pack: center;
3367
- justify-content: center;
3368
- z-index: 999;
3369
- background-color: rgba(0,0,0,.7)
3370
- }
3371
-
3372
- .tip-cover .tip {
3373
- width: 80%;
3374
- max-width: 250px;
3375
- padding: 5px;
3376
- border-radius: 3px;
3377
- background-color: #fff
3378
- }
3379
-
3380
- .tip-cover .tip-btn {
3381
- display: block;
3382
- margin: 13px auto;
3383
- width: 64px;
3384
- height: 20px;
3385
- color: #fff;
3386
- border-radius: 4px;
3387
- text-align: center;
3388
- font-size: 14px;
3389
- line-height: 20px;
3390
- background: #ed5566;
3391
- } /* .ele-form {
3535
+ /* .ele-form {
3392
3536
  position: absolute;
3393
3537
  user-select: none;
3394
3538
  }
@@ -3467,112 +3611,14 @@ to {
3467
3611
  vertical-align: top;
3468
3612
  word-break: break-all;
3469
3613
  font-size: 14px;
3470
- line-height: 1.2;
3471
- }
3472
-
3473
- .has-error .fs-tit {
3474
- border-bottom-color: #ff4d4f;
3475
- }
3476
-
3477
- /* 错误提示样式 */
3478
- .error-tip {
3479
- position: fixed;
3480
- left: 0;
3481
- top: 0;
3482
- width: 100%;
3483
- height: 100%;
3484
- z-index: 1000;
3485
- }/* .ele-form {
3486
- position: absolute;
3487
- user-select: none;
3488
- } */
3489
-
3490
- .f-select {
3491
- cursor: pointer;
3492
- }
3493
-
3494
- .ani-wrap {
3495
- position: relative;
3496
- }
3497
-
3498
- .f-select .ani-wrap .fs-tit {
3499
- position: relative;
3500
- display: flex;
3501
- padding: 0 5px;
3502
- height: 35px;
3503
- line-height: 35px;
3504
- align-items: center;
3505
- }
3506
-
3507
- .require {
3508
- padding: 0 5px 0 0;
3509
- color: red;
3510
- vertical-align: middle;
3511
- }
3512
-
3513
- .fs-cont {
3514
- padding-right: 15px;
3515
- white-space: nowrap;
3516
- overflow: hidden;
3517
- text-overflow: ellipsis;
3518
- flex-grow: 1;
3519
- }
3520
-
3521
- .icon-bofang1 {
3522
- font-size: 12px;
3523
- transition: transform 0.2s ease;
3524
- }
3525
-
3526
- .rotate-180 {
3527
- transform: rotate(180deg) !important;
3528
- }
3529
-
3530
- .f-real {
3531
- position: absolute;
3532
- left: 0;
3533
- top: 0;
3534
- width: 100%;
3535
- height: 100%;
3536
- z-index: 1;
3537
- opacity: 0;
3538
- cursor: pointer;
3539
- }
3540
-
3541
- .dropdown-menu {
3542
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
3543
- }
3544
-
3545
- .dropdown-item {
3546
- padding: 8px 10px;
3547
- cursor: pointer;
3548
- transition: background-color 0.2s;
3549
- }
3550
-
3551
- .dropdown-item:hover {
3552
- background-color: #f5f5f5;
3553
- }
3554
-
3555
- .dropdown-item.selected {
3556
- background-color: #e6f7ff;
3557
- color: #1890ff;
3558
- }
3559
-
3560
- .f-select .fs-tit .icon-bofang1 {
3561
- position: absolute;
3562
- right: 10px;
3563
- font-size: 12px;
3564
- display: inline-block;
3565
- transform: rotate(90deg);
3566
- }
3567
-
3568
- .icon-bofang1:before {
3569
- content: "\E6CF";
3614
+ line-height: 1.2;
3570
3615
  }
3571
3616
 
3572
- .has-error {
3573
- border-color: #ff4d4f !important;
3617
+ .has-error .fs-tit {
3618
+ border-bottom-color: #ff4d4f;
3574
3619
  }
3575
3620
 
3621
+ /* 错误提示样式 */
3576
3622
  .error-tip {
3577
3623
  position: fixed;
3578
3624
  left: 0;
@@ -3580,53 +3626,7 @@ to {
3580
3626
  width: 100%;
3581
3627
  height: 100%;
3582
3628
  z-index: 1000;
3583
- }.form-submit {
3584
- cursor: pointer;
3585
- transition: all 0.2s;
3586
- outline: none;
3587
- border: none;
3588
- }
3589
-
3590
- .form-submit:hover {
3591
- opacity: 0.9;
3592
- transform: translateY(-1px);
3593
- }
3594
-
3595
- .form-submit:active {
3596
- opacity: 0.8;
3597
- transform: translateY(0);
3598
- }
3599
-
3600
- .form-submit:disabled {
3601
- opacity: 0.6;
3602
- cursor: not-allowed;
3603
- transform: none !important;
3604
- }
3605
-
3606
- .f-submit {
3607
- position: relative;
3608
- display: block
3609
- }
3610
-
3611
- .f-submit .ani-wrap {
3612
- width: 100%;
3613
- height: 100%;
3614
- padding: 10px;
3615
- overflow: hidden;
3616
- position: relative
3617
- }
3618
-
3619
- .f-submit .f-ovh {
3620
- position: absolute;
3621
- left: 50%;
3622
- top: 50%;
3623
- transform: translate(-50%,-50%)
3624
- }
3625
-
3626
- .form-submit:disabled {
3627
- opacity: 0.7;
3628
- cursor: not-allowed;
3629
- }.form-input {
3629
+ }.form-input {
3630
3630
  position: absolute;
3631
3631
  }
3632
3632
 
@@ -3677,105 +3677,6 @@ cursor: not-allowed;
3677
3677
  .dynamic-placeholder-input:-ms-input-placeholder {
3678
3678
  color: var(--placeholder-color, #999);
3679
3679
  }
3680
- .global.video {
3681
- width: 35px;
3682
- height: 55px;
3683
- border-radius: 50%;
3684
- text-align: center;
3685
- margin-bottom: 5px;
3686
- border: 2px solid #fff;
3687
- cursor: pointer;
3688
- }
3689
- .icon-shipin2:before { content: "\E611"; }
3690
- .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
3691
- .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
3692
- }
3693
- /* .ele-form {
3694
- position: absolute;
3695
- user-select: none;
3696
- } */
3697
-
3698
- .f-multiple {
3699
- cursor: pointer;
3700
- }
3701
-
3702
- .ani-wrap {
3703
- position: relative;
3704
- }
3705
-
3706
- .f-multiple .ani-wrap .fs-tit {
3707
- display: flex;
3708
- padding: 0 5px;
3709
- height: 40px;
3710
- align-items: center;
3711
- white-space: nowrap;
3712
- overflow: hidden;
3713
- text-overflow: ellipsis;
3714
- border-bottom: 1px solid rgba(153, 153, 153, 1);
3715
- }
3716
-
3717
- .require {
3718
- padding: 0 5px 0 0;
3719
- color: red;
3720
- vertical-align: middle;
3721
- }
3722
-
3723
- .f-multiple ul {
3724
- padding: 15px;
3725
- margin: 0;
3726
- list-style: none;
3727
- }
3728
-
3729
- .f-multiple ul li {
3730
- margin-top: 12px;
3731
- font-size: 0;
3732
- display: flex;
3733
- align-items: center;
3734
- cursor: pointer;
3735
- }
3736
-
3737
- .f-multiple ul li:first-child {
3738
- margin-top: 0;
3739
- }
3740
-
3741
- .fs-circle {
3742
- display: inline-block;
3743
- width: 16px;
3744
- height: 16px;
3745
- border-radius: 50%;
3746
- position: relative;
3747
- transition: all 0.2s;
3748
- }
3749
-
3750
- .fs-circle.selected {
3751
- background-color: #2687f1;
3752
- border-color: #2687f1 !important;
3753
- }
3754
-
3755
- .fs-circle.selected::after {
3756
- content: "";
3757
- position: absolute;
3758
- top: 3px;
3759
- left: 3px;
3760
- width: 8px;
3761
- height: 8px;
3762
- border-radius: 50%;
3763
- background-color: white;
3764
- }
3765
-
3766
- .fs-txt {
3767
- display: inline-block;
3768
- width: calc(100% - 16px);
3769
- padding-left: 8px;
3770
- vertical-align: top;
3771
- word-break: break-all;
3772
- font-size: 14px;
3773
- line-height: 1.2;
3774
- }
3775
-
3776
- .has-error .fs-tit {
3777
- border-bottom-color: #ff4d4f;
3778
- }
3779
3680
  .icon-guanbi:before {
3780
3681
  content: "\E676";
3781
3682
  }
@@ -4169,7 +4070,104 @@ cursor: not-allowed;
4169
4070
  content: "\E65E";
4170
4071
  color: #F44336; /* 失败的红色 */
4171
4072
  }
4073
+ /* .ele-form {
4074
+ position: absolute;
4075
+ user-select: none;
4076
+ } */
4077
+
4078
+ .f-multiple {
4079
+ cursor: pointer;
4080
+ }
4081
+
4082
+ .ani-wrap {
4083
+ position: relative;
4084
+ }
4085
+
4086
+ .f-multiple .ani-wrap .fs-tit {
4087
+ display: flex;
4088
+ padding: 0 5px;
4089
+ height: 40px;
4090
+ align-items: center;
4091
+ white-space: nowrap;
4092
+ overflow: hidden;
4093
+ text-overflow: ellipsis;
4094
+ border-bottom: 1px solid rgba(153, 153, 153, 1);
4095
+ }
4096
+
4097
+ .require {
4098
+ padding: 0 5px 0 0;
4099
+ color: red;
4100
+ vertical-align: middle;
4101
+ }
4102
+
4103
+ .f-multiple ul {
4104
+ padding: 15px;
4105
+ margin: 0;
4106
+ list-style: none;
4107
+ }
4108
+
4109
+ .f-multiple ul li {
4110
+ margin-top: 12px;
4111
+ font-size: 0;
4112
+ display: flex;
4113
+ align-items: center;
4114
+ cursor: pointer;
4115
+ }
4116
+
4117
+ .f-multiple ul li:first-child {
4118
+ margin-top: 0;
4119
+ }
4120
+
4121
+ .fs-circle {
4122
+ display: inline-block;
4123
+ width: 16px;
4124
+ height: 16px;
4125
+ border-radius: 50%;
4126
+ position: relative;
4127
+ transition: all 0.2s;
4128
+ }
4129
+
4130
+ .fs-circle.selected {
4131
+ background-color: #2687f1;
4132
+ border-color: #2687f1 !important;
4133
+ }
4134
+
4135
+ .fs-circle.selected::after {
4136
+ content: "";
4137
+ position: absolute;
4138
+ top: 3px;
4139
+ left: 3px;
4140
+ width: 8px;
4141
+ height: 8px;
4142
+ border-radius: 50%;
4143
+ background-color: white;
4144
+ }
4145
+
4146
+ .fs-txt {
4147
+ display: inline-block;
4148
+ width: calc(100% - 16px);
4149
+ padding-left: 8px;
4150
+ vertical-align: top;
4151
+ word-break: break-all;
4152
+ font-size: 14px;
4153
+ line-height: 1.2;
4154
+ }
4172
4155
 
4156
+ .has-error .fs-tit {
4157
+ border-bottom-color: #ff4d4f;
4158
+ }
4159
+ .global.receipt {
4160
+ width: 35px;
4161
+ height: 55px;
4162
+ border-radius: 50%;
4163
+ text-align: center;
4164
+ margin-bottom: 5px;
4165
+ border: 2px solid #fff;
4166
+ cursor: pointer;
4167
+ }
4168
+ .icon-liuyan:before { content: "\E636"; }
4169
+ .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4170
+ .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
4173
4171
  .global.tel {
4174
4172
  width: 35px;
4175
4173
  height: 55px;
@@ -4182,7 +4180,7 @@ cursor: not-allowed;
4182
4180
  .icon-dianhua:before { content: "\E60E"; }
4183
4181
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4184
4182
  .global.tel > span { font-size: 10px; line-height: 20px; display: block;}
4185
- .global.receipt {
4183
+ .global.video {
4186
4184
  width: 35px;
4187
4185
  height: 55px;
4188
4186
  border-radius: 50%;
@@ -4191,9 +4189,11 @@ cursor: not-allowed;
4191
4189
  border: 2px solid #fff;
4192
4190
  cursor: pointer;
4193
4191
  }
4194
- .icon-liuyan:before { content: "\E636"; }
4192
+ .icon-shipin2:before { content: "\E611"; }
4195
4193
  .iconfont { font-family: iconfont !important; font-size: 30px; font-style: normal; }
4196
- .global.receipt > span { font-size: 10px; line-height: 20px; display: block; }
4194
+ .global.video > span { font-size: 10px; line-height: 20px; display: block; position: relative; top: -4px;
4195
+ }
4196
+
4197
4197
  .global.map {
4198
4198
  width: 35px;
4199
4199
  height: 55px;
@@ -30613,6 +30613,7 @@ var script$1 = defineComponent({
30613
30613
  let dragMoveListener = null;
30614
30614
  let dragEndListener = null;
30615
30615
  function onDragMove(e) {
30616
+ console.log('onDragMove', e);
30616
30617
  if (!isDragging.value || !container.value)
30617
30618
  return;
30618
30619
  const currentY = getEventY(e);
@@ -30620,6 +30621,7 @@ var script$1 = defineComponent({
30620
30621
  currentScrollPosition.value = Math.max(0, Math.min(dragStartScroll.value + deltaY, maxScrollPosition.value));
30621
30622
  }
30622
30623
  function onDragEnd(e) {
30624
+ console.log('onDragEnd', e);
30623
30625
  isDragging.value = false;
30624
30626
  // 移除全局监听
30625
30627
  window.removeEventListener('mousemove', dragMoveListener);
@@ -30628,6 +30630,7 @@ var script$1 = defineComponent({
30628
30630
  window.removeEventListener('touchend', dragEndListener);
30629
30631
  }
30630
30632
  function onDragStart(e) {
30633
+ console.log('onDragStart', e);
30631
30634
  if (!container.value)
30632
30635
  return;
30633
30636
  if (inertiaAnimation.value) {
@@ -30620,6 +30620,7 @@
30620
30620
  let dragMoveListener = null;
30621
30621
  let dragEndListener = null;
30622
30622
  function onDragMove(e) {
30623
+ console.log('onDragMove', e);
30623
30624
  if (!isDragging.value || !container.value)
30624
30625
  return;
30625
30626
  const currentY = getEventY(e);
@@ -30627,6 +30628,7 @@
30627
30628
  currentScrollPosition.value = Math.max(0, Math.min(dragStartScroll.value + deltaY, maxScrollPosition.value));
30628
30629
  }
30629
30630
  function onDragEnd(e) {
30631
+ console.log('onDragEnd', e);
30630
30632
  isDragging.value = false;
30631
30633
  // 移除全局监听
30632
30634
  window.removeEventListener('mousemove', dragMoveListener);
@@ -30635,6 +30637,7 @@
30635
30637
  window.removeEventListener('touchend', dragEndListener);
30636
30638
  }
30637
30639
  function onDragStart(e) {
30640
+ console.log('onDragStart', e);
30638
30641
  if (!container.value)
30639
30642
  return;
30640
30643
  if (inertiaAnimation.value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.1.93",
3
+ "version": "1.1.94",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",