@haluo/biz 0.1.17

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/style.css ADDED
@@ -0,0 +1,833 @@
1
+ .m12[data-v-ec8338f2] {
2
+ margin: 0 12px;
3
+ }
4
+ .ml16[data-v-ec8338f2] {
5
+ margin-left: 16px;
6
+ }
7
+ .mr12[data-v-ec8338f2] {
8
+ margin-right: 12px;
9
+ }
10
+ .ml12[data-v-ec8338f2] {
11
+ margin-left: 12px;
12
+ }
13
+ .mr18[data-v-ec8338f2] {
14
+ margin-right: 18px;
15
+ }
16
+ .tools[data-v-ec8338f2] {
17
+ z-index: 2;
18
+ position: relative;
19
+ background: #FAFAFA;
20
+ }
21
+ .tools .tools-content[data-v-ec8338f2] {
22
+ display: -webkit-box;
23
+ display: -ms-flexbox;
24
+ display: flex;
25
+ -webkit-box-align: center;
26
+ -ms-flex-align: center;
27
+ align-items: center;
28
+ }
29
+ .tools img[data-v-ec8338f2] {
30
+ cursor: pointer;
31
+ }
32
+ .tools .box[data-v-ec8338f2] {
33
+ position: relative;
34
+ }
35
+ .tools .box .box-mask[data-v-ec8338f2] {
36
+ width: 40px;
37
+ height: 40px;
38
+ background: black;
39
+ opacity: 0.2;
40
+ top: 0;
41
+ position: absolute;
42
+ pointer-events: none;
43
+ }
44
+ .tools .tools-title[data-v-ec8338f2] {
45
+ color: #333333;
46
+ font-size: 18px;
47
+ display: -webkit-box;
48
+ display: -ms-flexbox;
49
+ display: flex;
50
+ -webkit-box-align: center;
51
+ -ms-flex-align: center;
52
+ align-items: center;
53
+ cursor: pointer;
54
+ }
55
+ .tools .disable[data-v-ec8338f2] {
56
+ cursor: not-allowed;
57
+ -webkit-filter: blur(0.6px);
58
+ filter: blur(0.6px);
59
+ }
60
+ .tools .disable img[data-v-ec8338f2] {
61
+ cursor: not-allowed;
62
+ }
63
+ .tools .wrap[data-v-ec8338f2] {
64
+ position: relative;
65
+ }
66
+ .tools[data-v-ec8338f2] .m-colorPicker {
67
+ position: absolute;
68
+ width: 100%;
69
+ left: 0;
70
+ z-index: -1;
71
+ height: 100%;
72
+ }
73
+ .tools[data-v-ec8338f2] .m-colorPicker .colorBtn {
74
+ width: 100%;
75
+ height: 100%;
76
+ opacity: 0;
77
+ cursor: pointer;
78
+ }
79
+ .tools-title_content {
80
+ padding-left: 30px;
81
+ font-size: 18px;
82
+ }
83
+ .tools-title_content li {
84
+ cursor: pointer;
85
+ }
86
+ .tools-title_content li.active {
87
+ color: red;
88
+ }
89
+ .tools-title_content li ~ li {
90
+ margin-top: 18px;
91
+ }
92
+ .tools-font li {
93
+ display: -webkit-box;
94
+ display: -ms-flexbox;
95
+ display: flex;
96
+ -webkit-box-align: center;
97
+ -ms-flex-align: center;
98
+ align-items: center;
99
+ cursor: pointer;
100
+ }
101
+ .tools-font li.active span:nth-child(1) {
102
+ color: red;
103
+ }
104
+ .tools-font li span:nth-child(2) {
105
+ margin-left: 5px;
106
+ }
107
+ .basic-dialog .basic-dialog_content {
108
+ height: 400px;
109
+ }
110
+ .basic-dialog .basic-dialog_title {
111
+ display: -webkit-box;
112
+ display: -ms-flexbox;
113
+ display: flex;
114
+ -webkit-box-align: center;
115
+ -ms-flex-align: center;
116
+ align-items: center;
117
+ font-size: 16px;
118
+ }
119
+ .basic-dialog .basic-dialog_title > span:nth-child(2) {
120
+ font-weight: bold;
121
+ }
122
+ .basic-dialog .basic-dialog_divider {
123
+ width: 3px;
124
+ height: 14px;
125
+ background: #FF3C08;
126
+ margin-right: 7px;
127
+ }
128
+ .basic-dialog .el-button--primary {
129
+ background: #FF5A25;
130
+ border-color: #FF5A25;
131
+ }
132
+ .basic-dialog .dialog-footer {
133
+ display: -webkit-box;
134
+ display: -ms-flexbox;
135
+ display: flex;
136
+ width: 100%;
137
+ -webkit-box-pack: center;
138
+ -ms-flex-pack: center;
139
+ justify-content: center;
140
+ }
141
+ .insert-article {
142
+ margin-top: 30px;
143
+ }
144
+ .insert-article .nodata {
145
+ text-align: center;
146
+ color: #999999;
147
+ font-size: 14px;
148
+ margin-top: 40px;
149
+ }
150
+ .insert-article .insert-article_input {
151
+ margin-top: 20px;
152
+ }
153
+ .insert-article .insert-article_list {
154
+ height: 304px;
155
+ overflow: auto;
156
+ border: 1px solid #F6F6F8;
157
+ margin-top: 4px;
158
+ }
159
+ .insert-article .insert-article_list-item {
160
+ display: -webkit-box;
161
+ display: -ms-flexbox;
162
+ display: flex;
163
+ -webkit-box-align: center;
164
+ -ms-flex-align: center;
165
+ align-items: center;
166
+ height: 56px;
167
+ padding-left: 20px;
168
+ padding-right: 30px;
169
+ }
170
+ .insert-article .insert-article_list-item .el-radio__label {
171
+ display: inline-block;
172
+ vertical-align: middle;
173
+ }
174
+ .insert-article .insert-article_list-item:not(:last-child) {
175
+ border-bottom: 1px solid #F6F6F8;
176
+ }
177
+ .insert-article .insert-article_list-item:not(:last-child) span:nth-child(1) {
178
+ line-height: 20px;
179
+ font-size: 14px;
180
+ }
181
+ .insert-article .insert-article_list-item:not(:last-child) span:nth-child(2) {
182
+ line-height: 17px;
183
+ font-size: 12px;
184
+ }
185
+ .insert-article .insert-article_list-item_title {
186
+ display: -webkit-box;
187
+ display: -ms-flexbox;
188
+ display: flex;
189
+ -webkit-box-orient: vertical;
190
+ -webkit-box-direction: normal;
191
+ -ms-flex-direction: column;
192
+ flex-direction: column;
193
+ -webkit-box-flex: 1;
194
+ -ms-flex: 1;
195
+ flex: 1;
196
+ }
197
+ .insert-article .view {
198
+ color: #5388F5;
199
+ }
200
+ .insert-img {
201
+ overflow-y: auto;
202
+ height: 450px;
203
+ }
204
+ .insert-img.no-img {
205
+ display: -webkit-box;
206
+ display: -ms-flexbox;
207
+ display: flex;
208
+ -webkit-box-align: center;
209
+ -ms-flex-align: center;
210
+ align-items: center;
211
+ -webkit-box-pack: center;
212
+ -ms-flex-pack: center;
213
+ justify-content: center;
214
+ height: 100%;
215
+ }
216
+ .insert-img .upload-wrap {
217
+ display: -webkit-box;
218
+ display: -ms-flexbox;
219
+ display: flex;
220
+ -webkit-box-orient: vertical;
221
+ -webkit-box-direction: normal;
222
+ -ms-flex-direction: column;
223
+ flex-direction: column;
224
+ -webkit-box-align: center;
225
+ -ms-flex-align: center;
226
+ align-items: center;
227
+ -webkit-box-pack: center;
228
+ -ms-flex-pack: center;
229
+ justify-content: center;
230
+ }
231
+ .insert-img .upload-wrap .upload-wrap_box {
232
+ font-size: 14px;
233
+ cursor: pointer;
234
+ color: #999999;
235
+ width: 310px;
236
+ height: 210px;
237
+ border-radius: 10px;
238
+ border: 1px solid #E8E8E8;
239
+ display: -webkit-box;
240
+ display: -ms-flexbox;
241
+ display: flex;
242
+ -webkit-box-orient: vertical;
243
+ -webkit-box-direction: normal;
244
+ -ms-flex-direction: column;
245
+ flex-direction: column;
246
+ -webkit-box-align: center;
247
+ -ms-flex-align: center;
248
+ align-items: center;
249
+ -webkit-box-pack: center;
250
+ -ms-flex-pack: center;
251
+ justify-content: center;
252
+ }
253
+ .insert-img .upload-wrap .upload-wrap_box span {
254
+ margin-top: 10px;
255
+ }
256
+ .insert-img .upload-wrap .upload-wrap_box i {
257
+ font-size: 50px;
258
+ color: #9E9E9E;
259
+ }
260
+ .insert-img .upload-wrap .remark {
261
+ font-size: 14px;
262
+ color: #999999;
263
+ margin-top: 20px;
264
+ }
265
+ .insert-img .upload-btn {
266
+ display: none;
267
+ }
268
+ .insert-img .img-list {
269
+ display: -webkit-box;
270
+ display: -ms-flexbox;
271
+ display: flex;
272
+ -webkit-box-align: center;
273
+ -ms-flex-align: center;
274
+ align-items: center;
275
+ -ms-flex-wrap: wrap;
276
+ flex-wrap: wrap;
277
+ margin-top: 30px;
278
+ }
279
+ .insert-img .img-list .img-item {
280
+ position: relative;
281
+ margin-right: 20px;
282
+ margin-bottom: 10px;
283
+ }
284
+ .insert-img .img-list .img-item .icon {
285
+ position: absolute;
286
+ top: 0;
287
+ right: 0;
288
+ -webkit-transform: translate(50%, -50%);
289
+ -ms-transform: translate(50%, -50%);
290
+ transform: translate(50%, -50%);
291
+ }
292
+ .insert-img .img-wrap {
293
+ display: -webkit-box;
294
+ display: -ms-flexbox;
295
+ display: flex;
296
+ margin-bottom: 10px;
297
+ -ms-flex-wrap: wrap;
298
+ flex-wrap: wrap;
299
+ }
300
+ .insert-img .upload-icon {
301
+ display: -webkit-box;
302
+ display: -ms-flexbox;
303
+ display: flex;
304
+ -webkit-box-pack: center;
305
+ -ms-flex-pack: center;
306
+ justify-content: center;
307
+ -webkit-box-align: center;
308
+ -ms-flex-align: center;
309
+ align-items: center;
310
+ width: 120px;
311
+ height: 120px;
312
+ background: #FAFAFA;
313
+ border-radius: 4px;
314
+ border: 1px solid #E8E8E8;
315
+ }
316
+ .insert-video {
317
+ display: -webkit-box;
318
+ display: -ms-flexbox;
319
+ display: flex;
320
+ -webkit-box-align: center;
321
+ -ms-flex-align: center;
322
+ align-items: center;
323
+ -webkit-box-orient: vertical;
324
+ -webkit-box-direction: normal;
325
+ -ms-flex-direction: column;
326
+ flex-direction: column;
327
+ height: 100%;
328
+ -webkit-box-pack: center;
329
+ -ms-flex-pack: center;
330
+ justify-content: center;
331
+ width: 100%;
332
+ margin-top: 20px;
333
+ }
334
+ .insert-video .video-input {
335
+ display: none;
336
+ }
337
+ .insert-video .remark {
338
+ font-size: 14px;
339
+ color: #999999;
340
+ margin-top: 12px;
341
+ text-align: center;
342
+ }
343
+ .collect-article_lable {
344
+ font-size: 14px;
345
+ color: #333333;
346
+ margin-left: 30px;
347
+ }
348
+ .collect-article_content {
349
+ margin-top: 30px;
350
+ }
351
+ .collect-article_content .tip {
352
+ font-size: 14px;
353
+ color: #999999;
354
+ margin-bottom: 5px;
355
+ }
356
+ .article-item[data-v-6cfff18d] {
357
+ -webkit-user-select: none;
358
+ -moz-user-select: none;
359
+ -ms-user-select: none;
360
+ user-select: none;
361
+ display: -webkit-box;
362
+ display: -ms-flexbox;
363
+ display: flex;
364
+ margin: 0 auto;
365
+ padding: 8px;
366
+ background: #f7f8f9;
367
+ border-radius: 4px;
368
+ width: 440px;
369
+ position: relative;
370
+ }
371
+ .article-item .icon[data-v-6cfff18d] {
372
+ -webkit-user-select: none;
373
+ -moz-user-select: none;
374
+ -ms-user-select: none;
375
+ user-select: none;
376
+ position: absolute;
377
+ top: 0;
378
+ right: 0;
379
+ color: #b7b7b7;
380
+ -webkit-transform: translate(50%, -50%);
381
+ -ms-transform: translate(50%, -50%);
382
+ transform: translate(50%, -50%);
383
+ }
384
+ .article-item img[data-v-6cfff18d] {
385
+ width: 80px;
386
+ height: 80px;
387
+ -o-object-fit: cover;
388
+ object-fit: cover;
389
+ margin-right: 12px;
390
+ -ms-flex-negative: 0;
391
+ flex-shrink: 0;
392
+ }
393
+ .article-item .article-item_right[data-v-6cfff18d] {
394
+ display: -webkit-box;
395
+ display: -ms-flexbox;
396
+ display: flex;
397
+ -webkit-box-orient: vertical;
398
+ -webkit-box-direction: normal;
399
+ -ms-flex-direction: column;
400
+ flex-direction: column;
401
+ -webkit-box-pack: justify;
402
+ -ms-flex-pack: justify;
403
+ justify-content: space-between;
404
+ }
405
+ .article-item .article-item_right .name[data-v-6cfff18d] {
406
+ font-size: 16px;
407
+ margin-top: 5px;
408
+ line-height: 22px;
409
+ display: -webkit-box;
410
+ -webkit-line-clamp: 2;
411
+ -webkit-box-orient: vertical;
412
+ overflow: hidden;
413
+ -o-text-overflow: ellipsis;
414
+ text-overflow: ellipsis;
415
+ }
416
+ .article-item .article-item_right .score[data-v-6cfff18d] {
417
+ color: #999999;
418
+ line-height: 17px;
419
+ font-size: 12px;
420
+ display: -webkit-box;
421
+ display: -ms-flexbox;
422
+ display: flex;
423
+ -webkit-box-align: center;
424
+ -ms-flex-align: center;
425
+ align-items: center;
426
+ margin-bottom: 6px;
427
+ }
428
+ .article-item .article-item_right .score span[data-v-6cfff18d]:nth-child(2) {
429
+ margin-left: 10px;
430
+ }
431
+ .article-item .article-item_right .score span[data-v-6cfff18d]:nth-child(3) {
432
+ margin-left: 10px;
433
+ }
434
+ .article-item .article-item_right .price[data-v-6cfff18d] {
435
+ color: #ff5a25;
436
+ font-size: 16px;
437
+ margin-top: 6px;
438
+ }
439
+ .article-item .article-bg[data-v-6cfff18d] {
440
+ position: absolute;
441
+ width: 440px;
442
+ height: 60px;
443
+ left: 0;
444
+ background: rgba(0, 0, 0, 0.4);
445
+ border-radius: 4px;
446
+ line-height: 60px;
447
+ text-align: center;
448
+ font-size: 18px;
449
+ font-weight: 400;
450
+ color: #ffffff;
451
+ -webkit-backdrop-filter: blur(3px);
452
+ backdrop-filter: blur(3px);
453
+ }
454
+ .article-item .article-bg-height[data-v-6cfff18d] {
455
+ height: 80px;
456
+ line-height: 80px;
457
+ }
458
+ /**
459
+ * Created by wanghui on 2017-04-21.
460
+ *
461
+ */
462
+ .editor {
463
+ position: relative;
464
+ min-width: 7rem;
465
+ margin-top: 0.2rem;
466
+ }
467
+ .editor ol,
468
+ .editor ul {
469
+ margin: 0 1em;
470
+ padding: 0 1em;
471
+ margin-top: 10px;
472
+ list-style-type: decimal;
473
+ }
474
+ .editor ol li,
475
+ .editor ul li {
476
+ list-style-position: inside;
477
+ }
478
+ .editor ol > li {
479
+ list-style-type: decimal;
480
+ margin-bottom: 10px;
481
+ font-size: 17px;
482
+ }
483
+ .editor ul > li {
484
+ list-style-type: disc;
485
+ margin-bottom: 10px;
486
+ font-size: 17px;
487
+ }
488
+ .editor .fixed-top {
489
+ position: fixed !important;
490
+ top: 0.6rem;
491
+ z-index: 1000;
492
+ }
493
+ .editor .tool-box {
494
+ position: absolute;
495
+ width: 9.72rem;
496
+ height: 0.4rem;
497
+ background-color: #f4f4f4;
498
+ }
499
+ .editor .tool-box .icon-section {
500
+ display: inline-block;
501
+ position: relative;
502
+ }
503
+ .editor .tool-box .icon-section .tip {
504
+ display: none;
505
+ position: absolute;
506
+ width: 0.7rem;
507
+ background-color: #26262a;
508
+ color: #f5f5f5;
509
+ border-radius: 0.04rem;
510
+ padding: 0.04rem;
511
+ }
512
+ .editor .tool-box .icon-section:hover .tip {
513
+ display: block;
514
+ }
515
+ .editor .tool-box .icon {
516
+ cursor: pointer;
517
+ display: inline-block;
518
+ width: 0.4rem;
519
+ height: 0.4rem;
520
+ }
521
+ .editor .placeholder {
522
+ pointer-events: none;
523
+ position: absolute;
524
+ font-size: 18px;
525
+ width: 100%;
526
+ color: #999999;
527
+ top: 15px;
528
+ }
529
+ .editor #editor-content {
530
+ position: relative;
531
+ pointer-events: auto;
532
+ resize: vertical;
533
+ padding: 14px 0;
534
+ outline: none;
535
+ min-height: 6.4rem;
536
+ border-bottom: 0.01rem solid #f4f4f4;
537
+ border-top: 0;
538
+ }
539
+ .editor #editor-content u,
540
+ .editor #editor-content i {
541
+ font-weight: inherit;
542
+ }
543
+ .editor #editor-content .halo-paragraph {
544
+ font-size: 17px;
545
+ color: #333;
546
+ line-height: 1.5;
547
+ }
548
+ .editor #editor-content .halo-paragraph-title {
549
+ line-height: 25px;
550
+ font-weight: 600;
551
+ font-size: 20px;
552
+ color: #333;
553
+ border-left: 4px solid #FF3C08;
554
+ padding: 10px;
555
+ margin: 15px 0;
556
+ }
557
+ .editor #editor-content .halo-img-content {
558
+ position: relative;
559
+ text-align: center;
560
+ left: 250px;
561
+ }
562
+ .editor #editor-content .halo-img-content .img-loading,
563
+ .editor #editor-content .halo-img-content .img-fail {
564
+ position: absolute;
565
+ display: -webkit-box;
566
+ display: -ms-flexbox;
567
+ display: flex;
568
+ -webkit-box-align: center;
569
+ -ms-flex-align: center;
570
+ align-items: center;
571
+ -webkit-box-pack: center;
572
+ -ms-flex-pack: center;
573
+ justify-content: center;
574
+ top: 0;
575
+ width: 440px;
576
+ height: 100%;
577
+ line-height: 25px;
578
+ font-size: 18px;
579
+ z-index: 1;
580
+ opacity: 0.9;
581
+ color: #fff;
582
+ -webkit-user-select: none;
583
+ -moz-user-select: none;
584
+ -ms-user-select: none;
585
+ user-select: none;
586
+ }
587
+ .editor #editor-content .halo-img-content .img-loading .img-loading-icon,
588
+ .editor #editor-content .halo-img-content .img-fail .img-loading-icon {
589
+ width: 74px;
590
+ margin-left: 40px;
591
+ }
592
+ .editor #editor-content .halo-img-content .img-loading .img-loading-tip,
593
+ .editor #editor-content .halo-img-content .img-fail .img-loading-tip {
594
+ position: relative;
595
+ left: -60px;
596
+ top: 2px;
597
+ }
598
+ .editor #editor-content .halo-img-content .img-again {
599
+ position: absolute;
600
+ left: 175px;
601
+ bottom: 60px;
602
+ font-size: 14px;
603
+ font-weight: 400;
604
+ color: #fff;
605
+ z-index: 1;
606
+ width: 90px;
607
+ line-height: 32px;
608
+ height: 32px;
609
+ border-radius: 4px;
610
+ background: rgba(0, 0, 0, 0.5);
611
+ -webkit-user-select: none;
612
+ -moz-user-select: none;
613
+ -ms-user-select: none;
614
+ user-select: none;
615
+ cursor: pointer;
616
+ }
617
+ .editor #editor-content .halo-img-content .img-replace {
618
+ -webkit-user-select: none;
619
+ -moz-user-select: none;
620
+ -ms-user-select: none;
621
+ user-select: none;
622
+ position: absolute;
623
+ bottom: 80px;
624
+ color: white;
625
+ background: rgba(0, 0, 0, 0.5);
626
+ display: inline-block;
627
+ width: 80px;
628
+ height: 32px;
629
+ line-height: 32px;
630
+ border-radius: 4px;
631
+ /* left: 50%; */
632
+ left: 220px;
633
+ -webkit-transform: translateX(-50%);
634
+ -ms-transform: translateX(-50%);
635
+ transform: translateX(-50%);
636
+ }
637
+ .editor #editor-content .halo-img-content .desc-input-wrap {
638
+ width: 440px;
639
+ margin-top: 20px;
640
+ }
641
+ .editor #editor-content .halo-img-content .desc-input-wrap textarea {
642
+ -webkit-user-select: text;
643
+ -moz-user-select: text;
644
+ -ms-user-select: text;
645
+ user-select: text;
646
+ text-align: center;
647
+ outline: none;
648
+ border: none;
649
+ resize: none;
650
+ color: #999999;
651
+ }
652
+ .editor #editor-content .halo-img-content .desc-input-wrap textarea:disabled {
653
+ background: white;
654
+ }
655
+ .editor #editor-content .halo-img-content .img-delete {
656
+ -webkit-user-select: none;
657
+ -moz-user-select: none;
658
+ -ms-user-select: none;
659
+ user-select: none;
660
+ font-size: 18px;
661
+ width: 18px;
662
+ height: 18px;
663
+ border-radius: 50%;
664
+ line-height: 18px;
665
+ text-align: center;
666
+ left: 440px;
667
+ position: absolute;
668
+ top: 0;
669
+ -webkit-transform: translate(-40%, -50%);
670
+ -ms-transform: translate(-40%, -50%);
671
+ transform: translate(-40%, -50%);
672
+ }
673
+ .editor #editor-content .halo-img-content .halo-picture-area {
674
+ display: block;
675
+ width: 440px;
676
+ min-height: 150px;
677
+ margin: 5px 0;
678
+ }
679
+ .editor #editor-content .halo-img-content .no-upload,
680
+ .editor #editor-content .halo-img-content .upload-fail {
681
+ -webkit-filter: brightness(0.5);
682
+ filter: brightness(0.5);
683
+ }
684
+ .editor #editor-content .halo-video-content {
685
+ margin: 5px;
686
+ padding-right: 5px;
687
+ position: relative;
688
+ }
689
+ .editor #editor-content .halo-video-content .video-delete {
690
+ position: absolute;
691
+ font-size: 18px;
692
+ left: calc(50% + 250px);
693
+ top: 0;
694
+ -webkit-transform: translate(-50%, -50%);
695
+ -ms-transform: translate(-50%, -50%);
696
+ transform: translate(-50%, -50%);
697
+ }
698
+ .editor #editor-content .halo-video-area {
699
+ max-height: 200px;
700
+ width: 500px;
701
+ display: block;
702
+ pointer-events: none;
703
+ margin: 0 auto;
704
+ -o-object-fit: cover;
705
+ object-fit: cover;
706
+ }
707
+ .editor #editor-content .video-title {
708
+ max-height: 110px;
709
+ }
710
+ .editor #editor-content .halo-link {
711
+ display: -webkit-box;
712
+ display: -ms-flexbox;
713
+ display: flex;
714
+ position: relative;
715
+ margin: 10px 0;
716
+ width: 100%;
717
+ font-size: 14px;
718
+ color: #2eaee5;
719
+ line-height: 17px;
720
+ }
721
+ .editor #editor-content .halo-link .img-delete {
722
+ -webkit-user-select: none;
723
+ -moz-user-select: none;
724
+ -ms-user-select: none;
725
+ user-select: none;
726
+ position: absolute;
727
+ right: 0;
728
+ top: 0;
729
+ width: 25px;
730
+ height: 25px;
731
+ }
732
+ .editor #editor-content .link-img {
733
+ position: relative;
734
+ width: 20px;
735
+ height: 20px;
736
+ }
737
+ .editor #editor-content .halo-link-mes {
738
+ margin: 0;
739
+ font-size: 14px;
740
+ color: #2eaee5;
741
+ border: 0;
742
+ max-height: 100px;
743
+ line-height: 17px;
744
+ resize: none;
745
+ width: 100%;
746
+ outline: none;
747
+ word-wrap: break-word;
748
+ display: inline-block;
749
+ }
750
+ .editor #editor-content .video-progress {
751
+ width: 440px;
752
+ height: 220px;
753
+ display: -webkit-box;
754
+ display: -ms-flexbox;
755
+ display: flex;
756
+ -webkit-box-orient: vertical;
757
+ -webkit-box-direction: normal;
758
+ -ms-flex-direction: column;
759
+ flex-direction: column;
760
+ -webkit-box-pack: center;
761
+ -ms-flex-pack: center;
762
+ justify-content: center;
763
+ margin: 0 auto;
764
+ padding: 0 40px;
765
+ background: #F8F9FB;
766
+ }
767
+ .editor #editor-content .video-progress .label {
768
+ width: 100%;
769
+ margin-bottom: 20px;
770
+ font-size: 18px;
771
+ font-weight: bold;
772
+ }
773
+ .editor #editor-content .video-progress .box {
774
+ width: 360px;
775
+ height: 6px;
776
+ background: #E9E9E9;
777
+ border-radius: 3px;
778
+ overflow: hidden;
779
+ }
780
+ .editor #editor-content .video-progress .inner {
781
+ background: #FF5A25;
782
+ height: 6px;
783
+ }
784
+ .editor .preview {
785
+ position: fixed;
786
+ top: 0;
787
+ left: 0;
788
+ width: 100vw;
789
+ height: 100vh;
790
+ z-index: 10;
791
+ overflow-y: scroll;
792
+ }
793
+ .editor .preview .preview-bg {
794
+ position: fixed;
795
+ top: 0;
796
+ left: 0;
797
+ width: 100vw;
798
+ height: 100vh;
799
+ background-color: rgba(0, 0, 0, 0.3);
800
+ }
801
+ .video-progress {
802
+ width: 440px;
803
+ height: 220px;
804
+ display: -webkit-box;
805
+ display: -ms-flexbox;
806
+ display: flex;
807
+ -webkit-box-orient: vertical;
808
+ -webkit-box-direction: normal;
809
+ -ms-flex-direction: column;
810
+ flex-direction: column;
811
+ -webkit-box-pack: center;
812
+ -ms-flex-pack: center;
813
+ justify-content: center;
814
+ padding: 0 40px;
815
+ background: #F8F9FB;
816
+ }
817
+ .video-progress .label {
818
+ width: 100%;
819
+ margin-bottom: 20px;
820
+ font-size: 18px;
821
+ font-weight: bold;
822
+ }
823
+ .video-progress .box {
824
+ width: 360px;
825
+ height: 6px;
826
+ background: #E9E9E9;
827
+ border-radius: 3px;
828
+ overflow: hidden;
829
+ }
830
+ .video-progress .inner {
831
+ background: #FF5A25;
832
+ height: 6px;
833
+ }