@quicktvui/quicktvui3 1.0.49 → 1.0.50

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 (126) hide show
  1. package/dist/index.css +512 -0
  2. package/dist/index.js +2 -0
  3. package/dist/src/animation/QTAnimation.d.ts +3 -0
  4. package/dist/src/animation/QTIAnimation.d.ts +40 -0
  5. package/dist/src/animation/types.d.ts +40 -0
  6. package/dist/src/button/index.vue.d.ts +144 -0
  7. package/dist/src/classified-list-view/core/QTClassifiedListView.d.ts +10 -0
  8. package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +9 -0
  9. package/dist/src/classified-list-view/core/QTClassifiedListViewItemDecoration.d.ts +6 -0
  10. package/dist/src/classified-list-view/index.vue.d.ts +80 -0
  11. package/dist/src/collapse/core/QTCollapse.d.ts +8 -0
  12. package/dist/src/collapse/core/QTCollapseItem.d.ts +5 -0
  13. package/dist/src/collapse/core/QTICollapse.d.ts +7 -0
  14. package/dist/src/collapse/core/QTICollapseItem.d.ts +3 -0
  15. package/dist/src/collapse/index.vue.d.ts +31 -0
  16. package/dist/src/core/QTDirections.d.ts +6 -0
  17. package/dist/src/core/QTFlexStyleBackground.d.ts +3 -0
  18. package/dist/src/core/QTFlexStyleCoordinate.d.ts +4 -0
  19. package/dist/src/core/QTFlexStyleDecoration.d.ts +6 -0
  20. package/dist/src/core/QTFlexStyleGradientBackground.d.ts +4 -0
  21. package/dist/src/core/QTFlexStyleMargin.d.ts +7 -0
  22. package/dist/src/core/QTFlexStylePadding.d.ts +7 -0
  23. package/dist/src/core/QTFlexStylePosition.d.ts +6 -0
  24. package/dist/src/core/QTFlexStyleSize.d.ts +4 -0
  25. package/dist/src/core/QTFlexStyleSpacing.d.ts +3 -0
  26. package/dist/src/core/QTFlexStyleText.d.ts +4 -0
  27. package/dist/src/core/QTFocusable.d.ts +5 -0
  28. package/dist/src/core/QTVisibility.d.ts +5 -0
  29. package/dist/src/dialog/QTDialog.d.ts +3 -0
  30. package/dist/src/grid-view/core/QTGridView.d.ts +21 -0
  31. package/dist/src/grid-view/core/QTGridViewItem.d.ts +6 -0
  32. package/dist/src/grid-view/core/QTGridViewItemDecoration.d.ts +6 -0
  33. package/dist/src/grid-view/core/QTGridViewItemFunctionParams.d.ts +6 -0
  34. package/dist/src/grid-view/index.vue.d.ts +110 -0
  35. package/dist/src/image/index.vue.d.ts +2 -0
  36. package/dist/src/index.d.ts +79 -0
  37. package/dist/src/list-item/ESListItemComponent.d.ts +3 -0
  38. package/dist/src/list-view/QTListViewComponent.d.ts +3 -0
  39. package/dist/src/list-view/core/QTIListView.d.ts +22 -0
  40. package/dist/src/list-view/core/QTListViewItem.d.ts +9 -0
  41. package/dist/src/list-view/core/QTListViewItemDecoration.d.ts +6 -0
  42. package/dist/src/list-view/core/QTListViewItemFunctionParams.d.ts +6 -0
  43. package/dist/src/list-view/core/QTListViewItemState.d.ts +7 -0
  44. package/dist/src/loading/QTLoadingView.d.ts +3 -0
  45. package/dist/src/nav-bar/QTINavBar.d.ts +5 -0
  46. package/dist/src/nav-bar/QTNavBar.d.ts +6 -0
  47. package/dist/src/nav-bar/QTNavBarItem.d.ts +6 -0
  48. package/dist/src/nav-bar/QTNavBarItemType.d.ts +3 -0
  49. package/dist/src/nav-bar/index.vue.d.ts +75 -0
  50. package/dist/src/poster/core/QTPoster.d.ts +27 -0
  51. package/dist/src/poster/core/QTPosterCorner.d.ts +6 -0
  52. package/dist/src/poster/core/QTPosterElement.d.ts +5 -0
  53. package/dist/src/poster/core/QTPosterImage.d.ts +4 -0
  54. package/dist/src/poster/core/QTPosterRipple.d.ts +8 -0
  55. package/dist/src/poster/core/QTPosterScore.d.ts +9 -0
  56. package/dist/src/poster/core/QTPosterShadow.d.ts +3 -0
  57. package/dist/src/poster/core/QTPosterShimmer.d.ts +3 -0
  58. package/dist/src/poster/core/QTPosterTitle.d.ts +12 -0
  59. package/dist/src/poster/index.vue.d.ts +43 -0
  60. package/dist/src/progressbar/QTIProgressBar.d.ts +132 -0
  61. package/dist/src/progressbar/QTProgressBar.d.ts +3 -0
  62. package/dist/src/qrcode/QTQRCodeView.d.ts +3 -0
  63. package/dist/src/section/index.vue.d.ts +4 -0
  64. package/dist/src/seekbar/QTISeekBar.d.ts +136 -0
  65. package/dist/src/seekbar/QTSeekBar.d.ts +3 -0
  66. package/dist/src/series/DataAdapter.d.ts +25 -0
  67. package/dist/src/series/QTIMediaSeries.d.ts +17 -0
  68. package/dist/src/series/QTMediaSeries.d.ts +5 -0
  69. package/dist/src/series/QTMediaSeriesData.d.ts +5 -0
  70. package/dist/src/series/QTMediaSeriesEvent.d.ts +6 -0
  71. package/dist/src/series/QTMediaSeriesGroup.d.ts +4 -0
  72. package/dist/src/series/QTMediaSeriesStyleType.d.ts +4 -0
  73. package/dist/src/series/QTMediaSeriesType.d.ts +6 -0
  74. package/dist/src/series/component/media-series.vue.d.ts +81 -0
  75. package/dist/src/series/index.vue.d.ts +38 -0
  76. package/dist/src/series/item/media-series-number-item.vue.d.ts +14 -0
  77. package/dist/src/series/item/media-series-text-item.vue.d.ts +14 -0
  78. package/dist/src/tab/QTITab.d.ts +43 -0
  79. package/dist/src/tab/QTTab.d.ts +6 -0
  80. package/dist/src/tab/QTTabDataManager.d.ts +26 -0
  81. package/dist/src/tab/QTTabEvent.d.ts +9 -0
  82. package/dist/src/tab/QTTabEventParams.d.ts +10 -0
  83. package/dist/src/tab/QTTabIndex.d.ts +7 -0
  84. package/dist/src/tab/QTTabItem.d.ts +4 -0
  85. package/dist/src/tab/QTTabItemType.d.ts +3 -0
  86. package/dist/src/tab/QTTabPage.d.ts +4 -0
  87. package/dist/src/tab/QTTabPageData.d.ts +8 -0
  88. package/dist/src/tab/QTTabPageDataState.d.ts +5 -0
  89. package/dist/src/tab/QTTabPageState.d.ts +6 -0
  90. package/dist/src/tab/index.vue.d.ts +316 -0
  91. package/dist/src/text/index.vue.d.ts +2 -0
  92. package/dist/src/utils/utils.d.ts +4 -0
  93. package/dist/src/view/QTIView.d.ts +6 -0
  94. package/dist/src/view/index.vue.d.ts +9 -0
  95. package/dist/src/waterfall/core/QTIWaterfall.d.ts +24 -0
  96. package/dist/src/waterfall/core/QTScrollState.d.ts +5 -0
  97. package/dist/src/waterfall/core/QTWaterfall.d.ts +7 -0
  98. package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +7 -0
  99. package/dist/src/waterfall/core/QTWaterfallCardPlaceHolder.d.ts +8 -0
  100. package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +9 -0
  101. package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +5 -0
  102. package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +18 -0
  103. package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +8 -0
  104. package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +9 -0
  105. package/dist/src/waterfall/core/QTWaterfallIndex.d.ts +6 -0
  106. package/dist/src/waterfall/core/QTWaterfallItem.d.ts +6 -0
  107. package/dist/src/waterfall/core/QTWaterfallItemType.d.ts +6 -0
  108. package/dist/src/waterfall/core/QTWaterfallPlaceholder.d.ts +3 -0
  109. package/dist/src/waterfall/core/QTWaterfallSection.d.ts +13 -0
  110. package/dist/src/waterfall/core/QTWaterfallSectionType.d.ts +13 -0
  111. package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +7 -0
  112. package/dist/src/waterfall/core/QTWaterfallVisibleType.d.ts +5 -0
  113. package/dist/src/waterfall/index.vue.d.ts +85 -0
  114. package/dist/src/waterfall/item/card-item.vue.d.ts +4 -0
  115. package/dist/src/waterfall/section/blank-section.vue.d.ts +2 -0
  116. package/dist/src/waterfall/section/card-section.vue.d.ts +4 -0
  117. package/dist/src/waterfall/section/end-section.vue.d.ts +2 -0
  118. package/dist/src/waterfall/section/flex-section.vue.d.ts +81 -0
  119. package/dist/src/waterfall/section/loading-section.vue.d.ts +2 -0
  120. package/dist/src/waterfall/section/section-title.vue.d.ts +24 -0
  121. package/dist/src/waterfall/section/vue-section.vue.d.ts +16 -0
  122. package/dist/src/webview/QTIWebView.d.ts +68 -0
  123. package/dist/src/webview/QTWebView.d.ts +3 -0
  124. package/dist/src/x5webview/QTIX5WebView.d.ts +71 -0
  125. package/dist/src/x5webview/QTX5WebView.d.ts +3 -0
  126. package/package.json +1 -1
package/dist/index.css ADDED
@@ -0,0 +1,512 @@
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
+ border-bottom-left-radius: 8px;
195
+ border-bottom-right-radius: 8px;
196
+ background-color: white;
197
+ margin-left: -1px;
198
+ margin-right: -1px;
199
+ }
200
+
201
+
202
+ .cornerRoot[data-v-4b767ea2] {
203
+ flex-direction: row-reverse;
204
+ }
205
+
206
+
207
+ .qt-ui-poster-root-css[data-v-3c4765e9] {
208
+ position: absolute;
209
+ background-color: transparent;
210
+ overflow: hidden;
211
+ }
212
+ .qt-ui-poster-img-css[data-v-3c4765e9] {
213
+ background-color: rgba(255, 255, 255, 0.1);
214
+ z-index: 1;
215
+ position: absolute;
216
+ focus-border-color: white;
217
+ focus-border-style: solid;
218
+ border-radius: 8px;
219
+ }
220
+ .qt-ui-poster-score-css[data-v-3c4765e9] {
221
+ z-index: 2;
222
+ position: absolute;
223
+ color: #FC5E1B;
224
+ background-color: transparent;
225
+ }
226
+ .qt-ui-poster-title-css[data-v-3c4765e9] {
227
+ padding-left: 16px;
228
+ padding-top: 15px;
229
+ background-color: transparent;
230
+ }
231
+ .qt-ui-ripple-img-css[data-v-3c4765e9] {
232
+ width: 60px;
233
+ height: 60px;
234
+ background-color: transparent;
235
+ position: absolute;
236
+ z-index: 1001;
237
+ right: 20px;
238
+ bottom: 20px;
239
+ }
240
+ .qt-ui-ripple-view-css[data-v-3c4765e9] {
241
+ width: 100px;
242
+ height: 100px;
243
+ z-index: 1000;
244
+ background-color: transparent;
245
+ position: absolute;
246
+ }
247
+ .qt-ui-poster-ripple-view-root-css[data-v-3c4765e9] {
248
+ width: 100px;
249
+ height: 100px;
250
+ right: 0;
251
+ bottom: 0;
252
+ margin-right: -12px;
253
+ z-index: 1000;
254
+ background-color: transparent;
255
+ position: absolute;
256
+ }
257
+
258
+
259
+
260
+ .qt-ui-nav-bar-root-horizontal {
261
+ height: 72px;
262
+ background-color: transparent;
263
+ }
264
+ .qt-ui-nav-bar-root-vertical {
265
+ background-color: transparent;
266
+ }
267
+ .qt-ui-nav-bar-item-css {
268
+ padding-left: 40px;
269
+ padding-right: 40px;
270
+ height: 70px;
271
+ justify-content: center;
272
+ flex-direction: column;
273
+ display: flex;
274
+ align-items: center;
275
+ border-radius: 35px;
276
+ background-color: transparent;
277
+ }
278
+ .qt-ui-nav-bar-item-text-css {
279
+ height: 60px;
280
+ color: rgba(255, 255, 255, 0.5);
281
+ focus-color: black;
282
+ background-color: transparent;
283
+ select-color: white;
284
+ align-self: center;
285
+ }
286
+
287
+
288
+
289
+ .qt-ui-waterfall-card-item[data-v-599898aa] {
290
+ background-color: transparent;
291
+ }
292
+
293
+
294
+ .standard-section-css[data-v-227e921e] {
295
+ display: flex;
296
+ background-color: transparent;
297
+ flex-direction: column;
298
+ align-items: flex-start;
299
+ justify-content: flex-start;
300
+ }
301
+ .standard-section-title-text-css[data-v-227e921e] {
302
+ width: 1920px;
303
+ height: 60px;
304
+ color: #ffffff;
305
+ background-color: transparent;
306
+ }
307
+
308
+
309
+ .qt-ui-section-tab-list-root[data-v-6aa2cfd4] {
310
+ background-color: transparent;
311
+ margin-left: 0px;
312
+ }
313
+ .qt-ui-section-tab-list-item-text[data-v-6aa2cfd4] {
314
+ focusColor: #000000;
315
+ selectColor: #ff0000;
316
+ color: #ffffff80;
317
+ }
318
+ .qt-ui-section-tab-list-item[data-v-6aa2cfd4] {
319
+ border-radius: 99px;
320
+ padding-top: 5px;
321
+ padding-bottom: 8px;
322
+ background-color: transparent;
323
+ focus-background-color: #F5F5F5;
324
+ }
325
+ .tab-list-section-root-css[data-v-6aa2cfd4] {
326
+ }
327
+ .tab-list-section-list-css[data-v-6aa2cfd4] {
328
+ }
329
+ .tab-list-section-title-text-css[data-v-6aa2cfd4] {
330
+ width: 1920px;
331
+ height: 60px;
332
+ color: #ffffff;
333
+ background-color: transparent;
334
+ }
335
+
336
+
337
+
338
+ .loading-section-css[data-v-48609f24] {
339
+ width: 1920px;
340
+ height: 1080px;
341
+ background-color: transparent;
342
+ }
343
+ .loading-section-loading-css[data-v-48609f24] {
344
+ width: 100px;
345
+ height: 100px;
346
+ align-self: center;
347
+ margin-top: 550px
348
+ }
349
+
350
+
351
+
352
+ .qt-waterfall-end-section-css[data-v-70b82c43] {
353
+ background-color: transparent;
354
+ align-items: center;
355
+ display: flex;
356
+ flex-direction: column;
357
+ justify-content: center;
358
+ }
359
+ .qt-waterfall-end-section-text-css[data-v-70b82c43] {
360
+ width: 500px;
361
+ height: 50px;
362
+ color: rgba(255, 255, 255, .5);
363
+ align-self: center;
364
+ background-color: transparent;
365
+ }
366
+
367
+
368
+ .section-title-css[data-v-20428d40] {
369
+ width: 1920px;
370
+ height: 60px;
371
+ display: flex;
372
+ flex-direction: column;
373
+ background-color: transparent;
374
+ }
375
+ .section-title-text-css[data-v-20428d40] {
376
+ position: absolute;
377
+ width: 1920px;
378
+ height: 60px;
379
+ margin-left: 90px;
380
+ color: #ffffff;
381
+ }
382
+
383
+
384
+
385
+ .qt-ui-waterfall-blank-section[data-v-eeab4d88] {
386
+ background-color: transparent;
387
+ }
388
+
389
+
390
+ .qt-ui-waterfall-card-section-css[data-v-43a44788] {
391
+ background-color: transparent;
392
+ }
393
+ .qt-ui-waterfall-card-section[data-v-43a44788] {
394
+ background-color: transparent;
395
+ }
396
+ .qt-ui-waterfall-card-section-title-css[data-v-43a44788] {
397
+ width: 1920px;
398
+ height: 60px;
399
+ color: #ffffff;
400
+ background-color: transparent;
401
+ }
402
+
403
+
404
+
405
+ .qt-ui-waterfall-vue-section[data-v-f8447724] {
406
+ background-color: transparent;
407
+ }
408
+
409
+
410
+ .qt-waterfall-root-css {
411
+ }
412
+
413
+
414
+
415
+ .tabs-root-css {
416
+ background-color: transparent;
417
+ }
418
+
419
+
420
+
421
+
422
+ .qt-ui-waterfall-vue-section[data-v-d02af3c2] {
423
+ background-color: transparent;
424
+ }
425
+
426
+
427
+ .content_list_view{width: 1920px;height: 210px;background-color: transparent;}
428
+ .clv_item{width: 316px;height: 178px;background-color: transparent;border-radius: 8px;}
429
+ .coverV{width: 316px;height: 178px;background-color: rgba(255,255,255,0.1);border-radius: 8px;}
430
+ .titMask{position: absolute;width: 316px;height: 60px;top: 118px;left: 0;}
431
+ .clv_item_text_box{width: 316px;height: 60px;background-color: transparent;position: absolute;left: 0;top: 118px;
432
+ border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
433
+ .playMark{width: 45px;height: 30px;background-color: transparent;position: absolute;top: 21px;}
434
+ .selectedIcon{width: 45px;height: 30px;background-color: transparent;position: absolute;top: 15px;}
435
+ .selectedIcon img{width: 28px;height: 30px;margin-left: 12px;}
436
+ .clv_item_text{width: 265px;height: 60px;position: absolute;left: 45px; color: #fff;background-color: transparent;}
437
+ .clv_item_text_box1{width: 316px;height: 60px;background-color: transparent;position: absolute;left: 0;top: 118px;
438
+ border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
439
+ .clv_item_selected_text{width: 316px;height: 60px;background-color: transparent;
440
+ border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;color: #fff;}
441
+ .nav_list_view{width: 1920px;height: 80px;background-color: transparent;}
442
+ .nav_item{width: 168px;height: 80px;background-color: transparent;border-radius: 40px;}
443
+ .nav_item_text_focused{width: 168px;height: 80px;position: absolute;background-color: transparent;border-radius: 40px;}
444
+ .nav_item_text{width: 168px;height: 80px;position: absolute;border-radius: 40px;background-color: transparent;}
445
+ .text{width: 168px;height: 80px;color: #fff;position: absolute;}
446
+ .text_selected{width: 168px;height: 80px;color:#0D71FF;position: absolute;}
447
+ .line{background-color:#0D71FF; width: 34px;height: 6px;position: absolute;left: 67px;top: 74px;}
448
+
449
+
450
+ .number-item-container[data-v-4afb8987] {
451
+ width: 160px;
452
+ height: 80px;
453
+ background-color: rgba(255, 255, 255, .1);
454
+ focus-background-color: white;
455
+ border-radius: 8px
456
+ }
457
+ .media-series-number-item-vip-root[data-v-4afb8987] {
458
+ position: absolute;
459
+ width: 42px;
460
+ height: 28px;
461
+ left: 448px;
462
+ border-radius: 4px;
463
+ background-color: transparent;
464
+ }
465
+ .media-series-number-item-vip-text[data-v-4afb8987] {
466
+ width: 42px;
467
+ height: 28px;
468
+ color: white;
469
+ font-weight: 400;
470
+ }
471
+
472
+
473
+
474
+ .text-item-text[data-v-4859f623] {
475
+ font-weight: 400;
476
+ height: 100px;
477
+ width: 373px;
478
+ }
479
+ .text-item-container[data-v-4859f623] {
480
+ width: 490px;
481
+ height: 100px;
482
+ border-radius: 8px;
483
+ background-color: rgba(255, 255, 255, .1);
484
+ focus-background-color: white;
485
+ flex-direction: row;
486
+ }
487
+ .media-series-text-item-vip-root[data-v-4859f623] {
488
+ position: absolute;
489
+ width: 42px;
490
+ height: 28px;
491
+ left: 118px;
492
+ border-radius: 4px;
493
+ background-color: transparent;
494
+ }
495
+ .media-series-text-item-vip-text[data-v-4859f623] {
496
+ width: 42px;
497
+ height: 28px;
498
+ color: white;
499
+ font-weight: 400;
500
+ }
501
+
502
+
503
+ .qt-collapse-root-css[data-v-4feca809] {
504
+ display: flex;
505
+ flex-direction: column;
506
+ justify-content: flex-end;
507
+ align-items: center;
508
+ background-color: transparent;
509
+ }
510
+ .qt-collapse-item-css[data-v-4feca809] {
511
+ }
512
+