@quicktvui/quicktvui3 1.1.32-beta.5 → 1.1.32-beta.7
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 +30 -13
- package/dist/index.js +5 -5
- package/dist/src/index.d.ts +3 -0
- package/dist/src/plugin/QTIPluginView.d.ts +4 -0
- package/dist/src/plugin/QTPluginView.d.ts +3 -0
- package/dist/src/poster/index.vue.d.ts +9 -0
- package/dist/src/series/index.vue.d.ts +18 -0
- package/dist/src/series/item/media-series-text-item.vue.d.ts +18 -0
- package/dist/src/waterfall/core/QTWaterfallItemType.d.ts +2 -1
- package/dist/src/waterfall/core/QTWaterfallPluginItem.d.ts +5 -0
- package/dist/src/waterfall/core/QTWaterfallPluginSection.d.ts +5 -0
- package/dist/src/waterfall/core/QTWaterfallSectionType.d.ts +2 -1
- package/dist/src/waterfall/item/plugin-item.vue.d.ts +10 -0
- package/dist/src/waterfall/section/plugin-section.vue.d.ts +16 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -312,6 +312,13 @@
|
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
|
|
315
|
+
.qt-ui-plugin-item-root-css {
|
|
316
|
+
position: absolute;
|
|
317
|
+
background-color: palevioletred;
|
|
318
|
+
overflow: hidden;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
|
|
315
322
|
.standard-section-css[data-v-227e921e] {
|
|
316
323
|
display: flex;
|
|
317
324
|
background-color: transparent;
|
|
@@ -428,6 +435,23 @@
|
|
|
428
435
|
}
|
|
429
436
|
|
|
430
437
|
|
|
438
|
+
.qt-ui-plugin-section-root-css[data-v-ca3d65aa] {
|
|
439
|
+
display: flex;
|
|
440
|
+
background-color: transparent;
|
|
441
|
+
}
|
|
442
|
+
.qt-ui-plugin-section-css[data-v-ca3d65aa] {
|
|
443
|
+
display: flex;
|
|
444
|
+
background-color: #40b883;
|
|
445
|
+
}
|
|
446
|
+
.qt-ui-plugin-section-title-text-css[data-v-ca3d65aa] {
|
|
447
|
+
/*width: 1920px;*/
|
|
448
|
+
/*height: 60px;*/
|
|
449
|
+
color: #ffffff;
|
|
450
|
+
background-color: red;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
431
455
|
.qt-waterfall-root-css {
|
|
432
456
|
}
|
|
433
457
|
|
|
@@ -585,14 +609,14 @@
|
|
|
585
609
|
}
|
|
586
610
|
.media-series-number-item-vip-root[data-v-4afb8987] {
|
|
587
611
|
position: absolute;
|
|
588
|
-
width:
|
|
612
|
+
width: 45px;
|
|
589
613
|
height: 28px;
|
|
590
614
|
left: 118px;
|
|
591
615
|
border-radius: 4px;
|
|
592
616
|
background-color: transparent;
|
|
593
617
|
}
|
|
594
618
|
.media-series-number-item-vip-text[data-v-4afb8987] {
|
|
595
|
-
width:
|
|
619
|
+
width: 45px;
|
|
596
620
|
height: 28px;
|
|
597
621
|
color: white;
|
|
598
622
|
font-weight: 400;
|
|
@@ -618,20 +642,14 @@
|
|
|
618
642
|
|
|
619
643
|
|
|
620
644
|
.text-item-container[data-v-4859f623] {
|
|
621
|
-
width: 490px;
|
|
622
|
-
height: 100px;
|
|
623
645
|
border-radius: 8px;
|
|
624
646
|
background-color: transparent;
|
|
625
647
|
}
|
|
626
648
|
.text-item-container-bg-focus[data-v-4859f623]{
|
|
627
649
|
position: absolute;
|
|
628
650
|
background-color: transparent;
|
|
629
|
-
width: 490px;
|
|
630
|
-
height: 100px;
|
|
631
651
|
}
|
|
632
652
|
.text-item-container-css[data-v-4859f623] {
|
|
633
|
-
width: 490px;
|
|
634
|
-
height: 100px;
|
|
635
653
|
border-radius: 8px;
|
|
636
654
|
background-color: rgba(255, 255, 255, .1);
|
|
637
655
|
flex-direction: row;
|
|
@@ -641,23 +659,22 @@
|
|
|
641
659
|
.text-item-text[data-v-4859f623] {
|
|
642
660
|
font-weight: 400;
|
|
643
661
|
height: 100px;
|
|
644
|
-
width: 373px;
|
|
645
662
|
}
|
|
646
663
|
.text-item-text-vip[data-v-4859f623] {
|
|
647
664
|
font-weight: 400;
|
|
648
665
|
height: 100px;
|
|
649
|
-
width: 373px;
|
|
650
666
|
}
|
|
651
667
|
.media-series-text-item-vip-root[data-v-4859f623] {
|
|
652
668
|
position: absolute;
|
|
653
|
-
width:
|
|
669
|
+
width: 45px;
|
|
654
670
|
height: 28px;
|
|
655
|
-
|
|
671
|
+
right: 0.01px;
|
|
672
|
+
top: 0.01px;
|
|
656
673
|
border-radius: 4px;
|
|
657
674
|
background-color: transparent;
|
|
658
675
|
}
|
|
659
676
|
.media-series-text-item-vip-text[data-v-4859f623] {
|
|
660
|
-
width:
|
|
677
|
+
width: 45px;
|
|
661
678
|
height: 28px;
|
|
662
679
|
color: white;
|
|
663
680
|
font-weight: 400;
|