fmui-base 2.0.32 → 2.0.34

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.
@@ -0,0 +1,999 @@
1
+ .react-grid {
2
+
3
+ .t-tab-bar {
4
+ padding-left: 6px;
5
+ }
6
+
7
+ .t-tab-bar .t-tab-tab {
8
+ font-size: 16px;
9
+ color: #888;
10
+ flex: initial;
11
+ padding: 0 10px;
12
+ min-width: 95px;
13
+ height: 33px;
14
+ line-height: 20px;
15
+ display: block;
16
+ white-space: nowrap;
17
+ overflow: hidden;
18
+ text-overflow: ellipsis;
19
+ -webkit-line-clamp: 1;
20
+ -webkit-box-orient: vertical;
21
+ background-color: transparent;
22
+ }
23
+
24
+ .t-tab-bar .t-tab-tab-active {
25
+ color: #333 !important;
26
+ font-size: 18px;
27
+ }
28
+
29
+ .t-tab-ink-bar {
30
+ // background-color: @theme-color !important;
31
+ margin-left: -33px;
32
+ border-radius: 4px;
33
+ height: 4px;
34
+ width: 25px !important;
35
+ background-color: #713938;
36
+ }
37
+
38
+ .t-tab-ink-bar:after {
39
+ content: "";
40
+ display: block;
41
+ width: 40px;
42
+ height: 4px;
43
+ border-radius: 4px;
44
+ background: #713938;
45
+ opacity: 0.3;
46
+ position: absolute;
47
+ left: 30px;
48
+ }
49
+
50
+ .t-tab-nav-wrap .t-tab-ink-bar {
51
+ margin-left: -28px;
52
+ }
53
+
54
+ .react-grid-item.cssTransforms {
55
+ // width: 100% !important;
56
+ // margin: 0 10px;
57
+ overflow: auto;
58
+ // background-color: #fff;
59
+ }
60
+
61
+ .react-grid-component {
62
+ .react-grid-banner {
63
+ color: #fff;
64
+ width: 100%;
65
+ height: 100%;
66
+ padding: 0;
67
+
68
+ .banner {
69
+ position: absolute;
70
+ top: 0;
71
+ bottom: 0;
72
+ z-index: -1;
73
+ width: 100%;
74
+
75
+ .bannerimg {
76
+ z-index: 0;
77
+ width: 100%;
78
+ height: 100%;
79
+ }
80
+ }
81
+
82
+ .global-search {
83
+ display: flex;
84
+ align-items: center;
85
+ padding: 16px;
86
+ padding-bottom: 38px;
87
+
88
+ .t-filter-wrapper {
89
+ height: 30px;
90
+ padding: 5px 0;
91
+ background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
92
+ border-radius: 4px 0 0 4px;
93
+ }
94
+
95
+ .t-filter-bar-wrapper {
96
+ width: 70px;
97
+ background: none;
98
+ border-right: 1px solid #ddd;
99
+ }
100
+
101
+ .t-filter-bar-wrapper .item {
102
+ height: 20px;
103
+ line-height: 20px;
104
+ font-size: 14px;
105
+ }
106
+
107
+ .t-filter-bar-wrapper .item .item-wrapper {
108
+ padding: 0 0 0 10px;
109
+ }
110
+
111
+ .t-filter-bar-wrapper .item .icon {
112
+ height: 20px;
113
+ width: 20px;
114
+ }
115
+
116
+ .t-filter-bar-wrapper .item .title-wrapper {
117
+ color: #fff;
118
+ }
119
+
120
+ .t-filter-bar-wrapper .item .t-svg div {
121
+ display: none !important;
122
+ }
123
+
124
+ .t-filter-bar-wrapper .item .t-svg {
125
+ font-family: "iconfont-ywtb" !important;
126
+ font-size: 12px;
127
+ font-style: normal;
128
+ -webkit-font-smoothing: antialiased;
129
+ color: #fff;
130
+ line-height: 18px !important;
131
+ }
132
+
133
+ .t-filter-bar-wrapper .item .t-svg:before {
134
+ content: "\e65b";
135
+ }
136
+
137
+ .t-filter-list-item.active .icon svg {
138
+ display: none;
139
+ }
140
+
141
+ .t-filter-panel-wrapper {
142
+ width: 70px;
143
+ overflow-y: auto;
144
+ box-shadow: 0 2px 5px #ddd;
145
+ margin-top: 5px;
146
+ }
147
+
148
+ .t-field {
149
+ flex: 1;
150
+ }
151
+
152
+ .t-field-box {
153
+ min-height: 30px;
154
+ }
155
+
156
+ .t-text-field-content {
157
+ background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.60) 100%);
158
+ height: 30px;
159
+ border-radius: 0 4px 4px 0;
160
+ padding-left: 10px;
161
+
162
+ .t-text-field-right-addon {
163
+ color: #fff;
164
+ padding: 5px 0 2px 0;
165
+ }
166
+ }
167
+
168
+ .t-text-field-placeholder {
169
+ color: #fff;
170
+ font-size: 14px;
171
+ }
172
+
173
+ .t-text-field-input {
174
+ color: #fff;
175
+ }
176
+
177
+ input.t-text-field-input:focus,
178
+ textarea.t-textarea-field-content:focus {
179
+ border: none;
180
+ box-shadow: none;
181
+ }
182
+ }
183
+
184
+ .t-grid {
185
+ margin: 8px;
186
+ border: none;
187
+
188
+ .t-grid-row {
189
+ width: 100%;
190
+ padding: 10px 0;
191
+ border-bottom: none;
192
+ text-align: center;
193
+ }
194
+
195
+ .t-grid-item+.t-grid-item {
196
+ border-left: none;
197
+ }
198
+ }
199
+
200
+ .react-grid-banner-item {
201
+ .t-badge {
202
+ width: 40px;
203
+ height: 40px;
204
+ background: #fff;
205
+ border-radius: 50%;
206
+ line-height: 40px;
207
+ }
208
+
209
+ i {
210
+ font-size: 20px;
211
+ }
212
+ }
213
+
214
+ .menu-title {
215
+ margin: 4px 0;
216
+ color: #fff;
217
+ }
218
+
219
+ .t-badge .badge-inner {
220
+ line-height: 1.3;
221
+ height: auto;
222
+ font-weight: 400;
223
+ padding: 0 5px;
224
+ top: 9px;
225
+ right: -2px;
226
+ border: 2px solid #fff;
227
+ }
228
+ }
229
+
230
+ }
231
+
232
+ .systemItem {
233
+ display: inline-block;
234
+ text-align: center;
235
+ // width: 25%;
236
+ vertical-align: top;
237
+ padding-top: 25px;
238
+
239
+ .iconblock {
240
+ width: 40px;
241
+ height: 40px;
242
+ line-height: 40px;
243
+ margin: 0 auto;
244
+ border-radius: 3px;
245
+ color: #fff;
246
+ }
247
+
248
+ .iconblock.t-iconBCred {
249
+ background-image: linear-gradient(180deg, #BF6052 7%, #AB5548 100%);
250
+ ;
251
+ }
252
+
253
+ .iconblock.t-iconBCblue {
254
+ background-image: linear-gradient(180deg, #1E65BB 0%, #1054A7 100%);
255
+ ;
256
+ }
257
+
258
+ .iconblock.t-iconBCgreen {
259
+ background-image: linear-gradient(180deg, #2CCDB7 0%, #15B49E 100%);
260
+ }
261
+
262
+ .iconblock.t-iconBCorange {
263
+ background-image: linear-gradient(180deg, #ECCCA1 0%, #E4C294 100%);
264
+ }
265
+ .iconblock.t-iconBCpurple{
266
+ background-image: linear-gradient(180deg, #abacff, #7ca6ff);
267
+ }
268
+
269
+ .iconblock.t-iconBCgray {
270
+ background-image: linear-gradient(180deg, #c1d1d7, #97b0bd);
271
+ }
272
+
273
+ .iconfont {
274
+ font-size: 20px;
275
+ }
276
+
277
+ .text {
278
+ color: #000;
279
+ text-align: center;
280
+ font-size: 14px;
281
+ }
282
+ }
283
+
284
+ .react-app-collect {
285
+ position: relative;
286
+ height: 100%;
287
+
288
+ .t-grid .t-grid-item + .t-grid-item {
289
+ border-left: none;
290
+ }
291
+
292
+ .t-grid .t-grid-row {
293
+ border-bottom: none;
294
+ }
295
+
296
+ .t-grid.t-has-line {
297
+ border-top: none;
298
+ }
299
+
300
+ }
301
+
302
+ // 办事事项
303
+ // .component-bssx .t-tab-tabpane{
304
+ // overflow: hidden; //莫名其妙多出滚动条问题,浏览器正常,手机有滚动条
305
+ // }
306
+ .component-bssx {
307
+ position: relative;
308
+ .rightMore {
309
+ position: absolute;
310
+ right: 10px;
311
+ color: #999;
312
+ z-index: 999;
313
+ padding: 2px;
314
+ font-size: 14px;
315
+ }
316
+ }
317
+ .banshi-list {
318
+ display: flex;
319
+ flex-wrap: wrap;
320
+ justify-content: space-between;
321
+ padding: 16px;
322
+ padding-bottom: 0;
323
+
324
+ .banshi-item {
325
+ width: calc(50% - 8px);
326
+ background: #FEF8E8;
327
+ border-radius: 8px;
328
+ margin: 6px 0;
329
+ padding: 10px;
330
+ padding-right: 60px;
331
+ position: relative;
332
+ height: 60px;
333
+
334
+ .title {
335
+ font-size: 14px;
336
+ }
337
+
338
+ .describe {
339
+ font-size: 12px;
340
+ color: #9A968D;
341
+ }
342
+
343
+ .iconfont-ywtb.ic {
344
+ position: absolute;
345
+ right: 16px;
346
+ top: 0;
347
+ line-height: 60px;
348
+ font-size: 30px;
349
+ background-clip: text;
350
+ -webkit-background-clip: text;
351
+ -webkit-text-fill-color: transparent;
352
+ }
353
+
354
+ .iconfont-ywtb.bg {
355
+ position: absolute;
356
+ right: 0;
357
+ top: -15px;
358
+ bottom: 0;
359
+ font-size: 60px;
360
+ opacity: 0.16;
361
+ background-clip: text;
362
+ -webkit-background-clip: text;
363
+ -webkit-text-fill-color: transparent;
364
+ }
365
+ }
366
+
367
+ .banshi-item:nth-child(1) {
368
+ background: #FEF8E8;
369
+
370
+ .iconfont-ywtb.ic,
371
+ .iconfont-ywtb.bg {
372
+ background-image: linear-gradient(to bottom, #FFA92B 20%, #FFD253 80%); // 背景线性渐变
373
+ color: #FFA92B; // 兜底颜色,防止文字裁剪不生效
374
+ }
375
+ }
376
+
377
+ .banshi-item:nth-child(2) {
378
+ background: #FFF1F2;
379
+
380
+ .iconfont-ywtb.ic,
381
+ .iconfont-ywtb.bg {
382
+ background-image: linear-gradient(to bottom, #FF766D 20%, #FDAD78 80%); // 背景线性渐变
383
+ color: #FF766D; // 兜底颜色,防止文字裁剪不生效
384
+ }
385
+ }
386
+
387
+ .banshi-item:nth-child(3) {
388
+ background: #DFF0FF;
389
+
390
+ .iconfont-ywtb.ic,
391
+ .iconfont-ywtb.bg {
392
+ background-image: linear-gradient(106deg, #1990F0 20%, #73D2FF 80%); // 背景线性渐变
393
+ color: #1990F0; // 兜底颜色,防止文字裁剪不生效
394
+ }
395
+ }
396
+
397
+ .banshi-item:nth-child(4) {
398
+ background: #DEF8F7;
399
+
400
+ .iconfont-ywtb.ic,
401
+ .iconfont-ywtb.bg {
402
+ background-image: linear-gradient(to bottom, #00C1CE 20%, #65DBD8 80%); // 背景线性渐变
403
+ color: #00C1CE; // 兜底颜色,防止文字裁剪不生效
404
+ }
405
+ }
406
+
407
+ .banshi-item:nth-child(5) {
408
+ background: #FEF5F3;
409
+
410
+ .iconfont-ywtb.ic,
411
+ .iconfont-ywtb.bg {
412
+ background-image: linear-gradient(to bottom, #FF7661 20%, #FBA772 80%); // 背景线性渐变
413
+ color: #FF7661; // 兜底颜色,防止文字裁剪不生效
414
+ }
415
+ }
416
+
417
+ .banshi-item:nth-child(6) {
418
+ background: #EFF5FF;
419
+
420
+ .iconfont-ywtb.ic,
421
+ .iconfont-ywtb.bg {
422
+ background-image: linear-gradient(to bottom, #686BC9 20%, #A2A8FA 80%); // 背景线性渐变
423
+ color: #686BC9; // 兜底颜色,防止文字裁剪不生效
424
+ }
425
+ }
426
+ }
427
+
428
+ // 通知部件
429
+ .carousel-notice.t-slide {
430
+ margin: 16px;
431
+ border-radius: 5px;
432
+
433
+ .t-slide-item {
434
+ padding: 16px;
435
+ // background-color: @theme-color-4;
436
+ background-image: url(/mobile/fmui/images/notice-card-bg.png);
437
+ background-size: 100% 100%;
438
+ }
439
+
440
+ .t-slide-item img {
441
+ display: none
442
+ }
443
+
444
+ .notice-card-head {
445
+ display: flex;
446
+ justify-content: space-between;
447
+ align-items: center;
448
+ margin-bottom: 16px;
449
+
450
+ span {
451
+ font-size: 20px;
452
+ font-weight: 700;
453
+ }
454
+
455
+ .t-button {
456
+ // color: @theme-color;
457
+ // background-color: @theme-color-10;
458
+ height: 26px;
459
+ line-height: 26px;
460
+ font-size: 14px;
461
+ padding: 0 16px;
462
+ margin: 0;
463
+ background-color: rgba(113, 57, 56,0.1);
464
+ color: #713938;
465
+ }
466
+ }
467
+ }
468
+
469
+ .t-image-slide-item {
470
+ margin: 16px;
471
+ height: 100px !important;
472
+ background-image: url(/mobile/fmui/images/notice-card-bg.png);
473
+ background-size: 100% 100%;
474
+ border-radius: 10px;
475
+ }
476
+
477
+ //
478
+ .infoList {
479
+ margin: 0 16px;
480
+ padding: 10px 0;
481
+ border-bottom: 1px solid #e9e9e9;
482
+
483
+ .infoContent {
484
+ display: flex;
485
+ justify-content: space-between;
486
+
487
+ .rightContent {
488
+ flex: 1;
489
+ }
490
+
491
+ p:first-child {
492
+ overflow: hidden;
493
+ -webkit-box-orient: vertical;
494
+ -webkit-line-clamp: 2;
495
+ display: -webkit-box;
496
+ font-size: 16px;
497
+ text-align: left;
498
+ color: #000000;
499
+ line-height: 22.5px;
500
+ margin-bottom: 5px;
501
+ word-break: break-all;
502
+ }
503
+
504
+ p:last-child {
505
+ display: flex;
506
+ align-items: center;
507
+
508
+ img {
509
+ margin: 0 .1667rem 0 0;
510
+ width: .3467rem;
511
+ height: .2933rem;
512
+ }
513
+
514
+ span {
515
+ margin: 0 10px 0 0;
516
+ // // font-family: Microsoft YaHei, Microsoft YaHei-Regular;
517
+ text-align: left;
518
+ // letter-spacing: .0267rem;
519
+ color: #00000066;
520
+ line-height: 1.3;
521
+ word-break: break-all;
522
+ }
523
+ }
524
+
525
+ .imgContent {
526
+ img {
527
+ margin: auto;
528
+ width: 2.96rem;
529
+ height: 1.9333rem;
530
+ border-radius: .1067rem;
531
+ }
532
+ }
533
+ }
534
+
535
+ }
536
+
537
+ .infoList:last-of-type {
538
+ border-bottom: none;
539
+ }
540
+
541
+ .infoList3 {
542
+ background-color: #fff;
543
+ padding-top: .2667rem;
544
+ padding-left: .2667rem;
545
+ padding-right: .2667rem;
546
+
547
+ .infoContent {
548
+ border-bottom: .0267rem solid #dcdcdc;
549
+ padding-bottom: .2667rem;
550
+
551
+ p:first-child {
552
+ overflow: hidden;
553
+ -webkit-box-orient: vertical;
554
+ -webkit-line-clamp: 2;
555
+ display: -webkit-box;
556
+ font-size: 16px;
557
+ // // font-family: Microsoft YaHei-Regular;
558
+ font-weight: 400;
559
+ text-align: left;
560
+ color: #000000;
561
+ line-height: 22.5px;
562
+ margin-bottom: .2667rem;
563
+ }
564
+
565
+ p:last-child {
566
+ display: flex;
567
+ align-items: center;
568
+
569
+ img {
570
+ margin: 0 .1667rem 0 0;
571
+ width: .3467rem;
572
+ height: .2933rem;
573
+ }
574
+
575
+ span {
576
+ margin: 0 10px 0 0;
577
+ font-size: 12px;
578
+ font-weight: 400;
579
+ text-align: left;
580
+ // letter-spacing: .0267rem;
581
+ color: #00000066;
582
+ line-height: 1.3;
583
+ word-break: break-all;
584
+ }
585
+ }
586
+
587
+ .infoPics {
588
+ margin-bottom: .2667rem;
589
+ display: flex;
590
+ justify-content: space-between;
591
+
592
+ img {
593
+ width: 2.8667rem;
594
+ height: 1.9333rem;
595
+ border-radius: .1067rem;
596
+ }
597
+ }
598
+ }
599
+ }
600
+
601
+ .info-more-btn {
602
+ color: #999;
603
+ padding: 10px 16px;
604
+ margin: 0 auto;
605
+ width: 100px;
606
+ }
607
+
608
+ // 日历、日程
609
+ .calendar-title,
610
+ .show-all-content {
611
+ display: none;
612
+ }
613
+
614
+ .calendar-container {
615
+ background: #fff;
616
+ }
617
+
618
+ .calendar-week {
619
+ height: 20px;
620
+
621
+ div {
622
+ height: 20px;
623
+ line-height: 20px;
624
+ }
625
+ }
626
+
627
+ .calendar-wrap {
628
+ border-bottom: none;
629
+ margin-bottom: 10px;
630
+ }
631
+
632
+ .calendar-content .canChoose-active span {
633
+ color:#713938 !important;
634
+ // background: #F6F6F6 !important;
635
+ background: transparent !important;
636
+ }
637
+
638
+ .calendar-content span.hasEvent:before {
639
+ color: #FAB88D;
640
+ }
641
+
642
+ .rc-list {
643
+ .rc-item {
644
+ padding: 5px 16px 5px 10px;
645
+ }
646
+
647
+ .rc-item-time {
648
+ width: 40px;
649
+ color: #999;
650
+ font-size: 14px;
651
+ text-align: center;
652
+ }
653
+
654
+ .rc-item-time-line {
655
+ position: absolute;
656
+ top: 36px;
657
+ left: 22px;
658
+ color: #999;
659
+ }
660
+
661
+ .rc-item-title {
662
+ padding: 0 16px;
663
+ background: #FFF6F5;
664
+ border-radius: 4px;
665
+ line-height: 36px;
666
+ height: 36px;
667
+ margin-left: 10px;
668
+ }
669
+ }
670
+
671
+ .rc-item.rc-completed {
672
+ .rc-item-title {
673
+ color: #ccc;
674
+ background: #F9F9FA;
675
+ }
676
+ }
677
+
678
+ .rc-item:last-of-type {
679
+ .rc-item-time-line {
680
+ display: none;
681
+ }
682
+ }
683
+
684
+ //
685
+ .meetingCard {
686
+ width: 100%;
687
+ background: transparent;
688
+ padding: 8px;
689
+ position: relative;
690
+
691
+ .lineTop {
692
+ position: absolute;
693
+ top: 0;
694
+ left: 10px;
695
+ width: calc(100% - 20px);
696
+ height: 16px;
697
+ background: #713938;
698
+ border-radius: 8px;
699
+ }
700
+
701
+ .meetingBg {
702
+ padding: 15px;
703
+ margin: 0 15px;
704
+ width: calc(100% - 30px);
705
+ background: #fff;
706
+ position: relative;
707
+ border-radius: 0 0 8px 8px;
708
+ box-shadow: 0 2px 6px 0 #eee;
709
+ }
710
+
711
+ .meetingContent {
712
+ .meetingTitle {
713
+ padding-bottom: 10px;
714
+ border-bottom: 1px dashed #dcdcdc;
715
+
716
+ p {
717
+ font-size: 16px;
718
+ font-weight: 400;
719
+ text-align: left;
720
+ color: #000000;
721
+ word-break: break-all;
722
+ }
723
+ }
724
+
725
+ }
726
+
727
+ .meetingTime {
728
+ // border: 1px solid red;
729
+ // height: 4rem;
730
+ height: 70%;
731
+ padding-top: .2667rem;
732
+
733
+ .meetingDate {
734
+ color: #737373;
735
+ font-size: 14px;
736
+ display: flex;
737
+ align-items: center;
738
+
739
+ .iconfont {
740
+ color: #BCC2C6;
741
+ }
742
+ }
743
+
744
+ .timeTitle {
745
+ display: flex;
746
+ justify-content: space-between;
747
+ font-size: 12px;
748
+ color: #B8B8B8;
749
+ margin: 20px 20px 10px 20px;
750
+ }
751
+
752
+ .time {
753
+ display: flex;
754
+ align-items: center;
755
+ width: 100%;
756
+ margin-top: 0;
757
+ padding: 0 16px;
758
+
759
+ li {
760
+ list-style-type: none;
761
+ // border: 1px solid red;
762
+ }
763
+
764
+ li:first-child {
765
+ width: 30%;
766
+ font-size: 25px;
767
+ // font-family: Microsoft YaHei, Microsoft YaHei-Bold;
768
+ font-weight: 700;
769
+ text-align: left;
770
+ color: #000000;
771
+ }
772
+
773
+ li:nth-child(2) {
774
+ width: 40%;
775
+ position: relative;
776
+
777
+ p {
778
+ background: #713938;
779
+ border-radius: 11px;
780
+ color: #fff;
781
+ text-align: center;
782
+ height: 22px;
783
+ width: 90px;
784
+ line-height: 22px;
785
+ margin: auto;
786
+ }
787
+ }
788
+
789
+ li:nth-child(2)::before,
790
+ li:nth-child(2)::after {
791
+ content: "";
792
+ display: block;
793
+ width: calc((100% - 90px) / 2);
794
+ height: 1px;
795
+ background-color: #713938;
796
+ position: absolute;
797
+ }
798
+
799
+ li:nth-child(2)::before {
800
+ top: 10px;
801
+ left: 0;
802
+ }
803
+
804
+ li:nth-child(2)::after {
805
+ top: 10px;
806
+ right: 0;
807
+ }
808
+
809
+ li:last-child {
810
+ width: 30%;
811
+ font-size: 25px;
812
+ font-weight: 700;
813
+ text-align: right;
814
+ color: #000000;
815
+ }
816
+ }
817
+
818
+ .location {
819
+ margin-top: .5333rem;
820
+ color: #737373;
821
+ font-size: 14px;
822
+ font-weight: 400;
823
+ text-align: left;
824
+
825
+ .iconfont {
826
+ color: #BCC2C6;
827
+ }
828
+ }
829
+ }
830
+
831
+ .startIcon {
832
+ position: absolute;
833
+ top: 20px;
834
+ right: 20px;
835
+ width: 2rem;
836
+ }
837
+ }
838
+ .emailListItem {
839
+ height: 1.8rem;
840
+ border-bottom: .0267rem solid #dcdcdc;
841
+ display: flex;
842
+ position: relative;
843
+ justify-content: space-between;
844
+ align-items: center;
845
+ background-color: #fff;
846
+
847
+ .leftPic {
848
+ width: 20%;
849
+ height: 80%;
850
+ // height: 100%;
851
+ display: flex;
852
+ // align-items: center;
853
+ text-align: center;
854
+ position: relative;
855
+
856
+ // border: 1px solid red;
857
+ .emailIcon {
858
+ margin: auto;
859
+ width: 1.0667rem;
860
+ height: 1.0667rem;
861
+ }
862
+
863
+ .badge {
864
+ width: .4rem;
865
+ height: .4rem;
866
+ position: absolute;
867
+ top: .2667rem;
868
+ right: .3467rem;
869
+ }
870
+ }
871
+
872
+ .rightContent {
873
+ width: 80%;
874
+
875
+ .sendUserName {
876
+ font-size: 16px;
877
+ font-weight: 700;
878
+ color: #000;
879
+ }
880
+
881
+ .content {
882
+ font-size: 14px;
883
+ font-weight: 400;
884
+ text-align: left;
885
+ color: #000000B3;
886
+ overflow: hidden;
887
+ text-overflow: ellipsis;
888
+ white-space: nowrap;
889
+ }
890
+ }
891
+
892
+ .emailTime {
893
+ position: absolute;
894
+ top: .2667rem;
895
+ right: .2667rem;
896
+ font-size: 12px;
897
+ // font-family: Microsoft YaHei, Microsoft YaHei-Regular;
898
+ font-weight: 400;
899
+ color: #00000066;
900
+ }
901
+ }
902
+
903
+ .approveList {
904
+ margin: 0 auto 10px auto;
905
+ width: 9.1467rem;
906
+ background-color: #fff;
907
+ overflow: hidden;
908
+ border-radius: 6px;
909
+
910
+ .t-FBH {
911
+ justify-content: space-between;
912
+ }
913
+
914
+ .time-tag {
915
+ background: #fce68f;
916
+ padding: 8px 16px;
917
+ border-radius: 0 0 16px 0;
918
+ color: #806207;
919
+ }
920
+
921
+ .urgency-tag {
922
+ text-align: center;
923
+ height: 22px;
924
+ line-height: 22px;
925
+ font-size: 12px;
926
+ color: #fff;
927
+ margin-top: 6px;
928
+ padding: 0 16px;
929
+ border-radius: 12px 0 0 12px;
930
+ }
931
+ }
932
+
933
+ .documentList {
934
+ margin: 0 auto 10px auto;
935
+ width: 9.1467rem;
936
+ background-color: #fff;
937
+ overflow: hidden;
938
+ border-radius: 6px;
939
+
940
+ .t-tag-red {
941
+ line-height: 16px;
942
+ border: 1px solid #d6403b;
943
+ }
944
+ }
945
+
946
+ .personal-tab {
947
+ color: red;
948
+ }
949
+
950
+ .department-tab {
951
+ color: blue;
952
+ }
953
+
954
+ .list-RT-label .list-item .item-title::before {
955
+ background:#713938;
956
+ }
957
+
958
+ .rightMore {
959
+ position: absolute;
960
+ right: 10px;
961
+ color: #999;
962
+ z-index: 999;
963
+ padding: 2px;
964
+ font-size: 14px;
965
+ }
966
+
967
+ .sxbl_buttons {
968
+ display: flex;
969
+ align-items: center;
970
+ justify-content: space-between;
971
+ padding: 0 10px;
972
+ button {
973
+ width: 45.4%;
974
+ height: 35px;
975
+ // line-height: 29px;
976
+ background: rgba(112,58,58,0.12);
977
+ border: 2px solid rgba(112,58,58,1);
978
+ border-radius: 4px;
979
+ font-size: 16px;
980
+ color: #703A3A;
981
+ }
982
+ }
983
+
984
+ .wdsx-list {
985
+ .list-item {
986
+ display: flex;
987
+ align-items: center;
988
+ justify-content:space-between;
989
+ }
990
+ .list-item .item-content {
991
+ display: flex;
992
+ flex-direction: column;
993
+ align-items: flex-start;
994
+ justify-content: initial;
995
+ }
996
+ }
997
+
998
+ }
999
+