@quicktvui/quicktvui3 1.1.25-beta.18 → 1.1.25-beta.20
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.css +12 -20
- package/dist/index.js +5 -5
- package/dist/src/poster/index.vue.d.ts +18 -0
- package/dist/src/series/index.vue.d.ts +86 -0
- package/dist/src/series/item/media-series-number-item.vue.d.ts +86 -0
- package/dist/src/series/item/media-series-text-item.vue.d.ts +86 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -191,8 +191,6 @@
|
|
|
191
191
|
background-color: transparent;
|
|
192
192
|
}
|
|
193
193
|
.absoluteFocusMainBgRoot[data-v-703673b8] {
|
|
194
|
-
border-bottom-left-radius: 8px;
|
|
195
|
-
border-bottom-right-radius: 8px;
|
|
196
194
|
background-color: white;
|
|
197
195
|
margin-left: -1px;
|
|
198
196
|
margin-right: -1px;
|
|
@@ -208,7 +206,6 @@
|
|
|
208
206
|
background-color: transparent;
|
|
209
207
|
z-index: 1;
|
|
210
208
|
position: absolute;
|
|
211
|
-
border-radius: 8px;
|
|
212
209
|
}
|
|
213
210
|
.qt-ui-poster-img-css {
|
|
214
211
|
background-color: rgba(255, 255, 255, 0.1);
|
|
@@ -216,7 +213,6 @@
|
|
|
216
213
|
position: absolute;
|
|
217
214
|
focus-border-color: white;
|
|
218
215
|
focus-border-style: solid;
|
|
219
|
-
border-radius: 8px;
|
|
220
216
|
}
|
|
221
217
|
.qt-ui-poster-score-css {
|
|
222
218
|
z-index: 2;
|
|
@@ -556,9 +552,14 @@
|
|
|
556
552
|
width: 160px;
|
|
557
553
|
height: 80px;
|
|
558
554
|
background-color: rgba(255, 255, 255, .1);
|
|
559
|
-
focus-background-color: white;
|
|
560
555
|
border-radius: 8px
|
|
561
556
|
}
|
|
557
|
+
.number-item-container-bg-focus[data-v-4afb8987]{
|
|
558
|
+
position: absolute;
|
|
559
|
+
background-color: transparent;
|
|
560
|
+
width: 160px;
|
|
561
|
+
height: 80px;
|
|
562
|
+
}
|
|
562
563
|
.media-series-number-item-vip-root[data-v-4afb8987] {
|
|
563
564
|
position: absolute;
|
|
564
565
|
width: 42px;
|
|
@@ -585,16 +586,10 @@
|
|
|
585
586
|
.number-item-text-css[data-v-4afb8987] {
|
|
586
587
|
height: 80px;
|
|
587
588
|
width: 160px;
|
|
588
|
-
color: rgba(255, 255, 255, .50);
|
|
589
|
-
focus-color: rgba(0, 0, 0, 1);
|
|
590
|
-
select-color: rgba(255, 255, 255, .50);
|
|
591
589
|
}
|
|
592
590
|
.number-item-text-vip-css[data-v-4afb8987] {
|
|
593
591
|
height: 80px;
|
|
594
592
|
width: 160px;
|
|
595
|
-
color: #FFD97C;
|
|
596
|
-
focus-color: #B67827;
|
|
597
|
-
select-color: #B67827;
|
|
598
593
|
}
|
|
599
594
|
|
|
600
595
|
|
|
@@ -604,15 +599,18 @@
|
|
|
604
599
|
height: 100px;
|
|
605
600
|
border-radius: 8px;
|
|
606
601
|
background-color: rgba(255, 255, 255, .1);
|
|
607
|
-
|
|
608
|
-
|
|
602
|
+
}
|
|
603
|
+
.text-item-container-bg-focus[data-v-4859f623]{
|
|
604
|
+
position: absolute;
|
|
605
|
+
background-color: transparent;
|
|
606
|
+
width: 490px;
|
|
607
|
+
height: 100px;
|
|
609
608
|
}
|
|
610
609
|
.text-item-container-css[data-v-4859f623] {
|
|
611
610
|
width: 490px;
|
|
612
611
|
height: 100px;
|
|
613
612
|
border-radius: 8px;
|
|
614
613
|
background-color: rgba(255, 255, 255, .1);
|
|
615
|
-
focus-background-color: white;
|
|
616
614
|
flex-direction: row;
|
|
617
615
|
justify-content: center;
|
|
618
616
|
align-items: center;
|
|
@@ -621,17 +619,11 @@
|
|
|
621
619
|
font-weight: 400;
|
|
622
620
|
height: 100px;
|
|
623
621
|
width: 373px;
|
|
624
|
-
color: rgba(255, 255, 255, .50);
|
|
625
|
-
focus-color: rgba(0, 0, 0, 1);
|
|
626
|
-
select-color: rgba(255, 255, 255, .50);
|
|
627
622
|
}
|
|
628
623
|
.text-item-text-vip[data-v-4859f623] {
|
|
629
624
|
font-weight: 400;
|
|
630
625
|
height: 100px;
|
|
631
626
|
width: 373px;
|
|
632
|
-
color: #FFD97C;
|
|
633
|
-
focus-color: #B67827;
|
|
634
|
-
select-color: #B67827;
|
|
635
627
|
}
|
|
636
628
|
.media-series-text-item-vip-root[data-v-4859f623] {
|
|
637
629
|
position: absolute;
|