@quicktvui/quicktvui3 1.0.46 → 1.0.47

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