easy3wui 1.5.21 → 1.5.22

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.
Files changed (70) hide show
  1. package/package.json +1 -1
  2. package/assets/btn.css +0 -17
  3. package/assets/captcha.css +0 -5
  4. package/assets/card.css +0 -34
  5. package/assets/exception.css +0 -76
  6. package/assets/flow.css +0 -860
  7. package/assets/formPage.css +0 -15
  8. package/assets/globalFooter.css +0 -26
  9. package/assets/globalHeader.css +0 -69
  10. package/assets/gridPage.css +0 -93
  11. package/assets/index.css +0 -1454
  12. package/assets/login.css +0 -61
  13. package/assets/loginLayout.css +0 -115
  14. package/assets/modal.css +0 -0
  15. package/assets/result.css +0 -45
  16. package/assets/userLayout.css +0 -70
  17. package/lib/Easy3wA/index.js +0 -100
  18. package/lib/Easy3wAESDecrypt/index.js +0 -21
  19. package/lib/Easy3wAESEncrypt/index.js +0 -20
  20. package/lib/Easy3wBlankLayout/index.js +0 -114
  21. package/lib/Easy3wButton/index.js +0 -265
  22. package/lib/Easy3wButtonOne/index.js +0 -148
  23. package/lib/Easy3wCaHandler/index.js +0 -206
  24. package/lib/Easy3wCaptcha/index.js +0 -145
  25. package/lib/Easy3wCard/index.js +0 -66
  26. package/lib/Easy3wDictCode/index.js +0 -50
  27. package/lib/Easy3wDownLoad/Easy3wFileView.js +0 -82
  28. package/lib/Easy3wDownLoad/Easy3wImgView.js +0 -73
  29. package/lib/Easy3wDownLoad/Easy3wPDFView.js +0 -139
  30. package/lib/Easy3wDownLoad/Easy3wRCView.js +0 -65
  31. package/lib/Easy3wDownLoad/index.js +0 -315
  32. package/lib/Easy3wException/403.js +0 -21
  33. package/lib/Easy3wException/404.js +0 -21
  34. package/lib/Easy3wException/500.js +0 -21
  35. package/lib/Easy3wException/index.js +0 -94
  36. package/lib/Easy3wException/typeConfig.js +0 -23
  37. package/lib/Easy3wFlow/index.js +0 -546
  38. package/lib/Easy3wFormPage/index.js +0 -1591
  39. package/lib/Easy3wGetCookie/index.js +0 -14
  40. package/lib/Easy3wGlobalFooter/index.js +0 -73
  41. package/lib/Easy3wGlobalHeader/index.js +0 -148
  42. package/lib/Easy3wGridCheckBox/index.js +0 -69
  43. package/lib/Easy3wGridDatePicker/index.js +0 -90
  44. package/lib/Easy3wGridDateTimePicker/index.js +0 -122
  45. package/lib/Easy3wGridInput/index.js +0 -85
  46. package/lib/Easy3wGridInputNumber/index.js +0 -83
  47. package/lib/Easy3wGridInputNumberFormat/index.js +0 -93
  48. package/lib/Easy3wGridPage/index.js +0 -593
  49. package/lib/Easy3wGridRadio/index.js +0 -70
  50. package/lib/Easy3wGridSelect/index.js +0 -93
  51. package/lib/Easy3wGridTextArea/index.js +0 -84
  52. package/lib/Easy3wInput/index.js +0 -48
  53. package/lib/Easy3wLogin/index.js +0 -386
  54. package/lib/Easy3wLoginLayout/index.js +0 -628
  55. package/lib/Easy3wModal/index.js +0 -143
  56. package/lib/Easy3wPositionButton/index.js +0 -99
  57. package/lib/Easy3wQryGrid/index.js +0 -670
  58. package/lib/Easy3wResult/index.js +0 -77
  59. package/lib/Easy3wSetCookie/index.js +0 -13
  60. package/lib/Easy3wSpin/index.js +0 -69
  61. package/lib/Easy3wTabs/index.js +0 -89
  62. package/lib/Easy3wTagSelect/index.js +0 -238
  63. package/lib/Easy3wTagSelect/index.less +0 -120
  64. package/lib/Easy3wUpload/index.js +0 -507
  65. package/lib/Easy3wUploadB/index copy 2.js +0 -1011
  66. package/lib/Easy3wUploadB/index copy.js +0 -1020
  67. package/lib/Easy3wUploadB/index.js +0 -1039
  68. package/lib/Easy3wUploadM/index.js +0 -506
  69. package/lib/Easy3wUserLayout/index.js +0 -138
  70. package/lib/index.js +0 -383
package/assets/index.css DELETED
@@ -1,1454 +0,0 @@
1
- .e3wCaptchaBtn {
2
- display: block;
3
- width: 100%;
4
- font-size: 18px !important;
5
- }
6
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
7
- /* stylelint-disable no-duplicate-selectors */
8
- /* stylelint-disable */
9
- /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10
- .e3wLoginMain {
11
- width: 368px;
12
- margin: 0 auto;
13
- z-index: 100;
14
- }
15
- .e3wLoginMain .e3wLoginTabs {
16
- padding: 0 2px;
17
- margin: 0 -2px;
18
- }
19
- .e3wLoginMain .e3wLoginTabs :global .ant-tabs-tab {
20
- font-size: 16px;
21
- line-height: 24px;
22
- }
23
- .e3wLoginMain .e3wLoginTabs :global .ant-input-affix-wrapper .ant-input:not(:first-child) {
24
- padding-left: 34px;
25
- }
26
- .e3wLoginMain :global .ant-tabs .ant-tabs-bar {
27
- border-bottom: 0;
28
- margin-bottom: 24px;
29
- text-align: center;
30
- }
31
- .e3wLoginMain :global .ant-form-item {
32
- margin-bottom: 24px;
33
- }
34
- .e3wLoginMain :global .ant-tooltip-inner {
35
- background-color: #fff;
36
- }
37
- .e3wLoginMain .e3wLoginPrefixIcon {
38
- font-size: 14px;
39
- color: rgba(0, 0, 0, 0.25);
40
- }
41
- .e3wLoginMain .e3wLoginAdditional {
42
- text-align: left;
43
- }
44
- .e3wLoginMain .e3wLoginAdditional .e3wLoginForgot {
45
- float: right;
46
- margin-right: 12px;
47
- }
48
- .e3wLoginMain .e3wLoginAdditional .e3wLoginSubmit {
49
- width: 100%;
50
- margin-top: 24px;
51
- display: block;
52
- }
53
- .e3wLoginMain .e3wLoginAdditional :global .ant-form-item-control {
54
- line-height: 22px;
55
- }
56
- .e3wLoginMain .e3wLoginOther {
57
- text-align: left;
58
- line-height: 22px;
59
- }
60
- .e3wLoginMain .e3wLoginOther .e3wLoginRegister {
61
- float: right;
62
- margin-right: 12px;
63
- }
64
- .e3wLoginMain #pop {
65
- color: #5468ae;
66
- }
67
- .e3wCardSpanCardTitle {
68
- font-weight: 600;
69
- }
70
- :global .ant-table-thead > tr > th,
71
- :global .ant-table table {
72
- text-align: center;
73
- }
74
- :global .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
75
- :global .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
76
- :global .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
77
- :global .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
78
- :global .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
79
- :global .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
80
- :global .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
81
- :global .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
82
- background: #fafafa;
83
- }
84
- .e3wCardForm .bidNeedForm {
85
- padding: 0 16px;
86
- }
87
- .e3wCardForm .ftbtn_Sel {
88
- text-align: center;
89
- margin-bottom: 16px;
90
- }
91
- .e3wCardForm .formes {
92
- float: left;
93
- }
94
- s {
95
- display: inline-block;
96
- width: 3px;
97
- height: 20px;
98
- margin: 0 8px -4px 0;
99
- background-color: #ad7c59;
100
- }
101
- .e3wGlobalFooterDiv {
102
- padding: 0 16px;
103
- margin: 24px 0 24px 0;
104
- text-align: center;
105
- }
106
- .e3wGlobalFooterDiv .e3wGlobalFooterLinks {
107
- margin-bottom: 8px;
108
- }
109
- .e3wGlobalFooterDiv .e3wGlobalFooterLinks a {
110
- color: rgba(0, 0, 0, 0.45);
111
- transition: all .3s;
112
- }
113
- .e3wGlobalFooterDiv .e3wGlobalFooterLinks a:not(:last-child) {
114
- margin-right: 40px;
115
- }
116
- .e3wGlobalFooterDiv .e3wGlobalFooterLinks a:hover {
117
- color: rgba(0, 0, 0, 0.65);
118
- }
119
- .e3wGlobalFooterDiv .e3wGlobalFooterCopyright {
120
- color: rgba(0, 0, 0, 0.45);
121
- font-size: 14px;
122
- }
123
- .e3wGlobalHeaderHeader {
124
- padding: 0 12px 0 0;
125
- background: #fff;
126
- box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
127
- position: relative;
128
- }
129
- .e3wGlobalHeaderHeader h1 {
130
- color: #000;
131
- display: inline-block;
132
- vertical-align: middle;
133
- font-size: 14px;
134
- font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
135
- font-weight: 400;
136
- }
137
- :global(.ant-layout-sider-collapsed) .logo {
138
- padding-left: 10px;
139
- }
140
- :global(.ant-layout-sider-collapsed) .logo > a {
141
- width: 32px;
142
- }
143
- .e3wGlobalHeaderTrigger {
144
- font-size: 20px;
145
- line-height: 64px;
146
- cursor: pointer;
147
- transition: all .3s;
148
- padding: 0 24px;
149
- }
150
- .e3wGlobalHeaderTrigger:hover {
151
- background: #e6f7ff;
152
- }
153
- .e3wGlobalHeaderRight {
154
- float: right;
155
- height: 100%;
156
- }
157
- .e3wGlobalHeaderRight .e3wGlobalHeaderAction {
158
- cursor: pointer;
159
- padding: 0 12px;
160
- display: inline-block;
161
- transition: all .3s;
162
- height: 100%;
163
- }
164
- .e3wGlobalHeaderRight .e3wGlobalHeaderAction > i {
165
- font-size: 14px;
166
- vertical-align: middle;
167
- }
168
- .e3wGlobalHeaderRight .e3wGlobalHeaderAction:global(.ant-popover-open),
169
- .e3wGlobalHeaderRight .e3wGlobalHeaderAction:hover {
170
- background: #e6f7ff;
171
- }
172
- .e3wGlobalHeaderRight .e3wGlobalHeaderAccount .e3wGlobalHeaderAvatar {
173
- margin: 20px 8px 20px 0;
174
- color: #1890ff;
175
- background: rgba(255, 255, 255, 0.85);
176
- vertical-align: middle;
177
- }
178
- .e3wGlobalHeaderRight .e3wGlobalHeaderIcon {
179
- font-size: 14px;
180
- padding: 4px;
181
- }
182
- .e3wGlobalHeaderMenu :global(.anticon) {
183
- margin-right: 8px;
184
- }
185
- .e3wGlobalHeaderMenu :global(.ant-dropdown-menu-item) {
186
- width: 160px;
187
- }
188
- .e3wUserLayoutContainer {
189
- background: #f0f2f5;
190
- width: 100%;
191
- min-height: 100%;
192
- background-repeat: no-repeat;
193
- background-position: center;
194
- background-size: 100%;
195
- padding: 40px 0 0 0;
196
- position: relative;
197
- }
198
- .e3wUserLayoutTop {
199
- text-align: center;
200
- }
201
- .e3wUserLayoutHeader {
202
- padding: 0 12px 0 0;
203
- background: #fff;
204
- box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
205
- position: relative;
206
- }
207
- .e3wUserLayoutRight {
208
- float: right;
209
- height: 100%;
210
- }
211
- .e3wUserLayoutLogo {
212
- float: left;
213
- height: 100%;
214
- line-height: 64px;
215
- padding-left: 24px;
216
- transition: all .3s;
217
- overflow: hidden;
218
- }
219
- .e3wUserLayoutLogo img {
220
- display: inline-block;
221
- vertical-align: middle;
222
- height: 32px;
223
- }
224
- .e3wUserLayoutLogo h1 {
225
- color: #000;
226
- display: inline-block;
227
- vertical-align: middle;
228
- font-size: 14px;
229
- margin: 0 0 0 12px;
230
- font-family: AppleSystemUIFont, 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
231
- font-weight: 400;
232
- }
233
- .e3wUserLayoutTitle {
234
- font-size: 33px;
235
- color: rgba(0, 0, 0, 0.85);
236
- font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
237
- font-weight: 600;
238
- position: relative;
239
- top: 2px;
240
- }
241
- .e3wUserLayoutDesc {
242
- font-size: 14px;
243
- color: rgba(0, 0, 0, 0.45);
244
- margin-top: 12px;
245
- margin-bottom: 40px;
246
- }
247
- .e3wUserLayoutFooter {
248
- bottom: 0px;
249
- left: 0px;
250
- width: 100%;
251
- height: 50px;
252
- z-index: 99;
253
- }
254
- .e3wLoginLayoutHeader {
255
- padding: 0 12px 0 0;
256
- background: #fff;
257
- box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
258
- position: relative;
259
- }
260
- .e3wLoginLayoutHeader h1 {
261
- color: #000;
262
- display: inline-block;
263
- vertical-align: middle;
264
- font-size: 14px;
265
- font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
266
- font-weight: 400;
267
- }
268
- .e3wLoginLayoutLogo {
269
- height: 64px;
270
- position: relative;
271
- line-height: 64px;
272
- padding-left: 35px;
273
- transition: all .3s;
274
- background: #fff;
275
- overflow: hidden;
276
- }
277
- .e3wLoginLayoutLogo img {
278
- display: inline-block;
279
- vertical-align: middle;
280
- height: 24px;
281
- }
282
- .e3wLoginLayoutLogo h1 {
283
- color: #fff;
284
- display: inline-block;
285
- vertical-align: middle;
286
- font-size: 20px;
287
- margin: 0 0 0 12px;
288
- font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
289
- font-weight: 600;
290
- }
291
- .e3wLoginLayoutTrigger {
292
- font-size: 20px;
293
- line-height: 64px;
294
- cursor: pointer;
295
- transition: all .3s;
296
- padding: 0 24px;
297
- }
298
- .e3wLoginLayoutTrigger:hover {
299
- background: #e6f7ff;
300
- }
301
- .e3wLoginLayoutRight {
302
- float: right;
303
- height: 100%;
304
- }
305
- .e3wLoginLayoutRight .schedule {
306
- cursor: pointer;
307
- padding: 12px 12px;
308
- display: inline-block;
309
- transition: all .3s;
310
- height: 100%;
311
- }
312
- .e3wLoginLayoutRight .schedule > i {
313
- font-size: 14px;
314
- vertical-align: middle;
315
- }
316
- .e3wLoginLayoutRight .schedule:global(.ant-popover-open),
317
- .e3wLoginLayoutRight .schedule:hover {
318
- background: #e6f7ff;
319
- }
320
- .e3wLoginLayoutRight .e3wLoginLayoutAction {
321
- cursor: pointer;
322
- padding: 0 12px;
323
- display: inline-block;
324
- transition: all .3s;
325
- height: 100%;
326
- }
327
- .e3wLoginLayoutRight .e3wLoginLayoutAction > i {
328
- font-size: 14px;
329
- vertical-align: middle;
330
- }
331
- .e3wLoginLayoutRight .e3wLoginLayoutAction:global(.ant-popover-open),
332
- .e3wLoginLayoutRight .e3wLoginLayoutAction:hover {
333
- background: #e6f7ff;
334
- }
335
- .e3wLoginLayoutRight .search {
336
- padding: 0;
337
- margin: 0 12px;
338
- }
339
- .e3wLoginLayoutRight .search:hover {
340
- background: transparent;
341
- }
342
- .e3wLoginLayoutRight .e3wLoginLayoutAccount .e3wLoginLayoutAvatar {
343
- margin: 20px 8px 20px 0;
344
- color: #1890ff;
345
- background: rgba(255, 255, 255, 0.85);
346
- vertical-align: middle;
347
- }
348
- .e3wLoginLayoutRight .e3wLoginLayoutIcon {
349
- font-size: 14px;
350
- padding: 4px;
351
- }
352
- .e3wLoginLayoutMenu :global(.anticon) {
353
- margin-right: 8px;
354
- }
355
- .e3wLoginLayoutMenu :global(.ant-dropdown-menu-item) {
356
- width: 160px;
357
- }
358
- .e3wLoginLayoutSider {
359
- min-height: 100vh;
360
- box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
361
- position: relative;
362
- z-index: 10;
363
- background: #21273f;
364
- }
365
- .e3wException {
366
- display: -ms-flexbox;
367
- display: flex;
368
- -ms-flex-align: center;
369
- align-items: center;
370
- height: 100%;
371
- }
372
- .e3wException .e3wExceptionImgBlock {
373
- -ms-flex: 0 0 62.5%;
374
- flex: 0 0 62.5%;
375
- width: 62.5%;
376
- padding-right: 152px;
377
- zoom: 1;
378
- }
379
- .e3wException .e3wExceptionImgBlock::before,
380
- .e3wException .e3wExceptionImgBlock::after {
381
- display: table;
382
- content: '';
383
- }
384
- .e3wException .e3wExceptionImgBlock::after {
385
- clear: both;
386
- }
387
- .e3wException .e3wExceptionImgEle {
388
- height: 360px;
389
- width: 100%;
390
- max-width: 430px;
391
- float: right;
392
- background-repeat: no-repeat;
393
- background-position: 50% 50%;
394
- background-size: 100% 100%;
395
- }
396
- .e3wException .e3wExceptionContent {
397
- -ms-flex: auto;
398
- flex: auto;
399
- }
400
- .e3wException .e3wExceptionContent h1 {
401
- color: #434e59;
402
- font-size: 72px;
403
- font-weight: 600;
404
- line-height: 72px;
405
- margin-bottom: 24px;
406
- }
407
- .e3wException .e3wExceptionContent .e3wExceptionDesc {
408
- color: rgba(0, 0, 0, 0.45);
409
- font-size: 20px;
410
- line-height: 28px;
411
- margin-bottom: 16px;
412
- }
413
- .e3wException .e3wExceptionContent .e3wExceptionActions button:not(:last-child) {
414
- margin-right: 8px;
415
- }
416
- @media screen and (max-width: 1200px) {
417
- .exception .imgBlock {
418
- padding-right: 88px;
419
- }
420
- }
421
- @media screen and (max-width: 576px) {
422
- .exception {
423
- display: block;
424
- text-align: center;
425
- }
426
- .exception .imgBlock {
427
- padding-right: 0;
428
- margin: 0 auto 24px;
429
- }
430
- }
431
- @media screen and (max-width: 480px) {
432
- .exception .imgBlock {
433
- margin-bottom: -24px;
434
- overflow: hidden;
435
- }
436
- }
437
- /*初始化部分*/
438
- /*流程图部分*/
439
- .flowmain {
440
- margin: auto;
441
- width: 100%;
442
- background: #fff;
443
- }
444
- .floatcenter {
445
- position: relative;
446
- left: 67%;
447
- }
448
- .floatcenter2_1 {
449
- position: absolute;
450
- left: 0;
451
- height: 36px;
452
- }
453
- /*index为1时*/
454
- .floatcenter2_2 {
455
- position: absolute;
456
- left: 35%;
457
- height: 36px;
458
- }
459
- /*index为1时*/
460
- .floatcenter3_1 {
461
- position: absolute;
462
- left: 0;
463
- height: 36px;
464
- }
465
- /*index为1时*/
466
- .floatcenter3_2 {
467
- position: absolute;
468
- left: 33%;
469
- height: 36px;
470
- }
471
- /*index为2时*/
472
- .floatcenter3_3 {
473
- position: absolute;
474
- right: 0;
475
- height: 36px;
476
- }
477
- /*index为3时*/
478
- .floatcenter4_1 {
479
- position: absolute;
480
- left: 0;
481
- height: 36px;
482
- }
483
- /*index为1时*/
484
- .floatcenter4_2 {
485
- position: absolute;
486
- left: 22%;
487
- height: 36px;
488
- }
489
- /*index为2时*/
490
- .floatcenter4_3 {
491
- position: absolute;
492
- right: 23%;
493
- height: 36px;
494
- }
495
- /*index为3时*/
496
- .floatcenter4_4 {
497
- position: absolute;
498
- right: 0;
499
- height: 36px;
500
- }
501
- /*index为4时*/
502
- .floatcenter5_1 {
503
- position: absolute;
504
- left: 0;
505
- height: 36px;
506
- }
507
- /*index为1时*/
508
- .floatcenter5_2 {
509
- position: absolute;
510
- left: 16.5%;
511
- height: 36px;
512
- }
513
- /*index为2时*/
514
- .floatcenter5_3 {
515
- position: absolute;
516
- left: 32.5%;
517
- height: 36px;
518
- }
519
- /*index为3时*/
520
- .floatcenter5_3_1 {
521
- position: absolute;
522
- left: 45%;
523
- height: 36px;
524
- }
525
- /*index为3时*/
526
- .floatcenter5_4 {
527
- position: absolute;
528
- right: 20%;
529
- height: 36px;
530
- }
531
- /*index为4时*/
532
- .floatcenter5_5 {
533
- position: absolute;
534
- right: 0;
535
- height: 36px;
536
- }
537
- /*index为5时*/
538
- .floatcenter6_1 {
539
- position: absolute;
540
- left: 0;
541
- height: 36px;
542
- }
543
- /*index为1时*/
544
- .floatcenter6_2 {
545
- position: absolute;
546
- left: 13%;
547
- height: 36px;
548
- }
549
- /*index为2时*/
550
- .floatcenter6_3 {
551
- position: absolute;
552
- left: 26.25%;
553
- height: 36px;
554
- }
555
- /*index为3时*/
556
- .floatcenter6_4 {
557
- position: absolute;
558
- left: 39.5%;
559
- height: 36px;
560
- }
561
- /*index为4时*/
562
- .floatcenter6_5 {
563
- position: absolute;
564
- right: 18%;
565
- height: 36px;
566
- }
567
- /*index为5时*/
568
- .floatcenter6_6 {
569
- position: absolute;
570
- right: 0;
571
- height: 36px;
572
- }
573
- /*index为6时*/
574
- .floatcenter7_1 {
575
- position: absolute;
576
- left: 0;
577
- height: 36px;
578
- }
579
- /*index为1时*/
580
- .floatcenter7_2 {
581
- position: absolute;
582
- left: 10.8%;
583
- height: 36px;
584
- }
585
- /*index为2时*/
586
- .floatcenter7_3 {
587
- position: absolute;
588
- left: 21.6%;
589
- height: 36px;
590
- }
591
- /*index为3时*/
592
- .floatcenter7_4 {
593
- position: absolute;
594
- left: 32.5%;
595
- height: 36px;
596
- }
597
- /*index为4时*/
598
- .floatcenter7_5 {
599
- position: absolute;
600
- left: 43.3%;
601
- height: 36px;
602
- }
603
- /*index为5时*/
604
- .floatcenter7_6 {
605
- position: absolute;
606
- right: 16%;
607
- height: 36px;
608
- }
609
- /*index为6时*/
610
- .floatcenter7_7 {
611
- position: absolute;
612
- right: 0;
613
- height: 36px;
614
- }
615
- /*index为7时*/
616
- .floatcenter8_1 {
617
- position: absolute;
618
- left: 0;
619
- height: 36px;
620
- }
621
- /*index为1时*/
622
- .floatcenter8_2 {
623
- position: absolute;
624
- left: 9.3%;
625
- height: 36px;
626
- }
627
- /*index为2时*/
628
- .floatcenter8_3 {
629
- position: absolute;
630
- left: 18.6%;
631
- height: 36px;
632
- }
633
- /*index为3时*/
634
- .floatcenter8_4 {
635
- position: absolute;
636
- left: 27.9%;
637
- height: 36px;
638
- }
639
- /*index为4时*/
640
- .floatcenter8_5 {
641
- position: absolute;
642
- left: 37.2%;
643
- height: 36px;
644
- }
645
- /*index为5时*/
646
- .floatcenter8_6 {
647
- position: absolute;
648
- left: 46.5%;
649
- height: 36px;
650
- }
651
- /*index为6时*/
652
- .floatcenter8_7 {
653
- position: absolute;
654
- right: 14%;
655
- height: 36px;
656
- }
657
- /*index为7时*/
658
- .floatcenter8_8 {
659
- position: absolute;
660
- right: 0;
661
- height: 36px;
662
- }
663
- /*index为8时*/
664
- .floatcenter9_1 {
665
- position: absolute;
666
- left: 0;
667
- height: 36px;
668
- }
669
- /*index为1时*/
670
- .floatcenter9_2 {
671
- position: absolute;
672
- left: 8.5%;
673
- height: 36px;
674
- }
675
- /*index为2时*/
676
- .floatcenter9_3 {
677
- position: absolute;
678
- left: 16.5%;
679
- height: 36px;
680
- }
681
- /*index为3时*/
682
- .floatcenter9_4 {
683
- position: absolute;
684
- left: 24.5%;
685
- height: 36px;
686
- }
687
- /*index为4时*/
688
- .floatcenter9_5 {
689
- position: absolute;
690
- left: 32.5%;
691
- height: 36px;
692
- }
693
- /*index为5时*/
694
- .floatcenter9_6 {
695
- position: absolute;
696
- left: 40.5%;
697
- height: 36px;
698
- }
699
- /*index为6时*/
700
- .floatcenter9_7 {
701
- position: absolute;
702
- left: 48.5%;
703
- height: 36px;
704
- }
705
- /*index为7时*/
706
- .floatcenter9_8 {
707
- position: absolute;
708
- right: 10%;
709
- height: 36px;
710
- }
711
- /*index为8时*/
712
- .floatcenter9_9 {
713
- position: absolute;
714
- right: 0;
715
- height: 36px;
716
- }
717
- /*index为9时*/
718
- /*改名暂时兼容*/
719
- .center {
720
- float: left;
721
- position: relative;
722
- left: 50%;
723
- }
724
- .flowmain .flowtop {
725
- height: 28px;
726
- }
727
- .flowmain .flowcircle {
728
- float: left;
729
- margin-top: 5px;
730
- width: 22px;
731
- height: 22px;
732
- line-height: 22px;
733
- text-align: center;
734
- border-radius: 50%;
735
- color: #fff;
736
- /*浮动区块居中,必须配合.float-center使用*/
737
- position: relative;
738
- left: -50%;
739
- }
740
- /*renderTop有几个大节点时(3-9)*/
741
- .flowmain .flowline2 {
742
- float: left;
743
- margin-top: 15px;
744
- width: 30.8%;
745
- height: 4px;
746
- /*浮动区块居中,必须配合.float-center使用*/
747
- position: relative;
748
- left: -50%;
749
- }
750
- .flowmain .flowline3 {
751
- float: left;
752
- margin-top: 15px;
753
- width: 30.6%;
754
- height: 4px;
755
- /*浮动区块居中,必须配合.float-center使用*/
756
- position: relative;
757
- left: -50%;
758
- }
759
- .flowmain .flowline4 {
760
- float: left;
761
- margin-top: 15px;
762
- width: 19.8%;
763
- height: 4px;
764
- /*浮动区块居中,必须配合.float-center使用*/
765
- position: relative;
766
- left: -50%;
767
- }
768
- .flowmain .flowline5 {
769
- float: left;
770
- margin-top: 15px;
771
- width: 14.4%;
772
- height: 4px;
773
- /*浮动区块居中,必须配合.float-center使用*/
774
- position: relative;
775
- left: -50%;
776
- }
777
- .flowmain .flowline6 {
778
- float: left;
779
- margin-top: 15px;
780
- width: 11.2%;
781
- height: 4px;
782
- /*浮动区块居中,必须配合.float-center使用*/
783
- position: relative;
784
- left: -50%;
785
- }
786
- .flowmain .flowline7 {
787
- float: left;
788
- margin-top: 15px;
789
- width: 9.03%;
790
- height: 4px;
791
- /*浮动区块居中,必须配合.float-center使用*/
792
- position: relative;
793
- left: -50%;
794
- }
795
- .flowmain .flowline8 {
796
- float: left;
797
- margin-top: 15px;
798
- width: 7.4%;
799
- height: 4px;
800
- /*浮动区块居中,必须配合.float-center使用*/
801
- position: relative;
802
- left: -50%;
803
- }
804
- .flowmain .flowline9 {
805
- float: left;
806
- margin-top: 15px;
807
- width: 6.348%;
808
- height: 4px;
809
- /*浮动区块居中,必须配合.float-center使用*/
810
- position: relative;
811
- left: -50%;
812
- }
813
- .flowmid {
814
- height: 34px;
815
- }
816
- /*renderMid下的有几个flowtext(3-9)*/
817
- .flowmid .flowtext2 {
818
- width: 32.4%;
819
- float: left;
820
- /*浮动区块居中,必须配合.float-center使用*/
821
- position: relative;
822
- left: -65.5%;
823
- }
824
- .flowmid .flowtext3 {
825
- width: 32.4%;
826
- float: left;
827
- /*浮动区块居中,必须配合.float-center使用*/
828
- position: relative;
829
- left: -65.5%;
830
- }
831
- .flowmid .flowtext4 {
832
- width: 21.6%;
833
- float: left;
834
- /*浮动区块居中,必须配合.float-center使用*/
835
- position: relative;
836
- left: -60%;
837
- }
838
- .flowmid .flowtext5 {
839
- width: 16.2%;
840
- float: left;
841
- /*浮动区块居中,必须配合.float-center使用*/
842
- position: relative;
843
- left: -57.5%;
844
- }
845
- .flowmid .flowtext6 {
846
- width: 13.1%;
847
- float: left;
848
- /*浮动区块居中,必须配合.float-center使用*/
849
- position: relative;
850
- left: -56%;
851
- }
852
- .flowmid .flowtext7 {
853
- width: 10.8%;
854
- float: left;
855
- /*浮动区块居中,必须配合.float-center使用*/
856
- position: relative;
857
- left: -54.8%;
858
- }
859
- .flowmid .flowtext8 {
860
- width: 9.13%;
861
- float: left;
862
- /*浮动区块居中,必须配合.float-center使用*/
863
- position: relative;
864
- left: -54%;
865
- }
866
- .flowmid .flowtext9 {
867
- width: 8%;
868
- float: left;
869
- /*浮动区块居中,必须配合.float-center使用*/
870
- position: relative;
871
- left: -53%;
872
- }
873
- .flowmid .floawt1 {
874
- text-align: center;
875
- height: 24px;
876
- line-height: 32px;
877
- font-size: 14px;
878
- }
879
- .flowmid .floawt2 {
880
- text-align: center;
881
- height: 20px;
882
- line-height: 26px;
883
- font-size: 12px;
884
- }
885
- .flowbottom {
886
- position: relative;
887
- margin-top: 5px;
888
- height: 35px;
889
- margin-left: 32px;
890
- }
891
- .flowbottom .flowdocfirst {
892
- float: left;
893
- margin-left: 10px;
894
- height: 35px;
895
- text-align: center;
896
- background: #f2f2f2;
897
- /*浮动区块居中,必须配合.float-center使用*/
898
- position: relative;
899
- left: -50%;
900
- }
901
- .flowbottom .flowdoc {
902
- display: inline-block;
903
- margin: 0 2px;
904
- height: 35px;
905
- text-align: center;
906
- /*浮动区块居中,必须配合.float-center使用*/
907
- position: relative;
908
- }
909
- .flowbottom .flowdoc .flowdoct1 {
910
- margin-top: 6px;
911
- }
912
- /*.flow-bottom .flow-doc .flow-doc-t2{margin-top:12px;}*/
913
- .flowbottom .flowdoc .flowdoct1 a {
914
- color: #00ccff;
915
- text-decoration: none;
916
- font-weight: bold;
917
- }
918
- .flowbottom .flowdoc .flowdoct1 a:hover {
919
- color: #ad7c59;
920
- }
921
- /*后续附加内容样式*/
922
- .flowmain .projectinfo {
923
- margin-top: 30px;
924
- margin-left: 10px;
925
- height: 108px;
926
- }
927
- .flowmain .projectinfo .projectcontent {
928
- margin-top: 10px;
929
- width: 960px;
930
- height: 68px;
931
- background: #f2f2f2;
932
- }
933
- .flowmain .projectinfo .projectcontent div {
934
- float: left;
935
- margin-left: 10px;
936
- width: 470px;
937
- height: 34px;
938
- line-height: 34px;
939
- }
940
- .flowmain .moudleprovider {
941
- margin-top: 10px;
942
- margin-left: 10px;
943
- }
944
- .flowmain .businesslog {
945
- margin-top: 10px;
946
- margin-left: 10px;
947
- }
948
- .flowmain .fasttrack {
949
- margin-top: 10px;
950
- margin-left: 10px;
951
- height: 40px;
952
- }
953
- .flowmain .fasttrack .fasttrackl input {
954
- width: 84px;
955
- height: 22px;
956
- }
957
- .flowmain .fasttrack .fasttrackl button {
958
- width: 56px;
959
- height: 26px;
960
- }
961
- .flowmain .fasttrack .fasttrackr a {
962
- color: #26619d;
963
- }
964
- .flowmain .fasttrack .fasttrackr a:hover {
965
- text-decoration: none;
966
- color: #ad7c59;
967
- }
968
- .flowmain .workbench {
969
- margin-top: 10px;
970
- margin-left: 10px;
971
- }
972
- .flowmain .workbench .hd {
973
- height: 30px;
974
- width: 960px;
975
- background: #fafafa;
976
- border-bottom: 1px solid #dbdee1;
977
- }
978
- .flowmain .workbench .hd li {
979
- float: left;
980
- width: 100px;
981
- height: 28px;
982
- line-height: 26px;
983
- text-align: center;
984
- }
985
- .flowmain .workbench .hd li.on {
986
- border: 1px solid #ececec;
987
- border-top: 2px solid #038edd;
988
- border-bottom: 1px solid #fff;
989
- font-weight: bold;
990
- }
991
- .flowmain .projectquery {
992
- margin-top: 10px;
993
- margin-left: 10px;
994
- }
995
- .flowmain .projectquery .querycondition {
996
- width: 960px;
997
- height: 210px;
998
- margin-bottom: 10px;
999
- background: #f2f2f2;
1000
- }
1001
- .flowmain .projectquery .querycondition table td {
1002
- border: none;
1003
- }
1004
- .flowmain .projectquery .querycondition table span {
1005
- float: right;
1006
- text-align: right;
1007
- font-weight: bold;
1008
- width: 120px;
1009
- }
1010
- .flowmain .projectquery .querycondition table input {
1011
- float: left;
1012
- width: 220px;
1013
- }
1014
- .flowmain .projectquery .querycondition table select {
1015
- float: left;
1016
- width: 224px;
1017
- }
1018
- .flowmain .projectquery .querycondition button {
1019
- margin-top: 10px;
1020
- margin-left: 430px;
1021
- width: 100px;
1022
- height: 30px;
1023
- color: #fff;
1024
- border: none;
1025
- border-radius: 8px;
1026
- text-align: center;
1027
- vertical-align: middle;
1028
- background: #075c9a;
1029
- }
1030
- .flowmain .historyProj {
1031
- margin-top: 10px;
1032
- margin-left: 10px;
1033
- }
1034
- .flowmain .historyProj .choose {
1035
- margin-top: 20px;
1036
- height: 40px;
1037
- }
1038
- .flowmain .historyProj .choose button {
1039
- width: 80px;
1040
- height: 30px;
1041
- border: none;
1042
- border-radius: 6px;
1043
- }
1044
- /*以下为独立样式*/
1045
- .flowmain .haierblue {
1046
- background: #5867ad;
1047
- }
1048
- .flowmain .haierdeepblue {
1049
- background: #5867ad;
1050
- }
1051
- .flowmain .haierorange {
1052
- background: #ad7c59;
1053
- }
1054
- .flowmain .haierlightgrey {
1055
- background: #f2f2f2;
1056
- }
1057
- .flowmain .haiergrey {
1058
- background: #c9c9c9;
1059
- }
1060
- .flowmain .haierdeepgrey {
1061
- background: #666;
1062
- }
1063
- .flowmain .textblue {
1064
- color: #5867ad;
1065
- }
1066
- .flowmain .textorange {
1067
- color: #ad7c59;
1068
- }
1069
- .flowmain .textgrey {
1070
- color: #999999;
1071
- }
1072
- .flowmain .textgrey a {
1073
- color: #999999;
1074
- }
1075
- .flowmain .textgrey a:hover {
1076
- color: #ad7c59;
1077
- }
1078
- .flowmain .bold {
1079
- font-weight: bold;
1080
- }
1081
- .flowmain .w1 {
1082
- width: 960px;
1083
- }
1084
- /*1个*/
1085
- .flowmain .w2 {
1086
- width: 480px;
1087
- }
1088
- /*2个*/
1089
- .flowmain .w3 {
1090
- padding: 0 21px;
1091
- }
1092
- /*3个*/
1093
- .flowmain .w4 {
1094
- width: 232px;
1095
- }
1096
- /*4个*/
1097
- .flowmain .w5 {
1098
- width: 184px;
1099
- }
1100
- /*5个*/
1101
- .flowmain .w6 {
1102
- width: 151px;
1103
- }
1104
- /*6个*/
1105
- .flowmain .w7 {
1106
- width: 128px;
1107
- }
1108
- /*7个*/
1109
- .flowmain .w8 {
1110
- width: 116px;
1111
- }
1112
- /*8个*/
1113
- .flowmain .w9 {
1114
- width: 97px;
1115
- }
1116
- /*9个*/
1117
- .flowmain .w10 {
1118
- width: 87px;
1119
- }
1120
- /*10个*/
1121
- .flowmain .toplineblue {
1122
- border-top: 5px solid #5867ad;
1123
- }
1124
- .flowmain .toplineorange {
1125
- border-top: 5px solid #ad7c59;
1126
- }
1127
- .flowmain .toplinegray {
1128
- border-top: 5px solid #ccc;
1129
- }
1130
- .flowmain .borderblue {
1131
- border: 1px solid #5867ad;
1132
- }
1133
- .flowmain .borderorange {
1134
- border: 1px solid #ad7c59;
1135
- }
1136
- .flowmain .borderblueDashed {
1137
- border: 1px dashed #5867ad;
1138
- }
1139
- .flowmain .borderorangeDashed {
1140
- border: 1px dashed #ad7c59;
1141
- }
1142
- .flowmain .bordergrayDashed {
1143
- border: 1px dashed #ccc;
1144
- }
1145
- .flowmain .bordergray {
1146
- border: 1px solid #ccc;
1147
- }
1148
- .flowmain .flowbottomtextblue {
1149
- text-align: center;
1150
- line-height: 35px;
1151
- color: #5867ad;
1152
- }
1153
- .flowmain .flowdoc img {
1154
- display: inline-block;
1155
- position: absolute;
1156
- right: 0;
1157
- bottom: 0;
1158
- z-index: 1;
1159
- width: 21px;
1160
- }
1161
- .flowmain .flowbottomtextorange {
1162
- text-align: center;
1163
- line-height: 35px;
1164
- }
1165
- .flowmain .flowbottomtextorange a {
1166
- color: #ad7c59;
1167
- font-weight: bold;
1168
- }
1169
- .flowmain .flowbottomtextgrey {
1170
- text-align: center;
1171
- line-height: 35px;
1172
- color: #999999;
1173
- }
1174
- .flowmain .flowbottomtextgrey a {
1175
- text-align: center;
1176
- line-height: 35px;
1177
- color: #999999;
1178
- }
1179
- .flowmain .hide {
1180
- display: none;
1181
- }
1182
- .hint {
1183
- position: relative;
1184
- z-index: 1;
1185
- top: 14px;
1186
- left: 0;
1187
- width: 200px;
1188
- border: 1px solid #ececec;
1189
- /*border:1px solid #FA0505;*/
1190
- background: #fff;
1191
- -moz-border-radius: 8px;
1192
- -webkit-border-radius: 8px;
1193
- border-radius: 8px;
1194
- }
1195
- .hint ul li {
1196
- text-align: left;
1197
- margin-left: 6px;
1198
- line-height: 30px;
1199
- font-size: 14px;
1200
- }
1201
- .flowmain .square {
1202
- float: left;
1203
- width: 6px;
1204
- height: 18px;
1205
- }
1206
- .flowmain .title {
1207
- height: 22px;
1208
- }
1209
- .flowmain .title .title-text {
1210
- float: left;
1211
- margin-left: 5px;
1212
- }
1213
- .flowmain table {
1214
- margin: 0;
1215
- padding: 0;
1216
- margin-top: 6px;
1217
- border-collapse: collapse;
1218
- border-spacing: 0;
1219
- width: 960px;
1220
- }
1221
- .flowmain tr {
1222
- line-height: 30px;
1223
- text-align: center;
1224
- vertical-align: middle;
1225
- }
1226
- .flowmain td {
1227
- border: 1px solid #e5e5e5;
1228
- }
1229
- .flowmain .table-title {
1230
- background: #f2f2f2;
1231
- font-weight: bold;
1232
- }
1233
- .flowmain .table-page {
1234
- margin-top: 10px;
1235
- height: 36px;
1236
- }
1237
- .flowmain .table-page .table-page-r {
1238
- margin-right: 30px;
1239
- }
1240
- .flowmain .table-page .table-page-r a {
1241
- float: left;
1242
- margin-left: 5px;
1243
- width: 20px;
1244
- height: 20px;
1245
- line-height: 20px;
1246
- text-align: center;
1247
- border: 1px solid #ccc;
1248
- font-size: 12px;
1249
- color: #333333;
1250
- }
1251
- .flowmain .table-page .table-page-r a:hover {
1252
- background: #038edd;
1253
- }
1254
- .flowmain .table-page .choose-on {
1255
- background: #038edd;
1256
- }
1257
- .flowmain .table-page .table-page-r a.page-change {
1258
- width: 50px;
1259
- }
1260
- .flowmain .left {
1261
- text-align: left;
1262
- }
1263
- .flowmain .right {
1264
- text-align: right;
1265
- }
1266
- .flowmain .center {
1267
- text-align: center;
1268
- }
1269
- .flowmain .fl {
1270
- float: left;
1271
- }
1272
- .flowmain .fr {
1273
- float: right;
1274
- }
1275
- .marAuto3 {
1276
- position: absolute;
1277
- left: 50%;
1278
- margin-left: -225px;
1279
- }
1280
- /*三个节点*/
1281
- .marAuto2 {
1282
- position: absolute;
1283
- left: 50%;
1284
- margin-left: -150px;
1285
- }
1286
- /*两个节点*/
1287
- .marAuto1 {
1288
- position: absolute;
1289
- left: 50%;
1290
- margin-left: -75px;
1291
- }
1292
- /*一个节点*/
1293
- .scrollY .ant-table-tbody > .ant-table-row .e3wGridShortText {
1294
- text-align: center;
1295
- }
1296
- .scrollY .ant-table-tbody > .ant-table-row .e3wGridLongText {
1297
- text-align: left;
1298
- }
1299
- .scrollY .ant-table-tbody > .ant-table-row .e3wGridNumber {
1300
- text-align: right;
1301
- }
1302
- .scrollY .ant-table-tbody > .ant-table-row .e3wMaxText {
1303
- text-align: left;
1304
- max-width: 240px;
1305
- text-overflow: ellipsis;
1306
- white-space: nowrap;
1307
- overflow: hidden;
1308
- }
1309
- .scrollY .ant-table-thead > tr > th {
1310
- text-align: center;
1311
- }
1312
- .scrollX .ant-table-thead > tr > th {
1313
- word-break: keep-all;
1314
- white-space: nowrap;
1315
- text-align: center;
1316
- }
1317
- .scrollX .ant-table-tbody > .ant-table-row td {
1318
- max-width: 240px;
1319
- word-break: keep-all;
1320
- text-overflow: ellipsis;
1321
- white-space: nowrap;
1322
- overflow: hidden;
1323
- }
1324
- .scrollX .ant-table-tbody > .ant-table-row .e3wText {
1325
- white-space: normal;
1326
- text-align: left;
1327
- }
1328
- .scrollX .ant-table-tbody > .ant-table-row .e3wGridShortText {
1329
- text-align: center;
1330
- }
1331
- .scrollX .ant-table-tbody > .ant-table-row .e3wGridLongText {
1332
- text-align: left;
1333
- }
1334
- .scrollX .ant-table-tbody > .ant-table-row .e3wGridNumber {
1335
- text-align: right;
1336
- }
1337
- .scrollX .ant-table-tbody > .ant-table-row .e3wMaxText {
1338
- text-align: left;
1339
- max-width: 240px;
1340
- text-overflow: ellipsis;
1341
- white-space: nowrap;
1342
- overflow: hidden;
1343
- }
1344
- .scrollPrint .ant-table-thead > tr > th {
1345
- text-align: center;
1346
- }
1347
- .scrollPrint .ant-table-tbody > .ant-table-row td {
1348
- max-width: 240px;
1349
- word-break: keep-all;
1350
- }
1351
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wText {
1352
- text-align: left;
1353
- }
1354
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wGridShortText {
1355
- text-align: center;
1356
- }
1357
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wGridLongText {
1358
- text-align: left;
1359
- }
1360
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wGridNumber {
1361
- text-align: right;
1362
- }
1363
- .scrollPrint .ant-table-tbody > .ant-table-row .e3wMaxText {
1364
- max-width: 240px;
1365
- text-align: left;
1366
- }
1367
- .butt {
1368
- background-color: #1890ff;
1369
- color: #fff;
1370
- font-size: 14px;
1371
- }
1372
- .butt:visited,
1373
- .butt:focus,
1374
- .butt:hover,
1375
- .butt:active {
1376
- background-color: #1890ff;
1377
- color: #fff;
1378
- }
1379
- .onRow tr:hover {
1380
- cursor: pointer;
1381
- }
1382
- .ant-upload-list-item {
1383
- width: auto;
1384
- }
1385
- .ant-upload-list-item .ant-upload-list-item-info {
1386
- width: auto;
1387
- }
1388
- .ant-upload-list-item .ant-upload-list-item-name {
1389
- padding-right: 24px;
1390
- }
1391
- .ant-upload-list-item .anticon-cross {
1392
- right: -2px;
1393
- }
1394
- .e3wFormItem .ant-form-item {
1395
- margin-bottom: 8px;
1396
- }
1397
- .e3wFootBtn {
1398
- margin: 0px 8px;
1399
- }
1400
- .positionDiv {
1401
- position: absolute;
1402
- right: 32px;
1403
- top: 16px;
1404
- }
1405
- .e3wPositionA {
1406
- font-size: 15px;
1407
- color: #5468b2;
1408
- font-weight: 900;
1409
- margin-left: 15px;
1410
- }
1411
- .e3wFootCard {
1412
- padding-top: 8px;
1413
- }
1414
- .e3wResult {
1415
- text-align: center;
1416
- width: 72%;
1417
- margin: 0 auto;
1418
- }
1419
- .e3wResult .e3wResultIcon {
1420
- font-size: 72px;
1421
- line-height: 72px;
1422
- margin-bottom: 24px;
1423
- }
1424
- .e3wResult .e3wResultIcon > .e3wResultSuccess {
1425
- color: #52c41a;
1426
- }
1427
- .e3wResult .e3wResultIcon > .e3wResultError {
1428
- color: #f5222d;
1429
- }
1430
- .e3wResult .e3wResultTitle {
1431
- font-size: 24px;
1432
- color: rgba(0, 0, 0, 0.85);
1433
- font-weight: 500;
1434
- line-height: 32px;
1435
- margin-bottom: 16px;
1436
- }
1437
- .e3wResult .e3wResultDescription {
1438
- font-size: 14px;
1439
- line-height: 22px;
1440
- color: rgba(0, 0, 0, 0.45);
1441
- margin-bottom: 24px;
1442
- }
1443
- .e3wResult .e3wResultExtra {
1444
- background: #fafafa;
1445
- padding: 24px 40px;
1446
- border-radius: 2px;
1447
- text-align: left;
1448
- }
1449
- .e3wResult .e3wResultActions {
1450
- margin-top: 32px;
1451
- }
1452
- .e3wResult .e3wResultActions e3wResultButton:not(:last-child) {
1453
- margin-right: 8px;
1454
- }