zwplayer-vue2x 1.0.34 → 1.0.36
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/package.json
CHANGED
|
@@ -3,6 +3,92 @@ font-family: "xiconfont";
|
|
|
3
3
|
src: url('zwplayer.ttf?t=1682038836666') format('truetype');
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
+
.zwp-wrap button,
|
|
7
|
+
.zwp-wrap .zwp-button,
|
|
8
|
+
.zwp-wrap .zwpbtn {
|
|
9
|
+
pointer-events: auto !important;
|
|
10
|
+
cursor: pointer !important;
|
|
11
|
+
position: relative !important;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.zwp-wrap button.nowave,
|
|
15
|
+
.zwp-wrap button.zwp-theme-compat,
|
|
16
|
+
.zwp-wrap .zwp-button.nowave,
|
|
17
|
+
.zwp-wrap .zwp-button.zwp-theme-compat {
|
|
18
|
+
|
|
19
|
+
overflow: visible !important;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.zwp-wrap button:not([disabled]),
|
|
23
|
+
.zwp-wrap .zwp-button button:not(.zwp_disabled) {
|
|
24
|
+
opacity: 1 !important;
|
|
25
|
+
cursor: pointer !important;
|
|
26
|
+
pointer-events: auto !important;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.zwp-wrap button:hover,
|
|
30
|
+
.zwp-wrap .zwp-button button:hover {
|
|
31
|
+
|
|
32
|
+
transition: none !important;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.zwp-wrap .zwp-controlbar {
|
|
36
|
+
z-index: 9999 !important;
|
|
37
|
+
pointer-events: auto !important;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.zwp-wrap .zwp-controlbar button,
|
|
41
|
+
.zwp-wrap .zwp-controlbar .zwp-button {
|
|
42
|
+
pointer-events: auto !important;
|
|
43
|
+
cursor: pointer !important;
|
|
44
|
+
z-index: 10000 !important;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.zwp-wrap .wave,
|
|
48
|
+
.zwp-wrap .ripple {
|
|
49
|
+
display: none !important;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.zwp-wrap .zwp__overlay-button {
|
|
53
|
+
|
|
54
|
+
display: flex !important;
|
|
55
|
+
align-items: center !important;
|
|
56
|
+
justify-content: center !important;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.zwp-wrap .zwp__overlay-button svg,
|
|
60
|
+
.zwp-wrap .zwp__overlay-button .icon {
|
|
61
|
+
width: 100% !important;
|
|
62
|
+
height: 100% !important;
|
|
63
|
+
display: block !important;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.zwp-wrap .zwp__overlay-button svg path,
|
|
67
|
+
.zwp-wrap .zwp__overlay-button .icon path {
|
|
68
|
+
fill: #c2c2c2 !important;
|
|
69
|
+
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.zwp-wrap .zwp-controlbar .xicon {
|
|
73
|
+
font-size: 24px !important;
|
|
74
|
+
width: auto !important;
|
|
75
|
+
height: auto !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.zwp-wrap .zwp-controlbar button svg {
|
|
79
|
+
width: 1em !important;
|
|
80
|
+
height: 1em !important;
|
|
81
|
+
display: inline-block !important;
|
|
82
|
+
vertical-align: middle !important;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.zwp-wrap svg,
|
|
86
|
+
.zwp-wrap svg *,
|
|
87
|
+
.zwp-wrap .icon,
|
|
88
|
+
.zwp-wrap .icon * {
|
|
89
|
+
box-sizing: content-box !important;
|
|
90
|
+
}
|
|
91
|
+
|
|
6
92
|
.xicon {
|
|
7
93
|
font-family: "xiconfont" !important;
|
|
8
94
|
font-size: 24px;
|
|
@@ -3165,6 +3251,21 @@ font-size: 20px;
|
|
|
3165
3251
|
font-size: 18px;
|
|
3166
3252
|
}
|
|
3167
3253
|
|
|
3254
|
+
@media (max-width: 480px) {
|
|
3255
|
+
.zwp-toast.zwp-confirm .zwp-toast-text {
|
|
3256
|
+
font-size: 14px !important;
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
.zwp-toast.zwp-confirm {
|
|
3260
|
+
padding: 10px 20px !important;
|
|
3261
|
+
max-width: 90vw !important;
|
|
3262
|
+
}
|
|
3263
|
+
|
|
3264
|
+
.zwp-toast.zwp-confirm .closeBtn .xicon {
|
|
3265
|
+
font-size: 16px !important;
|
|
3266
|
+
}
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3168
3269
|
.zwp-toast.zwp-confirm .moreInfoBox {
|
|
3169
3270
|
position: absolute;
|
|
3170
3271
|
left: 2em;
|
|
@@ -3482,6 +3583,7 @@ margin-bottom: 12px !important;
|
|
|
3482
3583
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
|
|
3483
3584
|
opacity: 0.9 !important;
|
|
3484
3585
|
text-align: center !important;
|
|
3586
|
+
white-space: nowrap !important;
|
|
3485
3587
|
}
|
|
3486
3588
|
|
|
3487
3589
|
.zwp-local-playback-subtitle {
|
|
@@ -3506,6 +3608,7 @@ font-size: 18px !important;
|
|
|
3506
3608
|
line-height: 1.3 !important;
|
|
3507
3609
|
padding: 0 5px !important;
|
|
3508
3610
|
text-align: center !important;
|
|
3611
|
+
white-space: nowrap !important;
|
|
3509
3612
|
}
|
|
3510
3613
|
|
|
3511
3614
|
.zwp-local-playback-subtitle {
|
|
@@ -3532,6 +3635,7 @@ text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8) !important;
|
|
|
3532
3635
|
line-height: 1.3 !important;
|
|
3533
3636
|
padding: 0 5px !important;
|
|
3534
3637
|
text-align: center !important;
|
|
3638
|
+
white-space: nowrap !important;
|
|
3535
3639
|
}
|
|
3536
3640
|
|
|
3537
3641
|
.zwp-local-playback-subtitle {
|
|
@@ -3557,6 +3661,7 @@ text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8) !important;
|
|
|
3557
3661
|
padding: 0 4px !important;
|
|
3558
3662
|
text-align: center !important;
|
|
3559
3663
|
line-height: 1.3 !important;
|
|
3664
|
+
white-space: nowrap !important;
|
|
3560
3665
|
}
|
|
3561
3666
|
|
|
3562
3667
|
.zwp-local-playback-subtitle {
|
|
@@ -3583,6 +3688,7 @@ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9) !important;
|
|
|
3583
3688
|
padding: 0 4px !important;
|
|
3584
3689
|
text-align: center !important;
|
|
3585
3690
|
line-height: 1.3 !important;
|
|
3691
|
+
white-space: nowrap !important;
|
|
3586
3692
|
}
|
|
3587
3693
|
|
|
3588
3694
|
.zwp-local-playback-subtitle {
|
|
@@ -3608,6 +3714,7 @@ margin-bottom: 6px !important;
|
|
|
3608
3714
|
padding: 0 4px !important;
|
|
3609
3715
|
text-align: center !important;
|
|
3610
3716
|
line-height: 1.3 !important;
|
|
3717
|
+
white-space: nowrap !important;
|
|
3611
3718
|
}
|
|
3612
3719
|
|
|
3613
3720
|
.zwp-local-playback-subtitle {
|
|
@@ -3633,6 +3740,7 @@ margin-bottom: 5px !important;
|
|
|
3633
3740
|
padding: 0 4px !important;
|
|
3634
3741
|
text-align: center !important;
|
|
3635
3742
|
line-height: 1.3 !important;
|
|
3743
|
+
white-space: nowrap !important;
|
|
3636
3744
|
}
|
|
3637
3745
|
|
|
3638
3746
|
.zwp-local-playback-subtitle {
|
|
@@ -3650,6 +3758,7 @@ line-height: 1.3 !important;
|
|
|
3650
3758
|
font-size: 14px !important;
|
|
3651
3759
|
padding: 0 8px !important;
|
|
3652
3760
|
text-align: center !important;
|
|
3761
|
+
white-space: nowrap !important;
|
|
3653
3762
|
}
|
|
3654
3763
|
|
|
3655
3764
|
.zwp-local-playback-subtitle {
|
|
@@ -3666,6 +3775,7 @@ text-align: center !important;
|
|
|
3666
3775
|
font-size: 16px !important;
|
|
3667
3776
|
padding: 0 5px !important;
|
|
3668
3777
|
text-align: center !important;
|
|
3778
|
+
white-space: nowrap !important;
|
|
3669
3779
|
}
|
|
3670
3780
|
|
|
3671
3781
|
.zwp-local-playback-subtitle {
|