@seaverse/payment-sdk 0.6.1 → 0.6.2

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.
Files changed (2) hide show
  1. package/dist/style.css +1482 -0
  2. package/package.json +2 -2
package/dist/style.css ADDED
@@ -0,0 +1,1482 @@
1
+ @charset "UTF-8";
2
+
3
+ .payment-method-selector-modern[data-v-6820b9f4] {
4
+ margin-bottom: 15px;
5
+ font-family: Inter, sans-serif
6
+ }
7
+
8
+ .payment-method-selector-modern.is-mobile[data-v-6820b9f4] {
9
+ margin-bottom: 10px
10
+ }
11
+
12
+ .back-to[data-v-6820b9f4] {
13
+ color: #313131;
14
+ cursor: pointer;
15
+ margin-bottom: 17px;
16
+ display: inline-flex;
17
+ align-items: center;
18
+ gap: 5px
19
+ }
20
+
21
+ .back-to .back-icon[data-v-6820b9f4] {
22
+ flex-shrink: 0
23
+ }
24
+
25
+ .back-to[data-v-6820b9f4]:hover {
26
+ opacity: .8
27
+ }
28
+
29
+ .payment-methods-header[data-v-6820b9f4] {
30
+ margin-bottom: 7px;
31
+ flex-shrink: 0
32
+ }
33
+
34
+ .payment-methods-title[data-v-6820b9f4] {
35
+ color: #3c3c4366;
36
+ font: 400 14px/20px Inter, sans-serif;
37
+ margin: 0
38
+ }
39
+
40
+ .top-adyen-buttons[data-v-6820b9f4] {
41
+ margin-bottom: 15px
42
+ }
43
+
44
+ .top-adyen-buttons .top-adyen-buttons-container[data-v-6820b9f4] {
45
+ display: flex;
46
+ gap: 12px;
47
+ width: 100%
48
+ }
49
+
50
+ .top-adyen-buttons .top-adyen-buttons-container .top-adyen-button-wrapper[data-v-6820b9f4] {
51
+ flex: 1;
52
+ min-width: 0
53
+ }
54
+
55
+ .top-adyen-buttons .top-adyen-buttons-container .top-adyen-button-wrapper[data-v-6820b9f4]:has(.adyen-top-button-container:empty) {
56
+ display: none
57
+ }
58
+
59
+ .top-adyen-buttons .top-adyen-buttons-container .top-adyen-button-wrapper .adyen-top-button-container[data-v-6820b9f4] {
60
+ min-height: 48px;
61
+ width: 100%
62
+ }
63
+
64
+ .top-adyen-buttons .top-adyen-buttons-container .top-adyen-button-wrapper .adyen-top-button-container[data-v-6820b9f4] .adyen-checkout__button,
65
+ .top-adyen-buttons .top-adyen-buttons-container .top-adyen-button-wrapper .adyen-top-button-container[data-v-6820b9f4] .adyen-checkout__applepay__button,
66
+ .top-adyen-buttons .top-adyen-buttons-container .top-adyen-button-wrapper .adyen-top-button-container[data-v-6820b9f4] .adyen-checkout__googlepay__button {
67
+ width: 100%;
68
+ min-height: 48px;
69
+ border-radius: 4px
70
+ }
71
+
72
+ .top-adyen-buttons .top-adyen-buttons-container .top-adyen-button-wrapper .dynamic-payment-container[data-v-6820b9f4] {
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ gap: 12px;
77
+ width: 100%;
78
+ height: 48px;
79
+ background-color: #00112c;
80
+ border: 0;
81
+ border-radius: 4px;
82
+ color: #fff;
83
+ cursor: pointer;
84
+ padding: 15px;
85
+ box-sizing: border-box;
86
+ font-size: 16px;
87
+ font-weight: 500;
88
+ transition: all .2s ease
89
+ }
90
+
91
+ .top-adyen-buttons .top-adyen-buttons-container .top-adyen-button-wrapper .dynamic-payment-container .method-icon[data-v-6820b9f4] {
92
+ height: 24px;
93
+ width: auto;
94
+ max-width: 120px;
95
+ object-fit: contain
96
+ }
97
+
98
+ .top-adyen-buttons .top-adyen-buttons-container .top-adyen-button-wrapper .dynamic-payment-container[data-v-6820b9f4]:hover {
99
+ background: #1c3045;
100
+ box-shadow: 0 0, 0 2px 4px -1px #0003, 0 4px 5px #00000024
101
+ }
102
+
103
+ .top-adyen-buttons.is-mobile .top-adyen-buttons-container[data-v-6820b9f4] {
104
+ flex-direction: column;
105
+ gap: 10px
106
+ }
107
+
108
+ .top-adyen-buttons.is-mobile .top-adyen-buttons-container .top-adyen-button-wrapper[data-v-6820b9f4] {
109
+ flex: none;
110
+ width: 100%
111
+ }
112
+
113
+ .method-icon[data-v-6820b9f4] {
114
+ width: 32px;
115
+ height: 32px;
116
+ object-fit: contain
117
+ }
118
+
119
+ .payment-methods-vertical-list[data-v-6820b9f4] {
120
+ height: auto;
121
+ overflow: visible
122
+ }
123
+
124
+ .payment-methods-vertical-list .payment-methods-vertical-list-wrapper[data-v-6820b9f4] {
125
+ height: auto;
126
+ width: calc(100% - 2px);
127
+ display: flex;
128
+ flex-direction: column;
129
+ gap: 16px
130
+ }
131
+
132
+ .payment-methods-vertical-list .loading-container-modern[data-v-6820b9f4] {
133
+ display: flex;
134
+ flex-direction: column;
135
+ gap: 16px;
136
+ width: calc(100% - 2px)
137
+ }
138
+
139
+ .payment-methods-vertical-list .loading-accordion[data-v-6820b9f4] {
140
+ border: 1px solid #e1e5e9;
141
+ border-radius: 12px;
142
+ background: #fff;
143
+ overflow: hidden
144
+ }
145
+
146
+ .payment-methods-vertical-list .loading-accordion .loading-accordion-header[data-v-6820b9f4] {
147
+ padding: 16px;
148
+ height: 60px;
149
+ display: flex;
150
+ align-items: center
151
+ }
152
+
153
+ .payment-methods-vertical-list .loading-accordion .loading-skeleton-modern[data-v-6820b9f4] {
154
+ width: 100%;
155
+ height: 28px;
156
+ background: #f3f5f7;
157
+ border-radius: 6px;
158
+ position: relative;
159
+ overflow: hidden
160
+ }
161
+
162
+ .payment-methods-vertical-list .loading-accordion .loading-skeleton-modern[data-v-6820b9f4]:after {
163
+ content: "";
164
+ position: absolute;
165
+ top: 0;
166
+ left: -100%;
167
+ width: 100%;
168
+ height: 100%;
169
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .6), transparent);
170
+ animation: skeleton-loading-modern-6820b9f4 1.5s infinite
171
+ }
172
+
173
+ @keyframes skeleton-loading-modern-6820b9f4 {
174
+ 0% {
175
+ left: -100%
176
+ }
177
+
178
+ to {
179
+ left: 100%
180
+ }
181
+ }
182
+
183
+ .accordion-item[data-v-6820b9f4] {
184
+ border: 1px solid #e1e5e9;
185
+ border-radius: 12px;
186
+ background: #fff;
187
+ overflow: hidden;
188
+ transition: all .3s ease;
189
+ position: relative
190
+ }
191
+
192
+ .accordion-item .accordion-header[data-v-6820b9f4]:before {
193
+ content: "";
194
+ position: absolute;
195
+ top: 50%;
196
+ left: 16px;
197
+ transform: translateY(-50%);
198
+ width: 16px;
199
+ height: 16px;
200
+ border: 1px solid #d5d5d5;
201
+ border-radius: 50%;
202
+ background: transparent;
203
+ z-index: 2;
204
+ transition: all .2s ease;
205
+ box-sizing: border-box
206
+ }
207
+
208
+ .accordion-item .accordion-header[data-v-6820b9f4]:after {
209
+ content: "";
210
+ position: absolute;
211
+ top: 50%;
212
+ left: 20px;
213
+ transform: translateY(-50%);
214
+ width: 8px;
215
+ height: 8px;
216
+ background: #fff;
217
+ border-radius: 50%;
218
+ z-index: 3;
219
+ opacity: 0;
220
+ transition: opacity .2s ease
221
+ }
222
+
223
+ .accordion-item[data-v-6820b9f4]:hover {
224
+ border-color: #c0c4cc;
225
+ box-shadow: 0 4px 12px #0000001a
226
+ }
227
+
228
+ .accordion-item.expanded[data-v-6820b9f4] {
229
+ background: #f8f8fd99;
230
+ border-color: #3c3c434a;
231
+ box-shadow: 0 4px 16px #409eff33
232
+ }
233
+
234
+ .accordion-item.is-selected[data-v-6820b9f4] {
235
+ border-color: #3c3c434a;
236
+ background: #f8f8fd99
237
+ }
238
+
239
+ .accordion-item.is-selected .accordion-header[data-v-6820b9f4]:hover {
240
+ background: #f8f8fd33
241
+ }
242
+
243
+ .accordion-item.is-selected .accordion-header[data-v-6820b9f4]:before {
244
+ border-color: #0084ff;
245
+ background: #0084ff
246
+ }
247
+
248
+ .accordion-item.is-selected .accordion-header[data-v-6820b9f4]:after {
249
+ opacity: 1
250
+ }
251
+
252
+ .accordion-header[data-v-6820b9f4] {
253
+ position: relative;
254
+ display: flex;
255
+ align-items: center;
256
+ justify-content: space-between;
257
+ width: 100%;
258
+ padding: 16px;
259
+ height: 60px;
260
+ border: none;
261
+ background: transparent;
262
+ cursor: pointer;
263
+ box-sizing: border-box
264
+ }
265
+
266
+ .method-info[data-v-6820b9f4] {
267
+ display: flex;
268
+ align-items: center;
269
+ gap: 12px;
270
+ margin-left: 28px
271
+ }
272
+
273
+ .method-name[data-v-6820b9f4] {
274
+ font-size: 15px;
275
+ font-weight: 500;
276
+ color: #1a1a1a
277
+ }
278
+
279
+ .accordion-content[data-v-6820b9f4] {
280
+ overflow: hidden;
281
+ background: transparent;
282
+ border-top: none
283
+ }
284
+
285
+ .content-wrapper[data-v-6820b9f4] {
286
+ padding: 0 16px 16px
287
+ }
288
+
289
+ .accordion-content-enter-active[data-v-6820b9f4],
290
+ .accordion-content-leave-active[data-v-6820b9f4] {
291
+ transition: max-height .3s cubic-bezier(.645, .045, .355, 1), opacity .3s ease
292
+ }
293
+
294
+ .accordion-content-enter-from[data-v-6820b9f4],
295
+ .accordion-content-leave-to[data-v-6820b9f4] {
296
+ opacity: 0;
297
+ max-height: 0
298
+ }
299
+
300
+ .accordion-content-enter-to[data-v-6820b9f4],
301
+ .accordion-content-leave-from[data-v-6820b9f4] {
302
+ opacity: 1;
303
+ max-height: 500px
304
+ }
305
+
306
+ @media (prefers-reduced-motion: reduce) {
307
+
308
+ .accordion-content-enter-active[data-v-6820b9f4],
309
+ .accordion-content-leave-active[data-v-6820b9f4] {
310
+ transition: none
311
+ }
312
+ }
313
+
314
+ .payment-form-container[data-v-6820b9f4] {
315
+ min-height: 100px
316
+ }
317
+
318
+ .payment-form-container[data-v-6820b9f4] .adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--02 {
319
+ width: 100%
320
+ }
321
+
322
+ .payment-form-container[data-v-6820b9f4] .adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe {
323
+ width: 105%
324
+ }
325
+
326
+ .payermax-submit-wrapper[data-v-6820b9f4] {
327
+ margin-top: 16px
328
+ }
329
+
330
+ .payermax-submit-wrapper .payermax-submit-btn[data-v-6820b9f4] {
331
+ width: 100%;
332
+ height: 48px;
333
+ background: #00112c;
334
+ color: #fff;
335
+ border: none;
336
+ border-radius: 4px;
337
+ font-size: 16px;
338
+ font-weight: 500;
339
+ cursor: pointer;
340
+ transition: all .2s ease;
341
+ display: flex;
342
+ align-items: center;
343
+ justify-content: center;
344
+ gap: 8px
345
+ }
346
+
347
+ .payermax-submit-wrapper .payermax-submit-btn[data-v-6820b9f4]:hover:not(:disabled) {
348
+ background: #1c3045
349
+ }
350
+
351
+ .payermax-submit-wrapper .payermax-submit-btn[data-v-6820b9f4]:disabled {
352
+ opacity: .6;
353
+ cursor: not-allowed
354
+ }
355
+
356
+ .payermax-submit-wrapper .payermax-submit-btn .loading-spinner[data-v-6820b9f4] {
357
+ width: 16px;
358
+ height: 16px;
359
+ border: 2px solid rgba(255, 255, 255, .3);
360
+ border-top-color: #fff;
361
+ border-radius: 50%;
362
+ animation: spin-6820b9f4 1s linear infinite
363
+ }
364
+
365
+ @keyframes spin-6820b9f4 {
366
+ 0% {
367
+ transform: rotate(0)
368
+ }
369
+
370
+ to {
371
+ transform: rotate(360deg)
372
+ }
373
+ }
374
+
375
+ .svg-icon[data-v-d5aee097] {
376
+ display: inline-flex;
377
+ align-items: center;
378
+ justify-content: center
379
+ }
380
+
381
+ .svg-icon[data-v-d5aee097] svg {
382
+ width: 100%;
383
+ height: 100%;
384
+ fill: currentColor
385
+ }
386
+
387
+ .state-icon[data-v-2f0ea6cc] {
388
+ display: flex;
389
+ justify-content: center;
390
+ align-items: center
391
+ }
392
+
393
+ .state-icon .concentric-circles[data-v-2f0ea6cc] {
394
+ position: relative;
395
+ width: 120px;
396
+ height: 120px;
397
+ display: flex;
398
+ justify-content: center;
399
+ align-items: center;
400
+ transition: all .3s ease
401
+ }
402
+
403
+ .state-icon .concentric-circles .circle[data-v-2f0ea6cc] {
404
+ position: absolute;
405
+ border-radius: 50%
406
+ }
407
+
408
+ .state-icon .concentric-circles .circle.circle-outer[data-v-2f0ea6cc] {
409
+ width: 120px;
410
+ height: 120px;
411
+ top: 0;
412
+ left: 0
413
+ }
414
+
415
+ .state-icon .concentric-circles .circle.circle-middle[data-v-2f0ea6cc] {
416
+ width: 96px;
417
+ height: 96px;
418
+ top: 12px;
419
+ left: 12px
420
+ }
421
+
422
+ .state-icon .concentric-circles .circle.circle-inner[data-v-2f0ea6cc] {
423
+ width: 84px;
424
+ height: 84px;
425
+ top: 18px;
426
+ left: 18px;
427
+ display: flex;
428
+ justify-content: center;
429
+ align-items: center;
430
+ z-index: 3
431
+ }
432
+
433
+ .state-icon .concentric-circles .circle.circle-inner .svg-icon[data-v-2f0ea6cc] {
434
+ width: 40px;
435
+ height: 40px;
436
+ color: #fff
437
+ }
438
+
439
+ .state-icon.theme-green .circle-outer[data-v-2f0ea6cc] {
440
+ background-color: #3cc65c14
441
+ }
442
+
443
+ .state-icon.theme-green .circle-middle[data-v-2f0ea6cc] {
444
+ background-color: #3cc65c1f
445
+ }
446
+
447
+ .state-icon.theme-green .circle-inner[data-v-2f0ea6cc] {
448
+ background-color: #3cc65c;
449
+ box-shadow: 0 4px 20px #3cc65c4d
450
+ }
451
+
452
+ .state-icon.theme-green .concentric-circles[data-v-2f0ea6cc] {
453
+ animation: pulse-green-2f0ea6cc 2s infinite ease-in-out
454
+ }
455
+
456
+ .state-icon.theme-blue .circle-outer[data-v-2f0ea6cc] {
457
+ background-color: #007aff14
458
+ }
459
+
460
+ .state-icon.theme-blue .circle-middle[data-v-2f0ea6cc] {
461
+ background-color: #007aff1f
462
+ }
463
+
464
+ .state-icon.theme-blue .circle-inner[data-v-2f0ea6cc] {
465
+ background-color: #007aff;
466
+ box-shadow: 0 4px 20px #007aff4d
467
+ }
468
+
469
+ .state-icon.theme-blue .concentric-circles[data-v-2f0ea6cc] {
470
+ animation: pulse-blue-2f0ea6cc 2s infinite ease-in-out
471
+ }
472
+
473
+ .state-icon.theme-red .circle-outer[data-v-2f0ea6cc] {
474
+ background-color: #f55c5c14
475
+ }
476
+
477
+ .state-icon.theme-red .circle-middle[data-v-2f0ea6cc] {
478
+ background-color: #f55c5c1f
479
+ }
480
+
481
+ .state-icon.theme-red .circle-inner[data-v-2f0ea6cc] {
482
+ background-color: #f55c5c;
483
+ box-shadow: 0 4px 20px #f55c5c4d
484
+ }
485
+
486
+ .state-icon.theme-red .concentric-circles[data-v-2f0ea6cc] {
487
+ animation: shake-2f0ea6cc .5s ease-in-out
488
+ }
489
+
490
+ .state-icon.theme-gray .circle-outer[data-v-2f0ea6cc] {
491
+ background-color: #a0aec014
492
+ }
493
+
494
+ .state-icon.theme-gray .circle-middle[data-v-2f0ea6cc] {
495
+ background-color: #a0aec01f
496
+ }
497
+
498
+ .state-icon.theme-gray .circle-inner[data-v-2f0ea6cc] {
499
+ background-color: #a0aec0;
500
+ box-shadow: 0 4px 20px #a0aec04d
501
+ }
502
+
503
+ @keyframes pulse-green-2f0ea6cc {
504
+
505
+ 0%,
506
+ to {
507
+ transform: scale(1)
508
+ }
509
+
510
+ 50% {
511
+ transform: scale(1.05)
512
+ }
513
+ }
514
+
515
+ @keyframes pulse-blue-2f0ea6cc {
516
+
517
+ 0%,
518
+ to {
519
+ transform: scale(1)
520
+ }
521
+
522
+ 50% {
523
+ transform: scale(1.05)
524
+ }
525
+ }
526
+
527
+ @keyframes shake-2f0ea6cc {
528
+
529
+ 0%,
530
+ to {
531
+ transform: translate(0)
532
+ }
533
+
534
+ 25% {
535
+ transform: translate(-3px)
536
+ }
537
+
538
+ 75% {
539
+ transform: translate(3px)
540
+ }
541
+ }
542
+
543
+ @media (max-width: 768px) {
544
+
545
+ .state-icon .concentric-circles[data-v-2f0ea6cc],
546
+ .state-icon .concentric-circles .circle.circle-outer[data-v-2f0ea6cc] {
547
+ width: 96px;
548
+ height: 96px
549
+ }
550
+
551
+ .state-icon .concentric-circles .circle.circle-middle[data-v-2f0ea6cc] {
552
+ width: 76px;
553
+ height: 76px;
554
+ top: 10px;
555
+ left: 10px
556
+ }
557
+
558
+ .state-icon .concentric-circles .circle.circle-inner[data-v-2f0ea6cc] {
559
+ width: 64px;
560
+ height: 64px;
561
+ top: 16px;
562
+ left: 16px
563
+ }
564
+
565
+ .state-icon .concentric-circles .circle.circle-inner .svg-icon[data-v-2f0ea6cc] {
566
+ width: 32px;
567
+ height: 32px
568
+ }
569
+ }
570
+
571
+ .payment-intermediate-display[data-v-223d44ca] {
572
+ text-align: center;
573
+ min-height: 300px;
574
+ display: flex;
575
+ align-items: center;
576
+ justify-content: center
577
+ }
578
+
579
+ .payment-intermediate-display .state-container[data-v-223d44ca] {
580
+ max-width: 500px;
581
+ width: 100%;
582
+ margin: 0 auto;
583
+ display: flex;
584
+ flex-direction: column;
585
+ align-items: center;
586
+ gap: 24px;
587
+ padding: 30px;
588
+ background: #fff;
589
+ border-radius: 12px
590
+ }
591
+
592
+ .payment-intermediate-display .state-icon-section[data-v-223d44ca] {
593
+ display: flex;
594
+ justify-content: center;
595
+ margin-bottom: 8px
596
+ }
597
+
598
+ .payment-intermediate-display .state-title-section[data-v-223d44ca] {
599
+ text-align: center;
600
+ margin-bottom: 16px;
601
+ text-wrap: balance
602
+ }
603
+
604
+ .payment-intermediate-display .state-title-section .title[data-v-223d44ca] {
605
+ font-size: 24px;
606
+ font-weight: 600;
607
+ color: #000000e5;
608
+ margin: 0 0 8px;
609
+ line-height: 1.3
610
+ }
611
+
612
+ .payment-intermediate-display .state-title-section .description[data-v-223d44ca] {
613
+ font-size: 14px;
614
+ color: #646464;
615
+ line-height: 1.5;
616
+ max-width: 400px;
617
+ margin: 0 auto
618
+ }
619
+
620
+ .payment-intermediate-display .state-actions-section[data-v-223d44ca] {
621
+ width: 100%;
622
+ max-width: 400px;
623
+ margin-top: 12px
624
+ }
625
+
626
+ .payment-intermediate-display .state-actions-section .button-actions[data-v-223d44ca] {
627
+ display: flex;
628
+ flex-direction: row;
629
+ gap: 10px;
630
+ justify-content: center;
631
+ width: 100%
632
+ }
633
+
634
+ .payment-intermediate-display .state-actions-section .button-actions .action-button[data-v-223d44ca] {
635
+ flex: 1;
636
+ min-height: 44px;
637
+ height: 44px;
638
+ font-weight: 500;
639
+ border-radius: 6px;
640
+ font-size: 14px;
641
+ border-width: 1px;
642
+ border-style: solid;
643
+ cursor: pointer;
644
+ transition: all .3s ease;
645
+ box-sizing: border-box
646
+ }
647
+
648
+ .payment-intermediate-display .state-actions-section .button-actions .action-button.left-button[data-v-223d44ca] {
649
+ background: transparent;
650
+ color: #1890ff;
651
+ border-color: #1890ff
652
+ }
653
+
654
+ .payment-intermediate-display .state-actions-section .button-actions .action-button.left-button[data-v-223d44ca]:hover {
655
+ background: #1890ff0d;
656
+ color: #40a9ff;
657
+ border-color: #40a9ff
658
+ }
659
+
660
+ .payment-intermediate-display .state-actions-section .button-actions .action-button.left-button[data-v-223d44ca]:active {
661
+ background: #1890ff1a;
662
+ color: #096dd9;
663
+ border-color: #096dd9
664
+ }
665
+
666
+ .payment-intermediate-display .state-actions-section .button-actions .action-button.right-button[data-v-223d44ca] {
667
+ background: #1890ff;
668
+ color: #fff;
669
+ border-color: #1890ff
670
+ }
671
+
672
+ .payment-intermediate-display .state-actions-section .button-actions .action-button.right-button[data-v-223d44ca]:hover {
673
+ background: #40a9ff;
674
+ border-color: #40a9ff
675
+ }
676
+
677
+ .payment-intermediate-display .state-actions-section .button-actions .action-button.right-button[data-v-223d44ca]:active {
678
+ background: #096dd9;
679
+ border-color: #096dd9
680
+ }
681
+
682
+ @media (max-width: 860px) {
683
+ .payment-intermediate-display[data-v-223d44ca] {
684
+ min-height: auto
685
+ }
686
+
687
+ .payment-intermediate-display .state-container[data-v-223d44ca] {
688
+ padding: 24px 16px;
689
+ gap: 20px
690
+ }
691
+
692
+ .payment-intermediate-display .state-title-section[data-v-223d44ca] {
693
+ margin-bottom: 12px
694
+ }
695
+
696
+ .payment-intermediate-display .state-title-section .title[data-v-223d44ca] {
697
+ font-size: 20px
698
+ }
699
+
700
+ .payment-intermediate-display .state-title-section .description[data-v-223d44ca] {
701
+ font-size: 13px
702
+ }
703
+
704
+ .payment-intermediate-display .state-actions-section .button-actions[data-v-223d44ca] {
705
+ flex-direction: column;
706
+ gap: 12px
707
+ }
708
+
709
+ .payment-intermediate-display .state-actions-section .button-actions .action-button[data-v-223d44ca] {
710
+ flex: none;
711
+ width: 100%;
712
+ min-height: 44px;
713
+ height: 44px;
714
+ font-size: 14px
715
+ }
716
+ }
717
+
718
+ @media (max-width: 480px) {
719
+ .payment-intermediate-display .state-container[data-v-223d44ca] {
720
+ padding: 20px 12px;
721
+ gap: 16px
722
+ }
723
+
724
+ .payment-intermediate-display .state-title-section .title[data-v-223d44ca] {
725
+ font-size: 18px
726
+ }
727
+
728
+ .payment-intermediate-display .state-title-section .description[data-v-223d44ca] {
729
+ font-size: 12px
730
+ }
731
+
732
+ .payment-intermediate-display .state-actions-section .button-actions[data-v-223d44ca] {
733
+ gap: 10px
734
+ }
735
+
736
+ .payment-intermediate-display .state-actions-section .button-actions .action-button[data-v-223d44ca] {
737
+ min-height: 42px;
738
+ height: 42px;
739
+ font-size: 13px
740
+ }
741
+ }
742
+
743
+ .toast-message[data-v-269d2ae1] {
744
+ position: fixed;
745
+ top: 10px;
746
+ left: 50%;
747
+ transform: translate(-50%);
748
+ min-width: 380px;
749
+ box-sizing: border-box;
750
+ border-radius: 4px;
751
+ padding: 15px 15px 15px 20px;
752
+ display: flex;
753
+ align-items: center;
754
+ z-index: 1100
755
+ }
756
+
757
+ .toast-message .toast-icon[data-v-269d2ae1] {
758
+ width: 16px;
759
+ height: 16px;
760
+ flex-shrink: 0;
761
+ margin-right: 10px
762
+ }
763
+
764
+ .toast-message .toast-text[data-v-269d2ae1] {
765
+ font-size: 14px;
766
+ line-height: 1.4
767
+ }
768
+
769
+ .toast-message.toast-info[data-v-269d2ae1] {
770
+ border: 1px solid #ebeef5;
771
+ background-color: #edf2fc
772
+ }
773
+
774
+ .toast-message.toast-info .toast-icon[data-v-269d2ae1],
775
+ .toast-message.toast-info .toast-text[data-v-269d2ae1] {
776
+ color: #909399
777
+ }
778
+
779
+ .toast-message.toast-error[data-v-269d2ae1] {
780
+ border: 1px solid #fde2e2;
781
+ background-color: #fef0f0
782
+ }
783
+
784
+ .toast-message.toast-error .toast-icon[data-v-269d2ae1],
785
+ .toast-message.toast-error .toast-text[data-v-269d2ae1] {
786
+ color: #f56c6c
787
+ }
788
+
789
+ .toast-enter-active[data-v-269d2ae1],
790
+ .toast-leave-active[data-v-269d2ae1] {
791
+ transition: opacity .3s, transform .4s
792
+ }
793
+
794
+ .toast-enter-from[data-v-269d2ae1],
795
+ .toast-leave-to[data-v-269d2ae1] {
796
+ opacity: 0;
797
+ transform: translate(-50%) translateY(-20px)
798
+ }
799
+
800
+ .toast-enter-to[data-v-269d2ae1],
801
+ .toast-leave-from[data-v-269d2ae1] {
802
+ opacity: 1;
803
+ transform: translate(-50%) translateY(0)
804
+ }
805
+
806
+ @media (max-width: 768px) {
807
+ .toast-message[data-v-269d2ae1] {
808
+ min-width: auto;
809
+ width: calc(100% - 40px);
810
+ max-width: 380px
811
+ }
812
+ }
813
+
814
+ .wait-payment-content[data-v-47837d2d] {
815
+ display: flex;
816
+ align-items: center;
817
+ justify-content: center;
818
+ margin: 0 auto;
819
+ padding: 30px;
820
+ min-height: 350px;
821
+ box-sizing: border-box
822
+ }
823
+
824
+ .wait-payment-content .wait-payment[data-v-47837d2d] {
825
+ position: relative;
826
+ margin: 0 auto;
827
+ font-weight: 700;
828
+ font-size: 16px;
829
+ color: #303133;
830
+ text-align: center
831
+ }
832
+
833
+ .wait-payment-content .wait-payment .loading-anime[data-v-47837d2d] {
834
+ position: absolute;
835
+ right: 50%;
836
+ transform: translate(50%);
837
+ top: -20px
838
+ }
839
+
840
+ .wait-payment-content .wait-payment .loading-anime .spinner[data-v-47837d2d] {
841
+ width: 80px;
842
+ height: 80px;
843
+ border: 4px solid #e0e0e0;
844
+ border-top-color: #3271cc;
845
+ border-radius: 50%;
846
+ animation: spin-47837d2d 1s linear infinite
847
+ }
848
+
849
+ .wait-payment-content .wait-payment .wait-icon[data-v-47837d2d] {
850
+ margin-bottom: 20px
851
+ }
852
+
853
+ .wait-payment-content .wait-payment .wait-icon img[data-v-47837d2d] {
854
+ max-width: 250px;
855
+ max-height: 75px
856
+ }
857
+
858
+ .wait-payment-content .wait-payment .wait-method[data-v-47837d2d] {
859
+ font-size: 20px;
860
+ font-weight: 600;
861
+ color: #1a1a1a;
862
+ margin: 30px 0 10px
863
+ }
864
+
865
+ .wait-payment-content .wait-payment .wait-title[data-v-47837d2d] {
866
+ font-size: 16px;
867
+ font-weight: 700;
868
+ color: #303133;
869
+ line-height: 28px;
870
+ margin-bottom: 10px
871
+ }
872
+
873
+ .wait-payment-content .wait-payment .wait-payment-txt[data-v-47837d2d] {
874
+ padding: 0 20px;
875
+ font-weight: 400;
876
+ font-size: 14px;
877
+ color: #606266;
878
+ line-height: 24px;
879
+ margin-bottom: 20px
880
+ }
881
+
882
+ .wait-payment-content .wait-payment .btns[data-v-47837d2d] {
883
+ margin-top: 30px;
884
+ display: flex;
885
+ justify-content: center;
886
+ gap: 16px
887
+ }
888
+
889
+ .wait-payment-content .wait-payment .btns .btn[data-v-47837d2d] {
890
+ height: 40px;
891
+ margin-top: 10px;
892
+ padding: 0 24px;
893
+ font-size: 14px;
894
+ font-weight: 500;
895
+ border-radius: 8px;
896
+ cursor: pointer;
897
+ transition: all .3s ease
898
+ }
899
+
900
+ .wait-payment-content .wait-payment .btns .btn[data-v-47837d2d]:disabled {
901
+ opacity: .6;
902
+ cursor: not-allowed
903
+ }
904
+
905
+ .wait-payment-content .wait-payment .btns .btn-cancel[data-v-47837d2d] {
906
+ background: #fff;
907
+ border: 1px solid #dcdfe6;
908
+ color: #606266
909
+ }
910
+
911
+ .wait-payment-content .wait-payment .btns .btn-cancel[data-v-47837d2d]:hover:not(:disabled) {
912
+ border-color: #c0c4cc;
913
+ color: #303133
914
+ }
915
+
916
+ .wait-payment-content .wait-payment .btns .btn-done[data-v-47837d2d] {
917
+ background: linear-gradient(99deg, #3271cc, #0fffff);
918
+ border: none;
919
+ color: #fff
920
+ }
921
+
922
+ .wait-payment-content .wait-payment .btns .btn-done[data-v-47837d2d]:hover:not(:disabled) {
923
+ opacity: .9
924
+ }
925
+
926
+ @keyframes spin-47837d2d {
927
+ to {
928
+ transform: rotate(360deg)
929
+ }
930
+ }
931
+
932
+ @media (max-width: 768px) {
933
+ .wait-payment-content[data-v-47837d2d] {
934
+ padding: 20px
935
+ }
936
+
937
+ .wait-payment-content .wait-payment .loading-anime .spinner[data-v-47837d2d] {
938
+ width: 60px;
939
+ height: 60px
940
+ }
941
+
942
+ .wait-payment-content .wait-payment .wait-icon img[data-v-47837d2d] {
943
+ max-width: 180px;
944
+ max-height: 60px
945
+ }
946
+
947
+ .wait-payment-content .wait-payment .wait-method[data-v-47837d2d] {
948
+ font-size: 18px
949
+ }
950
+
951
+ .wait-payment-content .wait-payment .wait-title[data-v-47837d2d] {
952
+ font-size: 14px
953
+ }
954
+
955
+ .wait-payment-content .wait-payment .btns[data-v-47837d2d] {
956
+ flex-direction: column;
957
+ gap: 12px
958
+ }
959
+
960
+ .wait-payment-content .wait-payment .btns .btn[data-v-47837d2d] {
961
+ width: 100%
962
+ }
963
+ }
964
+
965
+ .security-notice[data-v-87bd663a] {
966
+ --figma-user-text: #33383f;
967
+ --figma-security-text: #606266;
968
+ width: 100%;
969
+ margin-top: auto;
970
+ display: flex;
971
+ flex-direction: column;
972
+ gap: 12px
973
+ }
974
+
975
+ .security-item[data-v-87bd663a] {
976
+ display: flex;
977
+ align-items: flex-start;
978
+ gap: 12px
979
+ }
980
+
981
+ .security-icon[data-v-87bd663a] {
982
+ width: 14px;
983
+ height: 18px;
984
+ font-size: 14px;
985
+ color: var(--figma-user-text);
986
+ flex-shrink: 0;
987
+ display: flex;
988
+ align-items: center;
989
+ justify-content: center
990
+ }
991
+
992
+ .security-icon .svg-icon[data-v-87bd663a] {
993
+ width: 20px;
994
+ height: 20px
995
+ }
996
+
997
+ .security-item:first-child .security-icon[data-v-87bd663a] {
998
+ transform: scale(1.3)
999
+ }
1000
+
1001
+ .security-text[data-v-87bd663a] {
1002
+ flex: 1;
1003
+ font-weight: 400;
1004
+ font-size: 12px;
1005
+ line-height: 18px;
1006
+ color: var(--figma-security-text)
1007
+ }
1008
+
1009
+ .payment-right-info[data-v-311dc21f] {
1010
+ --figma-text-primary: #33383f;
1011
+ --figma-text-secondary: rgba(51, 56, 63, .6);
1012
+ --figma-security-text: #606266;
1013
+ width: 410px;
1014
+ height: 100%;
1015
+ box-sizing: border-box;
1016
+ border-radius: 0 12px 12px 0;
1017
+ padding: 60px 30px 50px 0;
1018
+ font-family: PingFang SC, Inter, Helvetica Neue, -apple-system, BlinkMacSystemFont, sans-serif;
1019
+ display: flex;
1020
+ flex-direction: column;
1021
+ gap: 30px;
1022
+ word-break: break-word
1023
+ }
1024
+
1025
+ .info-card[data-v-311dc21f] {
1026
+ border-radius: 8px;
1027
+ display: flex;
1028
+ flex-direction: column;
1029
+ align-items: center;
1030
+ width: 100%
1031
+ }
1032
+
1033
+ .info-item[data-v-311dc21f] {
1034
+ width: 100%;
1035
+ display: flex;
1036
+ flex-direction: column;
1037
+ gap: 6px;
1038
+ padding: 10px 12px;
1039
+ box-sizing: border-box;
1040
+ border-bottom: 1px solid rgba(213, 213, 213, .5)
1041
+ }
1042
+
1043
+ .info-item[data-v-311dc21f]:first-child {
1044
+ padding: 0 12px 10px
1045
+ }
1046
+
1047
+ .info-label[data-v-311dc21f] {
1048
+ font-family: Inter, sans-serif;
1049
+ font-weight: 400;
1050
+ font-size: 14px;
1051
+ line-height: 1.4em;
1052
+ text-transform: uppercase;
1053
+ color: #3c3c4366
1054
+ }
1055
+
1056
+ .info-value[data-v-311dc21f] {
1057
+ font-family: Inter, sans-serif;
1058
+ font-weight: 500;
1059
+ font-size: 14px;
1060
+ line-height: 1.7em;
1061
+ letter-spacing: -1%;
1062
+ color: #6f767e
1063
+ }
1064
+
1065
+ .one-click-dialog-overlay[data-v-0d9931da] {
1066
+ position: fixed;
1067
+ inset: 0;
1068
+ background: #00000080;
1069
+ display: flex;
1070
+ align-items: center;
1071
+ justify-content: center;
1072
+ z-index: 1000
1073
+ }
1074
+
1075
+ .one-click-dialog[data-v-0d9931da] {
1076
+ position: relative;
1077
+ background: #fff;
1078
+ border-radius: 16px;
1079
+ padding: 32px;
1080
+ width: 400px;
1081
+ max-width: 90vw;
1082
+ box-shadow: 0 20px 60px #0003
1083
+ }
1084
+
1085
+ .dialog-title[data-v-0d9931da] {
1086
+ margin: 0 0 24px;
1087
+ font-size: 20px;
1088
+ font-weight: 600;
1089
+ color: #1a1a1a;
1090
+ text-align: center
1091
+ }
1092
+
1093
+ .card-info[data-v-0d9931da] {
1094
+ display: flex;
1095
+ align-items: center;
1096
+ justify-content: center;
1097
+ gap: 12px;
1098
+ padding: 16px;
1099
+ background: #f8f9fa;
1100
+ border-radius: 12px;
1101
+ margin-bottom: 16px
1102
+ }
1103
+
1104
+ .card-icon[data-v-0d9931da] {
1105
+ flex-shrink: 0;
1106
+ display: flex
1107
+ }
1108
+
1109
+ .card-number[data-v-0d9931da] {
1110
+ font-size: 16px;
1111
+ font-weight: 500;
1112
+ color: #333;
1113
+ font-family: SF Mono, Monaco, Consolas, monospace
1114
+ }
1115
+
1116
+ .dialog-desc[data-v-0d9931da] {
1117
+ margin: 0 0 24px;
1118
+ font-size: 14px;
1119
+ color: #666;
1120
+ text-align: center;
1121
+ line-height: 1.5
1122
+ }
1123
+
1124
+ .dialog-actions[data-v-0d9931da] {
1125
+ display: flex;
1126
+ gap: 12px
1127
+ }
1128
+
1129
+ .dialog-actions .btn[data-v-0d9931da] {
1130
+ flex: 1;
1131
+ height: 44px;
1132
+ border-radius: 8px;
1133
+ font-size: 15px;
1134
+ font-weight: 500;
1135
+ cursor: pointer;
1136
+ transition: all .2s ease;
1137
+ display: flex;
1138
+ align-items: center;
1139
+ justify-content: center
1140
+ }
1141
+
1142
+ .dialog-actions .btn[data-v-0d9931da]:disabled {
1143
+ opacity: .6;
1144
+ cursor: not-allowed
1145
+ }
1146
+
1147
+ .dialog-actions .btn-secondary[data-v-0d9931da] {
1148
+ background: #f5f5f5;
1149
+ border: 1px solid #e0e0e0;
1150
+ color: #666
1151
+ }
1152
+
1153
+ .dialog-actions .btn-secondary[data-v-0d9931da]:hover:not(:disabled) {
1154
+ background: #e8e8e8;
1155
+ color: #333
1156
+ }
1157
+
1158
+ .dialog-actions .btn-primary[data-v-0d9931da] {
1159
+ background: linear-gradient(99deg, #3271cc, #0fffff);
1160
+ border: none;
1161
+ color: #fff
1162
+ }
1163
+
1164
+ .dialog-actions .btn-primary[data-v-0d9931da]:hover:not(:disabled) {
1165
+ opacity: .9
1166
+ }
1167
+
1168
+ .loading-spinner[data-v-0d9931da] {
1169
+ width: 18px;
1170
+ height: 18px;
1171
+ border: 2px solid rgba(255, 255, 255, .3);
1172
+ border-top-color: #fff;
1173
+ border-radius: 50%;
1174
+ animation: spin-0d9931da .8s linear infinite
1175
+ }
1176
+
1177
+ @keyframes spin-0d9931da {
1178
+ to {
1179
+ transform: rotate(360deg)
1180
+ }
1181
+ }
1182
+
1183
+ .dialog-fade-enter-active[data-v-0d9931da],
1184
+ .dialog-fade-leave-active[data-v-0d9931da] {
1185
+ transition: opacity .3s ease
1186
+ }
1187
+
1188
+ .dialog-fade-enter-active .one-click-dialog[data-v-0d9931da],
1189
+ .dialog-fade-leave-active .one-click-dialog[data-v-0d9931da] {
1190
+ transition: transform .3s ease
1191
+ }
1192
+
1193
+ .dialog-fade-enter-from[data-v-0d9931da],
1194
+ .dialog-fade-leave-to[data-v-0d9931da] {
1195
+ opacity: 0
1196
+ }
1197
+
1198
+ .dialog-fade-enter-from .one-click-dialog[data-v-0d9931da],
1199
+ .dialog-fade-leave-to .one-click-dialog[data-v-0d9931da] {
1200
+ transform: scale(.9)
1201
+ }
1202
+
1203
+ @media (max-width: 768px) {
1204
+ .one-click-dialog[data-v-0d9931da] {
1205
+ padding: 28px 24px
1206
+ }
1207
+
1208
+ .dialog-actions .btn[data-v-0d9931da] {
1209
+ height: 48px;
1210
+ min-height: 48px
1211
+ }
1212
+ }
1213
+
1214
+ @media (max-width: 480px) {
1215
+ .one-click-dialog[data-v-0d9931da] {
1216
+ padding: 24px 20px;
1217
+ width: calc(100vw - 32px);
1218
+ max-width: 100%;
1219
+ border-radius: 12px
1220
+ }
1221
+
1222
+ .dialog-title[data-v-0d9931da] {
1223
+ font-size: 18px;
1224
+ margin-bottom: 20px
1225
+ }
1226
+
1227
+ .card-info[data-v-0d9931da] {
1228
+ padding: 14px;
1229
+ margin-bottom: 16px
1230
+ }
1231
+
1232
+ .card-number[data-v-0d9931da] {
1233
+ font-size: 15px
1234
+ }
1235
+
1236
+ .dialog-desc[data-v-0d9931da] {
1237
+ font-size: 13px;
1238
+ margin-bottom: 20px;
1239
+ line-height: 1.6
1240
+ }
1241
+
1242
+ .dialog-actions[data-v-0d9931da] {
1243
+ flex-direction: column;
1244
+ gap: 12px
1245
+ }
1246
+
1247
+ .dialog-actions .btn[data-v-0d9931da] {
1248
+ width: 100%;
1249
+ height: 50px;
1250
+ font-size: 16px;
1251
+ border-radius: 10px;
1252
+ min-height: 50px
1253
+ }
1254
+ }
1255
+
1256
+ .payment-fullscreen[data-v-7533fc93] {
1257
+ position: fixed;
1258
+ top: 0;
1259
+ left: 0;
1260
+ width: 100vw;
1261
+ height: 100vh;
1262
+ display: flex;
1263
+ align-items: center;
1264
+ justify-content: center;
1265
+ font-family: PingFang SC, Inter, Helvetica Neue, -apple-system, BlinkMacSystemFont, sans-serif
1266
+ }
1267
+
1268
+ .payment-fullscreen[data-v-7533fc93]:not(.is-modal) {
1269
+ position: relative;
1270
+ width: 100%;
1271
+ height: auto
1272
+ }
1273
+
1274
+ .payment-fullscreen:not(.is-modal) .payment-overlay[data-v-7533fc93] {
1275
+ display: none
1276
+ }
1277
+
1278
+ .payment-fullscreen:not(.is-modal) .payment-modal[data-v-7533fc93] {
1279
+ box-shadow: 0 2px 8px #0000001a;
1280
+ animation: none
1281
+ }
1282
+
1283
+ .payment-overlay[data-v-7533fc93] {
1284
+ position: absolute;
1285
+ top: 0;
1286
+ left: 0;
1287
+ width: 100%;
1288
+ height: 100%;
1289
+ background-color: #000000b3
1290
+ }
1291
+
1292
+ .payment-modal[data-v-7533fc93] {
1293
+ position: relative;
1294
+ width: 970px;
1295
+ max-width: 95vw;
1296
+ max-height: calc(var(--vh, 1vh) * 95);
1297
+ background: #fff;
1298
+ border-radius: 12px;
1299
+ overflow: hidden;
1300
+ box-shadow: 0 25px 50px -12px #00000040;
1301
+ z-index: 1;
1302
+ animation: modal-enter-7533fc93 .3s ease
1303
+ }
1304
+
1305
+ .payment-modal.no-right[data-v-7533fc93] {
1306
+ width: 530px
1307
+ }
1308
+
1309
+ .payment-modal.is-mobile[data-v-7533fc93] {
1310
+ width: 94vw;
1311
+ min-width: 88vw;
1312
+ max-width: 94vw;
1313
+ min-height: 400px;
1314
+ max-height: calc(var(--vh, 1vh) * 90);
1315
+ border-radius: 12px;
1316
+ overflow-y: auto;
1317
+ overflow-x: hidden;
1318
+ -webkit-overflow-scrolling: touch;
1319
+ overscroll-behavior: contain
1320
+ }
1321
+
1322
+ .payment-modal.is-mobile .in-payment-content[data-v-7533fc93] {
1323
+ flex-direction: column
1324
+ }
1325
+
1326
+ .payment-modal.is-mobile .in-payment-content .left[data-v-7533fc93] {
1327
+ width: 100%;
1328
+ padding: 20px 16px;
1329
+ overflow: visible;
1330
+ max-height: none
1331
+ }
1332
+
1333
+ .payment-modal.is-mobile .in-payment-content .right[data-v-7533fc93] {
1334
+ display: none
1335
+ }
1336
+
1337
+ @keyframes modal-enter-7533fc93 {
1338
+ 0% {
1339
+ opacity: 0;
1340
+ transform: scale(.95)
1341
+ }
1342
+
1343
+ to {
1344
+ opacity: 1;
1345
+ transform: scale(1)
1346
+ }
1347
+ }
1348
+
1349
+ .close-icon[data-v-7533fc93] {
1350
+ position: absolute;
1351
+ top: 10px;
1352
+ right: 10px;
1353
+ width: 32px;
1354
+ height: 32px;
1355
+ z-index: 10;
1356
+ color: #878787;
1357
+ border-radius: 50%;
1358
+ cursor: pointer;
1359
+ display: flex;
1360
+ align-items: center;
1361
+ justify-content: center;
1362
+ transition: background-color .2s
1363
+ }
1364
+
1365
+ .close-icon[data-v-7533fc93]:hover {
1366
+ background: #0000000d;
1367
+ color: #333
1368
+ }
1369
+
1370
+ .close-icon svg[data-v-7533fc93] {
1371
+ width: 22px;
1372
+ height: 22px
1373
+ }
1374
+
1375
+ .in-payment-content[data-v-7533fc93] {
1376
+ display: flex;
1377
+ width: 100%;
1378
+ height: 100%
1379
+ }
1380
+
1381
+ .left[data-v-7533fc93] {
1382
+ width: 560px;
1383
+ overflow: auto;
1384
+ padding: 20px 30px;
1385
+ height: 100%;
1386
+ box-sizing: border-box;
1387
+ display: flex;
1388
+ flex-direction: column
1389
+ }
1390
+
1391
+ .left[data-v-7533fc93]::-webkit-scrollbar {
1392
+ width: 2px
1393
+ }
1394
+
1395
+ .left[data-v-7533fc93]::-webkit-scrollbar-thumb {
1396
+ display: none
1397
+ }
1398
+
1399
+ .left[data-v-7533fc93]::-webkit-scrollbar-track {
1400
+ display: none
1401
+ }
1402
+
1403
+ .left-security-notice[data-v-7533fc93] {
1404
+ margin-top: auto;
1405
+ padding-top: 20px;
1406
+ padding-right: 15px
1407
+ }
1408
+
1409
+ .right[data-v-7533fc93] {
1410
+ height: auto;
1411
+ min-height: 500px;
1412
+ width: 440px;
1413
+ box-sizing: border-box;
1414
+ background: transparent;
1415
+ align-content: center;
1416
+ display: flex;
1417
+ justify-content: center;
1418
+ align-items: flex-start;
1419
+ padding: 0
1420
+ }
1421
+
1422
+ /** {*/
1423
+ /* margin: 0;*/
1424
+ /* padding: 0;*/
1425
+ /* box-sizing: border-box*/
1426
+ /*}*/
1427
+
1428
+ /*html,*/
1429
+ /*body {*/
1430
+ /* width: 100%;*/
1431
+ /* height: 100%;*/
1432
+ /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;*/
1433
+ /* font-size: 14px;*/
1434
+ /* line-height: 1.5;*/
1435
+ /* color: #1a1a1a;*/
1436
+ /* background: transparent;*/
1437
+ /* -webkit-font-smoothing: antialiased;*/
1438
+ /* -moz-osx-font-smoothing: grayscale*/
1439
+ /*}*/
1440
+
1441
+ #app {
1442
+ width: 100%;
1443
+ height: 100%;
1444
+ background: transparent
1445
+ }
1446
+
1447
+ ::-webkit-scrollbar {
1448
+ width: 6px;
1449
+ height: 6px
1450
+ }
1451
+
1452
+ ::-webkit-scrollbar-track {
1453
+ background: transparent
1454
+ }
1455
+
1456
+ ::-webkit-scrollbar-thumb {
1457
+ background: #d0d0d0;
1458
+ border-radius: 3px
1459
+ }
1460
+
1461
+ ::-webkit-scrollbar-thumb:hover {
1462
+ background: #b0b0b0
1463
+ }
1464
+
1465
+ ::selection {
1466
+ background: #6366f1;
1467
+ color: #fff
1468
+ }
1469
+
1470
+ /*input:focus,*/
1471
+ /*button:focus {*/
1472
+ /* outline: none*/
1473
+ /*}*/
1474
+
1475
+ /*a {*/
1476
+ /* color: #6366f1;*/
1477
+ /* text-decoration: none*/
1478
+ /*}*/
1479
+
1480
+ /*a:hover {*/
1481
+ /* text-decoration: underline*/
1482
+ /*}*/