fmui-base 2.0.53 → 2.0.55

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,835 +1,829 @@
1
- .react-grid .noTitle .t-tab-bar {
2
- display: none;
3
- }
4
- .react-grid .t-tab-bar {
5
- padding-left: 10px;
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
- height: 33px;
13
- line-height: 20px;
14
- display: block;
15
- background-color: transparent;
16
- }
17
- .react-grid .t-tab-bar .t-tab-tab div {
18
- max-width: 95px;
19
- padding: 0 5px;
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: -38px;
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: -31px;
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
- background-size: 100% 100%;
362
- }
363
- .react-grid .carousel-notice.t-slide .t-slide-item-inner {
364
- background-size: 100% 100%;
365
- background-repeat: no-repeat;
366
- }
367
- .react-grid .carousel-notice.t-slide .t-slide-item img {
368
- display: none;
369
- }
370
- .react-grid .carousel-notice.t-slide .notice-card-head {
371
- display: flex;
372
- justify-content: space-between;
373
- align-items: center;
374
- margin-bottom: 16px;
375
- }
376
- .react-grid .carousel-notice.t-slide .notice-card-head span {
377
- font-size: 20px;
378
- font-weight: 700;
379
- }
380
- .react-grid .carousel-notice.t-slide .notice-card-head .t-button {
381
- height: 26px;
382
- line-height: 26px;
383
- font-size: 14px;
384
- padding: 0 16px;
385
- margin: 0;
386
- background-color: rgba(113, 57, 56, 0.1);
387
- color: #713938;
388
- }
389
- .react-grid .jxzt-content {
390
- margin: 0 16px;
391
- }
392
- .react-grid .jxzt-content .t-image-slide-item {
393
- background-image: url(/mobile/fmui/images/notice-card-bg.png);
394
- background-size: 100% 100%;
395
- border-radius: 10px;
396
- }
397
- .react-grid .jxzt-content .t-slide-view {
398
- height: 91px;
399
- }
400
- .react-grid .infoList {
401
- margin: 0 16px;
402
- padding: 10px 0;
403
- border-bottom: 1px solid #e9e9e9;
404
- }
405
- .react-grid .infoList .infoContent {
406
- display: flex;
407
- justify-content: space-between;
408
- }
409
- .react-grid .infoList .infoContent .rightContent {
410
- flex: 1;
411
- }
412
- .react-grid .infoList .infoContent p:first-child {
413
- overflow: hidden;
414
- -webkit-box-orient: vertical;
415
- -webkit-line-clamp: 2;
416
- display: -webkit-box;
417
- font-size: 16px;
418
- text-align: left;
419
- color: #000000;
420
- line-height: 22.5px;
421
- margin-bottom: 5px;
422
- word-break: break-all;
423
- }
424
- .react-grid .infoList .infoContent p:last-child {
425
- display: flex;
426
- align-items: center;
427
- }
428
- .react-grid .infoList .infoContent p:last-child img {
429
- margin: 0 0.1667rem 0 0;
430
- width: 0.3467rem;
431
- height: 0.2933rem;
432
- }
433
- .react-grid .infoList .infoContent p:last-child span {
434
- margin: 0 10px 0 0;
435
- text-align: left;
436
- color: #00000066;
437
- line-height: 1.3;
438
- word-break: break-all;
439
- }
440
- .react-grid .infoList .infoContent .imgContent img {
441
- margin: auto;
442
- width: 2.96rem;
443
- height: 1.9333rem;
444
- border-radius: 0.1067rem;
445
- }
446
- .react-grid .infoList:last-of-type {
447
- border-bottom: none;
448
- }
449
- .react-grid .infoList3 {
450
- background-color: #fff;
451
- padding-top: 0.2667rem;
452
- padding-left: 0.2667rem;
453
- padding-right: 0.2667rem;
454
- }
455
- .react-grid .infoList3 .infoContent {
456
- border-bottom: 0.0267rem solid #dcdcdc;
457
- padding-bottom: 0.2667rem;
458
- }
459
- .react-grid .infoList3 .infoContent p:first-child {
460
- overflow: hidden;
461
- -webkit-box-orient: vertical;
462
- -webkit-line-clamp: 2;
463
- display: -webkit-box;
464
- font-size: 16px;
465
- font-weight: 400;
466
- text-align: left;
467
- color: #000000;
468
- line-height: 22.5px;
469
- margin-bottom: 0.2667rem;
470
- }
471
- .react-grid .infoList3 .infoContent p:last-child {
472
- display: flex;
473
- align-items: center;
474
- }
475
- .react-grid .infoList3 .infoContent p:last-child img {
476
- margin: 0 0.1667rem 0 0;
477
- width: 0.3467rem;
478
- height: 0.2933rem;
479
- }
480
- .react-grid .infoList3 .infoContent p:last-child span {
481
- margin: 0 10px 0 0;
482
- font-size: 12px;
483
- font-weight: 400;
484
- text-align: left;
485
- color: #00000066;
486
- line-height: 1.3;
487
- word-break: break-all;
488
- }
489
- .react-grid .infoList3 .infoContent .infoPics {
490
- margin-bottom: 0.2667rem;
491
- display: flex;
492
- justify-content: space-between;
493
- }
494
- .react-grid .infoList3 .infoContent .infoPics img {
495
- width: 2.8667rem;
496
- height: 1.9333rem;
497
- border-radius: 0.1067rem;
498
- }
499
- .react-grid .info-more-btn {
500
- color: #999;
501
- padding: 10px 16px;
502
- margin: 0 auto;
503
- width: 100px;
504
- }
505
- .react-grid .calendar-title,
506
- .react-grid .show-all-content {
507
- display: none;
508
- }
509
- .react-grid .calendar-container {
510
- background: transparent;
511
- }
512
- .react-grid .calendar-week {
513
- height: 20px;
514
- }
515
- .react-grid .calendar-week div {
516
- height: 20px;
517
- line-height: 20px;
518
- }
519
- .react-grid .calendar-wrap {
520
- border-bottom: none;
521
- margin-bottom: 10px;
522
- }
523
- .react-grid .calendar-content .canChoose-active span,
524
- .react-grid .calendar-content div.today span {
525
- color: #713938 !important;
526
- }
527
- .react-grid .calendar-content .canChoose-active span {
528
- background: #F6F6F6 !important;
529
- }
530
- .react-grid .calendar-content div.today span {
531
- background: #F6F6F6 !important;
532
- }
533
- .react-grid .calendar-content span.hasEvent:before {
534
- color: #FAB88D !important;
535
- }
536
- .react-grid .rc-list .rc-item {
537
- padding: 5px 16px 5px 10px;
538
- }
539
- .react-grid .rc-list .rc-item-time {
540
- width: 40px;
541
- color: #999;
542
- font-size: 14px;
543
- text-align: center;
544
- }
545
- .react-grid .rc-list .rc-item-time-line {
546
- position: absolute;
547
- top: 36px;
548
- left: 22px;
549
- color: #999;
550
- }
551
- .react-grid .rc-list .rc-item-title {
552
- padding: 0 16px;
553
- background: #FFF6F5;
554
- border-radius: 4px;
555
- line-height: 36px;
556
- height: 36px;
557
- margin-left: 10px;
558
- }
559
- .react-grid .rc-item.rc-completed .rc-item-title {
560
- color: #ccc;
561
- background: #F9F9FA;
562
- }
563
- .react-grid .rc-item:last-of-type .rc-item-time-line {
564
- display: none;
565
- }
566
- .react-grid .meetingCard {
567
- width: 100%;
568
- background: transparent;
569
- padding: 8px;
570
- position: relative;
571
- }
572
- .react-grid .meetingCard .lineTop {
573
- position: absolute;
574
- top: 0;
575
- left: 10px;
576
- width: calc(100% - 20px);
577
- height: 16px;
578
- background: #713938;
579
- border-radius: 8px;
580
- }
581
- .react-grid .meetingCard .meetingBg {
582
- padding: 15px;
583
- margin: 0 15px;
584
- width: calc(100% - 30px);
585
- background: #fff;
586
- position: relative;
587
- border-radius: 0 0 8px 8px;
588
- box-shadow: 0 2px 6px 0 #eee;
589
- }
590
- .react-grid .meetingCard .meetingContent .meetingTitle {
591
- padding-bottom: 10px;
592
- border-bottom: 1px dashed #dcdcdc;
593
- }
594
- .react-grid .meetingCard .meetingContent .meetingTitle p {
595
- font-size: 16px;
596
- font-weight: 400;
597
- text-align: left;
598
- color: #000000;
599
- word-break: break-all;
600
- }
601
- .react-grid .meetingCard .meetingTime {
602
- height: 70%;
603
- padding-top: 0.2667rem;
604
- }
605
- .react-grid .meetingCard .meetingTime .meetingDate {
606
- color: #737373;
607
- font-size: 14px;
608
- display: flex;
609
- align-items: center;
610
- }
611
- .react-grid .meetingCard .meetingTime .meetingDate .iconfont {
612
- color: #BCC2C6;
613
- }
614
- .react-grid .meetingCard .meetingTime .timeTitle {
615
- display: flex;
616
- justify-content: space-between;
617
- font-size: 12px;
618
- color: #B8B8B8;
619
- margin: 20px 20px 10px 20px;
620
- }
621
- .react-grid .meetingCard .meetingTime .time {
622
- display: flex;
623
- align-items: center;
624
- width: 100%;
625
- margin-top: 0;
626
- padding: 0 16px;
627
- }
628
- .react-grid .meetingCard .meetingTime .time li {
629
- list-style-type: none;
630
- }
631
- .react-grid .meetingCard .meetingTime .time li:first-child {
632
- width: 30%;
633
- font-size: 25px;
634
- font-weight: 700;
635
- text-align: left;
636
- color: #000000;
637
- }
638
- .react-grid .meetingCard .meetingTime .time li:nth-child(2) {
639
- width: 40%;
640
- position: relative;
641
- }
642
- .react-grid .meetingCard .meetingTime .time li:nth-child(2) p {
643
- background: #713938;
644
- border-radius: 11px;
645
- color: #fff;
646
- text-align: center;
647
- height: 22px;
648
- width: 90px;
649
- line-height: 22px;
650
- margin: auto;
651
- }
652
- .react-grid .meetingCard .meetingTime .time li:nth-child(2)::before,
653
- .react-grid .meetingCard .meetingTime .time li:nth-child(2)::after {
654
- content: "";
655
- display: block;
656
- width: calc((100% - 90px) / 2);
657
- height: 1px;
658
- background-color: #713938;
659
- position: absolute;
660
- }
661
- .react-grid .meetingCard .meetingTime .time li:nth-child(2)::before {
662
- top: 10px;
663
- left: 0;
664
- }
665
- .react-grid .meetingCard .meetingTime .time li:nth-child(2)::after {
666
- top: 10px;
667
- right: 0;
668
- }
669
- .react-grid .meetingCard .meetingTime .time li:last-child {
670
- width: 30%;
671
- font-size: 25px;
672
- font-weight: 700;
673
- text-align: right;
674
- color: #000000;
675
- }
676
- .react-grid .meetingCard .meetingTime .location {
677
- margin-top: 0.5333rem;
678
- color: #737373;
679
- font-size: 14px;
680
- font-weight: 400;
681
- text-align: left;
682
- }
683
- .react-grid .meetingCard .meetingTime .location .iconfont {
684
- color: #BCC2C6;
685
- }
686
- .react-grid .meetingCard .startIcon {
687
- position: absolute;
688
- top: 20px;
689
- right: 20px;
690
- width: 2rem;
691
- }
692
- .react-grid .emailListItem {
693
- height: 1.8rem;
694
- border-bottom: 0.0267rem solid #dcdcdc;
695
- display: flex;
696
- position: relative;
697
- justify-content: space-between;
698
- align-items: center;
699
- background-color: #fff;
700
- }
701
- .react-grid .emailListItem .leftPic {
702
- width: 20%;
703
- height: 80%;
704
- display: flex;
705
- text-align: center;
706
- position: relative;
707
- }
708
- .react-grid .emailListItem .leftPic .emailIcon {
709
- margin: auto;
710
- width: 1.0667rem;
711
- height: 1.0667rem;
712
- }
713
- .react-grid .emailListItem .leftPic .badge {
714
- width: 0.4rem;
715
- height: 0.4rem;
716
- position: absolute;
717
- top: 0.2667rem;
718
- right: 0.3467rem;
719
- }
720
- .react-grid .emailListItem .rightContent {
721
- width: 80%;
722
- }
723
- .react-grid .emailListItem .rightContent .sendUserName {
724
- font-size: 16px;
725
- font-weight: 700;
726
- color: #000;
727
- }
728
- .react-grid .emailListItem .rightContent .content {
729
- font-size: 14px;
730
- font-weight: 400;
731
- text-align: left;
732
- color: #000000B3;
733
- overflow: hidden;
734
- text-overflow: ellipsis;
735
- white-space: nowrap;
736
- }
737
- .react-grid .emailListItem .emailTime {
738
- position: absolute;
739
- top: 0.2667rem;
740
- right: 0.2667rem;
741
- font-size: 12px;
742
- font-weight: 400;
743
- color: #00000066;
744
- }
745
- .react-grid .approveList {
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 .approveList .t-FBH {
753
- justify-content: space-between;
754
- }
755
- .react-grid .approveList .time-tag {
756
- background: #fce68f;
757
- padding: 8px 16px;
758
- border-radius: 0 0 16px 0;
759
- color: #806207;
760
- }
761
- .react-grid .approveList .urgency-tag {
762
- text-align: center;
763
- height: 22px;
764
- line-height: 22px;
765
- font-size: 12px;
766
- color: #fff;
767
- margin-top: 6px;
768
- padding: 0 16px;
769
- border-radius: 12px 0 0 12px;
770
- }
771
- .react-grid .documentList {
772
- margin: 0 auto 10px auto;
773
- width: 9.1467rem;
774
- background-color: #fff;
775
- overflow: hidden;
776
- border-radius: 6px;
777
- }
778
- .react-grid .documentList .t-tag-red {
779
- line-height: 16px;
780
- border: 1px solid #d6403b;
781
- }
782
- .react-grid .personal-tab {
783
- color: red;
784
- }
785
- .react-grid .department-tab {
786
- color: blue;
787
- }
788
- .react-grid .list-RT-label .list-item .item-title::before {
789
- background: #713938;
790
- }
791
- .react-grid .list-RT-label .list-item {
792
- margin: 10px 16px;
793
- }
794
- .react-grid .rightMore {
795
- position: absolute;
796
- right: 10px;
797
- color: #999;
798
- z-index: 999;
799
- padding: 2px;
800
- font-size: 14px;
801
- }
802
- .react-grid .rightMore .iconfont-ywtb {
803
- font-size: 7px;
804
- }
805
- .react-grid .sxbl_buttons {
806
- border-top: none !important;
807
- padding: 0 16px;
808
- }
809
- .react-grid .sxbl_buttons button {
810
- width: 98%;
811
- height: 35px;
812
- margin-bottom: 10px;
813
- background: rgba(112, 58, 58, 0.12);
814
- border: 2px solid #703a3a;
815
- border-radius: 4px;
816
- font-size: 16px;
817
- color: #703A3A;
818
- }
819
- .react-grid .sxbl_buttons .t-grid-row {
820
- border-bottom: none !important;
821
- }
822
- .react-grid .wdsx-list .list-item {
823
- display: flex;
824
- align-items: center;
825
- justify-content: space-between;
826
- }
827
- .react-grid .wdsx-list .list-item .item-content {
828
- display: flex;
829
- flex-direction: column;
830
- align-items: flex-start;
831
- justify-content: initial;
832
- }
833
- .react-grid .t-grid-item + .t-grid-item {
834
- border-left: none !important;
835
- }
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
+ min-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: -33px;
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: 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 .list-RT-label .list-item {
789
+ margin-top: 16px;
790
+ }
791
+ .react-grid .rightMore {
792
+ position: absolute;
793
+ right: 10px;
794
+ color: #999;
795
+ z-index: 999;
796
+ padding: 2px;
797
+ font-size: 14px;
798
+ }
799
+ .react-grid .rightMore .iconfont-ywtb {
800
+ font-size: 7px;
801
+ }
802
+ .react-grid .sxbl_buttons {
803
+ border-top: none !important;
804
+ padding: 0 16px;
805
+ }
806
+ .react-grid .sxbl_buttons button {
807
+ width: 98%;
808
+ height: 35px;
809
+ margin-bottom: 10px;
810
+ background: rgba(112, 58, 58, 0.12);
811
+ border: 2px solid #703a3a;
812
+ border-radius: 4px;
813
+ font-size: 16px;
814
+ color: #703A3A;
815
+ }
816
+ .react-grid .sxbl_buttons .t-grid-row {
817
+ border-bottom: none !important;
818
+ }
819
+ .react-grid .wdsx-list .list-item {
820
+ display: flex;
821
+ align-items: center;
822
+ justify-content: space-between;
823
+ }
824
+ .react-grid .wdsx-list .list-item .item-content {
825
+ display: flex;
826
+ flex-direction: column;
827
+ align-items: flex-start;
828
+ justify-content: initial;
829
+ }