@quicktvui/quicktvui3 1.1.25-beta.20 → 1.1.26

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
@@ -191,41 +191,44 @@
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;
194
196
  background-color: white;
195
197
  margin-left: -1px;
196
198
  margin-right: -1px;
197
199
  }
198
200
 
199
201
 
200
- .qt-ui-poster-root-css {
202
+ .cornerRoot[data-v-4b767ea2] {
203
+ flex-direction: row-reverse;
204
+ }
205
+
206
+
207
+ .qt-ui-poster-root-css[data-v-3c4765e9] {
201
208
  position: absolute;
202
209
  background-color: transparent;
203
210
  overflow: hidden;
204
211
  }
205
- .qt-ui-poster-placeholder-img-css{
206
- background-color: transparent;
207
- z-index: 1;
208
- position: absolute;
209
- }
210
- .qt-ui-poster-img-css {
212
+ .qt-ui-poster-img-css[data-v-3c4765e9] {
211
213
  background-color: rgba(255, 255, 255, 0.1);
212
214
  z-index: 1;
213
215
  position: absolute;
214
216
  focus-border-color: white;
215
217
  focus-border-style: solid;
218
+ border-radius: 8px;
216
219
  }
217
- .qt-ui-poster-score-css {
220
+ .qt-ui-poster-score-css[data-v-3c4765e9] {
218
221
  z-index: 2;
219
222
  position: absolute;
220
223
  color: #FC5E1B;
221
224
  background-color: transparent;
222
225
  }
223
- .qt-ui-poster-title-css {
226
+ .qt-ui-poster-title-css[data-v-3c4765e9] {
224
227
  padding-left: 16px;
225
228
  padding-top: 15px;
226
229
  background-color: transparent;
227
230
  }
228
- .qt-ui-ripple-img-css {
231
+ .qt-ui-ripple-img-css[data-v-3c4765e9] {
229
232
  width: 60px;
230
233
  height: 60px;
231
234
  background-color: transparent;
@@ -234,14 +237,14 @@
234
237
  right: 20px;
235
238
  bottom: 20px;
236
239
  }
237
- .qt-ui-ripple-view-css {
240
+ .qt-ui-ripple-view-css[data-v-3c4765e9] {
238
241
  width: 100px;
239
242
  height: 100px;
240
243
  z-index: 1000;
241
244
  background-color: transparent;
242
245
  position: absolute;
243
246
  }
244
- .qt-ui-poster-ripple-view-root-css {
247
+ .qt-ui-poster-ripple-view-root-css[data-v-3c4765e9] {
245
248
  width: 100px;
246
249
  height: 100px;
247
250
  right: 0;
@@ -271,7 +274,6 @@
271
274
  align-items: center;
272
275
  border-radius: 35px;
273
276
  background-color: transparent;
274
- focus-background-color: #f5f5f5;
275
277
  }
276
278
  .qt-ui-nav-bar-item-text-css {
277
279
  height: 60px;
@@ -552,14 +554,9 @@
552
554
  width: 160px;
553
555
  height: 80px;
554
556
  background-color: rgba(255, 255, 255, .1);
557
+ focus-background-color: white;
555
558
  border-radius: 8px
556
559
  }
557
- .number-item-container-bg-focus[data-v-4afb8987]{
558
- position: absolute;
559
- background-color: transparent;
560
- width: 160px;
561
- height: 80px;
562
- }
563
560
  .media-series-number-item-vip-root[data-v-4afb8987] {
564
561
  position: absolute;
565
562
  width: 42px;
@@ -586,10 +583,16 @@
586
583
  .number-item-text-css[data-v-4afb8987] {
587
584
  height: 80px;
588
585
  width: 160px;
586
+ color: rgba(255, 255, 255, .50);
587
+ focus-color: rgba(0, 0, 0, 1);
588
+ select-color: rgba(255, 255, 255, .50);
589
589
  }
590
590
  .number-item-text-vip-css[data-v-4afb8987] {
591
591
  height: 80px;
592
592
  width: 160px;
593
+ color: #FFD97C;
594
+ focus-color: #B67827;
595
+ select-color: #B67827;
593
596
  }
594
597
 
595
598
 
@@ -599,18 +602,15 @@
599
602
  height: 100px;
600
603
  border-radius: 8px;
601
604
  background-color: rgba(255, 255, 255, .1);
602
- }
603
- .text-item-container-bg-focus[data-v-4859f623]{
604
- position: absolute;
605
- background-color: transparent;
606
- width: 490px;
607
- height: 100px;
605
+ focus-background-color: white;
606
+ flex-direction: row;
608
607
  }
609
608
  .text-item-container-css[data-v-4859f623] {
610
609
  width: 490px;
611
610
  height: 100px;
612
611
  border-radius: 8px;
613
612
  background-color: rgba(255, 255, 255, .1);
613
+ focus-background-color: white;
614
614
  flex-direction: row;
615
615
  justify-content: center;
616
616
  align-items: center;
@@ -619,11 +619,17 @@
619
619
  font-weight: 400;
620
620
  height: 100px;
621
621
  width: 373px;
622
+ color: rgba(255, 255, 255, .50);
623
+ focus-color: rgba(0, 0, 0, 1);
624
+ select-color: rgba(255, 255, 255, .50);
622
625
  }
623
626
  .text-item-text-vip[data-v-4859f623] {
624
627
  font-weight: 400;
625
628
  height: 100px;
626
629
  width: 373px;
630
+ color: #FFD97C;
631
+ focus-color: #B67827;
632
+ select-color: #B67827;
627
633
  }
628
634
  .media-series-text-item-vip-root[data-v-4859f623] {
629
635
  position: absolute;