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,798 @@
1
+ .react-grid .t-tab-bar {
2
+ padding-left: 6px;
3
+ }
4
+ .react-grid .t-tab-bar .t-tab-tab {
5
+ font-size: 16px;
6
+ color: #888;
7
+ flex: initial;
8
+ padding: 0 10px;
9
+ min-width: 95px;
10
+ height: 33px;
11
+ line-height: 20px;
12
+ display: block;
13
+ white-space: nowrap;
14
+ overflow: hidden;
15
+ text-overflow: ellipsis;
16
+ -webkit-line-clamp: 1;
17
+ -webkit-box-orient: vertical;
18
+ background-color: transparent;
19
+ }
20
+ .react-grid .t-tab-bar .t-tab-tab-active {
21
+ color: #333 !important;
22
+ font-size: 18px;
23
+ }
24
+ .react-grid .t-tab-ink-bar {
25
+ margin-left: -33px;
26
+ border-radius: 4px;
27
+ height: 4px;
28
+ width: 25px !important;
29
+ background-color: #713938;
30
+ }
31
+ .react-grid .t-tab-ink-bar:after {
32
+ content: "";
33
+ display: block;
34
+ width: 40px;
35
+ height: 4px;
36
+ border-radius: 4px;
37
+ background: #713938;
38
+ opacity: 0.3;
39
+ position: absolute;
40
+ left: 30px;
41
+ }
42
+ .react-grid .t-tab-nav-wrap .t-tab-ink-bar {
43
+ margin-left: -28px;
44
+ }
45
+ .react-grid .react-grid-item.cssTransforms {
46
+ overflow: auto;
47
+ }
48
+ .react-grid .react-grid-component .react-grid-banner {
49
+ color: #fff;
50
+ width: 100%;
51
+ height: 100%;
52
+ padding: 0;
53
+ }
54
+ .react-grid .react-grid-component .react-grid-banner .banner {
55
+ position: absolute;
56
+ top: 0;
57
+ bottom: 0;
58
+ z-index: -1;
59
+ width: 100%;
60
+ }
61
+ .react-grid .react-grid-component .react-grid-banner .banner .bannerimg {
62
+ z-index: 0;
63
+ width: 100%;
64
+ height: 100%;
65
+ }
66
+ .react-grid .react-grid-component .react-grid-banner .global-search {
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 16px;
70
+ padding-bottom: 38px;
71
+ }
72
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-wrapper {
73
+ height: 30px;
74
+ padding: 5px 0;
75
+ background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
76
+ border-radius: 4px 0 0 4px;
77
+ }
78
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-bar-wrapper {
79
+ width: 70px;
80
+ background: none;
81
+ border-right: 1px solid #ddd;
82
+ }
83
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-bar-wrapper .item {
84
+ height: 20px;
85
+ line-height: 20px;
86
+ font-size: 14px;
87
+ }
88
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-bar-wrapper .item .item-wrapper {
89
+ padding: 0 0 0 10px;
90
+ }
91
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-bar-wrapper .item .icon {
92
+ height: 20px;
93
+ width: 20px;
94
+ }
95
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-bar-wrapper .item .title-wrapper {
96
+ color: #fff;
97
+ }
98
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-bar-wrapper .item .t-svg div {
99
+ display: none !important;
100
+ }
101
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-bar-wrapper .item .t-svg {
102
+ font-family: "iconfont-ywtb" !important;
103
+ font-size: 12px;
104
+ font-style: normal;
105
+ -webkit-font-smoothing: antialiased;
106
+ color: #fff;
107
+ line-height: 18px !important;
108
+ }
109
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-bar-wrapper .item .t-svg:before {
110
+ content: "\e65b";
111
+ }
112
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-list-item.active .icon svg {
113
+ display: none;
114
+ }
115
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-filter-panel-wrapper {
116
+ width: 70px;
117
+ overflow-y: auto;
118
+ box-shadow: 0 2px 5px #ddd;
119
+ margin-top: 5px;
120
+ }
121
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-field {
122
+ flex: 1;
123
+ }
124
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-field-box {
125
+ min-height: 30px;
126
+ }
127
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-text-field-content {
128
+ background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
129
+ height: 30px;
130
+ border-radius: 0 4px 4px 0;
131
+ padding-left: 10px;
132
+ }
133
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-text-field-content .t-text-field-right-addon {
134
+ color: #fff;
135
+ padding: 5px 0 2px 0;
136
+ }
137
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-text-field-placeholder {
138
+ color: #fff;
139
+ font-size: 14px;
140
+ }
141
+ .react-grid .react-grid-component .react-grid-banner .global-search .t-text-field-input {
142
+ color: #fff;
143
+ }
144
+ .react-grid .react-grid-component .react-grid-banner .global-search input.t-text-field-input:focus,
145
+ .react-grid .react-grid-component .react-grid-banner .global-search textarea.t-textarea-field-content:focus {
146
+ border: none;
147
+ box-shadow: none;
148
+ }
149
+ .react-grid .react-grid-component .react-grid-banner .t-grid {
150
+ margin: 8px;
151
+ border: none;
152
+ }
153
+ .react-grid .react-grid-component .react-grid-banner .t-grid .t-grid-row {
154
+ width: 100%;
155
+ padding: 10px 0;
156
+ border-bottom: none;
157
+ text-align: center;
158
+ }
159
+ .react-grid .react-grid-component .react-grid-banner .t-grid .t-grid-item + .t-grid-item {
160
+ border-left: none;
161
+ }
162
+ .react-grid .react-grid-component .react-grid-banner .react-grid-banner-item .t-badge {
163
+ width: 40px;
164
+ height: 40px;
165
+ background: #fff;
166
+ border-radius: 50%;
167
+ line-height: 40px;
168
+ }
169
+ .react-grid .react-grid-component .react-grid-banner .react-grid-banner-item i {
170
+ font-size: 20px;
171
+ }
172
+ .react-grid .react-grid-component .react-grid-banner .menu-title {
173
+ margin: 4px 0;
174
+ color: #fff;
175
+ }
176
+ .react-grid .react-grid-component .react-grid-banner .t-badge .badge-inner {
177
+ line-height: 1.3;
178
+ height: auto;
179
+ font-weight: 400;
180
+ padding: 0 5px;
181
+ top: 9px;
182
+ right: -2px;
183
+ border: 2px solid #fff;
184
+ }
185
+ .react-grid .systemItem {
186
+ display: inline-block;
187
+ text-align: center;
188
+ vertical-align: top;
189
+ padding-top: 25px;
190
+ }
191
+ .react-grid .systemItem .iconblock {
192
+ width: 40px;
193
+ height: 40px;
194
+ line-height: 40px;
195
+ margin: 0 auto;
196
+ border-radius: 3px;
197
+ color: #fff;
198
+ }
199
+ .react-grid .systemItem .iconblock.t-iconBCred {
200
+ background-image: linear-gradient(180deg, #BF6052 7%, #AB5548 100%);
201
+ }
202
+ .react-grid .systemItem .iconblock.t-iconBCblue {
203
+ background-image: linear-gradient(180deg, #1E65BB 0%, #1054A7 100%);
204
+ }
205
+ .react-grid .systemItem .iconblock.t-iconBCgreen {
206
+ background-image: linear-gradient(180deg, #2CCDB7 0%, #15B49E 100%);
207
+ }
208
+ .react-grid .systemItem .iconblock.t-iconBCorange {
209
+ background-image: linear-gradient(180deg, #ECCCA1 0%, #E4C294 100%);
210
+ }
211
+ .react-grid .systemItem .iconblock.t-iconBCpurple {
212
+ background-image: linear-gradient(180deg, #abacff, #7ca6ff);
213
+ }
214
+ .react-grid .systemItem .iconblock.t-iconBCgray {
215
+ background-image: linear-gradient(180deg, #c1d1d7, #97b0bd);
216
+ }
217
+ .react-grid .systemItem .iconfont {
218
+ font-size: 20px;
219
+ }
220
+ .react-grid .systemItem .text {
221
+ color: #000;
222
+ text-align: center;
223
+ font-size: 14px;
224
+ }
225
+ .react-grid .react-app-collect {
226
+ position: relative;
227
+ height: 100%;
228
+ }
229
+ .react-grid .react-app-collect .t-grid .t-grid-item + .t-grid-item {
230
+ border-left: none;
231
+ }
232
+ .react-grid .react-app-collect .t-grid .t-grid-row {
233
+ border-bottom: none;
234
+ }
235
+ .react-grid .react-app-collect .t-grid.t-has-line {
236
+ border-top: none;
237
+ }
238
+ .react-grid .component-bssx {
239
+ position: relative;
240
+ }
241
+ .react-grid .component-bssx .rightMore {
242
+ position: absolute;
243
+ right: 10px;
244
+ color: #999;
245
+ z-index: 999;
246
+ padding: 2px;
247
+ font-size: 14px;
248
+ }
249
+ .react-grid .banshi-list {
250
+ display: flex;
251
+ flex-wrap: wrap;
252
+ justify-content: space-between;
253
+ padding: 16px;
254
+ padding-bottom: 0;
255
+ }
256
+ .react-grid .banshi-list .banshi-item {
257
+ width: calc(50% - 8px);
258
+ background: #FEF8E8;
259
+ border-radius: 8px;
260
+ margin: 6px 0;
261
+ padding: 10px;
262
+ padding-right: 60px;
263
+ position: relative;
264
+ height: 60px;
265
+ }
266
+ .react-grid .banshi-list .banshi-item .title {
267
+ font-size: 14px;
268
+ }
269
+ .react-grid .banshi-list .banshi-item .describe {
270
+ font-size: 12px;
271
+ color: #9A968D;
272
+ }
273
+ .react-grid .banshi-list .banshi-item .iconfont-ywtb.ic {
274
+ position: absolute;
275
+ right: 16px;
276
+ top: 0;
277
+ line-height: 60px;
278
+ font-size: 30px;
279
+ background-clip: text;
280
+ -webkit-background-clip: text;
281
+ -webkit-text-fill-color: transparent;
282
+ }
283
+ .react-grid .banshi-list .banshi-item .iconfont-ywtb.bg {
284
+ position: absolute;
285
+ right: 0;
286
+ top: -15px;
287
+ bottom: 0;
288
+ font-size: 60px;
289
+ opacity: 0.16;
290
+ background-clip: text;
291
+ -webkit-background-clip: text;
292
+ -webkit-text-fill-color: transparent;
293
+ }
294
+ .react-grid .banshi-list .banshi-item:nth-child(1) {
295
+ background: #FEF8E8;
296
+ }
297
+ .react-grid .banshi-list .banshi-item:nth-child(1) .iconfont-ywtb.ic,
298
+ .react-grid .banshi-list .banshi-item:nth-child(1) .iconfont-ywtb.bg {
299
+ background-image: linear-gradient(to bottom, #FFA92B 20%, #FFD253 80%);
300
+ color: #FFA92B;
301
+ }
302
+ .react-grid .banshi-list .banshi-item:nth-child(2) {
303
+ background: #FFF1F2;
304
+ }
305
+ .react-grid .banshi-list .banshi-item:nth-child(2) .iconfont-ywtb.ic,
306
+ .react-grid .banshi-list .banshi-item:nth-child(2) .iconfont-ywtb.bg {
307
+ background-image: linear-gradient(to bottom, #FF766D 20%, #FDAD78 80%);
308
+ color: #FF766D;
309
+ }
310
+ .react-grid .banshi-list .banshi-item:nth-child(3) {
311
+ background: #DFF0FF;
312
+ }
313
+ .react-grid .banshi-list .banshi-item:nth-child(3) .iconfont-ywtb.ic,
314
+ .react-grid .banshi-list .banshi-item:nth-child(3) .iconfont-ywtb.bg {
315
+ background-image: linear-gradient(106deg, #1990F0 20%, #73D2FF 80%);
316
+ color: #1990F0;
317
+ }
318
+ .react-grid .banshi-list .banshi-item:nth-child(4) {
319
+ background: #DEF8F7;
320
+ }
321
+ .react-grid .banshi-list .banshi-item:nth-child(4) .iconfont-ywtb.ic,
322
+ .react-grid .banshi-list .banshi-item:nth-child(4) .iconfont-ywtb.bg {
323
+ background-image: linear-gradient(to bottom, #00C1CE 20%, #65DBD8 80%);
324
+ color: #00C1CE;
325
+ }
326
+ .react-grid .banshi-list .banshi-item:nth-child(5) {
327
+ background: #FEF5F3;
328
+ }
329
+ .react-grid .banshi-list .banshi-item:nth-child(5) .iconfont-ywtb.ic,
330
+ .react-grid .banshi-list .banshi-item:nth-child(5) .iconfont-ywtb.bg {
331
+ background-image: linear-gradient(to bottom, #FF7661 20%, #FBA772 80%);
332
+ color: #FF7661;
333
+ }
334
+ .react-grid .banshi-list .banshi-item:nth-child(6) {
335
+ background: #EFF5FF;
336
+ }
337
+ .react-grid .banshi-list .banshi-item:nth-child(6) .iconfont-ywtb.ic,
338
+ .react-grid .banshi-list .banshi-item:nth-child(6) .iconfont-ywtb.bg {
339
+ background-image: linear-gradient(to bottom, #686BC9 20%, #A2A8FA 80%);
340
+ color: #686BC9;
341
+ }
342
+ .react-grid .carousel-notice.t-slide {
343
+ margin: 16px;
344
+ border-radius: 5px;
345
+ }
346
+ .react-grid .carousel-notice.t-slide .t-slide-item {
347
+ padding: 16px;
348
+ background-image: url(/mobile/fmui/images/notice-card-bg.png);
349
+ background-size: 100% 100%;
350
+ }
351
+ .react-grid .carousel-notice.t-slide .t-slide-item img {
352
+ display: none;
353
+ }
354
+ .react-grid .carousel-notice.t-slide .notice-card-head {
355
+ display: flex;
356
+ justify-content: space-between;
357
+ align-items: center;
358
+ margin-bottom: 16px;
359
+ }
360
+ .react-grid .carousel-notice.t-slide .notice-card-head span {
361
+ font-size: 20px;
362
+ font-weight: 700;
363
+ }
364
+ .react-grid .carousel-notice.t-slide .notice-card-head .t-button {
365
+ height: 26px;
366
+ line-height: 26px;
367
+ font-size: 14px;
368
+ padding: 0 16px;
369
+ margin: 0;
370
+ background-color: rgba(113, 57, 56, 0.1);
371
+ color: #713938;
372
+ }
373
+ .react-grid .t-image-slide-item {
374
+ margin: 16px;
375
+ height: 100px !important;
376
+ background-image: url(/mobile/fmui/images/notice-card-bg.png);
377
+ background-size: 100% 100%;
378
+ border-radius: 10px;
379
+ }
380
+ .react-grid .infoList {
381
+ margin: 0 16px;
382
+ padding: 10px 0;
383
+ border-bottom: 1px solid #e9e9e9;
384
+ }
385
+ .react-grid .infoList .infoContent {
386
+ display: flex;
387
+ justify-content: space-between;
388
+ }
389
+ .react-grid .infoList .infoContent .rightContent {
390
+ flex: 1;
391
+ }
392
+ .react-grid .infoList .infoContent p:first-child {
393
+ overflow: hidden;
394
+ -webkit-box-orient: vertical;
395
+ -webkit-line-clamp: 2;
396
+ display: -webkit-box;
397
+ font-size: 16px;
398
+ text-align: left;
399
+ color: #000000;
400
+ line-height: 22.5px;
401
+ margin-bottom: 5px;
402
+ word-break: break-all;
403
+ }
404
+ .react-grid .infoList .infoContent p:last-child {
405
+ display: flex;
406
+ align-items: center;
407
+ }
408
+ .react-grid .infoList .infoContent p:last-child img {
409
+ margin: 0 0.1667rem 0 0;
410
+ width: 0.3467rem;
411
+ height: 0.2933rem;
412
+ }
413
+ .react-grid .infoList .infoContent p:last-child span {
414
+ margin: 0 10px 0 0;
415
+ text-align: left;
416
+ color: #00000066;
417
+ line-height: 1.3;
418
+ word-break: break-all;
419
+ }
420
+ .react-grid .infoList .infoContent .imgContent img {
421
+ margin: auto;
422
+ width: 2.96rem;
423
+ height: 1.9333rem;
424
+ border-radius: 0.1067rem;
425
+ }
426
+ .react-grid .infoList:last-of-type {
427
+ border-bottom: none;
428
+ }
429
+ .react-grid .infoList3 {
430
+ background-color: #fff;
431
+ padding-top: 0.2667rem;
432
+ padding-left: 0.2667rem;
433
+ padding-right: 0.2667rem;
434
+ }
435
+ .react-grid .infoList3 .infoContent {
436
+ border-bottom: 0.0267rem solid #dcdcdc;
437
+ padding-bottom: 0.2667rem;
438
+ }
439
+ .react-grid .infoList3 .infoContent p:first-child {
440
+ overflow: hidden;
441
+ -webkit-box-orient: vertical;
442
+ -webkit-line-clamp: 2;
443
+ display: -webkit-box;
444
+ font-size: 16px;
445
+ font-weight: 400;
446
+ text-align: left;
447
+ color: #000000;
448
+ line-height: 22.5px;
449
+ margin-bottom: 0.2667rem;
450
+ }
451
+ .react-grid .infoList3 .infoContent p:last-child {
452
+ display: flex;
453
+ align-items: center;
454
+ }
455
+ .react-grid .infoList3 .infoContent p:last-child img {
456
+ margin: 0 0.1667rem 0 0;
457
+ width: 0.3467rem;
458
+ height: 0.2933rem;
459
+ }
460
+ .react-grid .infoList3 .infoContent p:last-child span {
461
+ margin: 0 10px 0 0;
462
+ font-size: 12px;
463
+ font-weight: 400;
464
+ text-align: left;
465
+ color: #00000066;
466
+ line-height: 1.3;
467
+ word-break: break-all;
468
+ }
469
+ .react-grid .infoList3 .infoContent .infoPics {
470
+ margin-bottom: 0.2667rem;
471
+ display: flex;
472
+ justify-content: space-between;
473
+ }
474
+ .react-grid .infoList3 .infoContent .infoPics img {
475
+ width: 2.8667rem;
476
+ height: 1.9333rem;
477
+ border-radius: 0.1067rem;
478
+ }
479
+ .react-grid .info-more-btn {
480
+ color: #999;
481
+ padding: 10px 16px;
482
+ margin: 0 auto;
483
+ width: 100px;
484
+ }
485
+ .react-grid .calendar-title,
486
+ .react-grid .show-all-content {
487
+ display: none;
488
+ }
489
+ .react-grid .calendar-container {
490
+ background: #fff;
491
+ }
492
+ .react-grid .calendar-week {
493
+ height: 20px;
494
+ }
495
+ .react-grid .calendar-week div {
496
+ height: 20px;
497
+ line-height: 20px;
498
+ }
499
+ .react-grid .calendar-wrap {
500
+ border-bottom: none;
501
+ margin-bottom: 10px;
502
+ }
503
+ .react-grid .calendar-content .canChoose-active span {
504
+ color: #713938 !important;
505
+ background: transparent !important;
506
+ }
507
+ .react-grid .calendar-content span.hasEvent:before {
508
+ color: #FAB88D;
509
+ }
510
+ .react-grid .rc-list .rc-item {
511
+ padding: 5px 16px 5px 10px;
512
+ }
513
+ .react-grid .rc-list .rc-item-time {
514
+ width: 40px;
515
+ color: #999;
516
+ font-size: 14px;
517
+ text-align: center;
518
+ }
519
+ .react-grid .rc-list .rc-item-time-line {
520
+ position: absolute;
521
+ top: 36px;
522
+ left: 22px;
523
+ color: #999;
524
+ }
525
+ .react-grid .rc-list .rc-item-title {
526
+ padding: 0 16px;
527
+ background: #FFF6F5;
528
+ border-radius: 4px;
529
+ line-height: 36px;
530
+ height: 36px;
531
+ margin-left: 10px;
532
+ }
533
+ .react-grid .rc-item.rc-completed .rc-item-title {
534
+ color: #ccc;
535
+ background: #F9F9FA;
536
+ }
537
+ .react-grid .rc-item:last-of-type .rc-item-time-line {
538
+ display: none;
539
+ }
540
+ .react-grid .meetingCard {
541
+ width: 100%;
542
+ background: transparent;
543
+ padding: 8px;
544
+ position: relative;
545
+ }
546
+ .react-grid .meetingCard .lineTop {
547
+ position: absolute;
548
+ top: 0;
549
+ left: 10px;
550
+ width: calc(100% - 20px);
551
+ height: 16px;
552
+ background: #713938;
553
+ border-radius: 8px;
554
+ }
555
+ .react-grid .meetingCard .meetingBg {
556
+ padding: 15px;
557
+ margin: 0 15px;
558
+ width: calc(100% - 30px);
559
+ background: #fff;
560
+ position: relative;
561
+ border-radius: 0 0 8px 8px;
562
+ box-shadow: 0 2px 6px 0 #eee;
563
+ }
564
+ .react-grid .meetingCard .meetingContent .meetingTitle {
565
+ padding-bottom: 10px;
566
+ border-bottom: 1px dashed #dcdcdc;
567
+ }
568
+ .react-grid .meetingCard .meetingContent .meetingTitle p {
569
+ font-size: 16px;
570
+ font-weight: 400;
571
+ text-align: left;
572
+ color: #000000;
573
+ word-break: break-all;
574
+ }
575
+ .react-grid .meetingCard .meetingTime {
576
+ height: 70%;
577
+ padding-top: 0.2667rem;
578
+ }
579
+ .react-grid .meetingCard .meetingTime .meetingDate {
580
+ color: #737373;
581
+ font-size: 14px;
582
+ display: flex;
583
+ align-items: center;
584
+ }
585
+ .react-grid .meetingCard .meetingTime .meetingDate .iconfont {
586
+ color: #BCC2C6;
587
+ }
588
+ .react-grid .meetingCard .meetingTime .timeTitle {
589
+ display: flex;
590
+ justify-content: space-between;
591
+ font-size: 12px;
592
+ color: #B8B8B8;
593
+ margin: 20px 20px 10px 20px;
594
+ }
595
+ .react-grid .meetingCard .meetingTime .time {
596
+ display: flex;
597
+ align-items: center;
598
+ width: 100%;
599
+ margin-top: 0;
600
+ padding: 0 16px;
601
+ }
602
+ .react-grid .meetingCard .meetingTime .time li {
603
+ list-style-type: none;
604
+ }
605
+ .react-grid .meetingCard .meetingTime .time li:first-child {
606
+ width: 30%;
607
+ font-size: 25px;
608
+ font-weight: 700;
609
+ text-align: left;
610
+ color: #000000;
611
+ }
612
+ .react-grid .meetingCard .meetingTime .time li:nth-child(2) {
613
+ width: 40%;
614
+ position: relative;
615
+ }
616
+ .react-grid .meetingCard .meetingTime .time li:nth-child(2) p {
617
+ background: #713938;
618
+ border-radius: 11px;
619
+ color: #fff;
620
+ text-align: center;
621
+ height: 22px;
622
+ width: 90px;
623
+ line-height: 22px;
624
+ margin: auto;
625
+ }
626
+ .react-grid .meetingCard .meetingTime .time li:nth-child(2)::before,
627
+ .react-grid .meetingCard .meetingTime .time li:nth-child(2)::after {
628
+ content: "";
629
+ display: block;
630
+ width: calc((100% - 90px) / 2);
631
+ height: 1px;
632
+ background-color: #713938;
633
+ position: absolute;
634
+ }
635
+ .react-grid .meetingCard .meetingTime .time li:nth-child(2)::before {
636
+ top: 10px;
637
+ left: 0;
638
+ }
639
+ .react-grid .meetingCard .meetingTime .time li:nth-child(2)::after {
640
+ top: 10px;
641
+ right: 0;
642
+ }
643
+ .react-grid .meetingCard .meetingTime .time li:last-child {
644
+ width: 30%;
645
+ font-size: 25px;
646
+ font-weight: 700;
647
+ text-align: right;
648
+ color: #000000;
649
+ }
650
+ .react-grid .meetingCard .meetingTime .location {
651
+ margin-top: 0.5333rem;
652
+ color: #737373;
653
+ font-size: 14px;
654
+ font-weight: 400;
655
+ text-align: left;
656
+ }
657
+ .react-grid .meetingCard .meetingTime .location .iconfont {
658
+ color: #BCC2C6;
659
+ }
660
+ .react-grid .meetingCard .startIcon {
661
+ position: absolute;
662
+ top: 20px;
663
+ right: 20px;
664
+ width: 2rem;
665
+ }
666
+ .react-grid .emailListItem {
667
+ height: 1.8rem;
668
+ border-bottom: 0.0267rem solid #dcdcdc;
669
+ display: flex;
670
+ position: relative;
671
+ justify-content: space-between;
672
+ align-items: center;
673
+ background-color: #fff;
674
+ }
675
+ .react-grid .emailListItem .leftPic {
676
+ width: 20%;
677
+ height: 80%;
678
+ display: flex;
679
+ text-align: center;
680
+ position: relative;
681
+ }
682
+ .react-grid .emailListItem .leftPic .emailIcon {
683
+ margin: auto;
684
+ width: 1.0667rem;
685
+ height: 1.0667rem;
686
+ }
687
+ .react-grid .emailListItem .leftPic .badge {
688
+ width: 0.4rem;
689
+ height: 0.4rem;
690
+ position: absolute;
691
+ top: 0.2667rem;
692
+ right: 0.3467rem;
693
+ }
694
+ .react-grid .emailListItem .rightContent {
695
+ width: 80%;
696
+ }
697
+ .react-grid .emailListItem .rightContent .sendUserName {
698
+ font-size: 16px;
699
+ font-weight: 700;
700
+ color: #000;
701
+ }
702
+ .react-grid .emailListItem .rightContent .content {
703
+ font-size: 14px;
704
+ font-weight: 400;
705
+ text-align: left;
706
+ color: #000000B3;
707
+ overflow: hidden;
708
+ text-overflow: ellipsis;
709
+ white-space: nowrap;
710
+ }
711
+ .react-grid .emailListItem .emailTime {
712
+ position: absolute;
713
+ top: 0.2667rem;
714
+ right: 0.2667rem;
715
+ font-size: 12px;
716
+ font-weight: 400;
717
+ color: #00000066;
718
+ }
719
+ .react-grid .approveList {
720
+ margin: 0 auto 10px auto;
721
+ width: 9.1467rem;
722
+ background-color: #fff;
723
+ overflow: hidden;
724
+ border-radius: 6px;
725
+ }
726
+ .react-grid .approveList .t-FBH {
727
+ justify-content: space-between;
728
+ }
729
+ .react-grid .approveList .time-tag {
730
+ background: #fce68f;
731
+ padding: 8px 16px;
732
+ border-radius: 0 0 16px 0;
733
+ color: #806207;
734
+ }
735
+ .react-grid .approveList .urgency-tag {
736
+ text-align: center;
737
+ height: 22px;
738
+ line-height: 22px;
739
+ font-size: 12px;
740
+ color: #fff;
741
+ margin-top: 6px;
742
+ padding: 0 16px;
743
+ border-radius: 12px 0 0 12px;
744
+ }
745
+ .react-grid .documentList {
746
+ margin: 0 auto 10px auto;
747
+ width: 9.1467rem;
748
+ background-color: #fff;
749
+ overflow: hidden;
750
+ border-radius: 6px;
751
+ }
752
+ .react-grid .documentList .t-tag-red {
753
+ line-height: 16px;
754
+ border: 1px solid #d6403b;
755
+ }
756
+ .react-grid .personal-tab {
757
+ color: red;
758
+ }
759
+ .react-grid .department-tab {
760
+ color: blue;
761
+ }
762
+ .react-grid .list-RT-label .list-item .item-title::before {
763
+ background: #713938;
764
+ }
765
+ .react-grid .rightMore {
766
+ position: absolute;
767
+ right: 10px;
768
+ color: #999;
769
+ z-index: 999;
770
+ padding: 2px;
771
+ font-size: 14px;
772
+ }
773
+ .react-grid .sxbl_buttons {
774
+ display: flex;
775
+ align-items: center;
776
+ justify-content: space-between;
777
+ padding: 0 10px;
778
+ }
779
+ .react-grid .sxbl_buttons button {
780
+ width: 45.4%;
781
+ height: 35px;
782
+ background: rgba(112, 58, 58, 0.12);
783
+ border: 2px solid #703a3a;
784
+ border-radius: 4px;
785
+ font-size: 16px;
786
+ color: #703A3A;
787
+ }
788
+ .react-grid .wdsx-list .list-item {
789
+ display: flex;
790
+ align-items: center;
791
+ justify-content: space-between;
792
+ }
793
+ .react-grid .wdsx-list .list-item .item-content {
794
+ display: flex;
795
+ flex-direction: column;
796
+ align-items: flex-start;
797
+ justify-content: initial;
798
+ }