@quicktvui/quicktvui3 1.1.33-beta.3 → 1.1.33-beta.5

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.
Files changed (176) hide show
  1. package/dist/index.css +690 -0
  2. package/dist/index.js +20 -0
  3. package/dist/src/animation/QTAnimation.d.ts +3 -0
  4. package/dist/src/animation/QTIAnimation.d.ts +41 -0
  5. package/dist/src/animation/types.d.ts +40 -0
  6. package/dist/src/app/QTAppIcon.d.ts +3 -0
  7. package/dist/src/app/QTIAppIcon.d.ts +4 -0
  8. package/dist/src/base/QTIBaseView.d.ts +9 -0
  9. package/dist/src/base/useBaseView.d.ts +10 -0
  10. package/dist/src/button/QTIButton.d.ts +3 -0
  11. package/dist/src/button/index.vue.d.ts +148 -0
  12. package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +9 -0
  13. package/dist/src/classified-list-view/core/QTClassifiedListViewItemDecoration.d.ts +6 -0
  14. package/dist/src/classified-list-view/core/QTIClassifiedListView.d.ts +11 -0
  15. package/dist/src/classified-list-view/index.vue.d.ts +86 -0
  16. package/dist/src/collapse/core/QTCollapse.d.ts +8 -0
  17. package/dist/src/collapse/core/QTCollapseItem.d.ts +5 -0
  18. package/dist/src/collapse/core/QTICollapse.d.ts +10 -0
  19. package/dist/src/collapse/core/QTICollapseItem.d.ts +4 -0
  20. package/dist/src/collapse/index.vue.d.ts +28 -0
  21. package/dist/src/column/QTIColumn.d.ts +3 -0
  22. package/dist/src/core/QTDirections.d.ts +6 -0
  23. package/dist/src/core/QTFlexStyleBackground.d.ts +3 -0
  24. package/dist/src/core/QTFlexStyleCoordinate.d.ts +4 -0
  25. package/dist/src/core/QTFlexStyleDecoration.d.ts +6 -0
  26. package/dist/src/core/QTFlexStyleGradientBackground.d.ts +4 -0
  27. package/dist/src/core/QTFlexStyleMargin.d.ts +7 -0
  28. package/dist/src/core/QTFlexStylePadding.d.ts +7 -0
  29. package/dist/src/core/QTFlexStylePosition.d.ts +6 -0
  30. package/dist/src/core/QTFlexStyleSize.d.ts +4 -0
  31. package/dist/src/core/QTFlexStyleSpacing.d.ts +3 -0
  32. package/dist/src/core/QTFlexStyleText.d.ts +4 -0
  33. package/dist/src/core/QTFocusable.d.ts +5 -0
  34. package/dist/src/core/QTVisibility.d.ts +5 -0
  35. package/dist/src/dialog/QTDialog.d.ts +3 -0
  36. package/dist/src/dialog/QTIDialog.d.ts +3 -0
  37. package/dist/src/gradient/QTGradient.d.ts +13 -0
  38. package/dist/src/gradient/QTGradientOrientation.d.ts +10 -0
  39. package/dist/src/gradient/QTGradientShape.d.ts +6 -0
  40. package/dist/src/gradient/QTGradientType.d.ts +5 -0
  41. package/dist/src/grid-view/core/QTGridViewItem.d.ts +6 -0
  42. package/dist/src/grid-view/core/QTGridViewItemDecoration.d.ts +6 -0
  43. package/dist/src/grid-view/core/QTGridViewItemFunctionParams.d.ts +6 -0
  44. package/dist/src/grid-view/core/QTIGridView.d.ts +22 -0
  45. package/dist/src/grid-view/index.vue.d.ts +141 -0
  46. package/dist/src/image/QTIImage.d.ts +3 -0
  47. package/dist/src/image/index.vue.d.ts +9 -0
  48. package/dist/src/index.d.ts +112 -0
  49. package/dist/src/list-item/ESListItemComponent.d.ts +3 -0
  50. package/dist/src/list-view/QTListViewComponent.d.ts +3 -0
  51. package/dist/src/list-view/core/QTIListView.d.ts +22 -0
  52. package/dist/src/list-view/core/QTListViewItem.d.ts +9 -0
  53. package/dist/src/list-view/core/QTListViewItemDecoration.d.ts +6 -0
  54. package/dist/src/list-view/core/QTListViewItemFunctionParams.d.ts +6 -0
  55. package/dist/src/list-view/core/QTListViewItemState.d.ts +7 -0
  56. package/dist/src/loading/QTILoadingView.d.ts +3 -0
  57. package/dist/src/loading/QTLoadingView.d.ts +3 -0
  58. package/dist/src/lottie/QTILottieView.d.ts +32 -0
  59. package/dist/src/lottie/QTLottieAsyncUpdates.d.ts +5 -0
  60. package/dist/src/lottie/QTLottieRenderMode.d.ts +5 -0
  61. package/dist/src/lottie/QTLottieRepeatMode.d.ts +5 -0
  62. package/dist/src/lottie/QTLottieView.d.ts +3 -0
  63. package/dist/src/nav-bar/QTINavBar.d.ts +5 -0
  64. package/dist/src/nav-bar/QTNavBar.d.ts +6 -0
  65. package/dist/src/nav-bar/QTNavBarItem.d.ts +6 -0
  66. package/dist/src/nav-bar/QTNavBarItemType.d.ts +3 -0
  67. package/dist/src/nav-bar/index.vue.d.ts +116 -0
  68. package/dist/src/plugin/QTIPluginView.d.ts +9 -0
  69. package/dist/src/plugin/QTPluginView.d.ts +3 -0
  70. package/dist/src/poster/core/QTIPoster.d.ts +3 -0
  71. package/dist/src/poster/core/QTPoster.d.ts +30 -0
  72. package/dist/src/poster/core/QTPosterCorner.d.ts +7 -0
  73. package/dist/src/poster/core/QTPosterElement.d.ts +5 -0
  74. package/dist/src/poster/core/QTPosterImage.d.ts +4 -0
  75. package/dist/src/poster/core/QTPosterPlaceholderImg.d.ts +4 -0
  76. package/dist/src/poster/core/QTPosterRipple.d.ts +8 -0
  77. package/dist/src/poster/core/QTPosterScore.d.ts +9 -0
  78. package/dist/src/poster/core/QTPosterShadow.d.ts +3 -0
  79. package/dist/src/poster/core/QTPosterShimmer.d.ts +3 -0
  80. package/dist/src/poster/core/QTPosterTitle.d.ts +12 -0
  81. package/dist/src/poster/index.vue.d.ts +100 -0
  82. package/dist/src/progressbar/QTIProgressBar.d.ts +139 -0
  83. package/dist/src/progressbar/QTProgressBar.d.ts +3 -0
  84. package/dist/src/qrcode/QTIQRCode.d.ts +3 -0
  85. package/dist/src/qrcode/QTQRCodeView.d.ts +3 -0
  86. package/dist/src/qtListen/effect.d.ts +17 -0
  87. package/dist/src/qtListen/index.d.ts +5 -0
  88. package/dist/src/qtListen/qtArray.d.ts +9 -0
  89. package/dist/src/qtListen/qtDiff.d.ts +2 -0
  90. package/dist/src/qtListen/reactive.d.ts +14 -0
  91. package/dist/src/qtListen/ref.d.ts +5 -0
  92. package/dist/src/qtListen/types.d.ts +45 -0
  93. package/dist/src/qtListen/watch.d.ts +16 -0
  94. package/dist/src/row/QTIRow.d.ts +3 -0
  95. package/dist/src/scroll-view/QTIScrollView.d.ts +5 -0
  96. package/dist/src/scroll-view/QTScrollView.d.ts +3 -0
  97. package/dist/src/section/index.vue.d.ts +10 -0
  98. package/dist/src/seekbar/QTISeekBar.d.ts +143 -0
  99. package/dist/src/seekbar/QTSeekBar.d.ts +3 -0
  100. package/dist/src/seekbar/QTSeekBarGravity.d.ts +5 -0
  101. package/dist/src/seekbar/QTSeekBarIndicatorMode.d.ts +6 -0
  102. package/dist/src/seekbar/QTSeekBarMode.d.ts +4 -0
  103. package/dist/src/seekbar/QTSeekBarTickMarkGravity.d.ts +5 -0
  104. package/dist/src/seekbar/QTSeekBarTickMarkLayoutGravity.d.ts +4 -0
  105. package/dist/src/seekbar/QTSeekBarTickMarkMode.d.ts +4 -0
  106. package/dist/src/series/DataAdapter.d.ts +31 -0
  107. package/dist/src/series/QTIMediaSeries.d.ts +18 -0
  108. package/dist/src/series/QTMediaSeries.d.ts +7 -0
  109. package/dist/src/series/QTMediaSeriesData.d.ts +5 -0
  110. package/dist/src/series/QTMediaSeriesEvent.d.ts +6 -0
  111. package/dist/src/series/QTMediaSeriesGroup.d.ts +6 -0
  112. package/dist/src/series/QTMediaSeriesGroupStyle.d.ts +57 -0
  113. package/dist/src/series/QTMediaSeriesStyleType.d.ts +4 -0
  114. package/dist/src/series/QTMediaSeriesType.d.ts +7 -0
  115. package/dist/src/series/QTMediaSeriesVip.d.ts +4 -0
  116. package/dist/src/series/component/media-series.vue.d.ts +81 -0
  117. package/dist/src/series/index.vue.d.ts +174 -0
  118. package/dist/src/series/item/media-series-number-item.vue.d.ts +117 -0
  119. package/dist/src/series/item/media-series-text-item.vue.d.ts +135 -0
  120. package/dist/src/tab/QTITab.d.ts +48 -0
  121. package/dist/src/tab/QTTab.d.ts +6 -0
  122. package/dist/src/tab/QTTabDataManager.d.ts +28 -0
  123. package/dist/src/tab/QTTabEvent.d.ts +9 -0
  124. package/dist/src/tab/QTTabEventParams.d.ts +10 -0
  125. package/dist/src/tab/QTTabIndex.d.ts +7 -0
  126. package/dist/src/tab/QTTabItem.d.ts +4 -0
  127. package/dist/src/tab/QTTabItemType.d.ts +3 -0
  128. package/dist/src/tab/QTTabPage.d.ts +4 -0
  129. package/dist/src/tab/QTTabPageData.d.ts +9 -0
  130. package/dist/src/tab/QTTabPageDataState.d.ts +6 -0
  131. package/dist/src/tab/QTTabPageState.d.ts +7 -0
  132. package/dist/src/tab/index.vue.d.ts +416 -0
  133. package/dist/src/text/QTIText.d.ts +3 -0
  134. package/dist/src/text/index.vue.d.ts +9 -0
  135. package/dist/src/utils/VirtualView.d.ts +8 -0
  136. package/dist/src/utils/utils.d.ts +4 -0
  137. package/dist/src/view/QTIView.d.ts +3 -0
  138. package/dist/src/view/QTIViewVisibility.d.ts +5 -0
  139. package/dist/src/view/QTViewEvent.d.ts +3 -0
  140. package/dist/src/view/index.vue.d.ts +11 -0
  141. package/dist/src/waterfall/core/QTIWaterfall.d.ts +25 -0
  142. package/dist/src/waterfall/core/QTScrollState.d.ts +5 -0
  143. package/dist/src/waterfall/core/QTWaterfall.d.ts +7 -0
  144. package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +7 -0
  145. package/dist/src/waterfall/core/QTWaterfallCardPlaceHolder.d.ts +8 -0
  146. package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +9 -0
  147. package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +5 -0
  148. package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +18 -0
  149. package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +8 -0
  150. package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +9 -0
  151. package/dist/src/waterfall/core/QTWaterfallIndex.d.ts +6 -0
  152. package/dist/src/waterfall/core/QTWaterfallItem.d.ts +6 -0
  153. package/dist/src/waterfall/core/QTWaterfallItemType.d.ts +7 -0
  154. package/dist/src/waterfall/core/QTWaterfallPlaceholder.d.ts +3 -0
  155. package/dist/src/waterfall/core/QTWaterfallPluginItem.d.ts +5 -0
  156. package/dist/src/waterfall/core/QTWaterfallPluginSection.d.ts +5 -0
  157. package/dist/src/waterfall/core/QTWaterfallSection.d.ts +13 -0
  158. package/dist/src/waterfall/core/QTWaterfallSectionType.d.ts +14 -0
  159. package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +7 -0
  160. package/dist/src/waterfall/core/QTWaterfallVisibleType.d.ts +5 -0
  161. package/dist/src/waterfall/index.vue.d.ts +155 -0
  162. package/dist/src/waterfall/item/card-item.vue.d.ts +4 -0
  163. package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -0
  164. package/dist/src/waterfall/section/blank-section.vue.d.ts +2 -0
  165. package/dist/src/waterfall/section/card-section.vue.d.ts +4 -0
  166. package/dist/src/waterfall/section/end-section.vue.d.ts +2 -0
  167. package/dist/src/waterfall/section/flex-section.vue.d.ts +83 -0
  168. package/dist/src/waterfall/section/loading-section.vue.d.ts +2 -0
  169. package/dist/src/waterfall/section/plugin-section.vue.d.ts +18 -0
  170. package/dist/src/waterfall/section/section-title.vue.d.ts +24 -0
  171. package/dist/src/waterfall/section/vue-section.vue.d.ts +16 -0
  172. package/dist/src/webview/QTIWebView.d.ts +69 -0
  173. package/dist/src/webview/QTWebView.d.ts +3 -0
  174. package/dist/src/x5webview/QTIX5WebView.d.ts +69 -0
  175. package/dist/src/x5webview/QTX5WebView.d.ts +3 -0
  176. package/package.json +1 -1
package/dist/index.css ADDED
@@ -0,0 +1,690 @@
1
+
2
+ .qt-ui-row-css[data-v-734c04b2] {
3
+ display: flex;
4
+ flex-direction: column;
5
+ }
6
+
7
+
8
+ .qt-ui-row-css[data-v-9c454b58] {
9
+ display: flex;
10
+ flex-direction: row;
11
+ }
12
+
13
+ /* ----------------Button---------------------- */
14
+ .quick-button--default[data-v-46a594e4] {
15
+ flex-direction: row;
16
+ width: 280px;
17
+ height: 80px;
18
+ justify-content: center;
19
+ align-items: center;
20
+ background-color: rgba(240, 240, 242, 0.08);
21
+ border-radius: 4px;
22
+ focus-background-color: #F0F0F2;
23
+ }
24
+ .quick-button--large[data-v-46a594e4] {
25
+ width: 380px;
26
+ height: 80px;
27
+ }
28
+ .quick-button--medium[data-v-46a594e4] {
29
+ width: 280px;
30
+ height: 80px;
31
+ }
32
+ .quick-button--small[data-v-46a594e4] {
33
+ width: 200px;
34
+ height: 64px;
35
+ }
36
+ .quick-button--mini[data-v-46a594e4] {
37
+ width: 160px;
38
+ height: 64px;
39
+ }
40
+
41
+ /* -----------------Text--------------------- */
42
+ .quick-button-text--default[data-v-46a594e4] {
43
+ font-size: 32px;
44
+ color: rgba(255, 255, 255, 0.7);
45
+ text-align: center;
46
+ text-align-vertical: center;
47
+ focus-color: rgba(0, 0, 0, 0.9);
48
+ margin-right: 8px;
49
+ margin-left: 8px;
50
+ }
51
+ .quick-button-text--large[data-v-46a594e4] {
52
+ font-size: 32px;
53
+ color: rgba(255, 255, 255, 0.7);
54
+ text-align: center;
55
+ text-align-vertical: center;
56
+ focus-color: rgba(0, 0, 0, 0.9);
57
+ margin-right: 12px;
58
+ margin-left: 12px;
59
+ }
60
+ .quick-button-text--medium[data-v-46a594e4] {
61
+ font-size: 32px;
62
+ color: rgba(255, 255, 255, 0.7);
63
+ text-align: center;
64
+ text-align-vertical: center;
65
+ focus-color: rgba(0, 0, 0, 0.9);
66
+ margin-right: 8px;
67
+ margin-left: 8px;
68
+ }
69
+ .quick-button-text--small[data-v-46a594e4] {
70
+ font-size: 32px;
71
+ color: rgba(255, 255, 255, 0.7);
72
+ text-align: center;
73
+ text-align-vertical: center;
74
+ focus-color: rgba(0, 0, 0, 0.9);
75
+ margin-right: 8px;
76
+ margin-left: 8px;
77
+ }
78
+ .quick-button-text--mini[data-v-46a594e4] {
79
+ font-size: 32px;
80
+ color: rgba(255, 255, 255, 0.7);
81
+ text-align: center;
82
+ text-align-vertical: center;
83
+ focus-color: rgba(0, 0, 0, 0.9);
84
+ margin-right: 5px;
85
+ margin-left: 5px;
86
+ }
87
+
88
+ /* -------------------------------------- */
89
+ .is-disabled-button[data-v-46a594e4] {
90
+ background-color: rgba(240, 240, 242, 0.04);
91
+ focus-background-color: #F0F0F2;
92
+ }
93
+ .is-disabled-text[data-v-46a594e4] {
94
+ color: rgba(255, 255, 255, 0.2);
95
+ focus-color: rgba(0, 0, 0, 0.2);
96
+ }
97
+ .is-square-text[data-v-46a594e4] {
98
+ font-size: 28px;
99
+ }
100
+
101
+ /* -------------------------------------- */
102
+ .is-circle[data-v-46a594e4] {
103
+ border-radius: 50%;
104
+ }
105
+ .is-round[data-v-46a594e4] {
106
+ border-radius: 100px;
107
+ }
108
+ .is-square[data-v-46a594e4] {
109
+ width: 173px;
110
+ height: 173px;
111
+ flex-direction: column;
112
+ }
113
+
114
+ /* ---------------Gradient----------------------- */
115
+ .button-gradient-background-css[data-v-46a594e4] {
116
+ background-color: transparent;
117
+ position: absolute;
118
+ left: 0;
119
+ right: 0;
120
+ top: 0;
121
+ bottom: 0;
122
+ }
123
+
124
+ /* ----------------ICON---PARENT------------------- */
125
+ .quick-button-icon-parent[data-v-46a594e4] {
126
+ width: 40px;
127
+ height: 40px;
128
+ background-color: transparent;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ }
133
+ .quick-button-icon-parent--large[data-v-46a594e4] {
134
+ width: 40px;
135
+ height: 40px;
136
+ margin-right: 12px;
137
+ margin-left: 12px;
138
+ }
139
+ .quick-button-icon-parent--medium[data-v-46a594e4] {
140
+ width: 40px;
141
+ height: 40px;
142
+ margin-right: 8px;
143
+ margin-left: 8px;
144
+ }
145
+ .quick-button-icon-parent--small[data-v-46a594e4] {
146
+ width: 32px;
147
+ height: 32px;
148
+ margin-right: 8px;
149
+ margin-left: 8px;
150
+ }
151
+ .quick-button-icon-parent--mini[data-v-46a594e4] {
152
+ width: 30px;
153
+ height: 30px;
154
+ margin-right: 5px;
155
+ margin-left: 5px;
156
+ }
157
+
158
+ /* ----------------ICON---------------------- */
159
+ .quick-button-icon[data-v-46a594e4] {
160
+ width: 40px;
161
+ height: 40px;
162
+ position: absolute;
163
+ }
164
+ .quick-button-icon--large[data-v-46a594e4] {
165
+ width: 40px;
166
+ height: 40px;
167
+ }
168
+ .quick-button-icon--medium[data-v-46a594e4] {
169
+ width: 40px;
170
+ height: 40px;
171
+ }
172
+ .quick-button-icon--small[data-v-46a594e4] {
173
+ width: 32px;
174
+ height: 32px;
175
+ }
176
+ .quick-button-icon--mini[data-v-46a594e4] {
177
+ width: 30px;
178
+ height: 30px;
179
+ }
180
+ .is-square-icon[data-v-46a594e4] {
181
+ width: 64px;
182
+ height: 64px;
183
+ margin-bottom: 16px;
184
+ margin-right: 0;
185
+ }
186
+
187
+
188
+ .absoluteFocusTitleRoot[data-v-703673b8] {
189
+ position: absolute;
190
+ z-index: 999;
191
+ background-color: transparent;
192
+ }
193
+ .absoluteFocusMainBgRoot[data-v-703673b8] {
194
+ background-color: transparent;
195
+ margin-left: -1px;
196
+ margin-right: -1px;
197
+ }
198
+
199
+
200
+ .cornerRoot[data-v-4b767ea2] {
201
+ position: absolute;
202
+ left: 0.01px;
203
+ top: 0.01px;
204
+ z-index: 1000;
205
+ background-color: transparent;
206
+ }
207
+ .cornerRoot_right[data-v-4b767ea2]{
208
+ flex-direction: row-reverse;
209
+ }
210
+ .poster_corner_img[data-v-4b767ea2]{
211
+ position: absolute;
212
+ top: 0.01px;
213
+ z-index: 2;
214
+ }
215
+ .cornerRoot_left .poster_corner_img[data-v-4b767ea2]{
216
+ left: 0.01px;
217
+ }
218
+ .cornerRoot_right .poster_corner_img[data-v-4b767ea2]{
219
+ right: 0.01px;
220
+ }
221
+
222
+
223
+ .qt-ui-poster-root-css {
224
+ position: absolute;
225
+ background-color: transparent;
226
+ overflow: hidden;
227
+ }
228
+ .qt-ui-poster-img-css {
229
+ background-color: rgba(255, 255, 255, 0.1);
230
+ z-index: 1;
231
+ position: absolute;
232
+ focus-border-color: white;
233
+ focus-border-style: solid;
234
+ }
235
+ .qt-ui-poster-score-css {
236
+ z-index: 2;
237
+ position: absolute;
238
+ color: #FC5E1B;
239
+ background-color: transparent;
240
+ }
241
+ .qt-ui-poster-title-css {
242
+ padding-left: 16px;
243
+ padding-top: 15px;
244
+ background-color: transparent;
245
+ }
246
+ .qt-ui-ripple-img-css {
247
+ width: 60px;
248
+ height: 60px;
249
+ background-color: transparent;
250
+ position: absolute;
251
+ z-index: 1001;
252
+ right: 20px;
253
+ bottom: 20px;
254
+ }
255
+ .qt-ui-ripple-view-css {
256
+ width: 100px;
257
+ height: 100px;
258
+ z-index: 1000;
259
+ background-color: transparent;
260
+ position: absolute;
261
+ }
262
+ .qt-ui-poster-ripple-view-root-css {
263
+ width: 100px;
264
+ height: 100px;
265
+ right: 0;
266
+ bottom: 0;
267
+ margin-right: -12px;
268
+ z-index: 1000;
269
+ background-color: transparent;
270
+ position: absolute;
271
+ }
272
+
273
+
274
+
275
+ .qt-ui-nav-bar-root-horizontal {
276
+ height: 72px;
277
+ background-color: transparent;
278
+ }
279
+ .qt-ui-nav-bar-root-vertical {
280
+ background-color: transparent;
281
+ }
282
+ .qt-ui-nav-bar-item-css {
283
+ padding-left: 40px;
284
+ padding-right: 40px;
285
+ height: 70px;
286
+ justify-content: center;
287
+ flex-direction: column;
288
+ display: flex;
289
+ align-items: center;
290
+ border-radius: 35px;
291
+ background-color: transparent;
292
+ focus-background-color: #f5f5f5;
293
+ }
294
+ .qt-ui-nav-bar-item-text-css {
295
+ height: 60px;
296
+ color: rgba(255, 255, 255, 0.5);
297
+ focus-color: black;
298
+ background-color: transparent;
299
+ select-color: white;
300
+ align-self: center;
301
+ }
302
+
303
+
304
+
305
+ .qt-ui-waterfall-card-item[data-v-599898aa] {
306
+ background-color: transparent;
307
+ }
308
+
309
+
310
+ .qt-ui-plugin-item-root-css {
311
+ position: absolute;
312
+ background-color: palevioletred;
313
+ overflow: hidden;
314
+ }
315
+
316
+
317
+ .standard-section-css[data-v-227e921e] {
318
+ display: flex;
319
+ background-color: transparent;
320
+ flex-direction: column;
321
+ align-items: flex-start;
322
+ justify-content: flex-start;
323
+ }
324
+ .standard-section-title-text-css[data-v-227e921e] {
325
+ /*width: 1920px;*/
326
+ /*height: 60px;*/
327
+ color: #ffffff;
328
+ background-color: transparent;
329
+ }
330
+
331
+
332
+ .qt-ui-section-tab-list-root[data-v-6aa2cfd4] {
333
+ background-color: transparent;
334
+ margin-left: 0px;
335
+ }
336
+ .qt-ui-section-tab-list-item-text[data-v-6aa2cfd4] {
337
+ focusColor: #000000;
338
+ selectColor: #ff0000;
339
+ color: #ffffff80;
340
+ }
341
+ .qt-ui-section-tab-list-item[data-v-6aa2cfd4] {
342
+ border-radius: 99px;
343
+ padding-top: 5px;
344
+ padding-bottom: 8px;
345
+ background-color: transparent;
346
+ focus-background-color: #F5F5F5;
347
+ }
348
+ .tab-list-section-root-css[data-v-6aa2cfd4] {
349
+ }
350
+ .tab-list-section-list-css[data-v-6aa2cfd4] {
351
+ }
352
+ .tab-list-section-title-text-css[data-v-6aa2cfd4] {
353
+ /*width: 1920px;*/
354
+ /*height: 60px;*/
355
+ color: #ffffff;
356
+ background-color: transparent;
357
+ }
358
+
359
+
360
+
361
+ .loading-section-css[data-v-48609f24] {
362
+ width: 1920px;
363
+ height: 1080px;
364
+ background-color: transparent;
365
+ }
366
+ .loading-section-loading-css[data-v-48609f24] {
367
+ width: 100px;
368
+ height: 100px;
369
+ align-self: center;
370
+ margin-top: 550px
371
+ }
372
+
373
+
374
+
375
+ .qt-waterfall-end-section-css[data-v-70b82c43] {
376
+ background-color: transparent;
377
+ align-items: center;
378
+ display: flex;
379
+ flex-direction: column;
380
+ justify-content: center;
381
+ }
382
+ .qt-waterfall-end-section-text-css[data-v-70b82c43] {
383
+ width: 500px;
384
+ height: 50px;
385
+ color: rgba(255, 255, 255, .5);
386
+ align-self: center;
387
+ background-color: transparent;
388
+ }
389
+
390
+
391
+ .section-title-css[data-v-20428d40] {
392
+ width: 1920px;
393
+ height: 60px;
394
+ display: flex;
395
+ flex-direction: column;
396
+ background-color: transparent;
397
+ }
398
+ .section-title-text-css[data-v-20428d40] {
399
+ position: absolute;
400
+ width: 1920px;
401
+ height: 60px;
402
+ margin-left: 90px;
403
+ color: #ffffff;
404
+ }
405
+
406
+
407
+
408
+ .qt-ui-waterfall-blank-section[data-v-eeab4d88] {
409
+ background-color: transparent;
410
+ }
411
+
412
+
413
+ .qt-ui-waterfall-card-section-css[data-v-43a44788] {
414
+ background-color: transparent;
415
+ }
416
+ .qt-ui-waterfall-card-section[data-v-43a44788] {
417
+ background-color: transparent;
418
+ }
419
+ .qt-ui-waterfall-card-section-title-css[data-v-43a44788] {
420
+ width: 1920px;
421
+ height: 60px;
422
+ color: #ffffff;
423
+ background-color: transparent;
424
+ }
425
+
426
+
427
+
428
+ .qt-ui-waterfall-vue-section[data-v-f8447724] {
429
+ background-color: transparent;
430
+ }
431
+
432
+
433
+ .qt-ui-plugin-section-root-css[data-v-ca3d65aa] {
434
+ display: flex;
435
+ background-color: transparent;
436
+ }
437
+ .qt-ui-plugin-section-css[data-v-ca3d65aa] {
438
+ display: flex;
439
+ background-color: #40b883;
440
+ }
441
+ .qt-ui-plugin-section-title-text-css[data-v-ca3d65aa] {
442
+ /*width: 1920px;*/
443
+ /*height: 60px;*/
444
+ color: #ffffff;
445
+ background-color: red;
446
+ }
447
+
448
+
449
+
450
+ .qt-waterfall-root-css {
451
+ }
452
+
453
+
454
+
455
+ .tabs-root-css {
456
+ background-color: transparent;
457
+ }
458
+
459
+
460
+
461
+
462
+ .qt-ui-waterfall-vue-section[data-v-d02af3c2] {
463
+ background-color: transparent;
464
+ }
465
+
466
+
467
+ .content_list_view {
468
+ width: 1920px;
469
+ height: 210px;
470
+ background-color: transparent;
471
+ }
472
+ .clv_item {
473
+ width: 316px;
474
+ height: 178px;
475
+ background-color: transparent;
476
+ border-radius: 8px;
477
+ }
478
+ .coverV {
479
+ width: 316px;
480
+ height: 178px;
481
+ background-color: rgba(255, 255, 255, 0.1);
482
+ border-radius: 8px;
483
+ }
484
+ .titMask {
485
+ position: absolute;
486
+ width: 316px;
487
+ height: 60px;
488
+ top: 118px;
489
+ left: 0;
490
+ background-color: transparent;
491
+ }
492
+ .clv_item_text_box {
493
+ width: 316px;
494
+ height: 60px;
495
+ background-color: transparent;
496
+ position: absolute;
497
+ left: 0;
498
+ top: 118px;
499
+ border-bottom-left-radius: 8px;
500
+ border-bottom-right-radius: 8px;
501
+ }
502
+ .playMark {
503
+ width: 45px;
504
+ height: 30px;
505
+ background-color: transparent;
506
+ position: absolute;
507
+ top: 21px;
508
+ }
509
+ .selectedIcon {
510
+ width: 45px;
511
+ height: 30px;
512
+ background-color: transparent;
513
+ position: absolute;
514
+ top: 15px;
515
+ }
516
+ .selectedIcon img {
517
+ width: 28px;
518
+ height: 30px;
519
+ margin-left: 12px;
520
+ }
521
+ .clv_item_text {
522
+ width: 265px;
523
+ height: 60px;
524
+ position: absolute;
525
+ left: 45px;
526
+ color: #fff;
527
+ background-color: transparent;
528
+ }
529
+ .clv_item_text_box1 {
530
+ width: 316px;
531
+ height: 60px;
532
+ background-color: transparent;
533
+ position: absolute;
534
+ left: 0;
535
+ top: 118px;
536
+ border-bottom-left-radius: 8px;
537
+ border-bottom-right-radius: 8px;
538
+ }
539
+ .clv_item_selected_text {
540
+ width: 316px;
541
+ height: 60px;
542
+ background-color: transparent;
543
+ border-bottom-left-radius: 8px;
544
+ border-bottom-right-radius: 8px;
545
+ color: #fff;
546
+ }
547
+ .nav_list_view {
548
+ width: 1920px;
549
+ height: 80px;
550
+ background-color: transparent;
551
+ }
552
+ .nav_item {
553
+ width: 168px;
554
+ height: 80px;
555
+ background-color: transparent;
556
+ border-radius: 40px;
557
+ }
558
+ .nav_item_text_focused {
559
+ width: 168px;
560
+ height: 80px;
561
+ position: absolute;
562
+ background-color: transparent;
563
+ border-radius: 40px;
564
+ }
565
+ .nav_item_text {
566
+ width: 168px;
567
+ height: 80px;
568
+ position: absolute;
569
+ border-radius: 40px;
570
+ background-color: transparent;
571
+ }
572
+ .text {
573
+ width: 168px;
574
+ height: 80px;
575
+ color: #fff;
576
+ position: absolute;
577
+ }
578
+ .text_selected {
579
+ width: 168px;
580
+ height: 80px;
581
+ color: #0D71FF;
582
+ position: absolute;
583
+ }
584
+ .line {
585
+ background-color: #0D71FF;
586
+ width: 34px;
587
+ height: 6px;
588
+ position: absolute;
589
+ left: 67px;
590
+ top: 74px;
591
+ }
592
+
593
+
594
+ .number-item-container[data-v-4afb8987] {
595
+ width: 160px;
596
+ height: 80px;
597
+ background-color: transparent;
598
+ border-radius: 8px
599
+ }
600
+ .number-item-container-bg-focus[data-v-4afb8987]{
601
+ position: absolute;
602
+ background-color: transparent;
603
+ width: 160px;
604
+ height: 80px;
605
+ }
606
+ .media-series-number-item-vip-root[data-v-4afb8987] {
607
+ position: absolute;
608
+ width: 45px;
609
+ height: 28px;
610
+ left: 118px;
611
+ border-radius: 4px;
612
+ background-color: transparent;
613
+ }
614
+ .media-series-number-item-vip-text[data-v-4afb8987] {
615
+ width: 45px;
616
+ height: 28px;
617
+ color: white;
618
+ font-weight: 400;
619
+ }
620
+ .number-item-text-root-css[data-v-4afb8987] {
621
+ position: absolute;
622
+ flex-direction: row;
623
+ justify-content: center;
624
+ align-items: center;
625
+ width: 160px;
626
+ height: 80px;
627
+ background-color: transparent;
628
+ }
629
+ .number-item-text-css[data-v-4afb8987] {
630
+ height: 80px;
631
+ width: 160px;
632
+ }
633
+ .number-item-text-vip-css[data-v-4afb8987] {
634
+ height: 80px;
635
+ width: 160px;
636
+ }
637
+
638
+
639
+
640
+ .text-item-container[data-v-4859f623] {
641
+ border-radius: 8px;
642
+ background-color: transparent;
643
+ }
644
+ .text-item-container-bg-focus[data-v-4859f623]{
645
+ position: absolute;
646
+ background-color: transparent;
647
+ }
648
+ .text-item-container-css[data-v-4859f623] {
649
+ border-radius: 8px;
650
+ background-color: rgba(255, 255, 255, .1);
651
+ flex-direction: row;
652
+ justify-content: center;
653
+ align-items: center;
654
+ }
655
+ .text-item-text[data-v-4859f623] {
656
+ font-weight: 400;
657
+ height: 100px;
658
+ }
659
+ .text-item-text-vip[data-v-4859f623] {
660
+ font-weight: 400;
661
+ height: 100px;
662
+ }
663
+ .media-series-text-item-vip-root[data-v-4859f623] {
664
+ position: absolute;
665
+ width: 45px;
666
+ height: 28px;
667
+ right: 0.01px;
668
+ top: 0.01px;
669
+ border-radius: 4px;
670
+ background-color: transparent;
671
+ }
672
+ .media-series-text-item-vip-text[data-v-4859f623] {
673
+ width: 45px;
674
+ height: 28px;
675
+ color: white;
676
+ font-weight: 400;
677
+ }
678
+
679
+
680
+
681
+ .qt-collapse-root-css[data-v-4feca809] {
682
+ display: flex;
683
+ flex-direction: column;
684
+ justify-content: flex-end;
685
+ align-items: center;
686
+ background-color: transparent;
687
+ }
688
+ .qt-collapse-item-css[data-v-4feca809] {
689
+ }
690
+