bi-element-ui 1.0.10 → 1.0.11

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.
@@ -1,1791 +0,0 @@
1
- #app {
2
- font-family: Avenir, Helvetica, Arial, sans-serif;
3
- -webkit-font-smoothing: antialiased;
4
- -moz-osx-font-smoothing: grayscale;
5
- color: #2c3e50
6
- }
7
-
8
- #nav {
9
- margin-top: 30px
10
- }
11
-
12
- #nav a {
13
- display: block;
14
- padding: 20px 25px;
15
- font-weight: 700;
16
- color: #2c3e50
17
- }
18
-
19
- #nav a.router-link-exact-active {
20
- color: #42b983
21
- }
22
-
23
- .example-table-box[data-v-8ff6c31e] {
24
- margin: 25px 50px
25
- }
26
-
27
- .example-table-box p[data-v-8ff6c31e] {
28
- text-align: left;
29
- font-weight: 700
30
- }
31
-
32
- .fade-enter-active,
33
- .fade-leave-active {
34
- transition: opacity .28s
35
- }
36
-
37
- .fade-enter,
38
- .fade-leave-active {
39
- opacity: 0
40
- }
41
-
42
- .fade-transform-enter-active,
43
- .fade-transform-leave-active {
44
- transition: all .5s
45
- }
46
-
47
- .fade-transform-enter {
48
- opacity: 0;
49
- transform: translateX(-30px)
50
- }
51
-
52
- .fade-transform-leave-to {
53
- opacity: 0;
54
- transform: translateX(30px)
55
- }
56
-
57
- .breadcrumb-enter-active,
58
- .breadcrumb-leave-active {
59
- transition: all .5s
60
- }
61
-
62
- .breadcrumb-enter,
63
- .breadcrumb-leave-active {
64
- opacity: 0;
65
- transform: translateX(20px)
66
- }
67
-
68
- .breadcrumb-move {
69
- transition: all .5s
70
- }
71
-
72
- .breadcrumb-leave-active {
73
- position: absolute
74
- }
75
-
76
- #app .openSidebar .sidebar-container {
77
- width: 220px !important
78
- }
79
-
80
- #app .sidebar-logo-container {
81
- height: 50px
82
- }
83
-
84
- #app .sidebar-logo {
85
- width: 46px;
86
- height: 46px;
87
- margin: 0 auto
88
- }
89
-
90
- #app .sidebar-title {
91
- width: 74px !important;
92
- height: 46px !important;
93
- margin-left: 12px !important
94
- }
95
-
96
- #app .main-container {
97
- min-height: 100%;
98
- transition: margin-left .28s;
99
- margin-left: 220px;
100
- position: relative
101
- }
102
-
103
- #app .sidebar-container {
104
- transition: width .28s;
105
- background-color: #fff;
106
- height: 100%;
107
- position: fixed;
108
- font-size: 0;
109
- top: 0;
110
- bottom: 0;
111
- left: 0;
112
- z-index: 1001;
113
- overflow: hidden;
114
- box-shadow: 0 1px 4px rgba(0, 21, 41, .08)
115
- }
116
-
117
- #app .sidebar-container .horizontal-collapse-transition {
118
- transition: width 0s ease-in-out, padding-left 0s ease-in-out, padding-right 0s ease-in-out
119
- }
120
-
121
- #app .sidebar-container .scrollbar-wrapper {
122
- overflow-x: hidden !important
123
- }
124
-
125
- #app .sidebar-container .el-scrollbar__bar.is-vertical {
126
- right: 0
127
- }
128
-
129
- #app .sidebar-container .el-scrollbar {
130
- height: 100%
131
- }
132
-
133
- #app .sidebar-container.has-logo .el-scrollbar {
134
- height: calc(100% - 90px)
135
- }
136
-
137
- #app .sidebar-container .is-horizontal {
138
- display: none
139
- }
140
-
141
- #app .sidebar-container a {
142
- display: inline-block;
143
- width: 100%;
144
- overflow: hidden
145
- }
146
-
147
- #app .sidebar-container .el-menu {
148
- border: none;
149
- height: 100%;
150
- width: 100%;
151
- box-sizing: border-box
152
- }
153
-
154
- #app .sidebar-container .el-menu a {
155
- display: block
156
- }
157
-
158
- #app .sidebar-container .el-menu .submenu-title-noDropdown.is-active {
159
- background-color: #e6f9f3
160
- }
161
-
162
- #app .sidebar-container .el-menu .submenu-title-noDropdown .el-tooltip {
163
- justify-content: flex-start !important
164
- }
165
-
166
- #app .sidebar-container .el-menu .svg-icon {
167
- color: #8893aa;
168
- margin-right: 12px;
169
- width: 16px;
170
- height: 16px;
171
- flex: 0 0 auto;
172
- text-align: center;
173
- font-size: 16px;
174
- vertical-align: middle
175
- }
176
-
177
- #app .sidebar-container .is-active .svg-icon {
178
- color: #00bf8a
179
- }
180
-
181
- #app .sidebar-container .el-submenu .el-menu-item,
182
- #app .sidebar-container .nest-menu .el-submenu>.el-submenu__title {
183
- min-width: 100%;
184
- box-sizing: border-box
185
- }
186
-
187
- #app .hideSidebar .sidebar-container {
188
- width: 60px !important
189
- }
190
-
191
- #app .hideSidebar .main-container {
192
- margin-left: 60px
193
- }
194
-
195
- #app .hideSidebar .el-menu .svg-icon {
196
- width: 22px;
197
- height: 22px;
198
- margin: 0
199
- }
200
-
201
- #app .hideSidebar li[role=menuitem] {
202
- margin-bottom: 4px
203
- }
204
-
205
- #app .hideSidebar .submenu-title-noDropdown {
206
- position: relative
207
- }
208
-
209
- #app .hideSidebar .submenu-title-noDropdown span {
210
- display: none
211
- }
212
-
213
- #app .hideSidebar .submenu-title-noDropdown .el-tooltip {
214
- justify-content: flex-start !important
215
- }
216
-
217
- #app .hideSidebar .el-submenu {
218
- overflow: hidden
219
- }
220
-
221
- #app .hideSidebar .el-submenu>.el-submenu__title {
222
- padding: 14px
223
- }
224
-
225
- #app .hideSidebar .el-submenu>.el-submenu__title .el-submenu__icon-arrow {
226
- display: none
227
- }
228
-
229
- #app .hideSidebar .el-submenu>.el-submenu__title>span {
230
- height: 0;
231
- width: 0;
232
- overflow: hidden;
233
- visibility: hidden;
234
- display: inline-block
235
- }
236
-
237
- #app .hideSidebar .hamburger-container {
238
- padding-right: 20px
239
- }
240
-
241
- #app .mobile .main-container {
242
- margin-left: 0
243
- }
244
-
245
- #app .mobile .sidebar-container {
246
- transition: transform .28s;
247
- width: 220px !important
248
- }
249
-
250
- #app .mobile.hideSidebar .sidebar-container {
251
- pointer-events: none;
252
- transition-duration: .3s;
253
- transform: translate3d(-220px, 0, 0)
254
- }
255
-
256
- #app .withoutAnimation .main-container,
257
- #app .withoutAnimation .sidebar-container {
258
- transition: none
259
- }
260
-
261
- #app .hamburger-container {
262
- text-align: right;
263
- padding: 10px 16px 10px 6px !important;
264
- margin: 0
265
- }
266
-
267
- .el-menu--vertical>.el-menu--popup::-webkit-scrollbar-track-piece {
268
- background: #d3dce6
269
- }
270
-
271
- .el-menu--vertical>.el-menu--popup::-webkit-scrollbar {
272
- width: 6px
273
- }
274
-
275
- .el-menu--vertical>.el-menu--popup::-webkit-scrollbar-thumb {
276
- background: #99a9bf;
277
- border-radius: 20px
278
- }
279
-
280
- #app .breadcrumb-container {
281
- display: flex;
282
- justify-content: space-between;
283
- align-items: center;
284
- margin-bottom: 14px
285
- }
286
-
287
- #app .breadcrumb-container .app-breadcrumb {
288
- height: 36px;
289
- padding-top: 14px !important;
290
- padding-bottom: 0 !important;
291
- line-height: 22px !important;
292
- box-sizing: border-box
293
- }
294
-
295
- #app .app-main {
296
- overflow: clip;
297
- padding: 0 15px 15px;
298
- box-sizing: border-box;
299
- background: none;
300
- height: 100%
301
- }
302
-
303
- #app .openSidebar .main-container {
304
- margin-left: 220px
305
- }
306
-
307
- #app .navbar {
308
- background-color: #eeeff5
309
- }
310
-
311
- #app .openSidebar .navbar .navbar-box.navbar-fixed {
312
- width: calc(100% - 220px)
313
- }
314
-
315
- #app .hideSidebar .navbar .navbar-box.navbar-fixed {
316
- width: calc(100% - 60px) !important
317
- }
318
-
319
- *,
320
- :after,
321
- :before {
322
- box-sizing: inherit
323
- }
324
-
325
- a:active,
326
- a:focus {
327
- outline: none
328
- }
329
-
330
- a,
331
- a:focus,
332
- a:hover {
333
- cursor: pointer;
334
- color: inherit;
335
- text-decoration: none
336
- }
337
-
338
- body,
339
- html {
340
- background-color: #eeeff5;
341
- font-size: 14px;
342
- color: #323335
343
- }
344
-
345
- p {
346
- margin: 0
347
- }
348
-
349
- .flex-box {
350
- display: flex
351
- }
352
-
353
- .flex-1,
354
- .flex-box-center {
355
- align-items: center
356
- }
357
-
358
- .flex-1 {
359
- flex: 1
360
- }
361
-
362
- .flex-center {
363
- align-items: center
364
- }
365
-
366
- .flex-end {
367
- align-items: flex-end
368
- }
369
-
370
- .flex-between {
371
- justify-content: space-between
372
- }
373
-
374
- .aglin-center {
375
- text-align: center
376
- }
377
-
378
- .aglin-right {
379
- text-align: right
380
- }
381
-
382
- .float-left {
383
- float: left
384
- }
385
-
386
- .float-right {
387
- float: right
388
- }
389
-
390
- .text-bold {
391
- font-weight: 700
392
- }
393
-
394
- .block-box {
395
- background: #fff;
396
- border-radius: 4px;
397
- padding: 20px
398
- }
399
-
400
- .block-box+.block-box {
401
- margin-top: 15px
402
- }
403
-
404
- .search-block-box {
405
- padding: 0
406
- }
407
-
408
- .search-block-box .block-content {
409
- padding: 16px 20px 0
410
- }
411
-
412
- .search-block-box .block-footer {
413
- margin-top: 16px;
414
- padding: 14px 20px;
415
- box-shadow: 0 -1px 0 0 #e5e6eb
416
- }
417
-
418
- .search-block-box .block-footer:empty {
419
- box-shadow: none;
420
- padding: 0 0 16px 0;
421
- margin-top: 0
422
- }
423
-
424
- #app .search-form,
425
- .block-box.search-block-box .search-form {
426
- display: flex;
427
- flex-wrap: wrap
428
- }
429
-
430
- #app .search-form+*,
431
- .block-box.search-block-box .search-form+* {
432
- margin-top: 20px
433
- }
434
-
435
- #app .search-form .search-item,
436
- .block-box.search-block-box .search-form .search-item {
437
- min-width: 352px !important;
438
- padding-right: 16px;
439
- padding-bottom: 16px;
440
- margin-bottom: 0;
441
- margin-right: 0;
442
- margin-left: 0;
443
- margin-top: 0;
444
- display: flex;
445
- flex: 0 0 auto
446
- }
447
-
448
- #app .search-form .search-item .item-label,
449
- #app .search-form .search-item .select-label,
450
- .block-box.search-block-box .search-form .search-item .item-label,
451
- .block-box.search-block-box .search-form .search-item .select-label {
452
- flex-wrap: 0;
453
- flex-shrink: 0;
454
- padding-right: 12px;
455
- margin-bottom: 0;
456
- margin-right: 0;
457
- margin-left: 0;
458
- margin-top: 0;
459
- text-align: right;
460
- line-height: 16px;
461
- display: flex;
462
- align-items: center;
463
- flex-direction: row-reverse;
464
- max-height: 32px;
465
- overflow: hidden
466
- }
467
-
468
- #app .search-form .search-item .item-label,
469
- .block-box.search-block-box .search-form .search-item .item-label {
470
- width: 96px;
471
- padding-left: 20px
472
- }
473
-
474
- #app .search-form .search-item .select-label,
475
- .block-box.search-block-box .search-form .search-item .select-label {
476
- width: 96px;
477
- margin-right: -1px;
478
- text-align: right;
479
- padding-right: 0
480
- }
481
-
482
- #app .search-form .search-item .select-label .is-focus .el-input__inner,
483
- .block-box.search-block-box .search-form .search-item .select-label .is-focus .el-input__inner {
484
- z-index: 1
485
- }
486
-
487
- #app .search-form .search-item .select-label .el-input__inner,
488
- .block-box.search-block-box .search-form .search-item .select-label .el-input__inner {
489
- position: relative;
490
- border-top-right-radius: 0;
491
- border-bottom-right-radius: 0;
492
- transition: all .2s cubic-bezier(.645, .045, .355, 1)
493
- }
494
-
495
- #app .search-form .search-item .select-label .el-input__inner:focus,
496
- .block-box.search-block-box .search-form .search-item .select-label .el-input__inner:focus {
497
- z-index: 1
498
- }
499
-
500
- #app .search-form .search-item .item-content,
501
- #app .search-form .search-item .select-content,
502
- .block-box.search-block-box .search-form .search-item .item-content,
503
- .block-box.search-block-box .search-form .search-item .select-content {
504
- flex-grow: 1
505
- }
506
-
507
- #app .search-form .search-item .item-content>*,
508
- #app .search-form .search-item .select-content>*,
509
- .block-box.search-block-box .search-form .search-item .item-content>*,
510
- .block-box.search-block-box .search-form .search-item .select-content>* {
511
- width: 100%
512
- }
513
-
514
- #app .search-form .search-item .select-content,
515
- .block-box.search-block-box .search-form .search-item .select-content {
516
- height: 32px
517
- }
518
-
519
- #app .search-form .search-item .select-content .input-number-range,
520
- .block-box.search-block-box .search-form .search-item .select-content .input-number-range {
521
- position: relative;
522
- border-top-left-radius: 0;
523
- border-bottom-left-radius: 0
524
- }
525
-
526
- #app .search-form .search-item .select-content .input-number-range.is-focus,
527
- #app .search-form .search-item .select-content:not(.el-select) .is-focus .el-input__inner,
528
- .block-box.search-block-box .search-form .search-item .select-content .input-number-range.is-focus,
529
- .block-box.search-block-box .search-form .search-item .select-content:not(.el-select) .is-focus .el-input__inner {
530
- z-index: 1
531
- }
532
-
533
- #app .search-form .search-item .select-content:not(.el-select) .el-input__inner,
534
- .block-box.search-block-box .search-form .search-item .select-content:not(.el-select) .el-input__inner {
535
- position: relative;
536
- border-top-left-radius: 0;
537
- border-bottom-left-radius: 0;
538
- transition: all .2s cubic-bezier(.645, .045, .355, 1)
539
- }
540
-
541
- #app .search-form .search-item .select-content:not(.el-select) .el-input__inner:focus,
542
- .block-box.search-block-box .search-form .search-item .select-content:not(.el-select) .el-input__inner:focus {
543
- z-index: 1
544
- }
545
-
546
- #app .search-form .search-item .select-content.el-select .el-input .el-input__inner,
547
- .block-box.search-block-box .search-form .search-item .select-content.el-select .el-input .el-input__inner {
548
- border-top-left-radius: 0;
549
- border-bottom-left-radius: 0
550
- }
551
-
552
- #app .search-form .search-item .btn-item-content,
553
- .block-box.search-block-box .search-form .search-item .btn-item-content {
554
- padding-left: 96px;
555
- width: 100%
556
- }
557
-
558
- @media screen and (max-width:1285px) {
559
-
560
- #app .hideSidebar .search-form .search-item,
561
- .block-box.search-block-box .hideSidebar .search-form .search-item {
562
- width: 50%
563
- }
564
- }
565
-
566
- @media screen and (min-width:1186px) {
567
-
568
- #app .hideSidebar .search-form .search-item,
569
- .block-box.search-block-box .hideSidebar .search-form .search-item {
570
- width: 33.3%
571
- }
572
- }
573
-
574
- @media screen and (min-width:1538px) {
575
-
576
- #app .hideSidebar .search-form .search-item,
577
- .block-box.search-block-box .hideSidebar .search-form .search-item {
578
- width: 25%
579
- }
580
- }
581
-
582
- @media screen and (min-width:1890px) {
583
-
584
- #app .hideSidebar .search-form .search-item,
585
- .block-box.search-block-box .hideSidebar .search-form .search-item {
586
- width: 20%
587
- }
588
- }
589
-
590
- @media screen and (max-width:1345px) {
591
-
592
- #app .openSidebar .search-form .search-item,
593
- .block-box.search-block-box .openSidebar .search-form .search-item {
594
- width: 50%
595
- }
596
- }
597
-
598
- @media screen and (min-width:1346px) {
599
-
600
- #app .openSidebar .search-form .search-item,
601
- .block-box.search-block-box .openSidebar .search-form .search-item {
602
- width: 33.3%
603
- }
604
- }
605
-
606
- @media screen and (min-width:1698px) {
607
-
608
- #app .openSidebar .search-form .search-item,
609
- .block-box.search-block-box .openSidebar .search-form .search-item {
610
- width: 25%
611
- }
612
- }
613
-
614
- @media screen and (min-width:2050px) {
615
-
616
- #app .openSidebar .search-form .search-item,
617
- .block-box.search-block-box .openSidebar .search-form .search-item {
618
- width: 20%
619
- }
620
- }
621
-
622
- #app .search-form .search-item:last-child,
623
- .block-box.search-block-box .search-form .search-item:last-child {
624
- width: 100%;
625
- padding-bottom: 0
626
- }
627
-
628
- .pagination-container {
629
- background: #fff;
630
- padding: 20px 16px 0;
631
- text-align: center
632
- }
633
-
634
- .pagination-container.hidden {
635
- display: none
636
- }
637
-
638
- .el-main {
639
- overflow: clip
640
- }
641
-
642
- .custom-column-button[data-v-84b5e9c2] {
643
- display: flex;
644
- align-items: center
645
- }
646
-
647
- .bi-column-container[data-v-84b5e9c2] {
648
- display: flex;
649
- justify-content: space-between
650
- }
651
-
652
- .bi-column-container .checkbox-container .box-card-header[data-v-84b5e9c2] {
653
- display: flex;
654
- justify-content: space-between;
655
- line-height: 20px;
656
- height: 20px
657
- }
658
-
659
- .bi-column-container .checkbox-container .checkbox-title[data-v-84b5e9c2] {
660
- cursor: pointer;
661
- height: 36px;
662
- line-height: 22px;
663
- font-size: 14px;
664
- font-weight: 500;
665
- background-color: #f7f8fa;
666
- color: #333;
667
- position: relative;
668
- padding-left: 12px;
669
- margin-top: 0;
670
- margin-bottom: 16px;
671
- border-radius: 4px;
672
- align-items: center;
673
- display: flex
674
- }
675
-
676
- .bi-column-container .checkbox-container .checkbox-title+p[data-v-84b5e9c2] {
677
- margin: 0
678
- }
679
-
680
- .bi-column-container .checkbox-container .el-checkbox-group[data-v-84b5e9c2] {
681
- display: flex;
682
- flex-wrap: wrap;
683
- justify-content: space-between;
684
- margin-bottom: 0;
685
- padding-left: 12px
686
- }
687
-
688
- .bi-column-container .checkbox-container .el-checkbox-group .el-checkbox[data-v-84b5e9c2] {
689
- width: 190px !important;
690
- display: block;
691
- float: left;
692
- margin: 0 !important;
693
- min-height: 38px;
694
- max-height: 58px;
695
- line-height: 20px
696
- }
697
-
698
- .bi-column-container .column-container[data-v-84b5e9c2] {
699
- margin-left: 16px;
700
- width: 254px;
701
- flex: 0 0 254px
702
- }
703
-
704
- .bi-column-container .column-container .column-title[data-v-84b5e9c2] {
705
- display: flex;
706
- justify-content: space-between;
707
- line-height: 20px
708
- }
709
-
710
- .bi-column-container .column-container .column-title .el-button[data-v-84b5e9c2] {
711
- padding: 0
712
- }
713
-
714
- .bi-column-container .column-container .column-group-title[data-v-84b5e9c2] {
715
- font-size: 14px;
716
- color: #323335;
717
- margin: 0 0 8px 0
718
- }
719
-
720
- .bi-column-container .column-container .column-configurable .list-group[data-v-84b5e9c2] {
721
- min-height: 20px;
722
- margin-bottom: 14px
723
- }
724
-
725
- .bi-column-container .column-container .column-configurable .list-group span[data-v-84b5e9c2] {
726
- display: block;
727
- min-height: 20px
728
- }
729
-
730
- .bi-column-container .column-container .column-configurable .selected-column-item[data-v-84b5e9c2] {
731
- cursor: move;
732
- -webkit-user-select: none;
733
- -moz-user-select: none;
734
- user-select: none;
735
- height: 28px;
736
- background: #f2f3f5;
737
- border-radius: 4px;
738
- line-height: 28px;
739
- padding: 0 12px;
740
- margin-top: 0;
741
- display: flex;
742
- align-items: center;
743
- color: #323335;
744
- font-size: 14px
745
- }
746
-
747
- .bi-column-container .column-container .column-configurable .selected-column-item[data-v-84b5e9c2]:not(:first-child) {
748
- margin-top: 8px
749
- }
750
-
751
- .bi-column-container .column-container .column-configurable .selected-column-item.ghost[data-v-84b5e9c2] {
752
- opacity: .5;
753
- background: #bff3e4
754
- }
755
-
756
- .bi-column-container .column-container .column-configurable .selected-column-item i[data-v-84b5e9c2] {
757
- font-size: 16px
758
- }
759
-
760
- .bi-column-container .column-container .column-configurable .selected-column-item .column-name[data-v-84b5e9c2] {
761
- flex-grow: 2;
762
- margin-left: 8px;
763
- overflow: hidden;
764
- text-overflow: ellipsis;
765
- white-space: nowrap
766
- }
767
-
768
- .bi-column-container .column-container .column-configurable .selected-column-item .column-close[data-v-84b5e9c2] {
769
- display: none;
770
- cursor: pointer;
771
- transition: all .3s
772
- }
773
-
774
- .bi-column-container .column-container .column-configurable .selected-column-item:hover .column-close[data-v-84b5e9c2] {
775
- display: inline-block
776
- }
777
-
778
- .bi-column-dialog .el-card__header {
779
- background-color: #f7f8fa;
780
- box-sizing: border-box;
781
- line-height: 22px;
782
- padding: 8px 12px;
783
- font-weight: 600;
784
- color: #333
785
- }
786
-
787
- .bi-column-dialog .el-card__body {
788
- padding: 16px;
789
- height: 395px;
790
- box-sizing: border-box;
791
- overflow-y: auto
792
- }
793
-
794
- .free-button {
795
- margin: 10px 0
796
- }
797
-
798
- .download-center[data-v-b322c1e8].tooltip-html-box {
799
- cursor: pointer;
800
- overflow: hidden;
801
- line-clamp: 5;
802
- -webkit-line-clamp: 5;
803
- text-overflow: ellipsis;
804
- display: -webkit-box;
805
- -webkit-box-orient: vertical
806
- }
807
-
808
- .download-center .content-box[data-v-b322c1e8] {
809
- background-color: #fff;
810
- padding: 20px
811
- }
812
-
813
- .download-center .content-box+.content-box[data-v-b322c1e8] {
814
- margin-top: 10px
815
- }
816
-
817
- .download-center .el-form-item[data-v-b322c1e8] {
818
- margin-bottom: 20px;
819
- margin-right: 16px
820
- }
821
-
822
- .container[data-v-b322c1e8] {
823
- padding: 20px
824
- }
825
-
826
- .form-item[data-v-b322c1e8]:nth-child(3) {
827
- margin-right: 20px
828
- }
829
-
830
- .vue-treeselect[data-v-b322c1e8] {
831
- margin-top: -1px;
832
- width: 225px
833
- }
834
-
835
- .el-tag[data-v-b322c1e8] {
836
- text-align: center
837
- }
838
-
839
- .query-translation[data-v-b322c1e8] {
840
- display: inline-block;
841
- height: 23px;
842
- line-height: 30px;
843
- width: 80px;
844
- text-overflow: ellipsis;
845
- white-space: nowrap;
846
- overflow-x: hidden;
847
- overflow-y: hidden
848
- }
849
-
850
- .download-center .el-scrollbar[data-v-b322c1e8].el-scrollbar__wrap,
851
- .el-scrollbar[data-v-b322c1e8].el-scrollbar__wrap {
852
- overflow-x: hidden
853
- }
854
-
855
- .task-detail p {
856
- margin: 0
857
- }
858
-
859
- .task-center .query_translation {
860
- cursor: pointer;
861
- overflow: hidden;
862
- line-clamp: 5;
863
- -webkit-line-clamp: 5;
864
- text-overflow: ellipsis;
865
- display: -webkit-box;
866
- -webkit-box-orient: vertical
867
- }
868
-
869
- .content-box {
870
- background-color: #fff;
871
- padding: 20px
872
- }
873
-
874
- .task-center .content-body .content-box+.content-box {
875
- padding-top: 0
876
- }
877
-
878
- .el-form-item {
879
- margin-bottom: 10px
880
- }
881
-
882
- .agency-form {
883
- padding: 20px
884
- }
885
-
886
- .agency-header {
887
- margin-bottom: 20px;
888
- float: right
889
- }
890
-
891
- .bi-download-center[data-v-04d014d4],
892
- .bi-download-center[data-v-04d014d4]>span {
893
- display: flex;
894
- align-items: center
895
- }
896
-
897
- .download-center-button[data-v-04d014d4] {
898
- padding: 5px;
899
- width: 32px;
900
- height: 32px;
901
- margin-right: 12px;
902
- display: block;
903
- overflow: hidden;
904
- border-radius: 4px
905
- }
906
-
907
- .download-center-button i[data-v-04d014d4],
908
- .download-center-button i[data-v-04d014d4]:hover {
909
- font-size: 20px;
910
- color: #8893aa
911
- }
912
-
913
- .download-center-button img[data-v-04d014d4] {
914
- width: 20px;
915
- height: 20px
916
- }
917
-
918
- .download-center-button[data-v-04d014d4]:hover {
919
- background-color: #f2f3f5
920
- }
921
-
922
- .download-center-button[data-v-04d014d4] span {
923
- display: block;
924
- height: 100%;
925
- width: 100%
926
- }
927
-
928
- .download-center-badge[data-v-04d014d4] {
929
- display: flex;
930
- padding: 0
931
- }
932
-
933
- .bi-download-center-drawer {
934
- max-width: 80%
935
- }
936
-
937
- .bi-download-center-drawer .el-drawer__header {
938
- padding-bottom: 2px;
939
- border-bottom: none;
940
- padding-left: 0;
941
- padding-top: 0
942
- }
943
-
944
- .bi-download-center-drawer .el-drawer__header .el-tabs__nav {
945
- padding-bottom: 2px
946
- }
947
-
948
- .bi-download-center-drawer .el-drawer__header .el-tabs__nav .el-tabs__item {
949
- outline: none;
950
- padding: 6px 16px 7px 16px;
951
- height: inherit
952
- }
953
-
954
- .bi-download-center-drawer .el-drawer__header .el-tabs__content {
955
- padding: 0
956
- }
957
-
958
- .bi-morebutton {
959
- display: inline-block
960
- }
961
-
962
- .bi-notice[data-v-6c88d688],
963
- .bi-notice[data-v-6c88d688]>span {
964
- display: flex;
965
- align-items: center
966
- }
967
-
968
- .notice-button[data-v-6c88d688] {
969
- padding: 5px;
970
- width: 32px;
971
- height: 32px;
972
- display: block;
973
- overflow: hidden;
974
- border-radius: 4px
975
- }
976
-
977
- .notice-button i[data-v-6c88d688],
978
- .notice-button i[data-v-6c88d688]:hover {
979
- font-size: 20px;
980
- color: #8893aa
981
- }
982
-
983
- .notice-button[data-v-6c88d688]:hover {
984
- background-color: #f2f3f5
985
- }
986
-
987
- .notice-button[data-v-6c88d688] span {
988
- display: block;
989
- height: 100%;
990
- width: 100%
991
- }
992
-
993
- .notice-badge[data-v-6c88d688] {
994
- display: flex;
995
- height: 32px;
996
- padding: 0
997
- }
998
-
999
- .notice-badge[data-v-6c88d688] .el-badge__content.is-fixed {
1000
- top: 2px;
1001
- right: 15px
1002
- }
1003
-
1004
- .bi-notice-box[data-v-6c88d688] {
1005
- width: 600px
1006
- }
1007
-
1008
- .bi-notice-box .el-card[data-v-6c88d688] {
1009
- border: none !important;
1010
- padding: 0 !important;
1011
- width: auto !important;
1012
- min-width: 0 !important;
1013
- margin: initial !important
1014
- }
1015
-
1016
- .bi-notice-box .el-card[data-v-6c88d688].el-card__header {
1017
- padding: 15px
1018
- }
1019
-
1020
- .bi-notice-box .notice-header[data-v-6c88d688] {
1021
- font-size: 14px;
1022
- font-weight: 500;
1023
- line-height: 28px;
1024
- display: flex;
1025
- justify-content: space-between;
1026
- padding: 0 6px
1027
- }
1028
-
1029
- .bi-notice-box .notice-header .el-button[data-v-6c88d688] {
1030
- font-size: 14px;
1031
- width: auto !important;
1032
- line-height: 28px;
1033
- padding: 0
1034
- }
1035
-
1036
- .bi-notice-box .notice-item[data-v-6c88d688],
1037
- .bi-notice-box .notice-list[data-v-6c88d688] {
1038
- list-style: none;
1039
- margin: 0;
1040
- padding: 0
1041
- }
1042
-
1043
- .bi-notice-box .notice-list[data-v-6c88d688] {
1044
- height: 300px
1045
- }
1046
-
1047
- .bi-notice-box .notice-list .notice-item[data-v-6c88d688] {
1048
- padding-left: 28px;
1049
- padding-right: 17px;
1050
- padding-bottom: 10px;
1051
- padding-top: 10px;
1052
- margin: 0;
1053
- border-bottom: 1px solid #e5e6eb;
1054
- position: relative;
1055
- cursor: pointer
1056
- }
1057
-
1058
- .bi-notice-box .notice-list .notice-item.unread[data-v-6c88d688]:before {
1059
- content: " ";
1060
- position: absolute;
1061
- width: 8px;
1062
- height: 8px;
1063
- background: #f53f3f;
1064
- border: 1px solid #fff;
1065
- border-radius: 10px;
1066
- left: 14px;
1067
- top: 17px
1068
- }
1069
-
1070
- .bi-notice-box .notice-list .notice-item .header[data-v-6c88d688] {
1071
- display: flex;
1072
- justify-content: space-between;
1073
- margin-bottom: 4px;
1074
- line-height: 22px
1075
- }
1076
-
1077
- .bi-notice-box .notice-list .notice-item .header .title[data-v-6c88d688] {
1078
- font-size: 14px;
1079
- font-weight: 500;
1080
- color: #323335;
1081
- margin: 0
1082
- }
1083
-
1084
- .bi-notice-box .notice-list .notice-item .header .time[data-v-6c88d688] {
1085
- font-size: 14px;
1086
- font-weight: 400;
1087
- color: #86909c;
1088
- margin: 0
1089
- }
1090
-
1091
- .bi-notice-box .notice-list .notice-item .content[data-v-6c88d688] {
1092
- font-size: 12px;
1093
- font-weight: 400;
1094
- color: #86909c;
1095
- line-height: 22px;
1096
- overflow: hidden;
1097
- white-space: nowrap;
1098
- text-overflow: ellipsis
1099
- }
1100
-
1101
- .notice-popper {
1102
- padding: 0 !important
1103
- }
1104
-
1105
- .notice-open-dialog {
1106
- background: none !important;
1107
- box-shadow: none !important
1108
- }
1109
-
1110
- .notice-open-dialog .el-dialog__header {
1111
- display: none
1112
- }
1113
-
1114
- .notice-open-dialog .el-dialog__body {
1115
- padding: 0
1116
- }
1117
-
1118
- .notice-open-dialog .notice-bg img {
1119
- width: 100%;
1120
- display: block
1121
- }
1122
-
1123
- .notice-open-dialog .notice-open-box {
1124
- position: relative;
1125
- background: #fff;
1126
- border-radius: 0 0 4px 4px
1127
- }
1128
-
1129
- .notice-open-dialog .notice-open-box .notice-open-box-scrollbar {
1130
- height: calc(92.15vh - 383.45px);
1131
- padding: 10px 0
1132
- }
1133
-
1134
- .notice-open-dialog .notice-open-box .notice-open-tile {
1135
- margin: 0;
1136
- text-align: center;
1137
- font-size: 18px;
1138
- font-weight: 600;
1139
- color: #323335;
1140
- line-height: 30px
1141
- }
1142
-
1143
- .notice-open-dialog .notice-open-box .notice-open-content {
1144
- font-size: 14px;
1145
- font-weight: 400;
1146
- color: #333;
1147
- line-height: 20px;
1148
- height: 100%;
1149
- overflow-y: auto;
1150
- padding: 0 20px
1151
- }
1152
-
1153
- .notice-open-dialog .notice-open-box .notice-open-content * {
1154
- max-width: 100%
1155
- }
1156
-
1157
- .notice-open-dialog .notice-open-box .notice-open-content a {
1158
- color: #24d87b;
1159
- text-decoration: underline
1160
- }
1161
-
1162
- .notice-open-dialog .notice-open-box .notice-open-button {
1163
- box-shadow: 0 -1px 0 0 #f2f3f5;
1164
- box-sizing: border-box;
1165
- bottom: 10px;
1166
- left: 0;
1167
- width: 100%;
1168
- text-align: center;
1169
- padding: 14px 20px
1170
- }
1171
-
1172
- .bi-notice-drawer .notice-open-container {
1173
- overflow: hidden
1174
- }
1175
-
1176
- .bi-notice-drawer .el-drawer__body .notice-detail,
1177
- .bi-notice-drawer .notice-detail-box .notice-detail {
1178
- padding: 20px
1179
- }
1180
-
1181
- .bi-notice-drawer .el-drawer__body .notice-detail .detail-title,
1182
- .bi-notice-drawer .notice-detail-box .notice-detail .detail-title {
1183
- font-size: 16px;
1184
- font-weight: 500;
1185
- color: #333;
1186
- margin-top: 0;
1187
- margin-bottom: 10px
1188
- }
1189
-
1190
- .bi-notice-drawer .el-drawer__body .notice-detail .detail-time,
1191
- .bi-notice-drawer .notice-detail-box .notice-detail .detail-time {
1192
- font-size: 12px;
1193
- font-weight: 400;
1194
- color: #999;
1195
- margin-bottom: 20px
1196
- }
1197
-
1198
- .bi-notice-drawer .el-drawer__body .notice-detail .detail-content,
1199
- .bi-notice-drawer .notice-detail-box .notice-detail .detail-content {
1200
- font-size: 14px;
1201
- font-weight: 400;
1202
- color: #333;
1203
- line-height: 20px
1204
- }
1205
-
1206
- .bi-notice-drawer .el-drawer__body .notice-detail .detail-content a,
1207
- .bi-notice-drawer .notice-detail-box .notice-detail .detail-content a {
1208
- color: #24d87b;
1209
- text-decoration: underline
1210
- }
1211
-
1212
- .bi-notice-drawer .el-drawer__body .notice-detail .detail-content *,
1213
- .bi-notice-drawer .notice-detail-box .notice-detail .detail-content * {
1214
- max-width: 100% !important
1215
- }
1216
-
1217
- .bi-system-link[data-v-559f86da],
1218
- .bi-system-link[data-v-559f86da]>span {
1219
- display: flex;
1220
- align-items: center
1221
- }
1222
-
1223
- .system-link-button[data-v-559f86da] {
1224
- padding: 3px;
1225
- width: 32px;
1226
- height: 32px;
1227
- display: block;
1228
- overflow: hidden;
1229
- border-radius: 4px
1230
- }
1231
-
1232
- .system-link-button i[data-v-559f86da],
1233
- .system-link-button i[data-v-559f86da]:hover {
1234
- font-size: 24px;
1235
- color: #4e5969
1236
- }
1237
-
1238
- .system-link-button[data-v-559f86da]:hover {
1239
- background-color: #f2f3f5
1240
- }
1241
-
1242
- .system-link-button[data-v-559f86da] span {
1243
- display: block;
1244
- height: 100%;
1245
- width: 100%
1246
- }
1247
-
1248
- .system-list[data-v-559f86da] {
1249
- max-width: 585px;
1250
- padding: 20px;
1251
- display: flex;
1252
- flex-wrap: wrap;
1253
- box-sizing: border-box
1254
- }
1255
-
1256
- .system-list .system-item[data-v-559f86da] {
1257
- text-align: center;
1258
- width: 100px;
1259
- flex-grow: 0;
1260
- flex-shrink: 0;
1261
- cursor: pointer;
1262
- margin-bottom: 10px;
1263
- margin-right: 10px;
1264
- border-radius: 4px;
1265
- transition: background-color .3s;
1266
- position: relative;
1267
- overflow: hidden
1268
- }
1269
-
1270
- .system-list .system-item[data-v-559f86da]:nth-child(5n) {
1271
- margin-right: 0
1272
- }
1273
-
1274
- .system-list .system-item[data-v-559f86da]:hover {
1275
- background-color: rgba(155, 232, 203, .2)
1276
- }
1277
-
1278
- .system-list .system-item:hover .go-system[data-v-559f86da] {
1279
- bottom: 0
1280
- }
1281
-
1282
- .system-list .system-item .system-logo[data-v-559f86da] {
1283
- transition: all .1s;
1284
- width: 48px;
1285
- height: 48px;
1286
- display: flex;
1287
- justify-content: center;
1288
- align-items: center;
1289
- border-radius: 8px;
1290
- border: 1px solid #f2f3f5;
1291
- margin: 10px auto 8px;
1292
- background-color: #fff
1293
- }
1294
-
1295
- .system-list .system-item .system-logo img[data-v-559f86da] {
1296
- width: 80%;
1297
- height: 80%
1298
- }
1299
-
1300
- .system-list .system-item .system-name[data-v-559f86da] {
1301
- line-height: 26px;
1302
- height: 26px;
1303
- margin: 0;
1304
- font-size: 14px;
1305
- font-weight: 400;
1306
- color: #333;
1307
- overflow: hidden;
1308
- white-space: nowrap;
1309
- text-overflow: ellipsis
1310
- }
1311
-
1312
- .system-list .system-item .go-system[data-v-559f86da] {
1313
- line-height: 26px;
1314
- height: 26px;
1315
- margin: 0;
1316
- background: #00bf8a;
1317
- border-radius: 0 0 4px 4px;
1318
- font-size: 14px;
1319
- font-weight: 400;
1320
- color: #fff;
1321
- position: absolute;
1322
- bottom: -26px;
1323
- transition: bottom .1s ease-in;
1324
- left: 0;
1325
- width: 100%
1326
- }
1327
-
1328
- .system-link-popper {
1329
- padding: 0 !important
1330
- }
1331
-
1332
- .avatar-container .avatar-wrapper[data-v-5426f9f2] {
1333
- position: relative;
1334
- cursor: pointer;
1335
- display: flex;
1336
- align-items: center
1337
- }
1338
-
1339
- .avatar-container .avatar-wrapper .user-avatar[data-v-5426f9f2] {
1340
- display: block;
1341
- width: 34px;
1342
- height: 34px;
1343
- border-radius: 4px;
1344
- margin-right: 12px
1345
- }
1346
-
1347
- .avatar-container .avatar-wrapper .el-icon-right[data-v-5426f9f2] {
1348
- color: #86909c;
1349
- font-size: 16px;
1350
- transform: rotate(90deg)
1351
- }
1352
-
1353
- .log-box-li[data-v-12be8c32] {
1354
- display: flex;
1355
- line-height: 23px
1356
- }
1357
-
1358
- .log-box-li .operates-name[data-v-12be8c32] {
1359
- flex-shrink: 0;
1360
- flex-grow: 0;
1361
- color: #999;
1362
- padding-right: 10px
1363
- }
1364
-
1365
- .log-box-li .operates-info[data-v-12be8c32] {
1366
- flex: 1;
1367
- align-items: center
1368
- }
1369
-
1370
- .log-box-li .operates-info img[data-v-12be8c32] {
1371
- width: 14px;
1372
- height: 7px;
1373
- margin: 0 10px
1374
- }
1375
-
1376
- .log-box-li .operates-info .new[data-v-12be8c32],
1377
- .log-box-li .operates-info .old[data-v-12be8c32] {
1378
- padding: 0;
1379
- flex-shrink: 0
1380
- }
1381
-
1382
- .content-outer[data-v-1329b862] {
1383
- width: 100%
1384
- }
1385
-
1386
- .content-outer .content-head[data-v-1329b862] {
1387
- width: 100%;
1388
- background-color: #fff;
1389
- padding: 20px 0 0 !important;
1390
- margin-bottom: 0 !important;
1391
- color: #333;
1392
- font-size: 14px
1393
- }
1394
-
1395
- .content-outer .content-table[data-v-1329b862] {
1396
- width: 100%;
1397
- padding: 15px;
1398
- background-color: #fff
1399
- }
1400
-
1401
- .content-outer .content-table[data-v-1329b862].pagination-container {
1402
- text-align: center
1403
- }
1404
-
1405
- .el-input[data-v-1329b862] .el-select .el-input.el-input--suffix {
1406
- width: 80px
1407
- }
1408
-
1409
- .el-input[data-v-1329b862] .el-select .el-input.el-input--suffix .el-input__inner {
1410
- padding-right: 10px;
1411
- padding-left: 10px
1412
- }
1413
-
1414
- .el-input[data-v-1329b862] .el-select .el-input.el-input--suffix .el-input__suffix {
1415
- right: 0
1416
- }
1417
-
1418
- .el-input[data-v-1329b862] .el-select .el-input.el-input--suffix .el-input__suffix .el-input__icon {
1419
- width: 15px
1420
- }
1421
-
1422
- .log-table[data-v-1329b862] .cell div,
1423
- .log-table[data-v-1329b862] .cell p {
1424
- margin: 0;
1425
- font-size: 14px
1426
- }
1427
-
1428
- .log-table[data-v-1329b862] .cell .operate-time {
1429
- font-size: 14px;
1430
- font-weight: 400;
1431
- color: #333
1432
- }
1433
-
1434
- .log-table[data-v-1329b862] .cell .object-id {
1435
- font-size: 12px;
1436
- font-weight: 400;
1437
- color: #999
1438
- }
1439
-
1440
- .log-table[data-v-1329b862] .cell .log-more {
1441
- text-align: center;
1442
- position: absolute;
1443
- width: 100%;
1444
- bottom: 0;
1445
- left: 0;
1446
- background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff, #fff)
1447
- }
1448
-
1449
- .log-table[data-v-1329b862] .cell .log-more .el-button {
1450
- padding: 0
1451
- }
1452
-
1453
- .bi-log-operate_time-popper .el-picker-panel__footer>.el-picker-panel__link-btn:first-child {
1454
- display: none
1455
- }
1456
-
1457
- .bi-log-drawer {
1458
- max-width: 80%
1459
- }
1460
-
1461
- .bi-log-rich-text-dialog {
1462
- max-width: 80%;
1463
- height: calc(100vh - 160px)
1464
- }
1465
-
1466
- .bi-log-rich-text-dialog .el-dialog__header {
1467
- height: 56px;
1468
- box-shadow: 0 1px 4px rgba(0, 21, 41, .08)
1469
- }
1470
-
1471
- .bi-log-rich-text-dialog .el-dialog__body {
1472
- padding: 0;
1473
- height: calc(100vh - 216px)
1474
- }
1475
-
1476
- .bi-log-rich-text-dialog .el-dialog__body .bi-log-rich-text-box {
1477
- height: calc(100vh - 216px);
1478
- display: flex;
1479
- position: relative
1480
- }
1481
-
1482
- .bi-log-rich-text-dialog .el-dialog__body .bi-log-rich-text-box .bi-log-rich-text-item {
1483
- width: 50%;
1484
- flex-shrink: 0;
1485
- flex-grow: 1;
1486
- padding: 20px
1487
- }
1488
-
1489
- .bi-log-rich-text-dialog .el-dialog__body .bi-log-rich-text-box .bi-log-rich-text-item+.bi-log-rich-text-item {
1490
- border-left: 1px solid rgba(0, 0, 0, .06);
1491
- border-right: 1px solid rgba(0, 0, 0, .06)
1492
- }
1493
-
1494
- .bi-log-rich-text-dialog .el-dialog__body .arrow {
1495
- position: absolute;
1496
- width: 40px;
1497
- height: 40px;
1498
- top: calc(50% - 20px);
1499
- left: calc(50% - 20px)
1500
- }
1501
-
1502
- .bi-log-rich-text-dialog .el-dialog__body .arrow img {
1503
- display: block;
1504
- width: 100%;
1505
- height: 100%
1506
- }
1507
-
1508
- .bi-log-button>span[data-v-097f3f3b] {
1509
- display: block
1510
- }
1511
-
1512
- .bi-log-button .el-button[data-v-097f3f3b],
1513
- .bi-log-button span[data-v-097f3f3b] {
1514
- width: 100%;
1515
- height: 30px;
1516
- line-height: 30px;
1517
- padding: 0 17px;
1518
- text-align: left;
1519
- color: inherit;
1520
- font-weight: inherit
1521
- }
1522
-
1523
- .bi_home_data[data-v-0aafe0d7] {
1524
- width: 100%
1525
- }
1526
-
1527
- .bi_home_data .content[data-v-0aafe0d7] {
1528
- width: 100%;
1529
- height: calc(100vh - 115px);
1530
- background: #fff;
1531
- border-radius: 2px
1532
- }
1533
-
1534
- .bi_home_data .content .swiper[data-v-0aafe0d7] {
1535
- width: 100%;
1536
- height: 19.5vw
1537
- }
1538
-
1539
- .bi_home_data .content .swiper .swiper_data .swiper_content[data-v-0aafe0d7] {
1540
- width: 100%;
1541
- height: 19.5vw;
1542
- background: url(https://wanxiaomeng-1255977238.file.myqcloud.com/bi-element-ui/homeData/swiperBg.png) no-repeat;
1543
- background-size: 100% 100%;
1544
- display: flex;
1545
- box-sizing: border-box;
1546
- padding: 1.5vw 6vw;
1547
- cursor: pointer
1548
- }
1549
-
1550
- .bi_home_data .content .swiper .swiper_data .swiper_content .swiper_message .title[data-v-0aafe0d7] {
1551
- width: 31.5vw;
1552
- height: 3vw;
1553
- font-size: 2.1vw;
1554
- font-weight: 500;
1555
- color: #333;
1556
- line-height: 3vw
1557
- }
1558
-
1559
- .bi_home_data .content .swiper .swiper_data .swiper_content .swiper_message .desc[data-v-0aafe0d7] {
1560
- width: 31.5vw;
1561
- height: 1.1vw;
1562
- font-size: .8vw;
1563
- font-weight: 400;
1564
- color: #333;
1565
- line-height: 1.1vw;
1566
- margin-top: 1.5vw
1567
- }
1568
-
1569
- .bi_home_data .content .data .data_search[data-v-0aafe0d7] {
1570
- margin: 1vw 3.5vw;
1571
- display: flex;
1572
- justify-content: space-between
1573
- }
1574
-
1575
- .bi_home_data .content .data .data_content_warp[data-v-0aafe0d7] {
1576
- position: relative;
1577
- left: 0;
1578
- top: 0
1579
- }
1580
-
1581
- .bi_home_data .content .data .data_content_warp .left_page[data-v-0aafe0d7] {
1582
- position: absolute;
1583
- left: 0;
1584
- top: 45%;
1585
- width: 2.25vw;
1586
- height: 2.25vw;
1587
- cursor: pointer
1588
- }
1589
-
1590
- .bi_home_data .content .data .data_content_warp .left_page img[data-v-0aafe0d7] {
1591
- width: 2.25vw;
1592
- height: 2.25vw
1593
- }
1594
-
1595
- .bi_home_data .content .data .data_content_warp .right_page[data-v-0aafe0d7] {
1596
- position: absolute;
1597
- right: 0;
1598
- top: 45%;
1599
- width: 2.25vw;
1600
- height: 2.25vw;
1601
- cursor: pointer
1602
- }
1603
-
1604
- .bi_home_data .content .data .data_content_warp .right_page img[data-v-0aafe0d7] {
1605
- width: 2.25vw;
1606
- height: 2.25vw
1607
- }
1608
-
1609
- .bi_home_data .content .data .data_content_warp .data_content[data-v-0aafe0d7] {
1610
- margin: 0 3.5vw;
1611
- display: flex;
1612
- justify-content: space-between;
1613
- flex-wrap: wrap;
1614
- height: 19.5vw
1615
- }
1616
-
1617
- .bi_home_data .content .data .data_content_warp .data_content .message_item[data-v-0aafe0d7] {
1618
- width: 49%;
1619
- height: 9vw;
1620
- background: #f8f8fa;
1621
- box-shadow: 0 .1vw .45vw 0 rgba(168, 203, 255, .36);
1622
- border-radius: .2vw;
1623
- border: .1vw solid #fff;
1624
- margin-bottom: 1.5vw;
1625
- box-sizing: border-box;
1626
- padding: 1vw;
1627
- position: relative;
1628
- left: 0;
1629
- top: 0;
1630
- cursor: pointer
1631
- }
1632
-
1633
- .bi_home_data .content .data .data_content_warp .data_content .message_item[data-v-0aafe0d7]:nth-child(3),
1634
- .bi_home_data .content .data .data_content_warp .data_content .message_item[data-v-0aafe0d7]:nth-child(4) {
1635
- margin-bottom: 0
1636
- }
1637
-
1638
- .bi_home_data .content .data .data_content_warp .data_content .message_item .item_title[data-v-0aafe0d7] {
1639
- display: flex;
1640
- height: 1vw
1641
- }
1642
-
1643
- .bi_home_data .content .data .data_content_warp .data_content .message_item .item_title img[data-v-0aafe0d7] {
1644
- width: 1vw;
1645
- height: 1vw
1646
- }
1647
-
1648
- .bi_home_data .content .data .data_content_warp .data_content .message_item .item_title p[data-v-0aafe0d7] {
1649
- height: 1vw;
1650
- line-height: 1vw;
1651
- margin: 0 0 0 .5vw
1652
- }
1653
-
1654
- .bi_home_data .content .data .data_content_warp .data_content .message_item .item_content[data-v-0aafe0d7] {
1655
- margin-top: 1.6vw;
1656
- display: flex
1657
- }
1658
-
1659
- .bi_home_data .content .data .data_content_warp .data_content .message_item .item_content img[data-v-0aafe0d7] {
1660
- width: 4vw;
1661
- height: 4vw;
1662
- margin-right: 1.2vw
1663
- }
1664
-
1665
- .bi_home_data .content .data .data_content_warp .data_content .message_item .item_content .content_content[data-v-0aafe0d7] {
1666
- width: 31vw;
1667
- position: relative;
1668
- top: 0;
1669
- left: 0
1670
- }
1671
-
1672
- .bi_home_data .content .data .data_content_warp .data_content .message_item .item_content .content_content .content_title[data-v-0aafe0d7] {
1673
- max-width: 20vw;
1674
- height: 1.1vw;
1675
- font-size: .8vw;
1676
- font-weight: 500;
1677
- color: #333;
1678
- line-height: 1.1vw;
1679
- overflow: hidden;
1680
- white-space: nowrap;
1681
- text-overflow: ellipsis
1682
- }
1683
-
1684
- .bi_home_data .content .data .data_content_warp .data_content .message_item .item_content .content_content .content_desc[data-v-0aafe0d7] {
1685
- max-width: 26vw;
1686
- height: 1vw;
1687
- margin-top: .8vw;
1688
- font-size: .7vw;
1689
- font-weight: 400;
1690
- color: #333;
1691
- line-height: 1vw;
1692
- overflow: hidden;
1693
- white-space: nowrap;
1694
- text-overflow: ellipsis
1695
- }
1696
-
1697
- .bi_home_data .content .data .data_content_warp .data_content .message_item .item_content .content_content .content_time[data-v-0aafe0d7] {
1698
- position: absolute;
1699
- left: 22vw;
1700
- top: .05vw;
1701
- width: 8vw;
1702
- height: 1vw;
1703
- font-size: .7vw;
1704
- font-weight: 400;
1705
- color: #333;
1706
- line-height: 1vw;
1707
- overflow: hidden;
1708
- white-space: nowrap;
1709
- text-overflow: ellipsis
1710
- }
1711
-
1712
- .bi_home_data .content .data .data_content_warp .data_content .message_item .is_read[data-v-0aafe0d7] {
1713
- position: absolute;
1714
- right: .1vw;
1715
- top: .3vw;
1716
- width: 1.5vw;
1717
- height: .8vw
1718
- }
1719
-
1720
- .bi_home_data .content .detail[data-v-0aafe0d7] {
1721
- width: 100%;
1722
- box-sizing: border-box;
1723
- padding: 0 20px;
1724
- height: calc(100vh - 80px)
1725
- }
1726
-
1727
- .bi_home_data .content .detail .detail_title[data-v-0aafe0d7] {
1728
- width: 440px;
1729
- height: 22px;
1730
- font-size: 16px;
1731
- font-weight: 500;
1732
- color: #333;
1733
- line-height: 22px;
1734
- overflow: hidden;
1735
- white-space: nowrap;
1736
- text-overflow: ellipsis
1737
- }
1738
-
1739
- .bi_home_data .content .detail .detail_time[data-v-0aafe0d7] {
1740
- width: 320px;
1741
- height: 16px;
1742
- margin-top: 12px;
1743
- font-size: 12px;
1744
- font-weight: 400;
1745
- color: #999;
1746
- line-height: 16px;
1747
- overflow: hidden;
1748
- white-space: nowrap;
1749
- text-overflow: ellipsis
1750
- }
1751
-
1752
- .bi_home_data .content .detail .detail_desc[data-v-0aafe0d7] {
1753
- margin-top: 24px;
1754
- width: 500px;
1755
- font-size: 14px;
1756
- font-weight: 400;
1757
- color: #333;
1758
- line-height: 20px
1759
- }
1760
-
1761
- .bi_home_data .content .detail .detail_content[data-v-0aafe0d7] {
1762
- width: 520px;
1763
- margin-top: 24px;
1764
- overflow-y: auto
1765
- }
1766
-
1767
- .bi_home_data .content .detail .detail_content .content_content[data-v-0aafe0d7] {
1768
- width: 500px
1769
- }
1770
-
1771
- .bi_home_data img {
1772
- width: 100%;
1773
- height: auto
1774
- }
1775
-
1776
- .el-carousel__indicator.is-active button {
1777
- opacity: 1;
1778
- background-color: #38ce81
1779
- }
1780
-
1781
- .bi-navbar-tool[data-v-55921c24] {
1782
- padding: 0 20px;
1783
- height: inherit;
1784
- display: flex;
1785
- align-items: center
1786
- }
1787
-
1788
- .el-divider[data-v-55921c24] {
1789
- margin: 0 24px;
1790
- background-color: #e5e6eb
1791
- }