@quicktvui/quicktvui3 1.1.25-beta.19 → 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
CHANGED
|
@@ -552,9 +552,14 @@
|
|
|
552
552
|
width: 160px;
|
|
553
553
|
height: 80px;
|
|
554
554
|
background-color: rgba(255, 255, 255, .1);
|
|
555
|
-
focus-background-color: white;
|
|
556
555
|
border-radius: 8px
|
|
557
556
|
}
|
|
557
|
+
.number-item-container-bg-focus[data-v-4afb8987]{
|
|
558
|
+
position: absolute;
|
|
559
|
+
background-color: transparent;
|
|
560
|
+
width: 160px;
|
|
561
|
+
height: 80px;
|
|
562
|
+
}
|
|
558
563
|
.media-series-number-item-vip-root[data-v-4afb8987] {
|
|
559
564
|
position: absolute;
|
|
560
565
|
width: 42px;
|
|
@@ -581,16 +586,10 @@
|
|
|
581
586
|
.number-item-text-css[data-v-4afb8987] {
|
|
582
587
|
height: 80px;
|
|
583
588
|
width: 160px;
|
|
584
|
-
color: rgba(255, 255, 255, .50);
|
|
585
|
-
focus-color: rgba(0, 0, 0, 1);
|
|
586
|
-
select-color: rgba(255, 255, 255, .50);
|
|
587
589
|
}
|
|
588
590
|
.number-item-text-vip-css[data-v-4afb8987] {
|
|
589
591
|
height: 80px;
|
|
590
592
|
width: 160px;
|
|
591
|
-
color: #FFD97C;
|
|
592
|
-
focus-color: #B67827;
|
|
593
|
-
select-color: #B67827;
|
|
594
593
|
}
|
|
595
594
|
|
|
596
595
|
|
|
@@ -600,15 +599,18 @@
|
|
|
600
599
|
height: 100px;
|
|
601
600
|
border-radius: 8px;
|
|
602
601
|
background-color: rgba(255, 255, 255, .1);
|
|
603
|
-
|
|
604
|
-
|
|
602
|
+
}
|
|
603
|
+
.text-item-container-bg-focus[data-v-4859f623]{
|
|
604
|
+
position: absolute;
|
|
605
|
+
background-color: transparent;
|
|
606
|
+
width: 490px;
|
|
607
|
+
height: 100px;
|
|
605
608
|
}
|
|
606
609
|
.text-item-container-css[data-v-4859f623] {
|
|
607
610
|
width: 490px;
|
|
608
611
|
height: 100px;
|
|
609
612
|
border-radius: 8px;
|
|
610
613
|
background-color: rgba(255, 255, 255, .1);
|
|
611
|
-
focus-background-color: white;
|
|
612
614
|
flex-direction: row;
|
|
613
615
|
justify-content: center;
|
|
614
616
|
align-items: center;
|
|
@@ -617,17 +619,11 @@
|
|
|
617
619
|
font-weight: 400;
|
|
618
620
|
height: 100px;
|
|
619
621
|
width: 373px;
|
|
620
|
-
color: rgba(255, 255, 255, .50);
|
|
621
|
-
focus-color: rgba(0, 0, 0, 1);
|
|
622
|
-
select-color: rgba(255, 255, 255, .50);
|
|
623
622
|
}
|
|
624
623
|
.text-item-text-vip[data-v-4859f623] {
|
|
625
624
|
font-weight: 400;
|
|
626
625
|
height: 100px;
|
|
627
626
|
width: 373px;
|
|
628
|
-
color: #FFD97C;
|
|
629
|
-
focus-color: #B67827;
|
|
630
|
-
select-color: #B67827;
|
|
631
627
|
}
|
|
632
628
|
.media-series-text-item-vip-root[data-v-4859f623] {
|
|
633
629
|
position: absolute;
|