zwplayer-vue2x 1.0.20 → 1.0.22
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
|
@@ -330,6 +330,7 @@
|
|
|
330
330
|
top: 0 !important;
|
|
331
331
|
width: 100%!important;
|
|
332
332
|
height: 100%!important;
|
|
333
|
+
padding-top: 0!important;
|
|
333
334
|
z-index: 20000;
|
|
334
335
|
}
|
|
335
336
|
|
|
@@ -1605,12 +1606,15 @@
|
|
|
1605
1606
|
.zwp-chapterlist li .item-content .desc {
|
|
1606
1607
|
font-size: 14px;
|
|
1607
1608
|
padding: 3px 0;
|
|
1608
|
-
color: rgb(251 251 251 /
|
|
1609
|
+
color: rgb(251 251 251 / 40%);
|
|
1609
1610
|
margin-top: 0px;
|
|
1610
1611
|
display: block;
|
|
1611
1612
|
line-height: 14px;
|
|
1612
1613
|
overflow: hidden;
|
|
1613
1614
|
}
|
|
1615
|
+
.zwp-chapterlist li:hover .item-content .desc {
|
|
1616
|
+
color: rgb(251 251 251 / 72%);
|
|
1617
|
+
}
|
|
1614
1618
|
|
|
1615
1619
|
.zwp-list-inner {
|
|
1616
1620
|
width: 100%;
|