@quicktvui/quicktvui3 1.0.18 → 1.0.19
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 +268 -268
- package/dist/index.js +1 -1
- package/dist/src/tab/index.vue.d.ts +18 -0
- package/package.json +21 -21
package/dist/index.css
CHANGED
|
@@ -1,409 +1,409 @@
|
|
|
1
1
|
|
|
2
|
-
.qt-ui-row-css[data-v-734c04b2] {
|
|
3
|
-
display: flex;
|
|
2
|
+
.qt-ui-row-css[data-v-734c04b2] {
|
|
3
|
+
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
|
-
}
|
|
5
|
+
}
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
.qt-ui-row-css[data-v-9c454b58] {
|
|
9
|
-
display: flex;
|
|
8
|
+
.qt-ui-row-css[data-v-9c454b58] {
|
|
9
|
+
display: flex;
|
|
10
10
|
flex-direction: row;
|
|
11
|
-
}
|
|
11
|
+
}
|
|
12
12
|
|
|
13
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;
|
|
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
22
|
focus-background-color: #F0F0F2;
|
|
23
23
|
}
|
|
24
|
-
.quick-button--large[data-v-46a594e4] {
|
|
25
|
-
width: 380px;
|
|
24
|
+
.quick-button--large[data-v-46a594e4] {
|
|
25
|
+
width: 380px;
|
|
26
26
|
height: 80px;
|
|
27
27
|
}
|
|
28
|
-
.quick-button--medium[data-v-46a594e4] {
|
|
29
|
-
width: 280px;
|
|
28
|
+
.quick-button--medium[data-v-46a594e4] {
|
|
29
|
+
width: 280px;
|
|
30
30
|
height: 80px;
|
|
31
31
|
}
|
|
32
|
-
.quick-button--small[data-v-46a594e4] {
|
|
33
|
-
width: 200px;
|
|
32
|
+
.quick-button--small[data-v-46a594e4] {
|
|
33
|
+
width: 200px;
|
|
34
34
|
height: 64px;
|
|
35
35
|
}
|
|
36
|
-
.quick-button--mini[data-v-46a594e4] {
|
|
37
|
-
width: 160px;
|
|
36
|
+
.quick-button--mini[data-v-46a594e4] {
|
|
37
|
+
width: 160px;
|
|
38
38
|
height: 64px;
|
|
39
|
-
}
|
|
40
|
-
|
|
39
|
+
}
|
|
40
|
+
|
|
41
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;
|
|
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
49
|
margin-left: 8px;
|
|
50
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;
|
|
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
58
|
margin-left: 12px;
|
|
59
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;
|
|
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
67
|
margin-left: 8px;
|
|
68
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;
|
|
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
76
|
margin-left: 8px;
|
|
77
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;
|
|
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
85
|
margin-left: 5px;
|
|
86
|
-
}
|
|
87
|
-
|
|
86
|
+
}
|
|
87
|
+
|
|
88
88
|
/* -------------------------------------- */
|
|
89
|
-
.is-disabled-button[data-v-46a594e4] {
|
|
90
|
-
background-color: rgba(240, 240, 242, 0.04);
|
|
89
|
+
.is-disabled-button[data-v-46a594e4] {
|
|
90
|
+
background-color: rgba(240, 240, 242, 0.04);
|
|
91
91
|
focus-background-color: #F0F0F2;
|
|
92
92
|
}
|
|
93
|
-
.is-disabled-text[data-v-46a594e4] {
|
|
94
|
-
color: rgba(255, 255, 255, 0.2);
|
|
93
|
+
.is-disabled-text[data-v-46a594e4] {
|
|
94
|
+
color: rgba(255, 255, 255, 0.2);
|
|
95
95
|
focus-color: rgba(0, 0, 0, 0.2);
|
|
96
96
|
}
|
|
97
|
-
.is-square-text[data-v-46a594e4] {
|
|
97
|
+
.is-square-text[data-v-46a594e4] {
|
|
98
98
|
font-size: 28px;
|
|
99
|
-
}
|
|
100
|
-
|
|
99
|
+
}
|
|
100
|
+
|
|
101
101
|
/* -------------------------------------- */
|
|
102
|
-
.is-circle[data-v-46a594e4] {
|
|
102
|
+
.is-circle[data-v-46a594e4] {
|
|
103
103
|
border-radius: 50%;
|
|
104
104
|
}
|
|
105
|
-
.is-round[data-v-46a594e4] {
|
|
105
|
+
.is-round[data-v-46a594e4] {
|
|
106
106
|
border-radius: 100px;
|
|
107
107
|
}
|
|
108
|
-
.is-square[data-v-46a594e4] {
|
|
109
|
-
width: 173px;
|
|
110
|
-
height: 173px;
|
|
108
|
+
.is-square[data-v-46a594e4] {
|
|
109
|
+
width: 173px;
|
|
110
|
+
height: 173px;
|
|
111
111
|
flex-direction: column;
|
|
112
|
-
}
|
|
113
|
-
|
|
112
|
+
}
|
|
113
|
+
|
|
114
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;
|
|
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
121
|
bottom: 0;
|
|
122
|
-
}
|
|
123
|
-
|
|
122
|
+
}
|
|
123
|
+
|
|
124
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;
|
|
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
131
|
justify-content: center;
|
|
132
132
|
}
|
|
133
|
-
.quick-button-icon-parent--large[data-v-46a594e4] {
|
|
134
|
-
width: 40px;
|
|
135
|
-
height: 40px;
|
|
136
|
-
margin-right: 12px;
|
|
133
|
+
.quick-button-icon-parent--large[data-v-46a594e4] {
|
|
134
|
+
width: 40px;
|
|
135
|
+
height: 40px;
|
|
136
|
+
margin-right: 12px;
|
|
137
137
|
margin-left: 12px;
|
|
138
138
|
}
|
|
139
|
-
.quick-button-icon-parent--medium[data-v-46a594e4] {
|
|
140
|
-
width: 40px;
|
|
141
|
-
height: 40px;
|
|
142
|
-
margin-right: 8px;
|
|
139
|
+
.quick-button-icon-parent--medium[data-v-46a594e4] {
|
|
140
|
+
width: 40px;
|
|
141
|
+
height: 40px;
|
|
142
|
+
margin-right: 8px;
|
|
143
143
|
margin-left: 8px;
|
|
144
144
|
}
|
|
145
|
-
.quick-button-icon-parent--small[data-v-46a594e4] {
|
|
146
|
-
width: 32px;
|
|
147
|
-
height: 32px;
|
|
148
|
-
margin-right: 8px;
|
|
145
|
+
.quick-button-icon-parent--small[data-v-46a594e4] {
|
|
146
|
+
width: 32px;
|
|
147
|
+
height: 32px;
|
|
148
|
+
margin-right: 8px;
|
|
149
149
|
margin-left: 8px;
|
|
150
150
|
}
|
|
151
|
-
.quick-button-icon-parent--mini[data-v-46a594e4] {
|
|
152
|
-
width: 30px;
|
|
153
|
-
height: 30px;
|
|
154
|
-
margin-right: 5px;
|
|
151
|
+
.quick-button-icon-parent--mini[data-v-46a594e4] {
|
|
152
|
+
width: 30px;
|
|
153
|
+
height: 30px;
|
|
154
|
+
margin-right: 5px;
|
|
155
155
|
margin-left: 5px;
|
|
156
|
-
}
|
|
157
|
-
|
|
156
|
+
}
|
|
157
|
+
|
|
158
158
|
/* ----------------ICON---------------------- */
|
|
159
|
-
.quick-button-icon[data-v-46a594e4] {
|
|
160
|
-
width: 40px;
|
|
161
|
-
height: 40px;
|
|
159
|
+
.quick-button-icon[data-v-46a594e4] {
|
|
160
|
+
width: 40px;
|
|
161
|
+
height: 40px;
|
|
162
162
|
position: absolute;
|
|
163
163
|
}
|
|
164
|
-
.quick-button-icon--large[data-v-46a594e4] {
|
|
165
|
-
width: 40px;
|
|
164
|
+
.quick-button-icon--large[data-v-46a594e4] {
|
|
165
|
+
width: 40px;
|
|
166
166
|
height: 40px;
|
|
167
167
|
}
|
|
168
|
-
.quick-button-icon--medium[data-v-46a594e4] {
|
|
169
|
-
width: 40px;
|
|
168
|
+
.quick-button-icon--medium[data-v-46a594e4] {
|
|
169
|
+
width: 40px;
|
|
170
170
|
height: 40px;
|
|
171
171
|
}
|
|
172
|
-
.quick-button-icon--small[data-v-46a594e4] {
|
|
173
|
-
width: 32px;
|
|
172
|
+
.quick-button-icon--small[data-v-46a594e4] {
|
|
173
|
+
width: 32px;
|
|
174
174
|
height: 32px;
|
|
175
175
|
}
|
|
176
|
-
.quick-button-icon--mini[data-v-46a594e4] {
|
|
177
|
-
width: 30px;
|
|
176
|
+
.quick-button-icon--mini[data-v-46a594e4] {
|
|
177
|
+
width: 30px;
|
|
178
178
|
height: 30px;
|
|
179
179
|
}
|
|
180
|
-
.is-square-icon[data-v-46a594e4] {
|
|
181
|
-
width: 64px;
|
|
182
|
-
height: 64px;
|
|
183
|
-
margin-bottom: 16px;
|
|
180
|
+
.is-square-icon[data-v-46a594e4] {
|
|
181
|
+
width: 64px;
|
|
182
|
+
height: 64px;
|
|
183
|
+
margin-bottom: 16px;
|
|
184
184
|
margin-right: 0;
|
|
185
|
-
}
|
|
185
|
+
}
|
|
186
186
|
|
|
187
187
|
|
|
188
|
-
.absoluteFocusTitleRoot[data-v-703673b8] {
|
|
189
|
-
position: absolute;
|
|
190
|
-
z-index: 999;
|
|
188
|
+
.absoluteFocusTitleRoot[data-v-703673b8] {
|
|
189
|
+
position: absolute;
|
|
190
|
+
z-index: 999;
|
|
191
191
|
background-color: transparent;
|
|
192
192
|
}
|
|
193
|
-
.absoluteFocusMainBgRoot[data-v-703673b8] {
|
|
194
|
-
border-bottom-left-radius: 8px;
|
|
195
|
-
border-bottom-right-radius: 8px;
|
|
193
|
+
.absoluteFocusMainBgRoot[data-v-703673b8] {
|
|
194
|
+
border-bottom-left-radius: 8px;
|
|
195
|
+
border-bottom-right-radius: 8px;
|
|
196
196
|
background-color: white;
|
|
197
|
-
}
|
|
197
|
+
}
|
|
198
198
|
|
|
199
199
|
|
|
200
|
-
.cornerRoot[data-v-4b767ea2] {
|
|
200
|
+
.cornerRoot[data-v-4b767ea2] {
|
|
201
201
|
flex-direction: row-reverse;
|
|
202
|
-
}
|
|
202
|
+
}
|
|
203
203
|
|
|
204
204
|
|
|
205
|
-
.qt-ui-poster-root-css[data-v-3c4765e9] {
|
|
206
|
-
position: absolute;
|
|
207
|
-
background-color: transparent;
|
|
208
|
-
focus-scale: 1.1;
|
|
205
|
+
.qt-ui-poster-root-css[data-v-3c4765e9] {
|
|
206
|
+
position: absolute;
|
|
207
|
+
background-color: transparent;
|
|
208
|
+
focus-scale: 1.1;
|
|
209
209
|
overflow: hidden;
|
|
210
210
|
}
|
|
211
|
-
.qt-ui-poster-img-css[data-v-3c4765e9] {
|
|
212
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
213
|
-
z-index: 1;
|
|
214
|
-
position: absolute;
|
|
215
|
-
focus-border-color: white;
|
|
216
|
-
focus-border-style: solid;
|
|
211
|
+
.qt-ui-poster-img-css[data-v-3c4765e9] {
|
|
212
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
213
|
+
z-index: 1;
|
|
214
|
+
position: absolute;
|
|
215
|
+
focus-border-color: white;
|
|
216
|
+
focus-border-style: solid;
|
|
217
217
|
border-radius: 8px;
|
|
218
218
|
}
|
|
219
|
-
.qt-ui-poster-title-css[data-v-3c4765e9] {
|
|
220
|
-
padding-left: 16px;
|
|
221
|
-
padding-top: 15px;
|
|
219
|
+
.qt-ui-poster-title-css[data-v-3c4765e9] {
|
|
220
|
+
padding-left: 16px;
|
|
221
|
+
padding-top: 15px;
|
|
222
222
|
background-color: transparent;
|
|
223
223
|
}
|
|
224
|
-
.qt-ui-ripple-img-css[data-v-3c4765e9] {
|
|
225
|
-
width: 60px;
|
|
226
|
-
height: 60px;
|
|
227
|
-
background-color: transparent;
|
|
228
|
-
position: absolute;
|
|
229
|
-
z-index: 1001;
|
|
230
|
-
right: 20px;
|
|
224
|
+
.qt-ui-ripple-img-css[data-v-3c4765e9] {
|
|
225
|
+
width: 60px;
|
|
226
|
+
height: 60px;
|
|
227
|
+
background-color: transparent;
|
|
228
|
+
position: absolute;
|
|
229
|
+
z-index: 1001;
|
|
230
|
+
right: 20px;
|
|
231
231
|
bottom: 20px;
|
|
232
232
|
}
|
|
233
|
-
.qt-ui-ripple-view-css[data-v-3c4765e9] {
|
|
234
|
-
width: 100px;
|
|
235
|
-
height: 100px;
|
|
236
|
-
z-index: 1000;
|
|
237
|
-
background-color: transparent;
|
|
233
|
+
.qt-ui-ripple-view-css[data-v-3c4765e9] {
|
|
234
|
+
width: 100px;
|
|
235
|
+
height: 100px;
|
|
236
|
+
z-index: 1000;
|
|
237
|
+
background-color: transparent;
|
|
238
238
|
position: absolute;
|
|
239
239
|
}
|
|
240
|
-
.qt-ui-poster-ripple-view-root-css[data-v-3c4765e9] {
|
|
241
|
-
width: 100px;
|
|
242
|
-
height: 100px;
|
|
243
|
-
right: 0;
|
|
244
|
-
bottom: 0;
|
|
245
|
-
margin-right: -12px;
|
|
246
|
-
z-index: 1000;
|
|
247
|
-
background-color: transparent;
|
|
240
|
+
.qt-ui-poster-ripple-view-root-css[data-v-3c4765e9] {
|
|
241
|
+
width: 100px;
|
|
242
|
+
height: 100px;
|
|
243
|
+
right: 0;
|
|
244
|
+
bottom: 0;
|
|
245
|
+
margin-right: -12px;
|
|
246
|
+
z-index: 1000;
|
|
247
|
+
background-color: transparent;
|
|
248
248
|
position: absolute;
|
|
249
|
-
}
|
|
249
|
+
}
|
|
250
|
+
|
|
250
251
|
|
|
251
252
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
height: 72px;
|
|
253
|
+
.qt-ui-nav-bar-root-horizontal {
|
|
254
|
+
height: 72px;
|
|
255
255
|
background-color: transparent;
|
|
256
256
|
}
|
|
257
|
-
.qt-ui-nav-bar-root-vertical {
|
|
257
|
+
.qt-ui-nav-bar-root-vertical {
|
|
258
258
|
background-color: transparent;
|
|
259
259
|
}
|
|
260
|
-
.qt-ui-nav-bar-item-css {
|
|
261
|
-
padding-left: 40px;
|
|
262
|
-
padding-right: 40px;
|
|
263
|
-
height: 70px;
|
|
264
|
-
justify-content: center;
|
|
265
|
-
flex-direction: column;
|
|
266
|
-
display: flex;
|
|
267
|
-
align-items: center;
|
|
268
|
-
border-radius: 35px;
|
|
260
|
+
.qt-ui-nav-bar-item-css {
|
|
261
|
+
padding-left: 40px;
|
|
262
|
+
padding-right: 40px;
|
|
263
|
+
height: 70px;
|
|
264
|
+
justify-content: center;
|
|
265
|
+
flex-direction: column;
|
|
266
|
+
display: flex;
|
|
267
|
+
align-items: center;
|
|
268
|
+
border-radius: 35px;
|
|
269
269
|
background-color: transparent;
|
|
270
270
|
}
|
|
271
|
-
.qt-ui-nav-bar-item-text-css {
|
|
272
|
-
height: 60px;
|
|
273
|
-
color: rgba(255, 255, 255, 0.5);
|
|
274
|
-
focus-color: black;
|
|
275
|
-
background-color: transparent;
|
|
276
|
-
select-color: white;
|
|
271
|
+
.qt-ui-nav-bar-item-text-css {
|
|
272
|
+
height: 60px;
|
|
273
|
+
color: rgba(255, 255, 255, 0.5);
|
|
274
|
+
focus-color: black;
|
|
275
|
+
background-color: transparent;
|
|
276
|
+
select-color: white;
|
|
277
277
|
align-self: center;
|
|
278
|
-
}
|
|
278
|
+
}
|
|
279
|
+
|
|
279
280
|
|
|
280
281
|
|
|
281
|
-
|
|
282
|
-
.qt-ui-waterfall-card-item[data-v-599898aa] {
|
|
282
|
+
.qt-ui-waterfall-card-item[data-v-599898aa] {
|
|
283
283
|
background-color: transparent;
|
|
284
|
-
}
|
|
284
|
+
}
|
|
285
285
|
|
|
286
286
|
|
|
287
|
-
.standard-section-css[data-v-227e921e] {
|
|
288
|
-
display: flex;
|
|
289
|
-
background-color: transparent;
|
|
290
|
-
flex-direction: column;
|
|
291
|
-
align-items: flex-start;
|
|
287
|
+
.standard-section-css[data-v-227e921e] {
|
|
288
|
+
display: flex;
|
|
289
|
+
background-color: transparent;
|
|
290
|
+
flex-direction: column;
|
|
291
|
+
align-items: flex-start;
|
|
292
292
|
justify-content: flex-start;
|
|
293
293
|
}
|
|
294
|
-
.standard-section-title-text-css[data-v-227e921e] {
|
|
295
|
-
width: 1920px;
|
|
296
|
-
height: 60px;
|
|
297
|
-
color: #ffffff;
|
|
294
|
+
.standard-section-title-text-css[data-v-227e921e] {
|
|
295
|
+
width: 1920px;
|
|
296
|
+
height: 60px;
|
|
297
|
+
color: #ffffff;
|
|
298
298
|
background-color: transparent;
|
|
299
|
-
}
|
|
299
|
+
}
|
|
300
300
|
|
|
301
301
|
|
|
302
|
-
.qt-ui-section-tab-list-root[data-v-6aa2cfd4] {
|
|
303
|
-
background-color: transparent;
|
|
302
|
+
.qt-ui-section-tab-list-root[data-v-6aa2cfd4] {
|
|
303
|
+
background-color: transparent;
|
|
304
304
|
margin-left: 0px;
|
|
305
305
|
}
|
|
306
|
-
.qt-ui-section-tab-list-item-text[data-v-6aa2cfd4] {
|
|
307
|
-
focusColor: #000000;
|
|
308
|
-
selectColor: #ff0000;
|
|
306
|
+
.qt-ui-section-tab-list-item-text[data-v-6aa2cfd4] {
|
|
307
|
+
focusColor: #000000;
|
|
308
|
+
selectColor: #ff0000;
|
|
309
309
|
color: #ffffff80;
|
|
310
310
|
}
|
|
311
|
-
.qt-ui-section-tab-list-item[data-v-6aa2cfd4] {
|
|
312
|
-
border-radius: 99px;
|
|
313
|
-
padding-top: 5px;
|
|
314
|
-
padding-bottom: 8px;
|
|
315
|
-
background-color: transparent;
|
|
311
|
+
.qt-ui-section-tab-list-item[data-v-6aa2cfd4] {
|
|
312
|
+
border-radius: 99px;
|
|
313
|
+
padding-top: 5px;
|
|
314
|
+
padding-bottom: 8px;
|
|
315
|
+
background-color: transparent;
|
|
316
316
|
focus-background-color: #F5F5F5;
|
|
317
317
|
}
|
|
318
318
|
.tab-list-section-root-css[data-v-6aa2cfd4] {
|
|
319
319
|
}
|
|
320
320
|
.tab-list-section-list-css[data-v-6aa2cfd4] {
|
|
321
321
|
}
|
|
322
|
-
.tab-list-section-title-text-css[data-v-6aa2cfd4] {
|
|
323
|
-
width: 1920px;
|
|
324
|
-
height: 60px;
|
|
325
|
-
color: #ffffff;
|
|
322
|
+
.tab-list-section-title-text-css[data-v-6aa2cfd4] {
|
|
323
|
+
width: 1920px;
|
|
324
|
+
height: 60px;
|
|
325
|
+
color: #ffffff;
|
|
326
326
|
background-color: transparent;
|
|
327
|
-
}
|
|
328
|
-
|
|
327
|
+
}
|
|
328
|
+
|
|
329
329
|
|
|
330
330
|
|
|
331
|
-
.loading-section-css[data-v-48609f24] {
|
|
332
|
-
width: 1920px;
|
|
333
|
-
height: 1080px;
|
|
331
|
+
.loading-section-css[data-v-48609f24] {
|
|
332
|
+
width: 1920px;
|
|
333
|
+
height: 1080px;
|
|
334
334
|
background-color: transparent;
|
|
335
335
|
}
|
|
336
|
-
.loading-section-loading-css[data-v-48609f24] {
|
|
337
|
-
width: 100px;
|
|
338
|
-
height: 100px;
|
|
339
|
-
align-self: center;
|
|
336
|
+
.loading-section-loading-css[data-v-48609f24] {
|
|
337
|
+
width: 100px;
|
|
338
|
+
height: 100px;
|
|
339
|
+
align-self: center;
|
|
340
340
|
margin-top: 550px
|
|
341
|
-
}
|
|
341
|
+
}
|
|
342
|
+
|
|
342
343
|
|
|
343
344
|
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
flex-direction: column;
|
|
345
|
+
.qt-waterfall-end-section-css[data-v-70b82c43] {
|
|
346
|
+
background-color: transparent;
|
|
347
|
+
align-items: center;
|
|
348
|
+
display: flex;
|
|
349
|
+
flex-direction: column;
|
|
350
350
|
justify-content: center;
|
|
351
351
|
}
|
|
352
|
-
.qt-waterfall-end-section-text-css[data-v-70b82c43] {
|
|
353
|
-
width: 500px;
|
|
354
|
-
height: 50px;
|
|
355
|
-
color: rgba(255, 255, 255, .5);
|
|
356
|
-
align-self: center;
|
|
352
|
+
.qt-waterfall-end-section-text-css[data-v-70b82c43] {
|
|
353
|
+
width: 500px;
|
|
354
|
+
height: 50px;
|
|
355
|
+
color: rgba(255, 255, 255, .5);
|
|
356
|
+
align-self: center;
|
|
357
357
|
background-color: transparent;
|
|
358
|
-
}
|
|
358
|
+
}
|
|
359
359
|
|
|
360
360
|
|
|
361
|
-
.section-title-css[data-v-20428d40] {
|
|
362
|
-
width: 1920px;
|
|
363
|
-
height: 60px;
|
|
364
|
-
display: flex;
|
|
365
|
-
flex-direction: column;
|
|
361
|
+
.section-title-css[data-v-20428d40] {
|
|
362
|
+
width: 1920px;
|
|
363
|
+
height: 60px;
|
|
364
|
+
display: flex;
|
|
365
|
+
flex-direction: column;
|
|
366
366
|
background-color: transparent;
|
|
367
367
|
}
|
|
368
|
-
.section-title-text-css[data-v-20428d40] {
|
|
369
|
-
position: absolute;
|
|
370
|
-
width: 1920px;
|
|
371
|
-
height: 60px;
|
|
372
|
-
margin-left: 90px;
|
|
368
|
+
.section-title-text-css[data-v-20428d40] {
|
|
369
|
+
position: absolute;
|
|
370
|
+
width: 1920px;
|
|
371
|
+
height: 60px;
|
|
372
|
+
margin-left: 90px;
|
|
373
373
|
color: #ffffff;
|
|
374
|
-
}
|
|
375
|
-
|
|
374
|
+
}
|
|
375
|
+
|
|
376
376
|
|
|
377
377
|
|
|
378
|
-
.qt-ui-waterfall-blank-section[data-v-eeab4d88] {
|
|
378
|
+
.qt-ui-waterfall-blank-section[data-v-eeab4d88] {
|
|
379
379
|
background-color: transparent;
|
|
380
|
-
}
|
|
380
|
+
}
|
|
381
381
|
|
|
382
382
|
|
|
383
|
-
.qt-ui-waterfall-card-section-css[data-v-43a44788] {
|
|
383
|
+
.qt-ui-waterfall-card-section-css[data-v-43a44788] {
|
|
384
384
|
background-color: transparent;
|
|
385
385
|
}
|
|
386
|
-
.qt-ui-waterfall-card-section[data-v-43a44788] {
|
|
386
|
+
.qt-ui-waterfall-card-section[data-v-43a44788] {
|
|
387
387
|
background-color: transparent;
|
|
388
388
|
}
|
|
389
|
-
.qt-ui-waterfall-card-section-title-css[data-v-43a44788] {
|
|
390
|
-
width: 1920px;
|
|
391
|
-
height: 60px;
|
|
392
|
-
color: #ffffff;
|
|
389
|
+
.qt-ui-waterfall-card-section-title-css[data-v-43a44788] {
|
|
390
|
+
width: 1920px;
|
|
391
|
+
height: 60px;
|
|
392
|
+
color: #ffffff;
|
|
393
393
|
background-color: transparent;
|
|
394
|
-
}
|
|
395
|
-
|
|
394
|
+
}
|
|
395
|
+
|
|
396
396
|
|
|
397
397
|
|
|
398
|
-
.qt-ui-waterfall-vue-section[data-v-f8447724] {
|
|
398
|
+
.qt-ui-waterfall-vue-section[data-v-f8447724] {
|
|
399
399
|
background-color: transparent;
|
|
400
|
-
}
|
|
400
|
+
}
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
.qt-waterfall-root-css {
|
|
403
|
+
.qt-waterfall-root-css {
|
|
404
404
|
background-color: transparent;
|
|
405
|
-
}
|
|
406
|
-
|
|
405
|
+
}
|
|
406
|
+
|
|
407
407
|
|
|
408
408
|
|
|
409
409
|
.tabs-root-css {
|
|
@@ -413,24 +413,24 @@
|
|
|
413
413
|
|
|
414
414
|
|
|
415
415
|
|
|
416
|
-
.qt-ui-waterfall-vue-section[data-v-d02af3c2] {
|
|
416
|
+
.qt-ui-waterfall-vue-section[data-v-d02af3c2] {
|
|
417
417
|
background-color: transparent;
|
|
418
|
-
}
|
|
418
|
+
}
|
|
419
419
|
|
|
420
420
|
|
|
421
421
|
.content_list_view{width: 1920px;height: 210px;background-color: transparent;}
|
|
422
422
|
.clv_item{width: 316px;height: 178px;background-color: transparent;border-radius: 8px;}
|
|
423
423
|
.coverV{width: 316px;height: 178px;background-color: rgba(255,255,255,0.1);border-radius: 8px;}
|
|
424
424
|
.titMask{position: absolute;width: 316px;height: 60px;top: 118px;left: 0;}
|
|
425
|
-
.clv_item_text_box{width: 316px;height: 60px;background-color: transparent;position: absolute;left: 0;top: 118px;
|
|
425
|
+
.clv_item_text_box{width: 316px;height: 60px;background-color: transparent;position: absolute;left: 0;top: 118px;
|
|
426
426
|
border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
|
|
427
427
|
.playMark{width: 45px;height: 30px;background-color: transparent;position: absolute;top: 21px;}
|
|
428
428
|
.selectedIcon{width: 45px;height: 30px;background-color: transparent;position: absolute;top: 15px;}
|
|
429
429
|
.selectedIcon img{width: 28px;height: 30px;margin-left: 12px;}
|
|
430
430
|
.clv_item_text{width: 265px;height: 60px;position: absolute;left: 45px; color: #fff;background-color: transparent;}
|
|
431
|
-
.clv_item_text_box1{width: 316px;height: 60px;background-color: transparent;position: absolute;left: 0;top: 118px;
|
|
431
|
+
.clv_item_text_box1{width: 316px;height: 60px;background-color: transparent;position: absolute;left: 0;top: 118px;
|
|
432
432
|
border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
|
|
433
|
-
.clv_item_selected_text{width: 316px;height: 60px;background-color: transparent;
|
|
433
|
+
.clv_item_selected_text{width: 316px;height: 60px;background-color: transparent;
|
|
434
434
|
border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;color: #fff;}
|
|
435
435
|
.nav_list_view{width: 1920px;height: 80px;background-color: transparent;}
|
|
436
436
|
.nav_item{width: 168px;height: 80px;background-color: transparent;border-radius: 40px;}
|
|
@@ -438,4 +438,4 @@
|
|
|
438
438
|
.nav_item_text{width: 168px;height: 80px;position: absolute;border-radius: 40px;background-color: transparent;}
|
|
439
439
|
.text{width: 168px;height: 80px;color: #fff;position: absolute;}
|
|
440
440
|
.text_selected{width: 168px;height: 80px;color:#0D71FF;position: absolute;}
|
|
441
|
-
.line{background-color:#0D71FF; width: 34px;height: 6px;position: absolute;left: 67px;top: 74px;}
|
|
441
|
+
.line{background-color:#0D71FF; width: 34px;height: 6px;position: absolute;left: 67px;top: 74px;}
|