@n8n/design-system 1.70.0
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/.eslintrc.js +47 -0
- package/.turbo/turbo-build.log +17 -0
- package/LICENSE.md +88 -0
- package/README.md +51 -0
- package/biome.jsonc +7 -0
- package/chromatic.config.json +4 -0
- package/dist/.nojekyll +0 -0
- package/dist/assets/images/storybook-logo-dark.png +0 -0
- package/dist/assets/images/storybook-logo-light.png +0 -0
- package/dist/design-system.css +1 -0
- package/dist/n8n-design-system.es.js +32107 -0
- package/dist/n8n-design-system.umd.js +551 -0
- package/package.json +16 -0
- package/postcss.config.js +6 -0
- package/public/.nojekyll +0 -0
- package/public/assets/images/storybook-logo-dark.png +0 -0
- package/public/assets/images/storybook-logo-light.png +0 -0
- package/src/css/fonts/element-icons.ttf +0 -0
- package/src/css/fonts/element-icons.woff +0 -0
- package/src/css/tailwind/index.css +3 -0
- package/src/index.ts +8 -0
- package/tailwind.config.js +8 -0
- package/theme/preview/docs.min.css +2379 -0
- package/theme/preview/index.html +1334 -0
- package/tsconfig.json +21 -0
- package/vite.config.mts +60 -0
|
@@ -0,0 +1,2379 @@
|
|
|
1
|
+
.color-wrap {
|
|
2
|
+
padding: 20px;
|
|
3
|
+
}
|
|
4
|
+
.box-card-header {
|
|
5
|
+
display: flex;
|
|
6
|
+
justify-content: space-between;
|
|
7
|
+
align-items: center;
|
|
8
|
+
}
|
|
9
|
+
.demo-line {
|
|
10
|
+
margin: 15px 0;
|
|
11
|
+
}
|
|
12
|
+
.component-preview h4 {
|
|
13
|
+
font-size: 20px;
|
|
14
|
+
margin: 40px 0 20px;
|
|
15
|
+
color: #909399;
|
|
16
|
+
}
|
|
17
|
+
.demo-block {
|
|
18
|
+
border: 1px solid #ebebeb;
|
|
19
|
+
border-radius: 3px;
|
|
20
|
+
transition: 0.2s;
|
|
21
|
+
}
|
|
22
|
+
.demo-block.hover {
|
|
23
|
+
box-shadow:
|
|
24
|
+
0 0 8px 0 rgba(232, 237, 250, 0.6),
|
|
25
|
+
0 2px 4px 0 rgba(232, 237, 250, 0.5);
|
|
26
|
+
}
|
|
27
|
+
.demo-block code {
|
|
28
|
+
font-family: Menlo, Monaco, Consolas, Courier, monospace;
|
|
29
|
+
}
|
|
30
|
+
.demo-block .demo-button {
|
|
31
|
+
float: right;
|
|
32
|
+
}
|
|
33
|
+
.demo-block .source {
|
|
34
|
+
padding: 24px;
|
|
35
|
+
}
|
|
36
|
+
.demo-block .meta {
|
|
37
|
+
background-color: #fafafa;
|
|
38
|
+
border-top: 1px solid #eaeefb;
|
|
39
|
+
overflow: hidden;
|
|
40
|
+
height: 0;
|
|
41
|
+
transition: height 0.2s;
|
|
42
|
+
}
|
|
43
|
+
.demo-block .description {
|
|
44
|
+
padding: 20px;
|
|
45
|
+
box-sizing: border-box;
|
|
46
|
+
border: 1px solid #ebebeb;
|
|
47
|
+
border-radius: 3px;
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
line-height: 22px;
|
|
50
|
+
color: #666;
|
|
51
|
+
word-break: break-word;
|
|
52
|
+
margin: 10px;
|
|
53
|
+
background-color: #fff;
|
|
54
|
+
}
|
|
55
|
+
.demo-block .description p {
|
|
56
|
+
margin: 0;
|
|
57
|
+
line-height: 26px;
|
|
58
|
+
}
|
|
59
|
+
.demo-block .description code {
|
|
60
|
+
color: #5e6d82;
|
|
61
|
+
background-color: #e6effb;
|
|
62
|
+
margin: 0 4px;
|
|
63
|
+
display: inline-block;
|
|
64
|
+
padding: 1px 5px;
|
|
65
|
+
font-size: 12px;
|
|
66
|
+
border-radius: 3px;
|
|
67
|
+
height: 18px;
|
|
68
|
+
line-height: 18px;
|
|
69
|
+
}
|
|
70
|
+
.demo-block .highlight pre {
|
|
71
|
+
margin: 0;
|
|
72
|
+
}
|
|
73
|
+
.demo-block .highlight code.hljs {
|
|
74
|
+
margin: 0;
|
|
75
|
+
border: none;
|
|
76
|
+
max-height: none;
|
|
77
|
+
border-radius: 0;
|
|
78
|
+
}
|
|
79
|
+
.demo-block .highlight code.hljs:before {
|
|
80
|
+
content: none;
|
|
81
|
+
}
|
|
82
|
+
.demo-block .demo-block-control {
|
|
83
|
+
border-top: 1px solid #eaeefb;
|
|
84
|
+
height: 44px;
|
|
85
|
+
box-sizing: border-box;
|
|
86
|
+
background-color: #fff;
|
|
87
|
+
border-bottom-left-radius: 4px;
|
|
88
|
+
border-bottom-right-radius: 4px;
|
|
89
|
+
text-align: center;
|
|
90
|
+
margin-top: -1px;
|
|
91
|
+
color: #d3dce6;
|
|
92
|
+
cursor: pointer;
|
|
93
|
+
position: relative;
|
|
94
|
+
}
|
|
95
|
+
.demo-block .demo-block-control.is-fixed {
|
|
96
|
+
position: fixed;
|
|
97
|
+
bottom: 0;
|
|
98
|
+
width: 868px;
|
|
99
|
+
}
|
|
100
|
+
.demo-block .demo-block-control i {
|
|
101
|
+
font-size: 16px;
|
|
102
|
+
line-height: 44px;
|
|
103
|
+
transition: 0.3s;
|
|
104
|
+
}
|
|
105
|
+
.demo-block .demo-block-control i.hovering {
|
|
106
|
+
transform: translateX(-40px);
|
|
107
|
+
}
|
|
108
|
+
.demo-block .demo-block-control > span {
|
|
109
|
+
position: absolute;
|
|
110
|
+
transform: translateX(-30px);
|
|
111
|
+
font-size: 14px;
|
|
112
|
+
line-height: 44px;
|
|
113
|
+
transition: 0.3s;
|
|
114
|
+
display: inline-block;
|
|
115
|
+
}
|
|
116
|
+
.demo-block .demo-block-control:hover {
|
|
117
|
+
color: #409eff;
|
|
118
|
+
background-color: #f9fafc;
|
|
119
|
+
}
|
|
120
|
+
.demo-block .demo-block-control .text-slide-enter,
|
|
121
|
+
.demo-block .demo-block-control .text-slide-leave-active {
|
|
122
|
+
opacity: 0;
|
|
123
|
+
transform: translateX(10px);
|
|
124
|
+
}
|
|
125
|
+
.demo-block .demo-block-control .control-button {
|
|
126
|
+
line-height: 26px;
|
|
127
|
+
position: absolute;
|
|
128
|
+
top: 0;
|
|
129
|
+
right: 0;
|
|
130
|
+
font-size: 14px;
|
|
131
|
+
padding-left: 5px;
|
|
132
|
+
padding-right: 25px;
|
|
133
|
+
}
|
|
134
|
+
.footer {
|
|
135
|
+
background-color: #f7fbfd;
|
|
136
|
+
width: 100%;
|
|
137
|
+
padding: 40px 150px;
|
|
138
|
+
margin-top: -340px;
|
|
139
|
+
box-sizing: border-box;
|
|
140
|
+
height: 340px;
|
|
141
|
+
}
|
|
142
|
+
.footer .container {
|
|
143
|
+
box-sizing: border-box;
|
|
144
|
+
width: auto;
|
|
145
|
+
}
|
|
146
|
+
.footer .footer-main {
|
|
147
|
+
font-size: 0;
|
|
148
|
+
display: inline-block;
|
|
149
|
+
vertical-align: top;
|
|
150
|
+
margin-right: 110px;
|
|
151
|
+
}
|
|
152
|
+
.footer .footer-main h4 {
|
|
153
|
+
font-size: 18px;
|
|
154
|
+
color: #333;
|
|
155
|
+
line-height: 1;
|
|
156
|
+
margin: 0 0 15px;
|
|
157
|
+
}
|
|
158
|
+
.footer .footer-main .footer-main-link {
|
|
159
|
+
display: block;
|
|
160
|
+
margin: 0;
|
|
161
|
+
line-height: 2;
|
|
162
|
+
font-size: 14px;
|
|
163
|
+
color: #666;
|
|
164
|
+
}
|
|
165
|
+
.footer .footer-main .footer-main-link:hover {
|
|
166
|
+
color: #333;
|
|
167
|
+
}
|
|
168
|
+
.footer .footer-social {
|
|
169
|
+
float: right;
|
|
170
|
+
text-align: right;
|
|
171
|
+
}
|
|
172
|
+
.footer .footer-social .footer-social-title {
|
|
173
|
+
color: #666;
|
|
174
|
+
font-size: 18px;
|
|
175
|
+
line-height: 1;
|
|
176
|
+
margin: 0 0 20px;
|
|
177
|
+
padding: 0;
|
|
178
|
+
font-weight: 700;
|
|
179
|
+
}
|
|
180
|
+
.footer .footer-social .elementdoc {
|
|
181
|
+
transition: 0.3s;
|
|
182
|
+
display: inline-block;
|
|
183
|
+
line-height: 32px;
|
|
184
|
+
text-align: center;
|
|
185
|
+
color: #c8d6e8;
|
|
186
|
+
background-color: transparent;
|
|
187
|
+
size: 32px;
|
|
188
|
+
font-size: 32px;
|
|
189
|
+
vertical-align: middle;
|
|
190
|
+
margin-right: 20px;
|
|
191
|
+
}
|
|
192
|
+
.footer .footer-social .elementdoc:hover {
|
|
193
|
+
transform: scale(1.2);
|
|
194
|
+
color: #8d99ab;
|
|
195
|
+
}
|
|
196
|
+
.footer .footer-social .doc-icon-gitter {
|
|
197
|
+
margin-right: 0;
|
|
198
|
+
}
|
|
199
|
+
.el-popover.footer-popover {
|
|
200
|
+
padding: 0;
|
|
201
|
+
min-width: 120px;
|
|
202
|
+
line-height: normal;
|
|
203
|
+
box-shadow: 0 0 11px 0 rgba(174, 187, 211, 0.24);
|
|
204
|
+
}
|
|
205
|
+
.el-popover.footer-popover .footer-popover-title {
|
|
206
|
+
border-bottom: 1px solid #eaeefb;
|
|
207
|
+
height: 30px;
|
|
208
|
+
line-height: 30px;
|
|
209
|
+
text-align: center;
|
|
210
|
+
color: #99a9bf;
|
|
211
|
+
background-color: #f8f9fe;
|
|
212
|
+
}
|
|
213
|
+
.el-popover.footer-popover img {
|
|
214
|
+
size: 100px;
|
|
215
|
+
margin: 10px;
|
|
216
|
+
}
|
|
217
|
+
@media (max-width: 1140px) {
|
|
218
|
+
.footer {
|
|
219
|
+
height: auto;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
@media (max-width: 1000px) {
|
|
223
|
+
.footer-social {
|
|
224
|
+
display: none;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
@media (max-width: 768px) {
|
|
228
|
+
.footer .footer-main {
|
|
229
|
+
margin-bottom: 30px;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
.theme-picker {
|
|
233
|
+
height: 80px;
|
|
234
|
+
display: inline-block;
|
|
235
|
+
}
|
|
236
|
+
.theme-picker .el-color-picker__trigger {
|
|
237
|
+
vertical-align: middle;
|
|
238
|
+
}
|
|
239
|
+
.theme-picker-dropdown .el-color-dropdown__link-btn {
|
|
240
|
+
display: none;
|
|
241
|
+
}
|
|
242
|
+
.algolia-search {
|
|
243
|
+
width: 450px !important;
|
|
244
|
+
}
|
|
245
|
+
.algolia-search.is-empty .el-autocomplete-suggestion__list {
|
|
246
|
+
padding-bottom: 0;
|
|
247
|
+
}
|
|
248
|
+
.algolia-search .el-autocomplete-suggestion__list {
|
|
249
|
+
position: static !important;
|
|
250
|
+
padding-bottom: 28px;
|
|
251
|
+
}
|
|
252
|
+
.algolia-search li {
|
|
253
|
+
border-bottom: 1px solid #ebebeb;
|
|
254
|
+
}
|
|
255
|
+
.algolia-search li:last-child {
|
|
256
|
+
border-bottom: none;
|
|
257
|
+
}
|
|
258
|
+
.algolia-search .algolia-highlight {
|
|
259
|
+
color: #409eff;
|
|
260
|
+
font-weight: 700;
|
|
261
|
+
}
|
|
262
|
+
.algolia-search .algolia-search-title {
|
|
263
|
+
font-size: 14px;
|
|
264
|
+
margin: 6px 0;
|
|
265
|
+
line-height: 1.8;
|
|
266
|
+
}
|
|
267
|
+
.algolia-search .algolia-search-separator {
|
|
268
|
+
padding: 0 6px;
|
|
269
|
+
}
|
|
270
|
+
.algolia-search .algolia-search-content {
|
|
271
|
+
font-size: 12px;
|
|
272
|
+
margin: 6px 0;
|
|
273
|
+
line-height: 2.4;
|
|
274
|
+
overflow: hidden;
|
|
275
|
+
text-overflow: ellipsis;
|
|
276
|
+
white-space: nowrap;
|
|
277
|
+
}
|
|
278
|
+
.algolia-search .algolia-search-link {
|
|
279
|
+
position: absolute;
|
|
280
|
+
bottom: 0;
|
|
281
|
+
left: 0;
|
|
282
|
+
width: 100%;
|
|
283
|
+
padding-right: 20px;
|
|
284
|
+
background-color: #e4e7ed;
|
|
285
|
+
border-bottom-left-radius: 4px;
|
|
286
|
+
border-bottom-right-radius: 4px;
|
|
287
|
+
box-sizing: border-box;
|
|
288
|
+
text-align: right;
|
|
289
|
+
}
|
|
290
|
+
.algolia-search .algolia-search-link:hover {
|
|
291
|
+
background-color: #e4e7ed;
|
|
292
|
+
}
|
|
293
|
+
.algolia-search .algolia-search-link img {
|
|
294
|
+
display: inline-block;
|
|
295
|
+
height: 17px;
|
|
296
|
+
margin-top: 10px;
|
|
297
|
+
}
|
|
298
|
+
.algolia-search .algolia-search-empty {
|
|
299
|
+
margin: 5px 0;
|
|
300
|
+
text-align: center;
|
|
301
|
+
color: #999;
|
|
302
|
+
}
|
|
303
|
+
.progress[data-v-3285c94c] {
|
|
304
|
+
position: fixed;
|
|
305
|
+
top: 0;
|
|
306
|
+
left: 0;
|
|
307
|
+
right: 0;
|
|
308
|
+
height: 2px;
|
|
309
|
+
width: 0;
|
|
310
|
+
transition:
|
|
311
|
+
width 0.2s,
|
|
312
|
+
opacity 0.4s;
|
|
313
|
+
opacity: 1;
|
|
314
|
+
z-index: 999999;
|
|
315
|
+
}
|
|
316
|
+
.loadingClass {
|
|
317
|
+
z-index: 0 !important;
|
|
318
|
+
}
|
|
319
|
+
.loadingClass .el-loading-spinner {
|
|
320
|
+
top: 0;
|
|
321
|
+
margin-top: 30%;
|
|
322
|
+
}
|
|
323
|
+
.headerWrapper[data-v-70469f40] {
|
|
324
|
+
height: 80px;
|
|
325
|
+
}
|
|
326
|
+
#v3-banner[data-v-70469f40] {
|
|
327
|
+
background-color: #409eff;
|
|
328
|
+
min-height: 30px;
|
|
329
|
+
padding: 5px 60px;
|
|
330
|
+
z-index: 19;
|
|
331
|
+
box-sizing: border-box;
|
|
332
|
+
text-align: center;
|
|
333
|
+
color: #eee;
|
|
334
|
+
}
|
|
335
|
+
#v3-banner a[data-v-70469f40] {
|
|
336
|
+
color: #fff;
|
|
337
|
+
font-weight: 700;
|
|
338
|
+
}
|
|
339
|
+
.header[data-v-70469f40] {
|
|
340
|
+
height: 80px;
|
|
341
|
+
background-color: #fff;
|
|
342
|
+
color: #fff;
|
|
343
|
+
top: 0;
|
|
344
|
+
left: 0;
|
|
345
|
+
width: 100%;
|
|
346
|
+
line-height: 80px;
|
|
347
|
+
z-index: 100;
|
|
348
|
+
position: relative;
|
|
349
|
+
}
|
|
350
|
+
.header .container[data-v-70469f40] {
|
|
351
|
+
height: 100%;
|
|
352
|
+
box-sizing: border-box;
|
|
353
|
+
border-bottom: 1px solid #dcdfe6;
|
|
354
|
+
}
|
|
355
|
+
.header .nav-lang-spe[data-v-70469f40] {
|
|
356
|
+
color: #888;
|
|
357
|
+
}
|
|
358
|
+
.header h1[data-v-70469f40] {
|
|
359
|
+
margin: 0;
|
|
360
|
+
float: left;
|
|
361
|
+
font-size: 32px;
|
|
362
|
+
font-weight: 400;
|
|
363
|
+
}
|
|
364
|
+
.header h1 a[data-v-70469f40] {
|
|
365
|
+
color: #333;
|
|
366
|
+
text-decoration: none;
|
|
367
|
+
display: block;
|
|
368
|
+
}
|
|
369
|
+
.header h1 span[data-v-70469f40] {
|
|
370
|
+
font-size: 12px;
|
|
371
|
+
display: inline-block;
|
|
372
|
+
width: 34px;
|
|
373
|
+
height: 18px;
|
|
374
|
+
border: 1px solid hsla(0, 0%, 100%, 0.5);
|
|
375
|
+
text-align: center;
|
|
376
|
+
line-height: 18px;
|
|
377
|
+
vertical-align: middle;
|
|
378
|
+
margin-left: 10px;
|
|
379
|
+
border-radius: 3px;
|
|
380
|
+
}
|
|
381
|
+
.header .nav[data-v-70469f40] {
|
|
382
|
+
float: right;
|
|
383
|
+
height: 100%;
|
|
384
|
+
line-height: 80px;
|
|
385
|
+
background: transparent;
|
|
386
|
+
padding: 0;
|
|
387
|
+
margin: 0;
|
|
388
|
+
}
|
|
389
|
+
.header .nav[data-v-70469f40]:after,
|
|
390
|
+
.header .nav[data-v-70469f40]:before {
|
|
391
|
+
display: table;
|
|
392
|
+
content: '';
|
|
393
|
+
}
|
|
394
|
+
.header .nav[data-v-70469f40]:after {
|
|
395
|
+
clear: both;
|
|
396
|
+
}
|
|
397
|
+
.header .nav-gap[data-v-70469f40] {
|
|
398
|
+
position: relative;
|
|
399
|
+
width: 1px;
|
|
400
|
+
height: 80px;
|
|
401
|
+
padding: 0 20px;
|
|
402
|
+
}
|
|
403
|
+
.header .nav-gap[data-v-70469f40]:before {
|
|
404
|
+
content: '';
|
|
405
|
+
position: absolute;
|
|
406
|
+
top: calc(50% - 8px);
|
|
407
|
+
width: 1px;
|
|
408
|
+
height: 16px;
|
|
409
|
+
background: #ebebeb;
|
|
410
|
+
}
|
|
411
|
+
.header .nav-logo-small[data-v-70469f40],
|
|
412
|
+
.header .nav-logo[data-v-70469f40] {
|
|
413
|
+
vertical-align: sub;
|
|
414
|
+
}
|
|
415
|
+
.header .nav-logo-small[data-v-70469f40] {
|
|
416
|
+
display: none;
|
|
417
|
+
}
|
|
418
|
+
.header .nav-item[data-v-70469f40] {
|
|
419
|
+
margin: 0;
|
|
420
|
+
float: left;
|
|
421
|
+
list-style: none;
|
|
422
|
+
position: relative;
|
|
423
|
+
cursor: pointer;
|
|
424
|
+
}
|
|
425
|
+
.header .nav-item.nav-algolia-search[data-v-70469f40] {
|
|
426
|
+
cursor: default;
|
|
427
|
+
}
|
|
428
|
+
.header .nav-item.lang-item[data-v-70469f40],
|
|
429
|
+
.header .nav-item[data-v-70469f40]:last-child {
|
|
430
|
+
cursor: default;
|
|
431
|
+
margin-left: 34px;
|
|
432
|
+
}
|
|
433
|
+
.header .nav-item.lang-item span[data-v-70469f40],
|
|
434
|
+
.header .nav-item:last-child span[data-v-70469f40] {
|
|
435
|
+
opacity: 0.8;
|
|
436
|
+
}
|
|
437
|
+
.header .nav-item.lang-item .nav-lang[data-v-70469f40],
|
|
438
|
+
.header .nav-item:last-child .nav-lang[data-v-70469f40] {
|
|
439
|
+
cursor: pointer;
|
|
440
|
+
display: inline-block;
|
|
441
|
+
height: 100%;
|
|
442
|
+
color: #888;
|
|
443
|
+
}
|
|
444
|
+
.header .nav-item.lang-item .nav-lang[data-v-70469f40]:hover,
|
|
445
|
+
.header .nav-item:last-child .nav-lang[data-v-70469f40]:hover {
|
|
446
|
+
color: #409eff;
|
|
447
|
+
}
|
|
448
|
+
.header .nav-item.lang-item .nav-lang.active[data-v-70469f40],
|
|
449
|
+
.header .nav-item:last-child .nav-lang.active[data-v-70469f40] {
|
|
450
|
+
font-weight: 700;
|
|
451
|
+
color: #409eff;
|
|
452
|
+
}
|
|
453
|
+
.header .nav-item a[data-v-70469f40] {
|
|
454
|
+
text-decoration: none;
|
|
455
|
+
color: #1989fa;
|
|
456
|
+
opacity: 0.5;
|
|
457
|
+
display: block;
|
|
458
|
+
padding: 0 22px;
|
|
459
|
+
}
|
|
460
|
+
.header .nav-item a.active[data-v-70469f40],
|
|
461
|
+
.header .nav-item a[data-v-70469f40]:hover {
|
|
462
|
+
opacity: 1;
|
|
463
|
+
}
|
|
464
|
+
.header .nav-item a.active[data-v-70469f40]:after {
|
|
465
|
+
content: '';
|
|
466
|
+
display: inline-block;
|
|
467
|
+
position: absolute;
|
|
468
|
+
bottom: 0;
|
|
469
|
+
left: calc(50% - 15px);
|
|
470
|
+
width: 30px;
|
|
471
|
+
height: 2px;
|
|
472
|
+
background: #409eff;
|
|
473
|
+
}
|
|
474
|
+
.nav-dropdown[data-v-70469f40] {
|
|
475
|
+
margin-bottom: 6px;
|
|
476
|
+
padding-left: 18px;
|
|
477
|
+
width: 100%;
|
|
478
|
+
}
|
|
479
|
+
.nav-dropdown span[data-v-70469f40] {
|
|
480
|
+
display: block;
|
|
481
|
+
width: 100%;
|
|
482
|
+
font-size: 16px;
|
|
483
|
+
color: #888;
|
|
484
|
+
line-height: 40px;
|
|
485
|
+
transition: 0.2s;
|
|
486
|
+
padding-bottom: 6px;
|
|
487
|
+
user-select: none;
|
|
488
|
+
}
|
|
489
|
+
.nav-dropdown span[data-v-70469f40]:hover {
|
|
490
|
+
cursor: pointer;
|
|
491
|
+
}
|
|
492
|
+
.nav-dropdown i[data-v-70469f40] {
|
|
493
|
+
transition: 0.2s;
|
|
494
|
+
font-size: 12px;
|
|
495
|
+
color: #979797;
|
|
496
|
+
transform: translateY(-2px);
|
|
497
|
+
}
|
|
498
|
+
.nav-dropdown .is-active i[data-v-70469f40],
|
|
499
|
+
.nav-dropdown .is-active span[data-v-70469f40] {
|
|
500
|
+
color: #409eff;
|
|
501
|
+
}
|
|
502
|
+
.nav-dropdown .is-active i[data-v-70469f40] {
|
|
503
|
+
transform: rotate(180deg) translateY(3px);
|
|
504
|
+
}
|
|
505
|
+
.nav-dropdown:hover i[data-v-70469f40],
|
|
506
|
+
.nav-dropdown:hover span[data-v-70469f40] {
|
|
507
|
+
color: #409eff;
|
|
508
|
+
}
|
|
509
|
+
.nav-dropdown-list[data-v-70469f40] {
|
|
510
|
+
width: auto;
|
|
511
|
+
}
|
|
512
|
+
@media (max-width: 850px) {
|
|
513
|
+
.header .nav-logo[data-v-70469f40] {
|
|
514
|
+
display: none;
|
|
515
|
+
}
|
|
516
|
+
.header .nav-logo-small[data-v-70469f40] {
|
|
517
|
+
display: inline-block;
|
|
518
|
+
}
|
|
519
|
+
.header .nav-item[data-v-70469f40] {
|
|
520
|
+
margin-left: 6px;
|
|
521
|
+
}
|
|
522
|
+
.header .nav-item.lang-item[data-v-70469f40],
|
|
523
|
+
.header .nav-item[data-v-70469f40]:last-child {
|
|
524
|
+
margin-left: 10px;
|
|
525
|
+
}
|
|
526
|
+
.header .nav-item a[data-v-70469f40] {
|
|
527
|
+
padding: 0 5px;
|
|
528
|
+
}
|
|
529
|
+
.header .nav-algolia-search[data-v-70469f40],
|
|
530
|
+
.header .nav-theme-switch[data-v-70469f40] {
|
|
531
|
+
display: none;
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
@media (max-width: 700px) {
|
|
535
|
+
.header .container[data-v-70469f40] {
|
|
536
|
+
padding: 0 12px;
|
|
537
|
+
}
|
|
538
|
+
.header .nav-item a[data-v-70469f40] {
|
|
539
|
+
font-size: 12px;
|
|
540
|
+
vertical-align: top;
|
|
541
|
+
}
|
|
542
|
+
.header .nav-item.lang-item[data-v-70469f40] {
|
|
543
|
+
height: 100%;
|
|
544
|
+
}
|
|
545
|
+
.header .nav-item.lang-item .nav-lang[data-v-70469f40] {
|
|
546
|
+
display: flex;
|
|
547
|
+
align-items: center;
|
|
548
|
+
}
|
|
549
|
+
.header .nav-item.lang-item .nav-lang span[data-v-70469f40] {
|
|
550
|
+
padding-bottom: 0;
|
|
551
|
+
}
|
|
552
|
+
.header .nav-dropdown[data-v-70469f40] {
|
|
553
|
+
padding: 0;
|
|
554
|
+
}
|
|
555
|
+
.header .nav-dropdown span[data-v-70469f40] {
|
|
556
|
+
font-size: 12px;
|
|
557
|
+
}
|
|
558
|
+
.header .nav-gap[data-v-70469f40] {
|
|
559
|
+
padding: 0 8px;
|
|
560
|
+
}
|
|
561
|
+
.header .nav-versions[data-v-70469f40] {
|
|
562
|
+
display: none;
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
.side-nav {
|
|
566
|
+
width: 100%;
|
|
567
|
+
box-sizing: border-box;
|
|
568
|
+
padding-right: 30px;
|
|
569
|
+
transition: opacity 0.3s;
|
|
570
|
+
}
|
|
571
|
+
.side-nav.is-fade {
|
|
572
|
+
transition: opacity 3s;
|
|
573
|
+
}
|
|
574
|
+
.side-nav li {
|
|
575
|
+
list-style: none;
|
|
576
|
+
}
|
|
577
|
+
.side-nav ul {
|
|
578
|
+
padding: 0;
|
|
579
|
+
margin: 0;
|
|
580
|
+
overflow: hidden;
|
|
581
|
+
}
|
|
582
|
+
.side-nav > ul > .nav-item > a {
|
|
583
|
+
margin-top: 15px;
|
|
584
|
+
}
|
|
585
|
+
.side-nav > ul > .nav-item:nth-child(-n + 4) > a {
|
|
586
|
+
margin-top: 0;
|
|
587
|
+
}
|
|
588
|
+
.side-nav .nav-item a {
|
|
589
|
+
font-size: 16px;
|
|
590
|
+
color: #333;
|
|
591
|
+
line-height: 40px;
|
|
592
|
+
height: 40px;
|
|
593
|
+
margin: 0;
|
|
594
|
+
padding: 0;
|
|
595
|
+
text-decoration: none;
|
|
596
|
+
display: block;
|
|
597
|
+
position: relative;
|
|
598
|
+
transition: 0.15s ease-out;
|
|
599
|
+
font-weight: 700;
|
|
600
|
+
}
|
|
601
|
+
.side-nav .nav-item a.active {
|
|
602
|
+
color: #409eff;
|
|
603
|
+
}
|
|
604
|
+
.side-nav .nav-item .nav-item a {
|
|
605
|
+
display: block;
|
|
606
|
+
height: 40px;
|
|
607
|
+
color: #444;
|
|
608
|
+
line-height: 40px;
|
|
609
|
+
font-size: 14px;
|
|
610
|
+
overflow: hidden;
|
|
611
|
+
white-space: nowrap;
|
|
612
|
+
text-overflow: ellipsis;
|
|
613
|
+
font-weight: 400;
|
|
614
|
+
}
|
|
615
|
+
.side-nav .nav-item .nav-item a.active,
|
|
616
|
+
.side-nav .nav-item .nav-item a:hover {
|
|
617
|
+
color: #409eff;
|
|
618
|
+
}
|
|
619
|
+
.side-nav .nav-item.sponsors > .sub-nav {
|
|
620
|
+
margin-top: -10px;
|
|
621
|
+
}
|
|
622
|
+
.side-nav .nav-item.sponsors > a {
|
|
623
|
+
color: #777;
|
|
624
|
+
font-weight: 300;
|
|
625
|
+
font-size: 14px;
|
|
626
|
+
}
|
|
627
|
+
.side-nav .nav-item.sponsors .nav-item {
|
|
628
|
+
display: inline-block;
|
|
629
|
+
}
|
|
630
|
+
.side-nav .nav-item.sponsors .nav-item a {
|
|
631
|
+
height: auto;
|
|
632
|
+
display: inline-block;
|
|
633
|
+
vertical-align: middle;
|
|
634
|
+
margin: 8px 12px 12px 0;
|
|
635
|
+
}
|
|
636
|
+
.side-nav .nav-item.sponsors .nav-item a img {
|
|
637
|
+
width: 42px;
|
|
638
|
+
}
|
|
639
|
+
.side-nav .nav-item.sponsors .nav-item:first-child a img {
|
|
640
|
+
width: 36px;
|
|
641
|
+
}
|
|
642
|
+
.side-nav .nav-group__title {
|
|
643
|
+
font-size: 12px;
|
|
644
|
+
color: #999;
|
|
645
|
+
line-height: 26px;
|
|
646
|
+
margin-top: 15px;
|
|
647
|
+
}
|
|
648
|
+
.side-nav #code-sponsor-widget {
|
|
649
|
+
margin: 0 0 0 -20px;
|
|
650
|
+
}
|
|
651
|
+
.nav-dropdown-list {
|
|
652
|
+
width: 120px;
|
|
653
|
+
margin-top: -8px;
|
|
654
|
+
}
|
|
655
|
+
.footer-nav,
|
|
656
|
+
.nav-dropdown-list li {
|
|
657
|
+
font-size: 14px;
|
|
658
|
+
}
|
|
659
|
+
.footer-nav {
|
|
660
|
+
padding: 40px 0;
|
|
661
|
+
color: #333;
|
|
662
|
+
}
|
|
663
|
+
.footer-nav:after {
|
|
664
|
+
content: '';
|
|
665
|
+
display: block;
|
|
666
|
+
clear: both;
|
|
667
|
+
}
|
|
668
|
+
.footer-nav i {
|
|
669
|
+
transition: 0.3s;
|
|
670
|
+
color: #999;
|
|
671
|
+
vertical-align: baseline;
|
|
672
|
+
}
|
|
673
|
+
.footer-nav-link {
|
|
674
|
+
cursor: pointer;
|
|
675
|
+
transition: 0.3s;
|
|
676
|
+
}
|
|
677
|
+
.footer-nav-link:hover,
|
|
678
|
+
.footer-nav-link:hover i {
|
|
679
|
+
color: #409eff;
|
|
680
|
+
}
|
|
681
|
+
.footer-nav-left {
|
|
682
|
+
float: left;
|
|
683
|
+
margin-left: -4px;
|
|
684
|
+
}
|
|
685
|
+
.footer-nav-right {
|
|
686
|
+
float: right;
|
|
687
|
+
margin-right: -4px;
|
|
688
|
+
}
|
|
689
|
+
.demo-block.demo-alert .el-alert {
|
|
690
|
+
margin: 20px 0 0;
|
|
691
|
+
}
|
|
692
|
+
.demo-block.demo-alert .el-alert:first-child {
|
|
693
|
+
margin: 0;
|
|
694
|
+
}
|
|
695
|
+
.demo-badge.demo-block .el-dropdown {
|
|
696
|
+
vertical-align: middle;
|
|
697
|
+
}
|
|
698
|
+
.demo-badge.demo-block .share-button {
|
|
699
|
+
width: 36px;
|
|
700
|
+
padding: 10px;
|
|
701
|
+
}
|
|
702
|
+
.demo-badge.demo-block .mark {
|
|
703
|
+
margin-top: 8px;
|
|
704
|
+
line-height: 1;
|
|
705
|
+
float: right;
|
|
706
|
+
}
|
|
707
|
+
.demo-badge.demo-block .item {
|
|
708
|
+
margin-right: 40px;
|
|
709
|
+
}
|
|
710
|
+
.demo-border .text {
|
|
711
|
+
width: 15%;
|
|
712
|
+
}
|
|
713
|
+
.demo-border .line {
|
|
714
|
+
width: 70%;
|
|
715
|
+
}
|
|
716
|
+
.demo-border .line div {
|
|
717
|
+
width: 100%;
|
|
718
|
+
height: 0;
|
|
719
|
+
border-top: 1px solid #eee;
|
|
720
|
+
}
|
|
721
|
+
.demo-border .line .dashed {
|
|
722
|
+
border-top: 2px dashed #eee;
|
|
723
|
+
}
|
|
724
|
+
.demo-shadow {
|
|
725
|
+
height: 100px;
|
|
726
|
+
width: 50%;
|
|
727
|
+
border: 1px solid #eee;
|
|
728
|
+
}
|
|
729
|
+
.demo-shadow-text {
|
|
730
|
+
line-height: 50px;
|
|
731
|
+
color: #666;
|
|
732
|
+
font-size: 14px;
|
|
733
|
+
}
|
|
734
|
+
.demo-radius .title {
|
|
735
|
+
color: #666;
|
|
736
|
+
font-size: 18px;
|
|
737
|
+
margin: 10px 0;
|
|
738
|
+
}
|
|
739
|
+
.demo-radius .value {
|
|
740
|
+
color: #333;
|
|
741
|
+
font-size: 16px;
|
|
742
|
+
margin: 10px 0;
|
|
743
|
+
}
|
|
744
|
+
.demo-radius .radius {
|
|
745
|
+
height: 60px;
|
|
746
|
+
width: 70%;
|
|
747
|
+
border: 1px solid #d7dae2;
|
|
748
|
+
border-radius: 0;
|
|
749
|
+
margin-top: 20px;
|
|
750
|
+
}
|
|
751
|
+
.demo-radius .radius-30 {
|
|
752
|
+
border-radius: 30px;
|
|
753
|
+
}
|
|
754
|
+
.demo-block.demo-button .el-row {
|
|
755
|
+
margin-bottom: 20px;
|
|
756
|
+
}
|
|
757
|
+
.demo-block.demo-button .el-row:last-child {
|
|
758
|
+
margin-bottom: 0;
|
|
759
|
+
}
|
|
760
|
+
.demo-block.demo-button .el-button + .el-button {
|
|
761
|
+
margin-left: 10px;
|
|
762
|
+
}
|
|
763
|
+
.demo-block.demo-button .el-button-group .el-button + .el-button {
|
|
764
|
+
margin-left: 0;
|
|
765
|
+
}
|
|
766
|
+
.demo-block.demo-button .el-button-group + .el-button-group {
|
|
767
|
+
margin-left: 10px;
|
|
768
|
+
}
|
|
769
|
+
.demo-calendar.demo-block .is-selected {
|
|
770
|
+
color: #1989fa;
|
|
771
|
+
}
|
|
772
|
+
.demo-block.demo-card .text {
|
|
773
|
+
font-size: 14px;
|
|
774
|
+
}
|
|
775
|
+
.demo-block.demo-card .time {
|
|
776
|
+
font-size: 13px;
|
|
777
|
+
color: #999;
|
|
778
|
+
}
|
|
779
|
+
.demo-block.demo-card .bottom {
|
|
780
|
+
margin-top: 13px;
|
|
781
|
+
line-height: 12px;
|
|
782
|
+
}
|
|
783
|
+
.demo-block.demo-card .item {
|
|
784
|
+
margin-bottom: 18px;
|
|
785
|
+
}
|
|
786
|
+
.demo-block.demo-card .button {
|
|
787
|
+
padding: 0;
|
|
788
|
+
float: right;
|
|
789
|
+
}
|
|
790
|
+
.demo-block.demo-card .image {
|
|
791
|
+
width: 100%;
|
|
792
|
+
display: block;
|
|
793
|
+
}
|
|
794
|
+
.demo-block.demo-card .box-card {
|
|
795
|
+
width: 480px;
|
|
796
|
+
}
|
|
797
|
+
.demo-carousel .block {
|
|
798
|
+
padding: 30px;
|
|
799
|
+
text-align: center;
|
|
800
|
+
border-right: 1px solid #eff2f6;
|
|
801
|
+
display: inline-block;
|
|
802
|
+
width: 49%;
|
|
803
|
+
box-sizing: border-box;
|
|
804
|
+
}
|
|
805
|
+
.demo-carousel .block:last-child {
|
|
806
|
+
border-right: none;
|
|
807
|
+
}
|
|
808
|
+
.demo-carousel .demonstration {
|
|
809
|
+
display: block;
|
|
810
|
+
color: #8492a6;
|
|
811
|
+
font-size: 14px;
|
|
812
|
+
margin-bottom: 20px;
|
|
813
|
+
}
|
|
814
|
+
.demo-carousel .el-carousel__container {
|
|
815
|
+
text-align: center;
|
|
816
|
+
}
|
|
817
|
+
.demo-carousel .el-carousel__item h3 {
|
|
818
|
+
color: #fff;
|
|
819
|
+
font-size: 18px;
|
|
820
|
+
line-height: 300px;
|
|
821
|
+
margin: 0;
|
|
822
|
+
}
|
|
823
|
+
.demo-carousel .el-carousel__item h3.small {
|
|
824
|
+
font-size: 14px;
|
|
825
|
+
line-height: 150px;
|
|
826
|
+
}
|
|
827
|
+
.demo-carousel .el-carousel__item h3.medium {
|
|
828
|
+
font-size: 14px;
|
|
829
|
+
line-height: 200px;
|
|
830
|
+
}
|
|
831
|
+
.demo-carousel .el-carousel__item:nth-child(2n) {
|
|
832
|
+
background-color: #99a9bf;
|
|
833
|
+
}
|
|
834
|
+
.demo-carousel .el-carousel__item:nth-child(odd) {
|
|
835
|
+
background-color: #d3dce6;
|
|
836
|
+
}
|
|
837
|
+
.demo-cascader .el-cascader {
|
|
838
|
+
width: 222px;
|
|
839
|
+
}
|
|
840
|
+
.demo-cascader-size .el-cascader {
|
|
841
|
+
vertical-align: top;
|
|
842
|
+
margin-right: 15px;
|
|
843
|
+
}
|
|
844
|
+
.demo-cascader .source > div {
|
|
845
|
+
display: flex;
|
|
846
|
+
}
|
|
847
|
+
.demo-cascader .block {
|
|
848
|
+
padding: 30px 0;
|
|
849
|
+
text-align: center;
|
|
850
|
+
border-right: 1px solid #eff2f6;
|
|
851
|
+
width: 50%;
|
|
852
|
+
box-sizing: border-box;
|
|
853
|
+
}
|
|
854
|
+
.demo-cascader .block:last-child {
|
|
855
|
+
border-right: none;
|
|
856
|
+
}
|
|
857
|
+
.demo-cascader .demonstration {
|
|
858
|
+
display: block;
|
|
859
|
+
color: #8492a6;
|
|
860
|
+
font-size: 14px;
|
|
861
|
+
margin-bottom: 20px;
|
|
862
|
+
}
|
|
863
|
+
.demo-collapse .el-collapse-item__header .header-icon {
|
|
864
|
+
margin-left: 5px;
|
|
865
|
+
}
|
|
866
|
+
.demo-color-picker .block {
|
|
867
|
+
padding: 30px 0;
|
|
868
|
+
text-align: center;
|
|
869
|
+
border-right: 1px solid #eff2f6;
|
|
870
|
+
display: inline-block;
|
|
871
|
+
width: 50%;
|
|
872
|
+
box-sizing: border-box;
|
|
873
|
+
}
|
|
874
|
+
.demo-color-picker .block:last-child {
|
|
875
|
+
border-right: none;
|
|
876
|
+
}
|
|
877
|
+
.demo-color-picker .demonstration {
|
|
878
|
+
display: block;
|
|
879
|
+
color: #8492a6;
|
|
880
|
+
font-size: 14px;
|
|
881
|
+
margin-bottom: 20px;
|
|
882
|
+
}
|
|
883
|
+
.demo-color-picker .el-color-picker + .el-color-picker {
|
|
884
|
+
margin-left: 20px;
|
|
885
|
+
}
|
|
886
|
+
.demo-color-box {
|
|
887
|
+
position: relative;
|
|
888
|
+
border-radius: 4px;
|
|
889
|
+
padding: 20px;
|
|
890
|
+
margin: 5px 0;
|
|
891
|
+
height: 114px;
|
|
892
|
+
box-sizing: border-box;
|
|
893
|
+
color: #fff;
|
|
894
|
+
font-size: 14px;
|
|
895
|
+
}
|
|
896
|
+
.demo-color-box .value {
|
|
897
|
+
font-size: 12px;
|
|
898
|
+
opacity: 0.69;
|
|
899
|
+
line-height: 24px;
|
|
900
|
+
}
|
|
901
|
+
.demo-color-box-other {
|
|
902
|
+
height: 74px;
|
|
903
|
+
margin: 10px 0 !important;
|
|
904
|
+
border-radius: 4px 4px 4px 4px !important;
|
|
905
|
+
padding: 15px 20px;
|
|
906
|
+
}
|
|
907
|
+
.demo-color-box-group .demo-color-box {
|
|
908
|
+
border-radius: 0;
|
|
909
|
+
margin: 0;
|
|
910
|
+
}
|
|
911
|
+
.demo-color-box-group .demo-color-box:first-child {
|
|
912
|
+
border-radius: 4px 4px 0 0;
|
|
913
|
+
}
|
|
914
|
+
.bg-color-sub,
|
|
915
|
+
.demo-color-box-group .demo-color-box:last-child {
|
|
916
|
+
border-radius: 0 0 4px 4px;
|
|
917
|
+
}
|
|
918
|
+
.bg-color-sub {
|
|
919
|
+
width: 100%;
|
|
920
|
+
height: 40px;
|
|
921
|
+
left: 0;
|
|
922
|
+
bottom: 0;
|
|
923
|
+
position: absolute;
|
|
924
|
+
}
|
|
925
|
+
.bg-blue-sub-item {
|
|
926
|
+
width: 11.1111111%;
|
|
927
|
+
height: 100%;
|
|
928
|
+
display: inline-block;
|
|
929
|
+
}
|
|
930
|
+
.bg-blue-sub-item:first-child {
|
|
931
|
+
border-radius: 0 0 0 4px;
|
|
932
|
+
}
|
|
933
|
+
.bg-success-sub-item {
|
|
934
|
+
width: 50%;
|
|
935
|
+
height: 100%;
|
|
936
|
+
display: inline-block;
|
|
937
|
+
}
|
|
938
|
+
.bg-success-sub-item:first-child {
|
|
939
|
+
border-radius: 0 0 0 4px;
|
|
940
|
+
}
|
|
941
|
+
.bg-success-sub-item:last-child {
|
|
942
|
+
border-radius: 0 0 4px 0;
|
|
943
|
+
}
|
|
944
|
+
.bg-transparent {
|
|
945
|
+
border: 1px solid #fcc3c3;
|
|
946
|
+
color: #303133;
|
|
947
|
+
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M0 98 L100 0 L100 1 L1 98' fill='%23FCC3C3' /></svg>");
|
|
948
|
+
background-repeat: no-repeat;
|
|
949
|
+
background-position: 50%;
|
|
950
|
+
background-size:
|
|
951
|
+
100% 100%,
|
|
952
|
+
auto;
|
|
953
|
+
}
|
|
954
|
+
.demo-color-box-lite {
|
|
955
|
+
color: #303133;
|
|
956
|
+
}
|
|
957
|
+
.el-footer,
|
|
958
|
+
.el-header {
|
|
959
|
+
background-color: #b3c0d1;
|
|
960
|
+
color: #333;
|
|
961
|
+
line-height: 60px;
|
|
962
|
+
}
|
|
963
|
+
.el-aside {
|
|
964
|
+
color: #333;
|
|
965
|
+
}
|
|
966
|
+
#chang-jian-ye-mian-bu-ju + .demo-container .el-footer,
|
|
967
|
+
#chang-jian-ye-mian-bu-ju + .demo-container .el-header {
|
|
968
|
+
text-align: center;
|
|
969
|
+
}
|
|
970
|
+
#chang-jian-ye-mian-bu-ju + .demo-container .el-aside {
|
|
971
|
+
background-color: #d3dce6;
|
|
972
|
+
text-align: center;
|
|
973
|
+
line-height: 200px;
|
|
974
|
+
}
|
|
975
|
+
#chang-jian-ye-mian-bu-ju + .demo-container .el-main {
|
|
976
|
+
background-color: #e9eef3;
|
|
977
|
+
color: #333;
|
|
978
|
+
text-align: center;
|
|
979
|
+
line-height: 160px;
|
|
980
|
+
}
|
|
981
|
+
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container {
|
|
982
|
+
margin-bottom: 40px;
|
|
983
|
+
}
|
|
984
|
+
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container:nth-child(5) .el-aside,
|
|
985
|
+
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container:nth-child(6) .el-aside {
|
|
986
|
+
line-height: 260px;
|
|
987
|
+
}
|
|
988
|
+
#chang-jian-ye-mian-bu-ju + .demo-container > .source > .el-container:nth-child(7) .el-aside {
|
|
989
|
+
line-height: 320px;
|
|
990
|
+
}
|
|
991
|
+
.demo-block.demo-date-picker .source > div {
|
|
992
|
+
padding: 0;
|
|
993
|
+
display: flex;
|
|
994
|
+
flex-wrap: wrap;
|
|
995
|
+
}
|
|
996
|
+
.demo-date-picker .block {
|
|
997
|
+
padding: 30px 0;
|
|
998
|
+
text-align: center;
|
|
999
|
+
border-right: 1px solid #eff2f6;
|
|
1000
|
+
flex: 1;
|
|
1001
|
+
}
|
|
1002
|
+
.demo-date-picker .block:last-child {
|
|
1003
|
+
border-right: none;
|
|
1004
|
+
}
|
|
1005
|
+
.demo-date-picker .container {
|
|
1006
|
+
flex: 1;
|
|
1007
|
+
border-right: 1px solid #eff2f6;
|
|
1008
|
+
}
|
|
1009
|
+
.demo-date-picker .container .block {
|
|
1010
|
+
border-right: none;
|
|
1011
|
+
}
|
|
1012
|
+
.demo-date-picker .container .block:last-child {
|
|
1013
|
+
border-top: 1px solid #eff2f6;
|
|
1014
|
+
}
|
|
1015
|
+
.demo-date-picker .container:last-child {
|
|
1016
|
+
border-right: none;
|
|
1017
|
+
}
|
|
1018
|
+
.demo-date-picker .demonstration {
|
|
1019
|
+
display: block;
|
|
1020
|
+
color: #8492a6;
|
|
1021
|
+
font-size: 14px;
|
|
1022
|
+
margin-bottom: 20px;
|
|
1023
|
+
}
|
|
1024
|
+
.demo-block.demo-datetime-picker .source > div {
|
|
1025
|
+
padding: 0;
|
|
1026
|
+
display: flex;
|
|
1027
|
+
}
|
|
1028
|
+
.demo-datetime-picker .block {
|
|
1029
|
+
padding: 30px 0;
|
|
1030
|
+
text-align: center;
|
|
1031
|
+
border-right: 1px solid #eff2f6;
|
|
1032
|
+
flex: 1;
|
|
1033
|
+
}
|
|
1034
|
+
.demo-datetime-picker .block:last-child {
|
|
1035
|
+
border-right: none;
|
|
1036
|
+
}
|
|
1037
|
+
.demo-datetime-picker .demonstration {
|
|
1038
|
+
display: block;
|
|
1039
|
+
color: #8492a6;
|
|
1040
|
+
font-size: 14px;
|
|
1041
|
+
margin-bottom: 20px;
|
|
1042
|
+
}
|
|
1043
|
+
.demo-block.demo-dialog .dialog-footer button:first-child {
|
|
1044
|
+
margin-right: 10px;
|
|
1045
|
+
}
|
|
1046
|
+
.demo-block.demo-dialog .full-image {
|
|
1047
|
+
width: 100%;
|
|
1048
|
+
}
|
|
1049
|
+
.demo-block.demo-dialog .el-dialog__wrapper {
|
|
1050
|
+
margin: 0;
|
|
1051
|
+
}
|
|
1052
|
+
.demo-block.demo-dialog .el-input,
|
|
1053
|
+
.demo-block.demo-dialog .el-select {
|
|
1054
|
+
width: 300px;
|
|
1055
|
+
}
|
|
1056
|
+
.demo-block.demo-dialog .el-button--text {
|
|
1057
|
+
margin-right: 15px;
|
|
1058
|
+
}
|
|
1059
|
+
.demo-block .el-dropdown {
|
|
1060
|
+
vertical-align: top;
|
|
1061
|
+
}
|
|
1062
|
+
.demo-block .el-dropdown + .el-dropdown {
|
|
1063
|
+
margin-left: 15px;
|
|
1064
|
+
}
|
|
1065
|
+
.demo-block .el-dropdown-link {
|
|
1066
|
+
cursor: pointer;
|
|
1067
|
+
color: #409eff;
|
|
1068
|
+
}
|
|
1069
|
+
.demo-block .el-icon-arrow-down {
|
|
1070
|
+
font-size: 12px;
|
|
1071
|
+
}
|
|
1072
|
+
.block-col-2 {
|
|
1073
|
+
margin: -24px;
|
|
1074
|
+
}
|
|
1075
|
+
.block-col-2 .el-col {
|
|
1076
|
+
padding: 30px 0;
|
|
1077
|
+
text-align: center;
|
|
1078
|
+
border-right: 1px solid #eff2f6;
|
|
1079
|
+
}
|
|
1080
|
+
.block-col-2 .el-col:last-child {
|
|
1081
|
+
border-right: 0;
|
|
1082
|
+
}
|
|
1083
|
+
.demo-dropdown .demonstration {
|
|
1084
|
+
display: block;
|
|
1085
|
+
color: #8492a6;
|
|
1086
|
+
font-size: 14px;
|
|
1087
|
+
margin-bottom: 20px;
|
|
1088
|
+
}
|
|
1089
|
+
.demo-form .el-select .el-input {
|
|
1090
|
+
width: 380px;
|
|
1091
|
+
}
|
|
1092
|
+
.demo-form .el-form {
|
|
1093
|
+
width: 460px;
|
|
1094
|
+
}
|
|
1095
|
+
.demo-form .line {
|
|
1096
|
+
text-align: center;
|
|
1097
|
+
}
|
|
1098
|
+
.demo-form .el-checkbox-group {
|
|
1099
|
+
width: 320px;
|
|
1100
|
+
margin: 0;
|
|
1101
|
+
padding: 0;
|
|
1102
|
+
list-style: none;
|
|
1103
|
+
}
|
|
1104
|
+
.demo-form .el-checkbox-group:after,
|
|
1105
|
+
.demo-form .el-checkbox-group:before {
|
|
1106
|
+
content: ' ';
|
|
1107
|
+
display: table;
|
|
1108
|
+
}
|
|
1109
|
+
.demo-form .el-checkbox-group:after {
|
|
1110
|
+
clear: both;
|
|
1111
|
+
visibility: hidden;
|
|
1112
|
+
font-size: 0;
|
|
1113
|
+
height: 0;
|
|
1114
|
+
}
|
|
1115
|
+
.demo-form .el-checkbox-group .el-checkbox {
|
|
1116
|
+
float: left;
|
|
1117
|
+
width: 160px;
|
|
1118
|
+
margin: 0;
|
|
1119
|
+
padding: 0;
|
|
1120
|
+
}
|
|
1121
|
+
.demo-form .el-checkbox-group .el-checkbox + .el-checkbox {
|
|
1122
|
+
margin-left: 0;
|
|
1123
|
+
}
|
|
1124
|
+
.demo-form .demo-form-normal {
|
|
1125
|
+
width: 460px;
|
|
1126
|
+
}
|
|
1127
|
+
.demo-form .demo-form-inline {
|
|
1128
|
+
width: auto;
|
|
1129
|
+
}
|
|
1130
|
+
.demo-form .demo-form-inline .el-input {
|
|
1131
|
+
width: 150px;
|
|
1132
|
+
}
|
|
1133
|
+
.demo-form .demo-form-inline > * {
|
|
1134
|
+
margin-right: 10px;
|
|
1135
|
+
}
|
|
1136
|
+
.demo-form .demo-ruleForm {
|
|
1137
|
+
width: 460px;
|
|
1138
|
+
}
|
|
1139
|
+
.demo-form .demo-ruleForm .el-select .el-input {
|
|
1140
|
+
width: 360px;
|
|
1141
|
+
}
|
|
1142
|
+
.demo-form .demo-dynamic .el-input {
|
|
1143
|
+
margin-right: 10px;
|
|
1144
|
+
width: 270px;
|
|
1145
|
+
vertical-align: top;
|
|
1146
|
+
}
|
|
1147
|
+
.demo-form .fr {
|
|
1148
|
+
float: right;
|
|
1149
|
+
}
|
|
1150
|
+
ul.language-list {
|
|
1151
|
+
color: #5e6d82;
|
|
1152
|
+
font-size: 14px;
|
|
1153
|
+
padding-left: 20px;
|
|
1154
|
+
}
|
|
1155
|
+
ul.language-list li {
|
|
1156
|
+
line-height: 1.8;
|
|
1157
|
+
}
|
|
1158
|
+
.demo-icon .source > div > i {
|
|
1159
|
+
color: #606266;
|
|
1160
|
+
margin: 0 20px;
|
|
1161
|
+
font-size: 1.5em;
|
|
1162
|
+
vertical-align: middle;
|
|
1163
|
+
}
|
|
1164
|
+
.demo-icon .source button {
|
|
1165
|
+
margin: 0 20px;
|
|
1166
|
+
}
|
|
1167
|
+
.page-component .content > ul.icon-list {
|
|
1168
|
+
overflow: hidden;
|
|
1169
|
+
list-style: none;
|
|
1170
|
+
padding: 0 !important;
|
|
1171
|
+
border: 1px solid #eaeefb;
|
|
1172
|
+
border-radius: 4px;
|
|
1173
|
+
}
|
|
1174
|
+
.icon-list li {
|
|
1175
|
+
float: left;
|
|
1176
|
+
width: 16.66%;
|
|
1177
|
+
text-align: center;
|
|
1178
|
+
height: 120px;
|
|
1179
|
+
line-height: 120px;
|
|
1180
|
+
color: #666;
|
|
1181
|
+
font-size: 13px;
|
|
1182
|
+
border-right: 1px solid #eee;
|
|
1183
|
+
border-bottom: 1px solid #eee;
|
|
1184
|
+
margin-right: -1px;
|
|
1185
|
+
margin-bottom: -1px;
|
|
1186
|
+
}
|
|
1187
|
+
.icon-list li:after {
|
|
1188
|
+
content: '';
|
|
1189
|
+
height: 100%;
|
|
1190
|
+
}
|
|
1191
|
+
.icon-list li:after,
|
|
1192
|
+
.icon-list li span {
|
|
1193
|
+
display: inline-block;
|
|
1194
|
+
vertical-align: middle;
|
|
1195
|
+
}
|
|
1196
|
+
.icon-list li span {
|
|
1197
|
+
line-height: normal;
|
|
1198
|
+
font-family:
|
|
1199
|
+
Helvetica Neue,
|
|
1200
|
+
Helvetica,
|
|
1201
|
+
PingFang SC,
|
|
1202
|
+
Hiragino Sans GB,
|
|
1203
|
+
Microsoft YaHei,
|
|
1204
|
+
SimSun,
|
|
1205
|
+
sans-serif;
|
|
1206
|
+
color: #99a9bf;
|
|
1207
|
+
transition: color 0.15s linear;
|
|
1208
|
+
}
|
|
1209
|
+
.icon-list li i {
|
|
1210
|
+
display: block;
|
|
1211
|
+
font-size: 32px;
|
|
1212
|
+
margin-bottom: 15px;
|
|
1213
|
+
color: #606266;
|
|
1214
|
+
transition: color 0.15s linear;
|
|
1215
|
+
}
|
|
1216
|
+
.icon-list li .icon-name {
|
|
1217
|
+
display: inline-block;
|
|
1218
|
+
padding: 0 3px;
|
|
1219
|
+
height: 1em;
|
|
1220
|
+
}
|
|
1221
|
+
.icon-list li:hover i,
|
|
1222
|
+
.icon-list li:hover span {
|
|
1223
|
+
color: #5cb6ff;
|
|
1224
|
+
}
|
|
1225
|
+
.demo-block.demo-input-number .el-input-number + .el-input-number {
|
|
1226
|
+
margin-left: 10px;
|
|
1227
|
+
}
|
|
1228
|
+
.demo-input .el-select .el-input {
|
|
1229
|
+
width: 130px;
|
|
1230
|
+
}
|
|
1231
|
+
.demo-input .el-input {
|
|
1232
|
+
width: 180px;
|
|
1233
|
+
}
|
|
1234
|
+
.demo-input .el-textarea {
|
|
1235
|
+
width: 414px;
|
|
1236
|
+
}
|
|
1237
|
+
.demo-input .el-input-group {
|
|
1238
|
+
width: 100%;
|
|
1239
|
+
}
|
|
1240
|
+
.demo-input .demo-input-size .el-input {
|
|
1241
|
+
vertical-align: top;
|
|
1242
|
+
margin: 0 10px 10px 0;
|
|
1243
|
+
}
|
|
1244
|
+
.demo-input .input-with-select .el-input-group__prepend {
|
|
1245
|
+
background-color: #fff;
|
|
1246
|
+
}
|
|
1247
|
+
.demo-input .demo-autocomplete {
|
|
1248
|
+
text-align: center;
|
|
1249
|
+
}
|
|
1250
|
+
.demo-input .demo-autocomplete .sub-title {
|
|
1251
|
+
margin-bottom: 10px;
|
|
1252
|
+
font-size: 14px;
|
|
1253
|
+
color: #8492a6;
|
|
1254
|
+
}
|
|
1255
|
+
.demo-input .demo-autocomplete .el-col:not(:last-child) {
|
|
1256
|
+
border-right: 1px solid rgba(224, 230, 237, 0.5);
|
|
1257
|
+
}
|
|
1258
|
+
.demo-input .demo-autocomplete .el-autocomplete {
|
|
1259
|
+
text-align: left;
|
|
1260
|
+
}
|
|
1261
|
+
.el-autocomplete-suggestion.my-autocomplete li {
|
|
1262
|
+
line-height: normal;
|
|
1263
|
+
padding-top: 7px;
|
|
1264
|
+
padding-bottom: 7px;
|
|
1265
|
+
}
|
|
1266
|
+
.el-autocomplete-suggestion.my-autocomplete li .name {
|
|
1267
|
+
text-overflow: ellipsis;
|
|
1268
|
+
overflow: hidden;
|
|
1269
|
+
}
|
|
1270
|
+
.el-autocomplete-suggestion.my-autocomplete li .addr {
|
|
1271
|
+
font-size: 12px;
|
|
1272
|
+
color: #b4b4b4;
|
|
1273
|
+
}
|
|
1274
|
+
.el-autocomplete-suggestion.my-autocomplete li .highlighted .addr {
|
|
1275
|
+
color: #ddd;
|
|
1276
|
+
}
|
|
1277
|
+
.demo-input-suffix {
|
|
1278
|
+
margin-bottom: 15px;
|
|
1279
|
+
}
|
|
1280
|
+
.demo-input-suffix .el-input {
|
|
1281
|
+
margin-right: 15px;
|
|
1282
|
+
}
|
|
1283
|
+
.demo-layout .el-row {
|
|
1284
|
+
margin-bottom: 20px;
|
|
1285
|
+
}
|
|
1286
|
+
.demo-layout .el-row:last-child {
|
|
1287
|
+
margin-bottom: 0;
|
|
1288
|
+
}
|
|
1289
|
+
.demo-layout .el-col {
|
|
1290
|
+
border-radius: 4px;
|
|
1291
|
+
}
|
|
1292
|
+
.demo-layout .bg-purple-dark {
|
|
1293
|
+
background: #99a9bf;
|
|
1294
|
+
}
|
|
1295
|
+
.demo-layout .bg-purple {
|
|
1296
|
+
background: #d3dce6;
|
|
1297
|
+
}
|
|
1298
|
+
.demo-layout .bg-purple-light {
|
|
1299
|
+
background: #e5e9f2;
|
|
1300
|
+
}
|
|
1301
|
+
.demo-layout .grid-content {
|
|
1302
|
+
border-radius: 4px;
|
|
1303
|
+
min-height: 36px;
|
|
1304
|
+
}
|
|
1305
|
+
.demo-layout .row-bg {
|
|
1306
|
+
padding: 10px 0;
|
|
1307
|
+
background-color: #f9fafc;
|
|
1308
|
+
}
|
|
1309
|
+
.demo-loading .el-table {
|
|
1310
|
+
border: none;
|
|
1311
|
+
}
|
|
1312
|
+
.demo-block.demo-menu .el-menu-demo {
|
|
1313
|
+
padding-left: 55px;
|
|
1314
|
+
}
|
|
1315
|
+
.demo-block.demo-menu .el-menu-vertical-demo:not(.el-menu--collapse) {
|
|
1316
|
+
width: 240px;
|
|
1317
|
+
min-height: 400px;
|
|
1318
|
+
}
|
|
1319
|
+
.demo-block.demo-menu .line {
|
|
1320
|
+
height: 1px;
|
|
1321
|
+
background-color: #e0e6ed;
|
|
1322
|
+
margin: 35px -24px;
|
|
1323
|
+
}
|
|
1324
|
+
.demo-block.demo-menu h5 {
|
|
1325
|
+
font-size: 14px;
|
|
1326
|
+
color: #8492a6;
|
|
1327
|
+
margin-top: 10px;
|
|
1328
|
+
}
|
|
1329
|
+
.demo-block.demo-menu .tac {
|
|
1330
|
+
text-align: center;
|
|
1331
|
+
}
|
|
1332
|
+
.demo-block.demo-menu .tac .el-menu-vertical-demo {
|
|
1333
|
+
display: inline-block;
|
|
1334
|
+
text-align: left;
|
|
1335
|
+
}
|
|
1336
|
+
.demo-pagination .source.first {
|
|
1337
|
+
padding: 0;
|
|
1338
|
+
}
|
|
1339
|
+
.demo-pagination .first .block {
|
|
1340
|
+
padding: 30px 0;
|
|
1341
|
+
text-align: center;
|
|
1342
|
+
border-right: 1px solid #eff2f6;
|
|
1343
|
+
display: inline-block;
|
|
1344
|
+
width: 50%;
|
|
1345
|
+
box-sizing: border-box;
|
|
1346
|
+
}
|
|
1347
|
+
.demo-pagination .first .block:last-child {
|
|
1348
|
+
border-right: none;
|
|
1349
|
+
}
|
|
1350
|
+
.demo-pagination .first .demonstration {
|
|
1351
|
+
display: block;
|
|
1352
|
+
color: #8492a6;
|
|
1353
|
+
font-size: 14px;
|
|
1354
|
+
margin-bottom: 20px;
|
|
1355
|
+
}
|
|
1356
|
+
.demo-pagination .source.last {
|
|
1357
|
+
padding: 0;
|
|
1358
|
+
}
|
|
1359
|
+
.demo-pagination .last .block {
|
|
1360
|
+
padding: 30px 24px;
|
|
1361
|
+
border-bottom: 1px solid #eff2f6;
|
|
1362
|
+
}
|
|
1363
|
+
.demo-pagination .last .block:last-child {
|
|
1364
|
+
border-bottom: none;
|
|
1365
|
+
}
|
|
1366
|
+
.demo-pagination .last .demonstration {
|
|
1367
|
+
font-size: 14px;
|
|
1368
|
+
color: #8492a6;
|
|
1369
|
+
line-height: 44px;
|
|
1370
|
+
}
|
|
1371
|
+
.demo-pagination .last .demonstration + .el-pagination {
|
|
1372
|
+
width: 70%;
|
|
1373
|
+
margin: 5px 20px 0 0;
|
|
1374
|
+
}
|
|
1375
|
+
.demo-block.demo-popover .el-popover + .el-popover {
|
|
1376
|
+
margin-left: 10px;
|
|
1377
|
+
}
|
|
1378
|
+
.demo-block.demo-popover .el-input {
|
|
1379
|
+
width: 360px;
|
|
1380
|
+
}
|
|
1381
|
+
.demo-block.demo-popover .el-button {
|
|
1382
|
+
margin-left: 10px;
|
|
1383
|
+
}
|
|
1384
|
+
.demo-block.demo-progress .el-progress--line {
|
|
1385
|
+
margin-bottom: 15px;
|
|
1386
|
+
width: 350px;
|
|
1387
|
+
}
|
|
1388
|
+
.demo-block.demo-progress .el-progress--circle {
|
|
1389
|
+
margin-right: 15px;
|
|
1390
|
+
}
|
|
1391
|
+
.demo-rate .block {
|
|
1392
|
+
padding: 30px 0;
|
|
1393
|
+
text-align: center;
|
|
1394
|
+
border-right: 1px solid #eff2f6;
|
|
1395
|
+
display: inline-block;
|
|
1396
|
+
width: 49%;
|
|
1397
|
+
box-sizing: border-box;
|
|
1398
|
+
}
|
|
1399
|
+
.demo-rate .block:last-child {
|
|
1400
|
+
border-right: none;
|
|
1401
|
+
}
|
|
1402
|
+
.demo-rate .demonstration {
|
|
1403
|
+
display: block;
|
|
1404
|
+
color: #8492a6;
|
|
1405
|
+
font-size: 14px;
|
|
1406
|
+
margin-bottom: 20px;
|
|
1407
|
+
}
|
|
1408
|
+
.demo-select .el-select {
|
|
1409
|
+
width: 240px;
|
|
1410
|
+
}
|
|
1411
|
+
.demo-block.demo-slider .source {
|
|
1412
|
+
padding: 0;
|
|
1413
|
+
}
|
|
1414
|
+
.demo-block.demo-slider .block {
|
|
1415
|
+
padding: 30px 24px;
|
|
1416
|
+
overflow: hidden;
|
|
1417
|
+
border-bottom: 1px solid #eff2f6;
|
|
1418
|
+
}
|
|
1419
|
+
.demo-block.demo-slider .block:last-child {
|
|
1420
|
+
border-bottom: none;
|
|
1421
|
+
}
|
|
1422
|
+
.demo-block.demo-slider .demonstration {
|
|
1423
|
+
font-size: 14px;
|
|
1424
|
+
color: #8492a6;
|
|
1425
|
+
line-height: 44px;
|
|
1426
|
+
}
|
|
1427
|
+
.demo-block.demo-slider .demonstration + .el-slider {
|
|
1428
|
+
float: right;
|
|
1429
|
+
width: 70%;
|
|
1430
|
+
margin-right: 20px;
|
|
1431
|
+
}
|
|
1432
|
+
.demo-block.demo-switch .el-switch {
|
|
1433
|
+
margin: 20px 20px 20px 0;
|
|
1434
|
+
}
|
|
1435
|
+
.el-table .warning-row {
|
|
1436
|
+
background: #fdf5e6;
|
|
1437
|
+
}
|
|
1438
|
+
.el-table .success-row {
|
|
1439
|
+
background: #f0f9eb;
|
|
1440
|
+
}
|
|
1441
|
+
.demo-table .name-wrapper {
|
|
1442
|
+
display: inline-block;
|
|
1443
|
+
}
|
|
1444
|
+
.demo-table .demo-table-expand label {
|
|
1445
|
+
width: 90px;
|
|
1446
|
+
color: #99a9bf;
|
|
1447
|
+
}
|
|
1448
|
+
.demo-table .demo-table-expand .el-form-item {
|
|
1449
|
+
margin-right: 0;
|
|
1450
|
+
margin-bottom: 0;
|
|
1451
|
+
width: 50%;
|
|
1452
|
+
}
|
|
1453
|
+
.demo-block.demo-tag .el-tag + .el-tag {
|
|
1454
|
+
margin-left: 10px;
|
|
1455
|
+
}
|
|
1456
|
+
.demo-block.demo-tag .button-new-tag {
|
|
1457
|
+
margin-left: 10px;
|
|
1458
|
+
height: 32px;
|
|
1459
|
+
line-height: 30px;
|
|
1460
|
+
padding-top: 0;
|
|
1461
|
+
padding-bottom: 0;
|
|
1462
|
+
}
|
|
1463
|
+
.demo-block.demo-tag .input-new-tag {
|
|
1464
|
+
width: 90px;
|
|
1465
|
+
margin-left: 10px;
|
|
1466
|
+
vertical-align: bottom;
|
|
1467
|
+
}
|
|
1468
|
+
.demo-block.demo-tag .tag-group {
|
|
1469
|
+
display: flex;
|
|
1470
|
+
align-items: center;
|
|
1471
|
+
}
|
|
1472
|
+
.demo-block.demo-tag .tag-group__title {
|
|
1473
|
+
width: 45px;
|
|
1474
|
+
font-size: 14px;
|
|
1475
|
+
color: #606266;
|
|
1476
|
+
}
|
|
1477
|
+
.demo-block.demo-tag .tag-group + .tag-group {
|
|
1478
|
+
margin-top: 10px;
|
|
1479
|
+
}
|
|
1480
|
+
.demo-block .el-date-editor + .el-date-editor {
|
|
1481
|
+
margin-left: 10px;
|
|
1482
|
+
}
|
|
1483
|
+
.demo-timeline .source .radio {
|
|
1484
|
+
margin-bottom: 20px;
|
|
1485
|
+
}
|
|
1486
|
+
.demo-timeline .source .radio .el-radio-group {
|
|
1487
|
+
margin-left: 20px;
|
|
1488
|
+
}
|
|
1489
|
+
.demo-tooltip .el-tooltip + .el-tooltip {
|
|
1490
|
+
margin-left: 15px;
|
|
1491
|
+
}
|
|
1492
|
+
.demo-tooltip .box {
|
|
1493
|
+
width: 400px;
|
|
1494
|
+
}
|
|
1495
|
+
.demo-tooltip .box .top {
|
|
1496
|
+
text-align: center;
|
|
1497
|
+
}
|
|
1498
|
+
.demo-tooltip .box .left {
|
|
1499
|
+
float: left;
|
|
1500
|
+
width: 60px;
|
|
1501
|
+
}
|
|
1502
|
+
.demo-tooltip .box .right {
|
|
1503
|
+
float: right;
|
|
1504
|
+
width: 60px;
|
|
1505
|
+
}
|
|
1506
|
+
.demo-tooltip .box .bottom {
|
|
1507
|
+
clear: both;
|
|
1508
|
+
text-align: center;
|
|
1509
|
+
}
|
|
1510
|
+
.demo-tooltip .box .item {
|
|
1511
|
+
margin: 4px;
|
|
1512
|
+
}
|
|
1513
|
+
.demo-tooltip .box .left .el-tooltip__popper,
|
|
1514
|
+
.demo-tooltip .box .right .el-tooltip__popper {
|
|
1515
|
+
padding: 8px 10px;
|
|
1516
|
+
}
|
|
1517
|
+
.demo-tooltip .box .el-tooltip {
|
|
1518
|
+
margin-left: 0;
|
|
1519
|
+
}
|
|
1520
|
+
.demo-transition .transition-box {
|
|
1521
|
+
margin-bottom: 10px;
|
|
1522
|
+
width: 200px;
|
|
1523
|
+
height: 100px;
|
|
1524
|
+
border-radius: 4px;
|
|
1525
|
+
background-color: #409eff;
|
|
1526
|
+
text-align: center;
|
|
1527
|
+
color: #fff;
|
|
1528
|
+
padding: 40px 20px;
|
|
1529
|
+
margin-right: 20px;
|
|
1530
|
+
box-sizing: border-box;
|
|
1531
|
+
}
|
|
1532
|
+
.demo-transfer .transfer-footer {
|
|
1533
|
+
margin-left: 15px;
|
|
1534
|
+
padding: 6px 5px;
|
|
1535
|
+
}
|
|
1536
|
+
.demo-tree .leaf {
|
|
1537
|
+
width: 20px;
|
|
1538
|
+
background: #ddd;
|
|
1539
|
+
}
|
|
1540
|
+
.demo-tree .folder {
|
|
1541
|
+
width: 20px;
|
|
1542
|
+
background: #888;
|
|
1543
|
+
}
|
|
1544
|
+
.demo-tree .buttons,
|
|
1545
|
+
.demo-tree .filter-tree {
|
|
1546
|
+
margin-top: 20px;
|
|
1547
|
+
}
|
|
1548
|
+
.demo-tree .custom-tree-container {
|
|
1549
|
+
display: flex;
|
|
1550
|
+
margin: -24px;
|
|
1551
|
+
}
|
|
1552
|
+
.demo-tree .block {
|
|
1553
|
+
flex: 1;
|
|
1554
|
+
padding: 8px 24px 24px;
|
|
1555
|
+
}
|
|
1556
|
+
.demo-tree .block:first-child {
|
|
1557
|
+
border-right: 1px solid #eff2f6;
|
|
1558
|
+
}
|
|
1559
|
+
.demo-tree .block > p {
|
|
1560
|
+
text-align: center;
|
|
1561
|
+
margin: 0;
|
|
1562
|
+
line-height: 4;
|
|
1563
|
+
}
|
|
1564
|
+
.demo-tree .custom-tree-node {
|
|
1565
|
+
flex: 1;
|
|
1566
|
+
display: flex;
|
|
1567
|
+
align-items: center;
|
|
1568
|
+
justify-content: space-between;
|
|
1569
|
+
font-size: 14px;
|
|
1570
|
+
padding-right: 8px;
|
|
1571
|
+
}
|
|
1572
|
+
.demo-typo-size .color-dark-light {
|
|
1573
|
+
color: #99a9bf;
|
|
1574
|
+
}
|
|
1575
|
+
.demo-term-box img {
|
|
1576
|
+
width: 24%;
|
|
1577
|
+
margin: 0 4% 20px 0;
|
|
1578
|
+
}
|
|
1579
|
+
.lineH-left {
|
|
1580
|
+
display: inline-block;
|
|
1581
|
+
height: 80px;
|
|
1582
|
+
}
|
|
1583
|
+
.lineH-right {
|
|
1584
|
+
display: inline-block;
|
|
1585
|
+
list-style: none;
|
|
1586
|
+
padding: 0 0 0 90px;
|
|
1587
|
+
margin: 0;
|
|
1588
|
+
vertical-align: top;
|
|
1589
|
+
}
|
|
1590
|
+
.lineH-right li {
|
|
1591
|
+
font-size: 13px;
|
|
1592
|
+
color: #666;
|
|
1593
|
+
height: 20px;
|
|
1594
|
+
line-height: 20px;
|
|
1595
|
+
}
|
|
1596
|
+
.lineH-right li span {
|
|
1597
|
+
padding-left: 40px;
|
|
1598
|
+
}
|
|
1599
|
+
.upload-tip {
|
|
1600
|
+
color: #8492a6;
|
|
1601
|
+
font-size: 12px;
|
|
1602
|
+
margin-top: 7px;
|
|
1603
|
+
}
|
|
1604
|
+
.demo-block {
|
|
1605
|
+
margin-bottom: 24px;
|
|
1606
|
+
}
|
|
1607
|
+
.demo-block .upload-demo {
|
|
1608
|
+
width: 360px;
|
|
1609
|
+
}
|
|
1610
|
+
.demo-block .avatar-uploader .el-upload {
|
|
1611
|
+
border: 1px dashed #d9d9d9;
|
|
1612
|
+
border-radius: 6px;
|
|
1613
|
+
cursor: pointer;
|
|
1614
|
+
position: relative;
|
|
1615
|
+
overflow: hidden;
|
|
1616
|
+
}
|
|
1617
|
+
.demo-block .avatar-uploader .el-upload:focus,
|
|
1618
|
+
.demo-block .avatar-uploader .el-upload:hover {
|
|
1619
|
+
border-color: #409eff;
|
|
1620
|
+
}
|
|
1621
|
+
.demo-block .avatar-uploader .avatar-uploader-icon {
|
|
1622
|
+
font-size: 28px;
|
|
1623
|
+
color: #8c939d;
|
|
1624
|
+
width: 178px;
|
|
1625
|
+
height: 178px;
|
|
1626
|
+
line-height: 178px;
|
|
1627
|
+
text-align: center;
|
|
1628
|
+
}
|
|
1629
|
+
.demo-block .avatar-uploader .avatar {
|
|
1630
|
+
width: 178px;
|
|
1631
|
+
height: 178px;
|
|
1632
|
+
display: block;
|
|
1633
|
+
}
|
|
1634
|
+
.demo-divider-container-1 {
|
|
1635
|
+
display: inline-block;
|
|
1636
|
+
width: 33%;
|
|
1637
|
+
}
|
|
1638
|
+
.demo-divider-container-2 {
|
|
1639
|
+
display: inline-block;
|
|
1640
|
+
width: 50%;
|
|
1641
|
+
}
|
|
1642
|
+
@keyframes dot {
|
|
1643
|
+
0% {
|
|
1644
|
+
width: 0;
|
|
1645
|
+
margin-right: 1em;
|
|
1646
|
+
}
|
|
1647
|
+
to {
|
|
1648
|
+
width: 1em;
|
|
1649
|
+
margin-right: 0;
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
.demo-image .block,
|
|
1653
|
+
.demo-image__error .block,
|
|
1654
|
+
.demo-image__placeholder .block {
|
|
1655
|
+
padding: 30px 0;
|
|
1656
|
+
text-align: center;
|
|
1657
|
+
border-right: 1px solid #eff2f6;
|
|
1658
|
+
display: inline-block;
|
|
1659
|
+
width: 20%;
|
|
1660
|
+
box-sizing: border-box;
|
|
1661
|
+
vertical-align: top;
|
|
1662
|
+
}
|
|
1663
|
+
.demo-image .block:last-child,
|
|
1664
|
+
.demo-image__error .block:last-child,
|
|
1665
|
+
.demo-image__placeholder .block:last-child {
|
|
1666
|
+
border-right: none;
|
|
1667
|
+
}
|
|
1668
|
+
.demo-image .demonstration,
|
|
1669
|
+
.demo-image__error .demonstration,
|
|
1670
|
+
.demo-image__placeholder .demonstration {
|
|
1671
|
+
display: block;
|
|
1672
|
+
color: #8492a6;
|
|
1673
|
+
font-size: 14px;
|
|
1674
|
+
margin-bottom: 20px;
|
|
1675
|
+
}
|
|
1676
|
+
.demo-image__error .block,
|
|
1677
|
+
.demo-image__placeholder .block {
|
|
1678
|
+
width: 49%;
|
|
1679
|
+
}
|
|
1680
|
+
.demo-image__error .el-image,
|
|
1681
|
+
.demo-image__placeholder .el-image {
|
|
1682
|
+
width: 300px;
|
|
1683
|
+
height: 200px;
|
|
1684
|
+
}
|
|
1685
|
+
.demo-image__error .image-slot,
|
|
1686
|
+
.demo-image__placeholder .image-slot {
|
|
1687
|
+
display: flex;
|
|
1688
|
+
justify-content: center;
|
|
1689
|
+
align-items: center;
|
|
1690
|
+
width: 100%;
|
|
1691
|
+
height: 100%;
|
|
1692
|
+
background: #f5f7fa;
|
|
1693
|
+
color: #909399;
|
|
1694
|
+
font-size: 14px;
|
|
1695
|
+
}
|
|
1696
|
+
.demo-image__placeholder .dot {
|
|
1697
|
+
animation: dot 2s steps(3, start) infinite;
|
|
1698
|
+
overflow: hidden;
|
|
1699
|
+
}
|
|
1700
|
+
.demo-image__error .image-slot {
|
|
1701
|
+
font-size: 30px;
|
|
1702
|
+
}
|
|
1703
|
+
.demo-image__lazy {
|
|
1704
|
+
height: 400px;
|
|
1705
|
+
overflow-y: auto;
|
|
1706
|
+
}
|
|
1707
|
+
.demo-image__lazy .el-image {
|
|
1708
|
+
display: block;
|
|
1709
|
+
min-height: 200px;
|
|
1710
|
+
margin-bottom: 10px;
|
|
1711
|
+
}
|
|
1712
|
+
.demo-image__lazy .el-image:last-child {
|
|
1713
|
+
margin-bottom: 0;
|
|
1714
|
+
}
|
|
1715
|
+
.infinite-list {
|
|
1716
|
+
height: 300px;
|
|
1717
|
+
padding: 0;
|
|
1718
|
+
margin: 0;
|
|
1719
|
+
list-style: none;
|
|
1720
|
+
}
|
|
1721
|
+
.infinite-list .infinite-list-item {
|
|
1722
|
+
display: flex;
|
|
1723
|
+
align-items: center;
|
|
1724
|
+
justify-content: center;
|
|
1725
|
+
height: 50px;
|
|
1726
|
+
background: #e8f3fe;
|
|
1727
|
+
margin: 10px;
|
|
1728
|
+
color: #7dbcfc;
|
|
1729
|
+
}
|
|
1730
|
+
.infinite-list .infinite-list-item + .list-item {
|
|
1731
|
+
margin-top: 10px;
|
|
1732
|
+
}
|
|
1733
|
+
.infinite-list-wrapper {
|
|
1734
|
+
height: 300px;
|
|
1735
|
+
text-align: center;
|
|
1736
|
+
}
|
|
1737
|
+
.infinite-list-wrapper .list {
|
|
1738
|
+
padding: 0;
|
|
1739
|
+
margin: 0;
|
|
1740
|
+
list-style: none;
|
|
1741
|
+
}
|
|
1742
|
+
.infinite-list-wrapper .list-item {
|
|
1743
|
+
display: flex;
|
|
1744
|
+
align-items: center;
|
|
1745
|
+
justify-content: center;
|
|
1746
|
+
height: 50px;
|
|
1747
|
+
background: #fff6f6;
|
|
1748
|
+
color: #ff8484;
|
|
1749
|
+
}
|
|
1750
|
+
.infinite-list-wrapper .list-item + .list-item {
|
|
1751
|
+
margin-top: 10px;
|
|
1752
|
+
}
|
|
1753
|
+
.demo-avatar.demo-basic {
|
|
1754
|
+
text-align: center;
|
|
1755
|
+
}
|
|
1756
|
+
.demo-avatar.demo-basic .demo-basic--circle,
|
|
1757
|
+
.demo-avatar.demo-basic .demo-basic--square {
|
|
1758
|
+
display: flex;
|
|
1759
|
+
justify-content: space-between;
|
|
1760
|
+
align-items: center;
|
|
1761
|
+
}
|
|
1762
|
+
.demo-avatar.demo-basic .demo-basic--circle .block,
|
|
1763
|
+
.demo-avatar.demo-basic .demo-basic--square .block {
|
|
1764
|
+
flex: 1;
|
|
1765
|
+
}
|
|
1766
|
+
.demo-avatar.demo-basic .demo-basic--circle .block:not(:last-child),
|
|
1767
|
+
.demo-avatar.demo-basic .demo-basic--square .block:not(:last-child) {
|
|
1768
|
+
border-right: 1px solid rgba(224, 230, 237, 0.5);
|
|
1769
|
+
}
|
|
1770
|
+
.demo-avatar .sub-title {
|
|
1771
|
+
margin-bottom: 10px;
|
|
1772
|
+
font-size: 14px;
|
|
1773
|
+
color: #8492a6;
|
|
1774
|
+
}
|
|
1775
|
+
.demo-avatar .el-col:not(:last-child) {
|
|
1776
|
+
border-right: 1px solid rgba(224, 230, 237, 0.5);
|
|
1777
|
+
}
|
|
1778
|
+
.demo-avatar .demo-type {
|
|
1779
|
+
display: flex;
|
|
1780
|
+
}
|
|
1781
|
+
.demo-avatar .demo-type > div {
|
|
1782
|
+
flex: 1;
|
|
1783
|
+
text-align: center;
|
|
1784
|
+
}
|
|
1785
|
+
.demo-avatar .demo-type > div:not(:last-child) {
|
|
1786
|
+
border-right: 1px solid rgba(224, 230, 237, 0.5);
|
|
1787
|
+
}
|
|
1788
|
+
.demo-avatar .demo-fit {
|
|
1789
|
+
display: flex;
|
|
1790
|
+
text-align: center;
|
|
1791
|
+
justify-content: space-between;
|
|
1792
|
+
}
|
|
1793
|
+
.demo-avatar .demo-fit .block {
|
|
1794
|
+
flex: 1;
|
|
1795
|
+
display: flex;
|
|
1796
|
+
flex-direction: column;
|
|
1797
|
+
flex-grow: 0;
|
|
1798
|
+
}
|
|
1799
|
+
.demo-avatar .demo-fit .title {
|
|
1800
|
+
margin-bottom: 10px;
|
|
1801
|
+
font-size: 14px;
|
|
1802
|
+
color: #8492a6;
|
|
1803
|
+
}
|
|
1804
|
+
.demo-drawer__content {
|
|
1805
|
+
display: flex;
|
|
1806
|
+
flex-direction: column;
|
|
1807
|
+
height: 100%;
|
|
1808
|
+
}
|
|
1809
|
+
.demo-drawer__content form {
|
|
1810
|
+
flex: 1;
|
|
1811
|
+
}
|
|
1812
|
+
.demo-drawer__footer {
|
|
1813
|
+
display: flex;
|
|
1814
|
+
}
|
|
1815
|
+
.demo-drawer__footer button {
|
|
1816
|
+
flex: 1;
|
|
1817
|
+
}
|
|
1818
|
+
.el-drawer__body {
|
|
1819
|
+
padding: 20px;
|
|
1820
|
+
}
|
|
1821
|
+
body,
|
|
1822
|
+
html {
|
|
1823
|
+
margin: 0;
|
|
1824
|
+
padding: 0;
|
|
1825
|
+
height: 100%;
|
|
1826
|
+
font-family:
|
|
1827
|
+
Helvetica Neue,
|
|
1828
|
+
Helvetica,
|
|
1829
|
+
PingFang SC,
|
|
1830
|
+
Hiragino Sans GB,
|
|
1831
|
+
Microsoft YaHei,
|
|
1832
|
+
SimSun,
|
|
1833
|
+
sans-serif;
|
|
1834
|
+
font-weight: 400;
|
|
1835
|
+
-webkit-font-smoothing: antialiased;
|
|
1836
|
+
-webkit-tap-highlight-color: transparent;
|
|
1837
|
+
}
|
|
1838
|
+
body.is-component,
|
|
1839
|
+
html.is-component {
|
|
1840
|
+
overflow: hidden;
|
|
1841
|
+
}
|
|
1842
|
+
#app {
|
|
1843
|
+
height: 100%;
|
|
1844
|
+
}
|
|
1845
|
+
#app.is-component {
|
|
1846
|
+
overflow-y: hidden;
|
|
1847
|
+
}
|
|
1848
|
+
#app.is-component .main-cnt {
|
|
1849
|
+
padding: 0;
|
|
1850
|
+
margin-top: 0;
|
|
1851
|
+
height: 100%;
|
|
1852
|
+
min-height: auto;
|
|
1853
|
+
}
|
|
1854
|
+
#app.is-component .headerWrapper {
|
|
1855
|
+
position: fixed;
|
|
1856
|
+
width: 100%;
|
|
1857
|
+
left: 0;
|
|
1858
|
+
top: 0;
|
|
1859
|
+
z-index: 1500;
|
|
1860
|
+
}
|
|
1861
|
+
#app.is-component .headerWrapper .container {
|
|
1862
|
+
padding: 0;
|
|
1863
|
+
}
|
|
1864
|
+
a {
|
|
1865
|
+
color: #409eff;
|
|
1866
|
+
text-decoration: none;
|
|
1867
|
+
}
|
|
1868
|
+
code {
|
|
1869
|
+
background-color: #f9fafc;
|
|
1870
|
+
padding: 0 4px;
|
|
1871
|
+
border: 1px solid #eaeefb;
|
|
1872
|
+
border-radius: 4px;
|
|
1873
|
+
}
|
|
1874
|
+
button,
|
|
1875
|
+
input,
|
|
1876
|
+
select,
|
|
1877
|
+
textarea {
|
|
1878
|
+
font-family: inherit;
|
|
1879
|
+
font-size: inherit;
|
|
1880
|
+
line-height: inherit;
|
|
1881
|
+
color: inherit;
|
|
1882
|
+
}
|
|
1883
|
+
.hljs {
|
|
1884
|
+
line-height: 1.8;
|
|
1885
|
+
font-family: Menlo, Monaco, Consolas, Courier, monospace;
|
|
1886
|
+
font-size: 12px;
|
|
1887
|
+
padding: 18px 24px;
|
|
1888
|
+
background-color: #fafafa;
|
|
1889
|
+
border: 1px solid #eaeefb;
|
|
1890
|
+
margin-bottom: 25px;
|
|
1891
|
+
border-radius: 4px;
|
|
1892
|
+
-webkit-font-smoothing: auto;
|
|
1893
|
+
}
|
|
1894
|
+
.main-cnt {
|
|
1895
|
+
margin-top: -80px;
|
|
1896
|
+
padding: 80px 0 340px;
|
|
1897
|
+
box-sizing: border-box;
|
|
1898
|
+
min-height: 100%;
|
|
1899
|
+
}
|
|
1900
|
+
.container,
|
|
1901
|
+
.page-container {
|
|
1902
|
+
width: 1140px;
|
|
1903
|
+
padding: 0;
|
|
1904
|
+
margin: 0 auto;
|
|
1905
|
+
}
|
|
1906
|
+
.page-container {
|
|
1907
|
+
padding-top: 55px;
|
|
1908
|
+
}
|
|
1909
|
+
.page-container h2 {
|
|
1910
|
+
font-size: 28px;
|
|
1911
|
+
color: #1f2d3d;
|
|
1912
|
+
margin: 0;
|
|
1913
|
+
}
|
|
1914
|
+
.page-container h3 {
|
|
1915
|
+
font-size: 22px;
|
|
1916
|
+
}
|
|
1917
|
+
.page-container h2,
|
|
1918
|
+
.page-container h3,
|
|
1919
|
+
.page-container h4,
|
|
1920
|
+
.page-container h5 {
|
|
1921
|
+
font-weight: 400;
|
|
1922
|
+
color: #1f2f3d;
|
|
1923
|
+
}
|
|
1924
|
+
.page-container h2:hover a,
|
|
1925
|
+
.page-container h3:hover a,
|
|
1926
|
+
.page-container h4:hover a,
|
|
1927
|
+
.page-container h5:hover a {
|
|
1928
|
+
opacity: 0.4;
|
|
1929
|
+
}
|
|
1930
|
+
.page-container h2 a,
|
|
1931
|
+
.page-container h3 a,
|
|
1932
|
+
.page-container h4 a,
|
|
1933
|
+
.page-container h5 a {
|
|
1934
|
+
float: left;
|
|
1935
|
+
margin-left: -20px;
|
|
1936
|
+
opacity: 0;
|
|
1937
|
+
cursor: pointer;
|
|
1938
|
+
}
|
|
1939
|
+
.page-container h2 a:hover,
|
|
1940
|
+
.page-container h3 a:hover,
|
|
1941
|
+
.page-container h4 a:hover,
|
|
1942
|
+
.page-container h5 a:hover {
|
|
1943
|
+
opacity: 0.4;
|
|
1944
|
+
}
|
|
1945
|
+
.page-container p {
|
|
1946
|
+
font-size: 14px;
|
|
1947
|
+
color: #5e6d82;
|
|
1948
|
+
line-height: 1.5em;
|
|
1949
|
+
}
|
|
1950
|
+
.page-container .tip {
|
|
1951
|
+
padding: 8px 16px;
|
|
1952
|
+
background-color: #ecf8ff;
|
|
1953
|
+
border-radius: 4px;
|
|
1954
|
+
border-left: 5px solid #50bfff;
|
|
1955
|
+
margin: 20px 0;
|
|
1956
|
+
}
|
|
1957
|
+
.page-container .tip code {
|
|
1958
|
+
background-color: hsla(0, 0%, 100%, 0.7);
|
|
1959
|
+
color: #445368;
|
|
1960
|
+
}
|
|
1961
|
+
.page-container .warning {
|
|
1962
|
+
padding: 8px 16px;
|
|
1963
|
+
background-color: #fff6f7;
|
|
1964
|
+
border-radius: 4px;
|
|
1965
|
+
border-left: 5px solid #fe6c6f;
|
|
1966
|
+
margin: 20px 0;
|
|
1967
|
+
}
|
|
1968
|
+
.page-container .warning code {
|
|
1969
|
+
background-color: hsla(0, 0%, 100%, 0.7);
|
|
1970
|
+
color: #445368;
|
|
1971
|
+
}
|
|
1972
|
+
.demo {
|
|
1973
|
+
margin: 20px 0;
|
|
1974
|
+
}
|
|
1975
|
+
@media (max-width: 1140px) {
|
|
1976
|
+
.container,
|
|
1977
|
+
.page-container {
|
|
1978
|
+
width: 100%;
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
@media (max-width: 768px) {
|
|
1982
|
+
.container,
|
|
1983
|
+
.page-container {
|
|
1984
|
+
padding: 0 20px;
|
|
1985
|
+
}
|
|
1986
|
+
#app.is-component .headerWrapper .container {
|
|
1987
|
+
padding: 0 12px;
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
@font-face {
|
|
1991
|
+
font-family: icomoon;
|
|
1992
|
+
src: url(data:application/vnd.ms-fontobject;base64,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);
|
|
1993
|
+
src:
|
|
1994
|
+
url(data:application/vnd.ms-fontobject;base64,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#iefix)
|
|
1995
|
+
format('embedded-opentype'),
|
|
1996
|
+
url(data:font/ttf;base64,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)
|
|
1997
|
+
format('truetype'),
|
|
1998
|
+
url(data:font/woff;base64,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)
|
|
1999
|
+
format('woff'),
|
|
2000
|
+
url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGlkPSJpY29tb29uIiBob3Jpei1hZHYteD0iMTAyNCI+PGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiLz48Z2x5cGggaG9yaXotYWR2LXg9IjUxMiIvPjxnbHlwaCB1bmljb2RlPSLupIAiIGdseXBoLW5hbWU9InJhdGUtZmFjZS1vZmYiIGQ9Ik0wIDQ0OGMwIDI4Mi43NjYgMjI5LjIzNCA1MTIgNTEyIDUxMnM1MTItMjI5LjIzNCA1MTItNTEyYzAtMjgyLjc2Ni0yMjkuMjM0LTUxMi01MTItNTEyUzAgMTY1LjIzNCAwIDQ0OHptOTQ3LjIgMGMwIDI0MC4zNTEtMTk0Ljg0OSA0MzUuMi00MzUuMiA0MzUuMlM3Ni44IDY4OC4zNTEgNzYuOCA0NDggMjcxLjY0OSAxMi44IDUxMiAxMi44IDk0Ny4yIDIwNy42NDkgOTQ3LjIgNDQ4ek0yOTQuNCA1ODguODUzQzI5NC40IDYxNy4xIDMxNy4xMjYgNjQwIDM0NS42IDY0MGMyOC4yNzcgMCA1MS4yLTIyLjY2NCA1MS4yLTUxLjE0N3YtNTEuMzA3YzAtMjguMjQ3LTIyLjcyNi01MS4xNDctNTEuMi01MS4xNDctMjguMjc3IDAtNTEuMiAyMi42NjQtNTEuMiA1MS4xNDd2NTEuMzA3em0zMzIuOCAwQzYyNy4yIDYxNy4xIDY0OS45MjYgNjQwIDY3OC40IDY0MGMyOC4yNzcgMCA1MS4yLTIyLjY2NCA1MS4yLTUxLjE0N3YtNTEuMzA3YzAtMjguMjQ3LTIyLjcyNi01MS4xNDctNTEuMi01MS4xNDctMjguMjc3IDAtNTEuMiAyMi42NjQtNTEuMiA1MS4xNDd2NTEuMzA3ek0zNjEuMTQzIDI4MS42QzMzOC40MzIgMjgxLjYgMzIwIDI2Mi45NjMgMzIwIDI0MHMxOC40MzItNDEuNiA0MS4xNDMtNDEuNmgzMDEuNzE0QzY4NS41NjggMTk4LjQgNzA0IDIxNy4wMzcgNzA0IDI0MHMtMTguNDMyIDQxLjYtNDEuMTQzIDQxLjZIMzYxLjE0M3oiLz48Z2x5cGggdW5pY29kZT0i7qSBIiBnbHlwaC1uYW1lPSJyYXRlLWZhY2UtMSIgZD0iTTUxMi4wMDEgOTYwQzIyOS4yMyA5NjAgMCA3MzAuNzcgMCA0NDcuOTk4IDAgMTY1LjIyOCAyMjkuMjMtNjQgNTEyLjAwMS02NCA3OTQuNzctNjQgMTAyNCAxNjUuMjI3IDEwMjQgNDQ3Ljk5OFM3OTQuNzcgOTYwIDUxMi4wMDEgOTYwek0yOTQuNCA1ODguODUzQzI5NC40IDYxNy4xIDMxNy4xMjYgNjQwIDM0NS42IDY0MGMyOC4yNzcgMCA1MS4yLTIyLjY2NCA1MS4yLTUxLjE0N3YtNTEuMzA3YzAtMjguMjQ3LTIyLjcyNi01MS4xNDctNTEuMi01MS4xNDctMjguMjc3IDAtNTEuMiAyMi42NjQtNTEuMiA1MS4xNDd2NTEuMzA3em0zMzIuOCAwQzYyNy4yIDYxNy4xIDY0OS45MjYgNjQwIDY3OC40IDY0MGMyOC4yNzcgMCA1MS4yLTIyLjY2NCA1MS4yLTUxLjE0N3YtNTEuMzA3YzAtMjguMjQ3LTIyLjcyNi01MS4xNDctNTEuMi01MS4xNDctMjguMjc3IDAtNTEuMiAyMi42NjQtNTEuMiA1MS4xNDd2NTEuMzA3em02Ny4zMjktNDA3LjY1NmwtMy40MjIgMS4yMTZjLTU2LjE1IDI3Ljg3Mi0xMTYuMzg4IDQyLjA0Ny0xNzguODgyIDQyLjA0Ny02NC41NTYgMC0xMjUuNjExLTE0LjMxNi0xODEuNTE1LTQyLjQ1bC0zLjM4Mi0xLjEzMmMtMi4xMDItLjYyOC00Ljk0NS0xLjUyOS04LjQ4OS0xLjUyOS0yMC41NTQgMC0zNy4yMzkgMTguMjktMzcuMjM5IDQwLjczNCAwIDEwLjY1NSA0LjU3MSAyMS4zNjEgMTIuMTE0IDI5LjM5OWwtLjQ1NiAyLjQ4MyA5LjUxNiA0LjY5OGM2Ni43NCAzMy4xMDQgMTM5LjMzNiA1MC41MzcgMjA5LjkwNyA1MC41MzcgNzEuODg5IDAgMTQyLjMzNi0xNi45ODQgMjEwLjMxNC01MC45NDggMTEuOTQzLTcuMTgxIDE5LjQwNS0yMC45NTMgMTkuNDA1LTM1LjkwMyAwLTI2LjMyOC0yMS43MS00Ny45NTgtNDcuODcxLTM5LjE1M3oiLz48Z2x5cGggdW5pY29kZT0i7qSCIiBnbHlwaC1uYW1lPSJyYXRlLWZhY2UtMiIgZD0iTTUxMi02NEMyMjkuMjM0LTY0IDAgMTY1LjIzNCAwIDQ0OHMyMjkuMjM0IDUxMiA1MTIgNTEyYzI4Mi43NjYgMCA1MTItMjI5LjIzNCA1MTItNTEyUzc5NC43NjYtNjQgNTEyLTY0ek0yOTQuNCA1ODguODUzdi01MS4zMDdjMC0yOC40ODIgMjIuOTIzLTUxLjE0NyA1MS4yLTUxLjE0NyAyOC40NzQgMCA1MS4yIDIyLjg5OSA1MS4yIDUxLjE0N3Y1MS4zMDdjMCAyOC40ODItMjIuOTIzIDUxLjE0Ny01MS4yIDUxLjE0Ny0yOC40NzQgMC01MS4yLTIyLjg5OS01MS4yLTUxLjE0N3ptMzMyLjggMHYtNTEuMzA3YzAtMjguNDgyIDIyLjkyMy01MS4xNDcgNTEuMi01MS4xNDcgMjguNDc0IDAgNTEuMiAyMi44OTkgNTEuMiA1MS4xNDd2NTEuMzA3YzAgMjguNDgyLTIyLjkyMyA1MS4xNDctNTEuMiA1MS4xNDctMjguNDc0IDAtNTEuMi0yMi44OTktNTEuMi01MS4xNDd6TTM2MS4xNDMgMjgxLjZDMzM4LjQzMiAyODEuNiAzMjAgMjYyLjk2MyAzMjAgMjQwczE4LjQzMi00MS42IDQxLjE0My00MS42aDMwMS43MTRDNjg1LjU2OCAxOTguNCA3MDQgMjE3LjAzNyA3MDQgMjQwcy0xOC40MzIgNDEuNi00MS4xNDMgNDEuNkgzNjEuMTQzeiIvPjxnbHlwaCB1bmljb2RlPSLupIMiIGdseXBoLW5hbWU9InJhdGUtZmFjZS0zIiBkPSJNNTEyLjAwMSA5NjBDMjI5LjIzMSA5NjAgMCA3MzAuNzcgMCA0NDguMDAxUzIyOS4yMy02NCA1MTIuMDAxLTY0Qzc5NC43NzEtNjQgMTAyNCAxNjUuMjMgMTAyNCA0NDcuOTk5Uzc5NC43NzEgOTYwIDUxMi4wMDEgOTYwem0zMDUuNDk0LTY1NC40MzVhNDAuNDA2IDQwLjQwNiAwIDAgMC0xLjU2OS00LjM1IDQwLjg1IDQwLjg1IDAgMCAwLTIuMzE3LTQuNTU2Qzc1Ny45NzggMTg5LjA0NiA2NDQuMDkxIDExNS4yIDUxMi4yODYgMTE1LjJsLS4yODYuMDAyLS4yODYtLjAwMmMtMTMxLjgwNCAwLTI0NS42OTMgNzMuODQ1LTMwMS4zMjMgMTgxLjQ1OWE0MC44NSA0MC44NSAwIDAgMC0yLjMxNyA0LjU1NiA0MC4zMjggNDAuMzI4IDAgMCAwLTEuNTY5IDQuMzUgNDAuMzE3IDQwLjMxNyAwIDAgMC0xLjcwNSAxMS41OTcgNDAuMzE0IDQwLjMxNCAwIDAgMCA0LjM3MiAxOC4yODJjNi44OTcgMTMuNjAxIDIxLjIzOSAyMi45NTUgMzcuODIyIDIyLjk1NXMzMC45MjctOS4zNTUgMzcuODIzLTIyLjk1NWguNjc2QzMyNi45MDQgMjUzLjk5MSA0MTIuNjI0IDE5Ny45IDUxMiAxOTcuNzkyYzk5LjM3NS4xMDggMTg1LjA5NSA1Ni4yIDIyNi41MDcgMTM3LjY1MmguNjc2YzYuODk3IDEzLjYwMSAyMS4yMzkgMjIuOTU1IDM3LjgyMyAyMi45NTVzMzAuOTI3LTkuMzU1IDM3LjgyMi0yMi45NTVhNDAuMjk4IDQwLjI5OCAwIDAgMCA0LjM3Mi0xOC4yODJjMC00LjAyOS0uNjAyLTcuOTE4LTEuNzA1LTExLjU5N3pNNjI3LjIgNTg4Ljg1M0M2MjcuMiA2MTcuMSA2NDkuOTI2IDY0MCA2NzguNCA2NDBjMjguMjc3IDAgNTEuMi0yMi42NjQgNTEuMi01MS4xNDd2LTUxLjMwN2MwLTI4LjI0Ny0yMi43MjYtNTEuMTQ3LTUxLjItNTEuMTQ3LTI4LjI3NyAwLTUxLjIgMjIuNjY0LTUxLjIgNTEuMTQ3djUxLjMwN3ptLTMzMi44IDBDMjk0LjQgNjE3LjEgMzE3LjEyNiA2NDAgMzQ1LjYgNjQwYzI4LjI3NyAwIDUxLjItMjIuNjY0IDUxLjItNTEuMTQ3di01MS4zMDdjMC0yOC4yNDctMjIuNzI2LTUxLjE0Ny01MS4yLTUxLjE0Ny0yOC4yNzcgMC01MS4yIDIyLjY2NC01MS4yIDUxLjE0N3Y1MS4zMDd6Ii8+PC9mb250PjwvZGVmcz48L3N2Zz4=)
|
|
2001
|
+
format('svg');
|
|
2002
|
+
font-weight: 400;
|
|
2003
|
+
font-style: normal;
|
|
2004
|
+
}
|
|
2005
|
+
[class*=' icon-'],
|
|
2006
|
+
[class^='icon-'] {
|
|
2007
|
+
font-family: icomoon !important;
|
|
2008
|
+
speak: none;
|
|
2009
|
+
font-style: normal;
|
|
2010
|
+
font-weight: 400;
|
|
2011
|
+
font-variant: normal;
|
|
2012
|
+
text-transform: none;
|
|
2013
|
+
line-height: 1;
|
|
2014
|
+
-webkit-font-smoothing: antialiased;
|
|
2015
|
+
-moz-osx-font-smoothing: grayscale;
|
|
2016
|
+
}
|
|
2017
|
+
.icon-rate-face-off:before {
|
|
2018
|
+
content: '\e900';
|
|
2019
|
+
}
|
|
2020
|
+
.icon-rate-face-1:before {
|
|
2021
|
+
content: '\e901';
|
|
2022
|
+
}
|
|
2023
|
+
.icon-rate-face-2:before {
|
|
2024
|
+
content: '\e902';
|
|
2025
|
+
}
|
|
2026
|
+
.icon-rate-face-3:before {
|
|
2027
|
+
content: '\e903';
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
.config {
|
|
2031
|
+
padding: 5px 0;
|
|
2032
|
+
}
|
|
2033
|
+
.config-label {
|
|
2034
|
+
color: #606266;
|
|
2035
|
+
font-size: 14px;
|
|
2036
|
+
padding-bottom: 8px;
|
|
2037
|
+
position: relative;
|
|
2038
|
+
}
|
|
2039
|
+
.content-80 {
|
|
2040
|
+
box-sizing: border-box;
|
|
2041
|
+
display: inline-block;
|
|
2042
|
+
width: 80%;
|
|
2043
|
+
}
|
|
2044
|
+
.content-20 {
|
|
2045
|
+
width: 20%;
|
|
2046
|
+
}
|
|
2047
|
+
.content-10,
|
|
2048
|
+
.content-20 {
|
|
2049
|
+
box-sizing: border-box;
|
|
2050
|
+
display: inline-block;
|
|
2051
|
+
vertical-align: bottom;
|
|
2052
|
+
}
|
|
2053
|
+
.content-10 {
|
|
2054
|
+
width: 10%;
|
|
2055
|
+
}
|
|
2056
|
+
.content-15 {
|
|
2057
|
+
box-sizing: border-box;
|
|
2058
|
+
display: inline-block;
|
|
2059
|
+
width: 15%;
|
|
2060
|
+
vertical-align: bottom;
|
|
2061
|
+
}
|
|
2062
|
+
input {
|
|
2063
|
+
cursor: pointer;
|
|
2064
|
+
}
|
|
2065
|
+
.colorPicker {
|
|
2066
|
+
margin-left: 10px;
|
|
2067
|
+
vertical-align: bottom;
|
|
2068
|
+
}
|
|
2069
|
+
.select {
|
|
2070
|
+
width: 100%;
|
|
2071
|
+
}
|
|
2072
|
+
.plus-button[data-v-98c1688e] {
|
|
2073
|
+
position: absolute;
|
|
2074
|
+
left: 90%;
|
|
2075
|
+
margin-top: 4px;
|
|
2076
|
+
}
|
|
2077
|
+
.colorPicker[data-v-98c1688e] {
|
|
2078
|
+
margin-left: 0;
|
|
2079
|
+
}
|
|
2080
|
+
.content-20 .el-input__suffix-inner span[data-v-98c1688e] {
|
|
2081
|
+
line-height: 28px;
|
|
2082
|
+
}
|
|
2083
|
+
.content-20[data-v-98c1688e] {
|
|
2084
|
+
padding: 0 3px;
|
|
2085
|
+
}
|
|
2086
|
+
.content-10[data-v-98c1688e] {
|
|
2087
|
+
vertical-align: top;
|
|
2088
|
+
}
|
|
2089
|
+
.content-tip[data-v-98c1688e] {
|
|
2090
|
+
color: #909399;
|
|
2091
|
+
font-size: 12px;
|
|
2092
|
+
}
|
|
2093
|
+
.config-content[data-v-98c1688e] {
|
|
2094
|
+
padding: 5px 0;
|
|
2095
|
+
}
|
|
2096
|
+
.el-button--mini.is-round[data-v-98c1688e] {
|
|
2097
|
+
padding: 3px;
|
|
2098
|
+
}
|
|
2099
|
+
.editor-main {
|
|
2100
|
+
padding: 0 18px 15px;
|
|
2101
|
+
overflow-y: auto;
|
|
2102
|
+
}
|
|
2103
|
+
.category-name {
|
|
2104
|
+
color: #c0c4cc;
|
|
2105
|
+
font-size: 18px;
|
|
2106
|
+
display: block;
|
|
2107
|
+
margin: 13px 0 3px;
|
|
2108
|
+
}
|
|
2109
|
+
.configurator-action {
|
|
2110
|
+
padding: 15px 18px 0;
|
|
2111
|
+
}
|
|
2112
|
+
.configurator-action .action-group {
|
|
2113
|
+
padding: 5px 0;
|
|
2114
|
+
}
|
|
2115
|
+
.configurator-action .action-group img {
|
|
2116
|
+
cursor: not-allowed;
|
|
2117
|
+
width: 16px;
|
|
2118
|
+
height: 16px;
|
|
2119
|
+
padding: 7px 0;
|
|
2120
|
+
margin-left: 5px;
|
|
2121
|
+
opacity: 0.5;
|
|
2122
|
+
}
|
|
2123
|
+
.configurator-action .action-group img.active {
|
|
2124
|
+
opacity: 1;
|
|
2125
|
+
cursor: pointer;
|
|
2126
|
+
}
|
|
2127
|
+
.configurator-action .action-group img:last-of-type {
|
|
2128
|
+
margin-left: 10px;
|
|
2129
|
+
}
|
|
2130
|
+
.configurator-action .action-group .button-group {
|
|
2131
|
+
float: right;
|
|
2132
|
+
}
|
|
2133
|
+
.configurator-action .action-group .button-group .el-button {
|
|
2134
|
+
padding: 6px 15px;
|
|
2135
|
+
}
|
|
2136
|
+
.configurator-action .action-group .button-group .el-button.is-disabled {
|
|
2137
|
+
color: #c0c4cc;
|
|
2138
|
+
background-color: #fff;
|
|
2139
|
+
border-color: #ebeef5;
|
|
2140
|
+
}
|
|
2141
|
+
.configurator-action .action-group .button-group .reset {
|
|
2142
|
+
background: #e6f1fc;
|
|
2143
|
+
color: #1989fa;
|
|
2144
|
+
border-color: #a2cffc;
|
|
2145
|
+
}
|
|
2146
|
+
.configurator-action .action-group .button-group .download {
|
|
2147
|
+
background: #1989fa;
|
|
2148
|
+
color: #fff;
|
|
2149
|
+
border-color: #1989fa;
|
|
2150
|
+
}
|
|
2151
|
+
.configurator-action .selector {
|
|
2152
|
+
width: 100%;
|
|
2153
|
+
}
|
|
2154
|
+
.configurator-action .selector input {
|
|
2155
|
+
background: #f5f7fa;
|
|
2156
|
+
border: none;
|
|
2157
|
+
font-size: 18px;
|
|
2158
|
+
padding-left: 0;
|
|
2159
|
+
color: #606266;
|
|
2160
|
+
}
|
|
2161
|
+
.configurator-action .line {
|
|
2162
|
+
width: 100%;
|
|
2163
|
+
height: 0;
|
|
2164
|
+
border-bottom: 1px solid #dcdfe6;
|
|
2165
|
+
}
|
|
2166
|
+
.main-configurator {
|
|
2167
|
+
height: 100%;
|
|
2168
|
+
display: flex;
|
|
2169
|
+
flex-direction: column;
|
|
2170
|
+
}
|
|
2171
|
+
.component-preview {
|
|
2172
|
+
padding-right: 10px;
|
|
2173
|
+
}
|
|
2174
|
+
.component-preview:last-of-type {
|
|
2175
|
+
padding-bottom: 20px;
|
|
2176
|
+
}
|
|
2177
|
+
.component-preview h4 {
|
|
2178
|
+
font-size: 20px;
|
|
2179
|
+
margin: 40px 0 20px;
|
|
2180
|
+
color: #909399;
|
|
2181
|
+
}
|
|
2182
|
+
.component-preview .demo-item {
|
|
2183
|
+
margin-top: 10px;
|
|
2184
|
+
margin-right: 40px;
|
|
2185
|
+
}
|
|
2186
|
+
.component-preview .demo-line {
|
|
2187
|
+
margin: 15px 0;
|
|
2188
|
+
}
|
|
2189
|
+
.component-preview .el-carousel__item:nth-child(2n) {
|
|
2190
|
+
background-color: #99a9bf;
|
|
2191
|
+
}
|
|
2192
|
+
.component-preview .el-carousel__item:nth-child(odd) {
|
|
2193
|
+
background-color: #d3dce6;
|
|
2194
|
+
}
|
|
2195
|
+
.component-preview .el-avatar:not(:last-child) {
|
|
2196
|
+
margin-right: 20px;
|
|
2197
|
+
}
|
|
2198
|
+
.component-preview .avatar-demo {
|
|
2199
|
+
display: flex;
|
|
2200
|
+
align-items: center;
|
|
2201
|
+
}
|
|
2202
|
+
.component-preview .heading > div {
|
|
2203
|
+
margin-bottom: 15px;
|
|
2204
|
+
}
|
|
2205
|
+
.component-preview .title {
|
|
2206
|
+
font-size: 18px;
|
|
2207
|
+
font-weight: 400;
|
|
2208
|
+
padding: 0 20px;
|
|
2209
|
+
}
|
|
2210
|
+
.component-preview .paragraph {
|
|
2211
|
+
padding: 0 20px;
|
|
2212
|
+
}
|
|
2213
|
+
.component-preview .demo-color-box {
|
|
2214
|
+
margin: 0;
|
|
2215
|
+
}
|
|
2216
|
+
.component-preview .color {
|
|
2217
|
+
margin-right: -12%;
|
|
2218
|
+
}
|
|
2219
|
+
.theme-card-item {
|
|
2220
|
+
user-select: none;
|
|
2221
|
+
border-radius: 4px;
|
|
2222
|
+
overflow: hidden;
|
|
2223
|
+
background: #fff;
|
|
2224
|
+
height: 90%;
|
|
2225
|
+
margin: 25px 0;
|
|
2226
|
+
box-shadow: 0 0 1px 0 #666;
|
|
2227
|
+
}
|
|
2228
|
+
.theme-card-item.is-hidden {
|
|
2229
|
+
opacity: 0;
|
|
2230
|
+
height: 0;
|
|
2231
|
+
}
|
|
2232
|
+
.theme-card-item .upload {
|
|
2233
|
+
cursor: pointer;
|
|
2234
|
+
background: #f5f7fa;
|
|
2235
|
+
height: 100%;
|
|
2236
|
+
width: 100%;
|
|
2237
|
+
display: flex;
|
|
2238
|
+
justify-content: center;
|
|
2239
|
+
align-items: center;
|
|
2240
|
+
}
|
|
2241
|
+
.theme-card-item .upload .upload-action {
|
|
2242
|
+
width: 40%;
|
|
2243
|
+
margin: 0 auto;
|
|
2244
|
+
text-align: center;
|
|
2245
|
+
color: #606266;
|
|
2246
|
+
}
|
|
2247
|
+
.theme-card-item .upload .upload-action img {
|
|
2248
|
+
display: block;
|
|
2249
|
+
margin: 0 auto;
|
|
2250
|
+
}
|
|
2251
|
+
.theme-card-item .upload .upload-action span {
|
|
2252
|
+
display: block;
|
|
2253
|
+
font-size: 14px;
|
|
2254
|
+
margin-top: 8px;
|
|
2255
|
+
}
|
|
2256
|
+
.theme-card-item .preview {
|
|
2257
|
+
position: relative;
|
|
2258
|
+
height: 70%;
|
|
2259
|
+
width: 100%;
|
|
2260
|
+
}
|
|
2261
|
+
.theme-card-item .preview .line {
|
|
2262
|
+
height: 50%;
|
|
2263
|
+
}
|
|
2264
|
+
.theme-card-item .preview .line-2 {
|
|
2265
|
+
width: 50%;
|
|
2266
|
+
height: 100%;
|
|
2267
|
+
display: inline-block;
|
|
2268
|
+
}
|
|
2269
|
+
.theme-card-item .preview .line-4 {
|
|
2270
|
+
width: 25%;
|
|
2271
|
+
height: 100%;
|
|
2272
|
+
display: inline-block;
|
|
2273
|
+
}
|
|
2274
|
+
.theme-card-item .preview .action {
|
|
2275
|
+
transition: all 0.3s;
|
|
2276
|
+
position: absolute;
|
|
2277
|
+
opacity: 0;
|
|
2278
|
+
top: 0;
|
|
2279
|
+
left: 0;
|
|
2280
|
+
right: 0;
|
|
2281
|
+
bottom: 0;
|
|
2282
|
+
}
|
|
2283
|
+
.theme-card-item .preview .action .action-mask {
|
|
2284
|
+
position: absolute;
|
|
2285
|
+
top: 0;
|
|
2286
|
+
left: 0;
|
|
2287
|
+
right: 0;
|
|
2288
|
+
bottom: 0;
|
|
2289
|
+
background: #000;
|
|
2290
|
+
opacity: 0.4;
|
|
2291
|
+
}
|
|
2292
|
+
.theme-card-item .preview .action .action-block {
|
|
2293
|
+
position: absolute;
|
|
2294
|
+
width: 50%;
|
|
2295
|
+
height: 50%;
|
|
2296
|
+
left: 25%;
|
|
2297
|
+
top: 25%;
|
|
2298
|
+
}
|
|
2299
|
+
.theme-card-item .preview .action .action-item {
|
|
2300
|
+
cursor: pointer;
|
|
2301
|
+
display: inline-block;
|
|
2302
|
+
height: 100%;
|
|
2303
|
+
width: 30%;
|
|
2304
|
+
color: #eee;
|
|
2305
|
+
}
|
|
2306
|
+
.theme-card-item .preview .action .action-item:hover {
|
|
2307
|
+
color: #fff;
|
|
2308
|
+
}
|
|
2309
|
+
.theme-card-item .preview .action .action-item:hover .circle {
|
|
2310
|
+
border-color: #fff;
|
|
2311
|
+
}
|
|
2312
|
+
.theme-card-item .preview .action .action-item .icon {
|
|
2313
|
+
height: 50%;
|
|
2314
|
+
font-size: 22px;
|
|
2315
|
+
text-align: center;
|
|
2316
|
+
display: flex;
|
|
2317
|
+
justify-content: center;
|
|
2318
|
+
align-items: center;
|
|
2319
|
+
}
|
|
2320
|
+
.theme-card-item .preview .action .action-item .icon img {
|
|
2321
|
+
width: 130%;
|
|
2322
|
+
}
|
|
2323
|
+
.theme-card-item .preview .action .action-item .name {
|
|
2324
|
+
font-size: 12px;
|
|
2325
|
+
height: 50%;
|
|
2326
|
+
text-align: center;
|
|
2327
|
+
display: flex;
|
|
2328
|
+
justify-content: center;
|
|
2329
|
+
align-items: center;
|
|
2330
|
+
margin-top: 4px;
|
|
2331
|
+
}
|
|
2332
|
+
.theme-card-item .preview .action .action-item-right {
|
|
2333
|
+
margin-left: 40%;
|
|
2334
|
+
}
|
|
2335
|
+
.theme-card-item .info {
|
|
2336
|
+
height: 30%;
|
|
2337
|
+
line-height: 16px;
|
|
2338
|
+
display: flex;
|
|
2339
|
+
align-items: center;
|
|
2340
|
+
}
|
|
2341
|
+
.theme-card-item .info .info-center {
|
|
2342
|
+
width: 100%;
|
|
2343
|
+
}
|
|
2344
|
+
.theme-card-item .info .title {
|
|
2345
|
+
font-weight: 700;
|
|
2346
|
+
font-size: 16px;
|
|
2347
|
+
color: #303133;
|
|
2348
|
+
padding: 0 12px;
|
|
2349
|
+
justify-content: space-between;
|
|
2350
|
+
}
|
|
2351
|
+
.theme-card-item .info .right {
|
|
2352
|
+
float: right;
|
|
2353
|
+
font-weight: 400;
|
|
2354
|
+
font-size: 14px;
|
|
2355
|
+
color: #909399;
|
|
2356
|
+
}
|
|
2357
|
+
.theme-card-item .info .more {
|
|
2358
|
+
font-size: 16px;
|
|
2359
|
+
cursor: pointer;
|
|
2360
|
+
}
|
|
2361
|
+
.theme-card-item .info .description {
|
|
2362
|
+
padding: 0 12px;
|
|
2363
|
+
font-size: 14px;
|
|
2364
|
+
color: #606266;
|
|
2365
|
+
margin-top: 10px;
|
|
2366
|
+
}
|
|
2367
|
+
.theme-card-item.is-upload {
|
|
2368
|
+
box-shadow: none;
|
|
2369
|
+
border: 1px dashed #dcdfe6;
|
|
2370
|
+
}
|
|
2371
|
+
.theme-card-item.is-upload:hover {
|
|
2372
|
+
box-shadow: none;
|
|
2373
|
+
}
|
|
2374
|
+
.theme-card-item:hover {
|
|
2375
|
+
box-shadow: 0 0 10px 0 #999;
|
|
2376
|
+
}
|
|
2377
|
+
.theme-card-item:hover .action {
|
|
2378
|
+
opacity: 1;
|
|
2379
|
+
}
|