fmui-base 2.0.36 → 2.0.38

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