fmui-base 2.0.47 → 2.0.48

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