eoss-ui 0.6.18 → 0.6.20

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 (101) hide show
  1. package/lib/eoss-ui.common.js +761 -657
  2. package/lib/flow.js +619 -515
  3. package/lib/index.js +1 -1
  4. package/lib/main.js +132 -132
  5. package/lib/qr-code.js +13 -13
  6. package/lib/theme-chalk/index.css +1 -1
  7. package/lib/theme-chalk/login.css +1 -1
  8. package/package.json +157 -157
  9. package/packages/button/src/main.vue +418 -418
  10. package/packages/button-group/src/main.vue +298 -298
  11. package/packages/checkbox-group/src/main.vue +333 -333
  12. package/packages/clients/src/main.vue +144 -144
  13. package/packages/data-table/src/children.vue +39 -39
  14. package/packages/data-table/src/column.vue +983 -983
  15. package/packages/data-table/src/main.vue +1812 -1812
  16. package/packages/data-table/src/sizer.vue +195 -195
  17. package/packages/date-picker/src/main.vue +236 -236
  18. package/packages/flow/src/component/CustomPreset.vue +1 -1
  19. package/packages/flow/src/component/Preset.vue +1 -1
  20. package/packages/flow/src/component/SendMsg.vue +3 -1
  21. package/packages/flow/src/component/taskUnionExamine.vue +38 -20
  22. package/packages/flow/src/main.vue +2731 -2711
  23. package/packages/flow/src/processForm.vue +13 -2
  24. package/packages/flow/src/processReject.vue +14 -3
  25. package/packages/flow/src/startTaskRead.vue +23 -5
  26. package/packages/flow-group/src/main.vue +684 -684
  27. package/packages/form/src/main.vue +3582 -3582
  28. package/packages/form/src/table.vue +1420 -1420
  29. package/packages/handle-user/src/main.vue +134 -134
  30. package/packages/handler/src/main.vue +374 -374
  31. package/packages/icon/src/main.vue +101 -101
  32. package/packages/input/src/main.vue +356 -356
  33. package/packages/login/src/main.vue +1851 -1851
  34. package/packages/login/src/resetPassword.vue +557 -557
  35. package/packages/main/src/default/message.vue +249 -249
  36. package/packages/main/src/default/notice.vue +157 -157
  37. package/packages/main/src/default/userinfo.vue +494 -494
  38. package/packages/main/src/public/online.vue +89 -89
  39. package/packages/main/src/public/search.vue +454 -454
  40. package/packages/main/src/public/settings.vue +221 -221
  41. package/packages/main/src/simplicity/apps.vue +388 -388
  42. package/packages/main/src/simplicity/avatar.vue +82 -82
  43. package/packages/main/src/simplicity/handler.vue +183 -183
  44. package/packages/main/src/simplicity/index.vue +1930 -1930
  45. package/packages/main/src/simplicity/lists.vue +84 -84
  46. package/packages/main/src/simplicity/menu-list.vue +128 -128
  47. package/packages/main/src/simplicity/message.vue +259 -259
  48. package/packages/main/src/simplicity/notice.vue +190 -190
  49. package/packages/main/src/simplicity/router-page.vue +45 -45
  50. package/packages/main/src/simplicity/sub-menu.vue +241 -241
  51. package/packages/main/src/simplicity/user.vue +248 -248
  52. package/packages/main/src/simplicity/userinfo.vue +304 -304
  53. package/packages/menu/src/main.vue +536 -536
  54. package/packages/pagination/src/main.vue +96 -96
  55. package/packages/qr-code/src/main.vue +170 -170
  56. package/packages/radio-group/src/main.vue +319 -319
  57. package/packages/select/src/main.vue +761 -761
  58. package/packages/selector/src/main.vue +677 -677
  59. package/packages/selector-panel/src/main.vue +1020 -1020
  60. package/packages/selector-panel/src/selection.vue +160 -160
  61. package/packages/tabs/src/main.vue +788 -788
  62. package/packages/theme-chalk/lib/index.css +1 -1
  63. package/packages/theme-chalk/lib/login.css +1 -1
  64. package/packages/theme-chalk/src/base.scss +260 -260
  65. package/packages/theme-chalk/src/button-group.scss +175 -175
  66. package/packages/theme-chalk/src/calendar.scss +113 -113
  67. package/packages/theme-chalk/src/clients.scss +87 -87
  68. package/packages/theme-chalk/src/common/var.scss +1 -4
  69. package/packages/theme-chalk/src/data-table.scss +276 -276
  70. package/packages/theme-chalk/src/dialog.scss +77 -77
  71. package/packages/theme-chalk/src/flow-group.scss +110 -110
  72. package/packages/theme-chalk/src/form.scss +496 -496
  73. package/packages/theme-chalk/src/handler.scss +133 -133
  74. package/packages/theme-chalk/src/icon.scss +1745 -1745
  75. package/packages/theme-chalk/src/icons.scss +99 -99
  76. package/packages/theme-chalk/src/login.scss +917 -926
  77. package/packages/theme-chalk/src/main.scss +632 -632
  78. package/packages/theme-chalk/src/menu.scss +222 -222
  79. package/packages/theme-chalk/src/nav.scss +125 -125
  80. package/packages/theme-chalk/src/pagination.scss +29 -29
  81. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  82. package/packages/theme-chalk/src/simplicity.scss +1246 -1246
  83. package/packages/theme-chalk/src/tabs.scss +87 -87
  84. package/packages/theme-chalk/src/toolbar.scss +179 -179
  85. package/packages/theme-chalk/src/tree-group.scss +72 -72
  86. package/packages/theme-chalk/src/tree.scss +165 -165
  87. package/packages/upload/src/main.vue +1313 -1313
  88. package/packages/wujie/src/main.vue +145 -145
  89. package/src/config/api.js +236 -236
  90. package/src/config/image.js +2 -2
  91. package/src/index.js +157 -157
  92. package/packages/.DS_Store +0 -0
  93. package/packages/checkbox-group/.DS_Store +0 -0
  94. package/packages/data-table/.DS_Store +0 -0
  95. package/packages/dialog/.DS_Store +0 -0
  96. package/packages/handler/.DS_Store +0 -0
  97. package/packages/login/.DS_Store +0 -0
  98. package/packages/main/.DS_Store +0 -0
  99. package/packages/main/src/.DS_Store +0 -0
  100. package/packages/theme-chalk/src/.DS_Store +0 -0
  101. package/src/.DS_Store +0 -0
@@ -1,1246 +1,1246 @@
1
- @import './common/var.scss';
2
- @import './base.scss';
3
- @keyframes open-submenu {
4
- 0% {
5
- padding-left: 0;
6
- }
7
- 100% {
8
- padding-left: $--main-simplicity-menu-width;
9
- }
10
- }
11
- @keyframes close-submenu {
12
- 0% {
13
- padding-left: $--main-simplicity-menu-width;
14
- }
15
- 100% {
16
- padding-left: 48px;
17
- }
18
- }
19
- .es-simplicity-side {
20
- width: $--main-simplicity-side-width;
21
- height: 100%;
22
- float: left;
23
- padding: 16px 8px 8px 8px;
24
- @extend .es-flex-vertical;
25
- @if $--main-simplicity-side-background-color != '' {
26
- background-color: $--main-simplicity-side-background-color;
27
- } @else {
28
- background-color: $--color-primary-light-9;
29
- }
30
- .es-simplicity-logo {
31
- width: $--main-simplicity-side-width - 24px;
32
- margin: 0 auto;
33
- }
34
- .es-simplicity-org-name {
35
- font-weight: 500;
36
- font-size: 14px;
37
- color: #ffffff;
38
- text-align: center;
39
- line-height: 16px;
40
- padding-top: 5px;
41
- margin-bottom: 32px;
42
- }
43
- .es-simplicity-user-popover {
44
- margin-bottom: 32px;
45
- }
46
- .es-simplicity-portrait {
47
- width: $--main-simplicity-side-width - 24px;
48
- height: $--main-simplicity-side-width - 24px;
49
- border-radius: 50%;
50
- overflow: hidden;
51
- margin: 0 auto;
52
- cursor: pointer;
53
- position: relative;
54
- }
55
- .es-simplicity-side-Application {
56
- flex: 1;
57
- position: relative;
58
- margin-right: -8px;
59
- .el-scrollbar {
60
- position: absolute;
61
- top: 0;
62
- right: 0;
63
- bottom: 0;
64
- left: 0;
65
- }
66
- .el-scrollbar__view {
67
- padding-right: 8px;
68
- }
69
- .el-scrollbar__thumb {
70
- background-color: $--color-primary-light-7;
71
- }
72
- }
73
- .es-simplicity-side-app {
74
- text-align: center;
75
- color: rgba(255, 255, 255, 0.3);
76
- height: 64px;
77
- padding: 6px 0;
78
- position: relative;
79
- cursor: pointer;
80
- @extend .es-flex-vertical;
81
- justify-content: center;
82
- align-items: center;
83
- background-repeat: no-repeat;
84
- background-size: contain;
85
- background-position: center;
86
- .el-badge {
87
- padding: 8px 0;
88
- }
89
- .es-icon_image {
90
- opacity: 0.3;
91
- }
92
- &.is-active,
93
- &:hover {
94
- color: #fff;
95
- .el-badge {
96
- padding: 8px 0;
97
- background-color: rgba(255, 255, 255, 0.12);
98
- border-radius: 9px;
99
- }
100
- .es-icon_image {
101
- opacity: 1;
102
- }
103
- }
104
- .el-icon-circle-close {
105
- position: absolute;
106
- right: 0;
107
- top: 0;
108
- padding: 2px;
109
- display: none;
110
- }
111
- &:hover {
112
- .el-icon-circle-close {
113
- display: block;
114
- z-index: 999;
115
- }
116
- }
117
- }
118
- .el-badge {
119
- width: 100%;
120
- }
121
- .es-simplicity-side-app-icon {
122
- font-size: 24px;
123
- &.es-icon_image {
124
- width: 20px;
125
- }
126
- }
127
- .es-simplicity-side-app-text {
128
- font-size: 12px;
129
- @extend .es-text-ellipsis;
130
- }
131
- }
132
- .es-simplicity-portrait-image {
133
- width: 100%;
134
- border-radius: 50%;
135
- vertical-align: top;
136
- background: transparent;
137
- }
138
- .es-simplicity-main {
139
- height: 100%;
140
- margin-left: $--main-simplicity-side-width;
141
- overflow: hidden;
142
- position: relative;
143
- .es-simplicity-apps,
144
- .es-simplicity-message,
145
- .es-simplicity-message-modal,
146
- .es-simplicity-apps-modal,
147
- .es-simplicity-public-drawer {
148
- position: absolute;
149
- top: $--main-simplicity-header-height;
150
- height: calc(100% - #{$--main-simplicity-header-height});
151
- }
152
- .es-simplicity-apps {
153
- .el-drawer__body {
154
- background-color: #f4f4f4;
155
- padding: 20px;
156
- @media screen and (max-width: 1600px) and (max-height: 900px) {
157
- padding: 14px;
158
- }
159
- @media screen and (max-width: 1280px) and (max-height: 720px) {
160
- padding: 10px;
161
- }
162
- @media screen and (max-width: 1024px) and (max-height: 768px) {
163
- padding: 6px;
164
- }
165
- }
166
- }
167
- .es-simplicity-public-drawer {
168
- .el-drawer__header {
169
- padding: 10px 0 0;
170
- margin: 0;
171
- }
172
- }
173
- .es-simplicity-subMenus,
174
- .es-simplicity-public-drawer {
175
- .el-drawer__body {
176
- padding: 0;
177
- position: relative;
178
- }
179
- }
180
- .es-simplicity-subMenus {
181
- width: auto;
182
- height: 100%;
183
- overflow: visible;
184
- right: auto;
185
- position: absolute;
186
- z-index: 999 !important;
187
- .el-drawer {
188
- box-shadow: none;
189
- overflow: visible;
190
- border-right: 1px solid #dfebf6;
191
- }
192
- }
193
-
194
- .es-simplicity-message {
195
- .el-drawer {
196
- background-color: #f4f4f4;
197
- }
198
- }
199
- }
200
- .es-simplicity_apps {
201
- height: 100%;
202
- display: flex;
203
- .es-simplicity_apps-all {
204
- flex: 1;
205
- @extend .es-flex-vertical;
206
- margin-right: 20px;
207
- .es-simplicity_apps-box {
208
- flex: 1;
209
- }
210
- .es-simplicity_apps-list {
211
- position: absolute;
212
- top: 0;
213
- right: 0;
214
- bottom: 0;
215
- left: 0;
216
- overflow: hidden;
217
- display: flex;
218
- align-content: flex-start;
219
- flex-wrap: wrap;
220
- .es-simplicity_apps-list-item {
221
- width: 20%;
222
- height: 25%;
223
- padding: 12px;
224
- @media screen and (max-width: 1600px) and (max-height: 900px) {
225
- padding: 8px;
226
- }
227
- @media screen and (max-width: 1280px) and (max-height: 720px) {
228
- padding: 4px;
229
- }
230
- @media screen and (max-width: 1024px) and (max-height: 768px) {
231
- padding: 2px;
232
- }
233
- }
234
- }
235
- .es-simplicity_apps-list-content {
236
- @extend .es-flex-vertical;
237
- height: 100%;
238
- justify-content: center;
239
- align-items: center;
240
- }
241
- .es-simplicity_apps-icon {
242
- margin-bottom: 16px;
243
- color: $--color-primary;
244
- @media screen and (max-width: 1600px) and (max-height: 900px) {
245
- margin-bottom: 12px;
246
- }
247
- @media screen and (max-width: 1280px) and (max-height: 720px) {
248
- margin-bottom: 8px;
249
- }
250
- @media screen and (max-width: 1024px) and (max-height: 768px) {
251
- margin-bottom: 4px;
252
- }
253
- }
254
- .es-simplicity_apps-search {
255
- width: 200px;
256
- .el-input__inner {
257
- border-radius: 16px;
258
- @media screen and (max-width: 1600px) and (max-height: 900px) {
259
- height: 28px;
260
- line-height: 28px;
261
- font-size: 14px;
262
- }
263
- @media screen and (max-width: 1280px) and (max-height: 720px) {
264
- height: 24px;
265
- line-height: 24px;
266
- font-size: 12px;
267
- }
268
- @media screen and (max-width: 1024px) and (max-height: 768px) {
269
- height: 20px;
270
- line-height: 20px;
271
- font-size: 12px;
272
- }
273
- &::placeholder {
274
- @media screen and (max-width: 1600px) and (max-height: 900px) {
275
- font-size: 14px;
276
- }
277
- @media screen and (max-width: 1280px) and (max-height: 720px) {
278
- font-size: 12px;
279
- }
280
- }
281
- }
282
- .el-input__icon {
283
- @media screen and (max-width: 1600px) and (max-height: 900px) {
284
- line-height: 28px;
285
- font-size: 14px;
286
- }
287
- @media screen and (max-width: 1280px) and (max-height: 720px) {
288
- line-height: 24px;
289
- font-size: 12px;
290
- }
291
- @media screen and (max-width: 1024px) and (max-height: 768px) {
292
- line-height: 20px;
293
- font-size: 12px;
294
- }
295
- }
296
- }
297
- }
298
- .es-simplicity_apps-title {
299
- font-weight: 500;
300
- font-size: 20px;
301
- color: #15224c;
302
- line-height: 32px;
303
- padding: 6px 12px 12px;
304
- display: flex;
305
- justify-content: space-between;
306
- align-items: center;
307
- @media screen and (max-width: 1600px) and (max-height: 900px) {
308
- font-size: 17px;
309
- line-height: 26px;
310
- padding: 6px 10px 10px;
311
- }
312
- @media screen and (max-width: 1280px) and (max-height: 720px) {
313
- font-size: 14px;
314
- line-height: 20px;
315
- padding: 4px 8px 8px;
316
- }
317
- @media screen and (max-width: 1024px) and (max-height: 768px) {
318
- font-size: 12px;
319
- line-height: 16px;
320
- padding: 4px 6px 6px;
321
- }
322
- }
323
- .es-simplicity_apps-box {
324
- position: relative;
325
- }
326
- .es-simplicity_apps-list-content {
327
- background: #ffffff;
328
- border-radius: 9px;
329
- padding: 4px;
330
- cursor: pointer;
331
- overflow: hidden;
332
- position: relative;
333
- &:hover {
334
- .es-simplicity_apps-hover {
335
- opacity: 1;
336
- z-index: 1;
337
- .es-simplicity_apps-icon {
338
- color: rgba(255, 255, 255, 0.5);
339
- }
340
- }
341
- }
342
- &.es-simplicity_apps-disabled {
343
- cursor: not-allowed;
344
- .es-simplicity_apps-hover {
345
- background-color: rgba(115, 122, 148, 0.9);
346
- }
347
- }
348
- }
349
- .es-simplicity_apps-icon {
350
- font-size: 34px;
351
- width: 34px;
352
- height: 34px;
353
- line-height: 34px;
354
- @media screen and (max-width: 1600px) and (max-height: 900px) {
355
- font-size: 30px;
356
- width: 30px;
357
- height: 30px;
358
- line-height: 30px;
359
- }
360
- @media screen and (max-width: 1280px) and (max-height: 720px) {
361
- font-size: 26px;
362
- width: 26px;
363
- height: 26px;
364
- line-height: 26px;
365
- }
366
- @media screen and (max-width: 1024px) and (max-height: 768px) {
367
- font-size: 22px;
368
- width: 22px;
369
- height: 22px;
370
- line-height: 22px;
371
- }
372
- }
373
- .es-simplicity_apps-text {
374
- font-weight: 400;
375
- font-size: 16px;
376
- text-align: center;
377
- line-height: 19px;
378
- @media screen and (max-width: 1600px) and (max-height: 900px) {
379
- font-size: 14px;
380
- line-height: 17px;
381
- }
382
- @media screen and (max-width: 1280px) and (max-height: 720px) {
383
- font-size: 12px;
384
- line-height: 15px;
385
- }
386
- }
387
- .es-simplicity_apps-hover {
388
- opacity: 0;
389
- display: flex;
390
- flex-direction: column;
391
- box-orient: vertical;
392
- justify-content: center;
393
- align-items: center;
394
- position: absolute;
395
- top: 0;
396
- right: 0;
397
- bottom: 0;
398
- left: 0;
399
- z-index: -1;
400
- background-color: $--color-primary-light-5;
401
- color: #fff;
402
- }
403
- .es-simplicity_apps-pagination {
404
- text-align: right;
405
- padding: 18px 20px;
406
- @media screen and (max-width: 1600px) and (max-height: 900px) {
407
- padding: 14px 16px;
408
- }
409
- @media screen and (max-width: 1280px) and (max-height: 720px) {
410
- padding: 10px 12px;
411
- }
412
- @media screen and (max-width: 1024px) and (max-height: 768px) {
413
- padding: 7px 8px;
414
- }
415
- .el-pagination__total {
416
- float: left;
417
- @media screen and (max-width: 1600px) and (max-height: 900px) {
418
- height: 24px;
419
- line-height: 24px;
420
- }
421
- @media screen and (max-width: 1280px) and (max-height: 720px) {
422
- font-size: 12px;
423
- height: 20px;
424
- line-height: 20px;
425
- }
426
- @media screen and (max-width: 1024px) and (max-height: 768px) {
427
- font-size: 12px;
428
- height: 16px;
429
- line-height: 16px;
430
- }
431
- }
432
-
433
- & > button {
434
- @media screen and (max-width: 1600px) and (max-height: 900px) {
435
- height: 24px;
436
- line-height: 24px;
437
- }
438
- @media screen and (max-width: 1280px) and (max-height: 720px) {
439
- font-size: 12px;
440
- height: 20px;
441
- line-height: 20px;
442
- }
443
- @media screen and (max-width: 1024px) and (max-height: 768px) {
444
- font-size: 12px;
445
- height: 16px;
446
- line-height: 16px;
447
- }
448
- }
449
- .el-pager li {
450
- background-color: #fff;
451
- @media screen and (max-width: 1600px) and (max-height: 900px) {
452
- min-width: 26px;
453
- height: 24px;
454
- line-height: 24px;
455
- }
456
- @media screen and (max-width: 1280px) and (max-height: 720px) {
457
- min-width: 22px;
458
- height: 20px;
459
- line-height: 20px;
460
- }
461
- @media screen and (max-width: 1024px) and (max-height: 768px) {
462
- min-width: 18px;
463
- height: 16px;
464
- line-height: 16px;
465
- }
466
- }
467
- }
468
- .es-simplicity_apps-other {
469
- width: 34%;
470
- padding-left: 20px;
471
- border-left: 1px solid #cdd9e4;
472
- @media screen and (max-width: 1600px) and (max-height: 900px) {
473
- padding-left: 14px;
474
- }
475
- @media screen and (max-width: 1280px) and (max-height: 720px) {
476
- padding-left: 8px;
477
- }
478
- .es-simplicity_apps-list {
479
- display: flex;
480
- align-content: flex-start;
481
- flex-wrap: wrap;
482
- .es-simplicity_apps-list-item {
483
- width: 50%;
484
- padding: 12px;
485
- @media screen and (max-width: 1600px) and (max-height: 900px) {
486
- padding: 8px;
487
- }
488
- @media screen and (max-width: 1280px) and (max-height: 720px) {
489
- padding: 4px;
490
- }
491
- @media screen and (max-width: 1024px) and (max-height: 768px) {
492
- padding: 2px;
493
- }
494
- }
495
- .es-simplicity_app-icon {
496
- display: block;
497
- width: 34px;
498
- height: 34px;
499
- font-size: 18px;
500
- line-height: 34px;
501
- text-align: center;
502
- border-radius: 9px;
503
- }
504
- .es-simplicity_apps-text {
505
- margin-left: 12px;
506
- text-align: left;
507
- overflow: hidden;
508
- text-overflow: ellipsis;
509
- display: -webkit-box;
510
- -webkit-box-orient: vertical;
511
- line-clamp: 3;
512
- -webkit-line-clamp: 3;
513
- word-wrap: break-word;
514
- @media screen and (max-width: 1600px) and (max-height: 900px) {
515
- margin-left: 8px;
516
- }
517
- @media screen and (max-width: 1280px) and (max-height: 720px) {
518
- margin-left: 4px;
519
- }
520
- }
521
- }
522
- .es-simplicity_apps-list-content {
523
- display: flex;
524
- align-items: center;
525
- padding: 16px;
526
- @media screen and (max-width: 1600px) and (max-height: 900px) {
527
- padding: 12px;
528
- }
529
- @media screen and (max-width: 1280px) and (max-height: 720px) {
530
- padding: 8px;
531
- }
532
- @media screen and (max-width: 1024px) and (max-height: 768px) {
533
- padding: 4px;
534
- }
535
- .es-simplicity_apps-texts {
536
- min-height: 36px;
537
- display: flex;
538
- align-items: center;
539
- }
540
- .es-simplicity_apps-hover {
541
- flex-direction: row;
542
- }
543
- }
544
- .es-simplicity_apps-systems {
545
- padding-top: 20px;
546
- border-top: 1px solid #cdd9e4;
547
- }
548
- }
549
- }
550
- .es-simplicity-userinfo {
551
- padding: 20px;
552
- .es-simplicity-user {
553
- border-bottom: 1px solid #dfebf6;
554
- position: relative;
555
- padding-bottom: 16px;
556
- .es-simplicity-user-name {
557
- font-weight: 500;
558
- font-size: 20px;
559
- color: #15224c;
560
- line-height: 23px;
561
- margin-bottom: 12px;
562
- margin-right: 80px;
563
- }
564
- .es-simplicity-org-name,
565
- .es-simplicity-dep-post {
566
- margin-right: 80px;
567
- font-weight: 400;
568
- font-size: 14px;
569
- color: #737a94;
570
- line-height: 16px;
571
- margin-bottom: 8px;
572
- }
573
- .es-icon-renyuanqiehuan {
574
- font-size: 20px;
575
- color: #2591f7;
576
- cursor: pointer;
577
- margin-left: 16px;
578
- }
579
- .es-simplicity-portrait {
580
- position: absolute;
581
- top: 0;
582
- right: 0;
583
- width: 64px;
584
- padding: 0 8px 8px;
585
- .es-upload {
586
- margin-top: 12px;
587
- margin-left: -8px;
588
- margin-right: -8px;
589
- }
590
- }
591
- .el-upload--handle {
592
- width: 100%;
593
- }
594
- .el-upload--text {
595
- width: 100%;
596
- text-align: center;
597
- font-size: 14px;
598
- color: #2591f7;
599
- }
600
- }
601
- .es-simplicity-notice-type {
602
- padding: 24px 0;
603
- border-bottom: 1px solid #dfebf6;
604
- }
605
- .es-simplicity-notice-title {
606
- font-size: 14px;
607
- color: #15224c;
608
- line-height: 16px;
609
- margin-bottom: 12px;
610
- }
611
- .es-simplicity-notice-list {
612
- .el-checkbox {
613
- min-width: 115px;
614
- }
615
- }
616
- .es-simplicity-password {
617
- padding-top: 24px;
618
- font-size: 14px;
619
- color: #2591f7;
620
- line-height: 16px;
621
- cursor: pointer;
622
- .es-icon-arrow-right {
623
- position: relative;
624
- top: 1px;
625
- margin-left: 8px;
626
- }
627
- }
628
- .es-simplicity-qrcode {
629
- width: 100px;
630
- height: 100px;
631
- }
632
- }
633
- .es-simplicity-unfold {
634
- position: fixed;
635
- left: $--main-simplicity-side-width;
636
- top: $--main-simplicity-header-height;
637
- z-index: 9999;
638
- .el-icon-s-unfold {
639
- font-size: 32px;
640
- cursor: move;
641
- background-color: #fff;
642
- border-radius: 10px;
643
- }
644
- }
645
- .es-simplicity-menus {
646
- height: 100%;
647
- display: flex;
648
- .es-simplicity-menus-box {
649
- width: 220px;
650
- height: 100%;
651
- position: relative;
652
- .es-simplicity-menus-title {
653
- font-weight: bold;
654
- line-height: 30px;
655
- padding: 7px 7px 7px 14px;
656
- border-bottom: 1px solid #dfebf6;
657
- display: flex;
658
- justify-content: center;
659
- align-items: center;
660
- .es-simplicity-menus-title-text {
661
- flex: 1;
662
- font-size: 20px;
663
- color: #15224c;
664
- }
665
- .es-simplicity-menus-title-icon {
666
- font-size: 24px;
667
- color: #b9bdc9;
668
- cursor: pointer;
669
- }
670
- }
671
- .es-simplicity-menus-scrollbar {
672
- position: absolute;
673
- top: 45px;
674
- right: 0;
675
- bottom: 0;
676
- left: 0;
677
- }
678
- }
679
- .es-simplicity-menus-view {
680
- border-left: 1px solid #dfebf6;
681
- display: flex;
682
- .es-simplicity-menus-box + .es-simplicity-menus-box {
683
- border-left: 1px solid #dfebf6;
684
- }
685
- }
686
- &.es-simplicity-menus-plus {
687
- .es-simplicity-menus-box {
688
- .es-simplicity-menus-title {
689
- padding: 13px 7px 13px 14px;
690
- }
691
- .es-simplicity-menus-scrollbar {
692
- top: 57px;
693
- }
694
- }
695
- }
696
- }
697
- .es-simplicity-menus-lists {
698
- padding: 8px 0;
699
- &.is-fold {
700
- padding: 4px 0;
701
- }
702
- }
703
- .es-simplicity-menus-item {
704
- height: 48px;
705
- display: flex;
706
- align-items: center;
707
- padding: 8px 24px;
708
- position: relative;
709
- cursor: pointer;
710
- overflow: hidden;
711
- color: #15224c;
712
- &.is-fold {
713
- height: 40px;
714
- padding: 4px 12px;
715
- .es-simplicity_apps-icon {
716
- margin-right: 0;
717
- }
718
- .es-simplicity-menus-tips {
719
- top: 0;
720
- right: 0;
721
- color: #ff0000;
722
- font-size: 12px;
723
- }
724
- &:hover {
725
- &::before {
726
- inset: 0 4px;
727
- }
728
- }
729
- &.is-active {
730
- &::before {
731
- inset: 0 4px;
732
- }
733
- }
734
- }
735
- .es-simplicity_apps-icon {
736
- height: 24px;
737
- padding: 4px;
738
- border-radius: 3px;
739
- margin-right: 12px;
740
- color: $--color-primary;
741
- z-index: 1;
742
- }
743
- .es-simplicity-menus-tips {
744
- font-size: 14px;
745
- color: #737a94;
746
- position: absolute;
747
- right: 12px;
748
- & + .es-simplicity_apps-text {
749
- width: 176px;
750
- }
751
- }
752
- .es-simplicity_apps-text {
753
- width: 200px;
754
- font-weight: 400;
755
- font-size: 14px;
756
- line-height: 16px;
757
- text-overflow: ellipsis;
758
- white-space: nowrap;
759
- overflow: hidden;
760
- position: relative;
761
- }
762
- &:hover {
763
- color: $--color-primary;
764
- &::before {
765
- content: '';
766
- display: block;
767
- position: absolute;
768
- inset: 0 12px;
769
- background-color: $--color-primary-light-2;
770
- border-radius: 6px;
771
- z-index: 0;
772
- }
773
- }
774
- &.is-active {
775
- color: $--color-primary;
776
- &::before {
777
- content: '';
778
- display: block;
779
- position: absolute;
780
- inset: 0 12px;
781
- background-color: $--color-primary-light-2;
782
- border-radius: 6px;
783
- z-index: 0;
784
- }
785
- }
786
- }
787
- .es-simplicity-iframe {
788
- height: 100%;
789
- & > .el-tabs__header {
790
- height: $--main-simplicity-header-height;
791
- padding: ($--main-simplicity-header-height - 36px)/2 0;
792
- margin: 0;
793
- border-bottom: 1px solid #dfebf6;
794
- background-color: #fff;
795
- & > .el-tabs__nav-main {
796
- margin: 0 10px;
797
- }
798
- .el-tabs__nav-next,
799
- .el-tabs__nav-prev {
800
- height: 36px;
801
- font-size: 16px;
802
- padding: 0 6px;
803
- }
804
- .el-tabs__nav-wrap {
805
- padding: 0 10px;
806
- &.is-scrollable {
807
- padding: 0 28px;
808
- }
809
- &::after {
810
- content: none;
811
- }
812
- .el-tabs__item {
813
- height: 36px;
814
- line-height: 36px;
815
- padding: 0 12px !important;
816
- background: #f2f2f2;
817
- border-radius: 6px;
818
- color: #737a94;
819
- & + .el-tabs__item {
820
- margin-left: 12px;
821
- }
822
- &.is-active {
823
- color: $--color-primary;
824
- background-color: $--color-primary-light-1;
825
- }
826
- }
827
- }
828
- }
829
- & > .el-tabs__content {
830
- height: calc(100% - #{$--main-simplicity-header-height});
831
- .el-tab-pane {
832
- height: 100%;
833
- }
834
- }
835
- &.is-open {
836
- & > .el-tabs__content {
837
- animation: open-submenu 0.3s 1ms forwards;
838
- }
839
- &.is-fold {
840
- & > .el-tabs__content {
841
- animation: close-submenu 0.1s 0ms forwards;
842
- }
843
- }
844
- }
845
- }
846
-
847
- .es-simplicity-handler {
848
- height: 36px;
849
- display: flex;
850
- align-items: center;
851
- height: 100%;
852
- line-height: 24px;
853
- padding: 0 10px;
854
- .es-simplicity-handler-date {
855
- font-size: 14px;
856
- color: #15224c;
857
- margin-right: 33px;
858
- position: relative;
859
- &::after {
860
- content: '';
861
- display: block;
862
- width: 1px;
863
- height: 16px;
864
- position: absolute;
865
- right: -16px;
866
- top: 4px;
867
- background-color: #cdd9e4;
868
- }
869
- }
870
- .es-simplicity-handler-time {
871
- font-size: 20px;
872
- color: #2591f7;
873
- margin-right: 12px;
874
- }
875
- .es-simplicity-online {
876
- font-size: 14px;
877
- color: #15224c;
878
- margin-right: 33px;
879
- position: relative;
880
- &::after {
881
- content: '';
882
- display: block;
883
- width: 1px;
884
- height: 16px;
885
- position: absolute;
886
- right: -16px;
887
- top: 4px;
888
- background-color: #cdd9e4;
889
- }
890
- }
891
- .es-simplicity-online-num {
892
- font-weight: 700;
893
- color: $--color-primary;
894
- font-size: 15px;
895
- }
896
- .es-simplicity-handler-item {
897
- & + .es-simplicity-handler-item {
898
- margin-left: 12px;
899
- }
900
- }
901
- .es-simplicity-handler-icon {
902
- font-size: 20px;
903
- padding: 3px 5px;
904
- border-radius: 3px;
905
- overflow: hidden;
906
- cursor: pointer;
907
- &:hover {
908
- color: #fff;
909
- background: $--color-primary-light-5;
910
- box-shadow: 0px 4px 16px 0px $--color-primary-light-1;
911
- }
912
- }
913
- }
914
- .es-simplicity-tabs-handler-mask {
915
- position: absolute;
916
- z-index: 99999;
917
- left: 0;
918
- top: 0;
919
- right: 0;
920
- bottom: 0;
921
- }
922
- .es-simplicity-tabs-handler {
923
- width: 120px;
924
- position: fixed;
925
- .el-card__body {
926
- padding: 4px 0;
927
- }
928
- .es-simplicity-tabs-handler-item {
929
- height: 32px;
930
- line-height: 32px;
931
- padding: 0 20px;
932
- color: $--button-disabled-font-color;
933
- user-select: none;
934
- &:not(.is-disabled) {
935
- color: rgba(0, 0, 0, 0.75);
936
- &:hover {
937
- background-color: rgba(144, 147, 153, 0.2);
938
- }
939
- }
940
- }
941
- }
942
- .es-simplicity-drawer-close {
943
- cursor: pointer;
944
- position: absolute;
945
- right: 0;
946
- top: 0;
947
- color: #6e7c98;
948
- z-index: 9999;
949
- }
950
- .es-simplicity-message {
951
- .el-drawer__body {
952
- @extend .es-flex-vertical;
953
- padding: 20px;
954
- }
955
- .es-simplicity-message-header {
956
- padding-bottom: 20px;
957
- .es-simplicity-message-title {
958
- font-weight: bold;
959
- font-size: 20px;
960
- color: #15224c;
961
- line-height: 24px;
962
- }
963
- }
964
- .es-simplicity-message-overlook,
965
- .es-simplicity-message-handler {
966
- margin-left: 12px;
967
- }
968
- .es-simplicity-message-lists-box {
969
- flex: 1;
970
- position: relative;
971
- .es-simplicity-message-lists {
972
- position: absolute;
973
- top: 0;
974
- right: 0;
975
- bottom: 0;
976
- left: 0;
977
- }
978
- }
979
- .es-simplicity-message-total {
980
- padding-top: 20px;
981
- font-size: 14px;
982
- color: #6e7c98;
983
- line-height: 14px;
984
- }
985
- }
986
- .es-simplicity-message-overlook,
987
- .es-simplicity-message-handler {
988
- font-size: 14px;
989
- color: #737a94;
990
- float: right;
991
- cursor: pointer;
992
- }
993
- .es-simplicity-message-handler {
994
- color: #2591f7;
995
- }
996
- .es-simplicity-message-lists {
997
- .es-simplicity-message-item {
998
- background: #ffffff;
999
- box-shadow: 0px 12px 24px 0px rgba(33, 70, 141, 0.1);
1000
- border-radius: 9px;
1001
- padding: 16px 24px;
1002
- & + .es-simplicity-message-item {
1003
- margin-top: 20px;
1004
- }
1005
- .es-simplicity-message-item-title {
1006
- font-weight: bold;
1007
- font-size: 14px;
1008
- color: #15224c;
1009
- line-height: 16px;
1010
- margin-bottom: 8px;
1011
- }
1012
- .es-simplicity-message-item-time {
1013
- font-size: 12px;
1014
- color: #737a94;
1015
- line-height: 14px;
1016
- }
1017
- }
1018
- .es-simplicity-message-tips {
1019
- font-size: 14px;
1020
- color: #6e7c98;
1021
- text-align: center;
1022
- padding-top: 20px;
1023
- }
1024
- }
1025
- .es-simplicity-notice-box {
1026
- width: 420px;
1027
- padding: 80px 24px 54px 24px;
1028
- position: absolute;
1029
- right: 4px;
1030
- bottom: 4px;
1031
- z-index: 9999;
1032
- background-color: #f5fbff;
1033
- border-radius: 9px;
1034
- //animation: ltr-drawer-out 0.3s;
1035
- animation: rtl-drawer-out 0.3s;
1036
- overflow: hidden;
1037
- &.es-in {
1038
- //animation: ltr-drawer-in 0.3s 1ms;
1039
- animation: rtl-drawer-in 0.3s 1ms;
1040
- }
1041
- .es-simplicity-message-overlook,
1042
- .es-simplicity-message-handler {
1043
- margin-left: 12px;
1044
- }
1045
- .es-simplicity-notice-header {
1046
- height: 56px;
1047
- font-size: 16px;
1048
- color: #ffffff;
1049
- padding: 16px 24px;
1050
- background-color: #2591f7;
1051
- position: absolute;
1052
- top: 0;
1053
- right: 0;
1054
- left: 0;
1055
- }
1056
- .es-simplicity-notice-lists {
1057
- height: 304px;
1058
- }
1059
- .es-notice-footer {
1060
- border-top: 1px solid #dfebf6;
1061
- padding: 20px 44px 16px;
1062
- font-size: 14px;
1063
- color: #737a94;
1064
- line-height: 17px;
1065
- display: flex;
1066
- justify-content: space-between;
1067
- position: absolute;
1068
- left: 24px;
1069
- right: 24px;
1070
- bottom: 0;
1071
- }
1072
- }
1073
- .el-popover.es-simplicity-menus-hide {
1074
- display: none !important;
1075
- opacity: 0;
1076
- z-index: -999;
1077
- }
1078
- .es-public-search-dialog > .el-dialog {
1079
- & > .el-dialog__header,
1080
- & > .el-dialog__body {
1081
- background-color: #fff;
1082
- }
1083
- }
1084
- .es-public-search-box {
1085
- padding-top: 53px;
1086
- height: 100%;
1087
- .es-public-search-input {
1088
- width: 90%;
1089
- display: block;
1090
- margin: 0 auto 20px auto;
1091
- }
1092
- .es-public-search-tabs {
1093
- height: calc(100% - 60px);
1094
- .el-tabs__header {
1095
- height: 40px;
1096
- margin: 0;
1097
- }
1098
- .el-tabs__nav-wrap {
1099
- padding: 0 24px;
1100
- }
1101
- .el-tabs__content {
1102
- height: calc(100% - 40px);
1103
- padding: 10px 0;
1104
- }
1105
- .el-tab-pane {
1106
- height: 100%;
1107
- overflow: hidden;
1108
- }
1109
- }
1110
- .es-public-search-content {
1111
- padding: 10px 20px;
1112
- position: relative;
1113
- &::after {
1114
- content: '';
1115
- display: block;
1116
- }
1117
- }
1118
- .es-public-search-title {
1119
- font-size: 16px;
1120
- line-height: 22px;
1121
- font-weight: 800;
1122
- color: #262626;
1123
- margin-bottom: 23px;
1124
- }
1125
- .es-public-search-list-item {
1126
- padding: 16px 8px 16px 60px;
1127
- position: relative;
1128
- cursor: pointer;
1129
- &:hover {
1130
- background: rgba(37, 145, 247, 0.08);
1131
- border-radius: 9px 9px 9px 9px;
1132
- }
1133
- }
1134
- .es-public-search-item-icon {
1135
- width: 40px;
1136
- height: 40px;
1137
- font-size: 14px;
1138
- position: absolute;
1139
- left: 8px;
1140
- top: 50%;
1141
- margin-top: -20px;
1142
- border-radius: 6px;
1143
- color: #fff;
1144
- text-align: center;
1145
- line-height: 40px;
1146
- &.es-public-search-item-icons {
1147
- font-size: 18px;
1148
- }
1149
- &.es-icon-ppt,
1150
- &.es-icon-pdf {
1151
- font-size: 40px;
1152
- color: #ff7878;
1153
- }
1154
- &.es-icon-picture,
1155
- &.es-icon-video,
1156
- &.es-icon-audioo {
1157
- font-size: 36px;
1158
- color: #909399;
1159
- margin-top: -18px;
1160
- }
1161
- &.es-icon-excel {
1162
- font-size: 40px;
1163
- color: #199051;
1164
- }
1165
- &.es-icon-word {
1166
- font-size: 40px;
1167
- color: #1d60f5;
1168
- }
1169
- &.es-icon-zip {
1170
- font-size: 36px;
1171
- color: #5dc7f7;
1172
- margin-top: -18px;
1173
- }
1174
- &.es-icon-txt {
1175
- font-size: 40px;
1176
- color: #909399;
1177
- }
1178
- &.es-icon-ios {
1179
- font-size: 36px;
1180
- margin-top: -18px;
1181
- }
1182
- &.es-icon-android {
1183
- font-size: 36px;
1184
- margin-top: -18px;
1185
- color: #81bd24;
1186
- }
1187
- &.es-public-search-item-icon-text {
1188
- background-color: #2778e5;
1189
- }
1190
- }
1191
- .es-public-search-item-name {
1192
- font-size: 14px;
1193
- font-weight: 500;
1194
- color: #262626;
1195
- line-height: 22px;
1196
- }
1197
- .es-public-search-item-texts {
1198
- font-size: 12px;
1199
- font-weight: 400;
1200
- color: #8c8c8c;
1201
- line-height: 20px;
1202
- overflow: hidden;
1203
- white-space: nowrap;
1204
- text-overflow: ellipsis;
1205
- .es-public-search-item-text + .es-public-search-item-text {
1206
- margin-left: 20px;
1207
- }
1208
- }
1209
- .es-public-search-more {
1210
- text-align: center;
1211
- color: #8c8c8c;
1212
- font-weight: 500;
1213
- font-size: 14px;
1214
- margin-top: 20px;
1215
- padding-bottom: 12px;
1216
- border-bottom: 1px solid #dce3e7;
1217
- .es-public-search-more-text {
1218
- cursor: pointer;
1219
- }
1220
- }
1221
- .es-public-search-more-quote {
1222
- color: #2778e5;
1223
- padding: 0 4px;
1224
- }
1225
- .es-public-search-info {
1226
- padding: 16px 20px;
1227
- font-size: 14px;
1228
- font-weight: 500;
1229
- color: #262626;
1230
- }
1231
- .es-public-search-lists {
1232
- padding: 0 20px;
1233
- .es-public-search-list-item {
1234
- border-bottom: 1px solid #f0f0f0;
1235
- }
1236
- }
1237
- .es-public-search-no-more {
1238
- text-align: center;
1239
- padding: 20px;
1240
- }
1241
- .es-public-search-scrollbar {
1242
- .el-scrollbar__view {
1243
- min-height: 100%;
1244
- }
1245
- }
1246
- }
1
+ @import './common/var.scss';
2
+ @import './base.scss';
3
+ @keyframes open-submenu {
4
+ 0% {
5
+ padding-left: 0;
6
+ }
7
+ 100% {
8
+ padding-left: $--main-simplicity-menu-width;
9
+ }
10
+ }
11
+ @keyframes close-submenu {
12
+ 0% {
13
+ padding-left: $--main-simplicity-menu-width;
14
+ }
15
+ 100% {
16
+ padding-left: 48px;
17
+ }
18
+ }
19
+ .es-simplicity-side {
20
+ width: $--main-simplicity-side-width;
21
+ height: 100%;
22
+ float: left;
23
+ padding: 16px 8px 8px 8px;
24
+ @extend .es-flex-vertical;
25
+ @if $--main-simplicity-side-background-color != '' {
26
+ background-color: $--main-simplicity-side-background-color;
27
+ } @else {
28
+ background-color: $--color-primary-light-9;
29
+ }
30
+ .es-simplicity-logo {
31
+ width: $--main-simplicity-side-width - 24px;
32
+ margin: 0 auto;
33
+ }
34
+ .es-simplicity-org-name {
35
+ font-weight: 500;
36
+ font-size: 14px;
37
+ color: #ffffff;
38
+ text-align: center;
39
+ line-height: 16px;
40
+ padding-top: 5px;
41
+ margin-bottom: 32px;
42
+ }
43
+ .es-simplicity-user-popover {
44
+ margin-bottom: 32px;
45
+ }
46
+ .es-simplicity-portrait {
47
+ width: $--main-simplicity-side-width - 24px;
48
+ height: $--main-simplicity-side-width - 24px;
49
+ border-radius: 50%;
50
+ overflow: hidden;
51
+ margin: 0 auto;
52
+ cursor: pointer;
53
+ position: relative;
54
+ }
55
+ .es-simplicity-side-Application {
56
+ flex: 1;
57
+ position: relative;
58
+ margin-right: -8px;
59
+ .el-scrollbar {
60
+ position: absolute;
61
+ top: 0;
62
+ right: 0;
63
+ bottom: 0;
64
+ left: 0;
65
+ }
66
+ .el-scrollbar__view {
67
+ padding-right: 8px;
68
+ }
69
+ .el-scrollbar__thumb {
70
+ background-color: $--color-primary-light-7;
71
+ }
72
+ }
73
+ .es-simplicity-side-app {
74
+ text-align: center;
75
+ color: rgba(255, 255, 255, 0.3);
76
+ height: 64px;
77
+ padding: 6px 0;
78
+ position: relative;
79
+ cursor: pointer;
80
+ @extend .es-flex-vertical;
81
+ justify-content: center;
82
+ align-items: center;
83
+ background-repeat: no-repeat;
84
+ background-size: contain;
85
+ background-position: center;
86
+ .el-badge {
87
+ padding: 8px 0;
88
+ }
89
+ .es-icon_image {
90
+ opacity: 0.3;
91
+ }
92
+ &.is-active,
93
+ &:hover {
94
+ color: #fff;
95
+ .el-badge {
96
+ padding: 8px 0;
97
+ background-color: rgba(255, 255, 255, 0.12);
98
+ border-radius: 9px;
99
+ }
100
+ .es-icon_image {
101
+ opacity: 1;
102
+ }
103
+ }
104
+ .el-icon-circle-close {
105
+ position: absolute;
106
+ right: 0;
107
+ top: 0;
108
+ padding: 2px;
109
+ display: none;
110
+ }
111
+ &:hover {
112
+ .el-icon-circle-close {
113
+ display: block;
114
+ z-index: 999;
115
+ }
116
+ }
117
+ }
118
+ .el-badge {
119
+ width: 100%;
120
+ }
121
+ .es-simplicity-side-app-icon {
122
+ font-size: 24px;
123
+ &.es-icon_image {
124
+ width: 20px;
125
+ }
126
+ }
127
+ .es-simplicity-side-app-text {
128
+ font-size: 12px;
129
+ @extend .es-text-ellipsis;
130
+ }
131
+ }
132
+ .es-simplicity-portrait-image {
133
+ width: 100%;
134
+ border-radius: 50%;
135
+ vertical-align: top;
136
+ background: transparent;
137
+ }
138
+ .es-simplicity-main {
139
+ height: 100%;
140
+ margin-left: $--main-simplicity-side-width;
141
+ overflow: hidden;
142
+ position: relative;
143
+ .es-simplicity-apps,
144
+ .es-simplicity-message,
145
+ .es-simplicity-message-modal,
146
+ .es-simplicity-apps-modal,
147
+ .es-simplicity-public-drawer {
148
+ position: absolute;
149
+ top: $--main-simplicity-header-height;
150
+ height: calc(100% - #{$--main-simplicity-header-height});
151
+ }
152
+ .es-simplicity-apps {
153
+ .el-drawer__body {
154
+ background-color: #f4f4f4;
155
+ padding: 20px;
156
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
157
+ padding: 14px;
158
+ }
159
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
160
+ padding: 10px;
161
+ }
162
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
163
+ padding: 6px;
164
+ }
165
+ }
166
+ }
167
+ .es-simplicity-public-drawer {
168
+ .el-drawer__header {
169
+ padding: 10px 0 0;
170
+ margin: 0;
171
+ }
172
+ }
173
+ .es-simplicity-subMenus,
174
+ .es-simplicity-public-drawer {
175
+ .el-drawer__body {
176
+ padding: 0;
177
+ position: relative;
178
+ }
179
+ }
180
+ .es-simplicity-subMenus {
181
+ width: auto;
182
+ height: 100%;
183
+ overflow: visible;
184
+ right: auto;
185
+ position: absolute;
186
+ z-index: 999 !important;
187
+ .el-drawer {
188
+ box-shadow: none;
189
+ overflow: visible;
190
+ border-right: 1px solid #dfebf6;
191
+ }
192
+ }
193
+
194
+ .es-simplicity-message {
195
+ .el-drawer {
196
+ background-color: #f4f4f4;
197
+ }
198
+ }
199
+ }
200
+ .es-simplicity_apps {
201
+ height: 100%;
202
+ display: flex;
203
+ .es-simplicity_apps-all {
204
+ flex: 1;
205
+ @extend .es-flex-vertical;
206
+ margin-right: 20px;
207
+ .es-simplicity_apps-box {
208
+ flex: 1;
209
+ }
210
+ .es-simplicity_apps-list {
211
+ position: absolute;
212
+ top: 0;
213
+ right: 0;
214
+ bottom: 0;
215
+ left: 0;
216
+ overflow: hidden;
217
+ display: flex;
218
+ align-content: flex-start;
219
+ flex-wrap: wrap;
220
+ .es-simplicity_apps-list-item {
221
+ width: 20%;
222
+ height: 25%;
223
+ padding: 12px;
224
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
225
+ padding: 8px;
226
+ }
227
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
228
+ padding: 4px;
229
+ }
230
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
231
+ padding: 2px;
232
+ }
233
+ }
234
+ }
235
+ .es-simplicity_apps-list-content {
236
+ @extend .es-flex-vertical;
237
+ height: 100%;
238
+ justify-content: center;
239
+ align-items: center;
240
+ }
241
+ .es-simplicity_apps-icon {
242
+ margin-bottom: 16px;
243
+ color: $--color-primary;
244
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
245
+ margin-bottom: 12px;
246
+ }
247
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
248
+ margin-bottom: 8px;
249
+ }
250
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
251
+ margin-bottom: 4px;
252
+ }
253
+ }
254
+ .es-simplicity_apps-search {
255
+ width: 200px;
256
+ .el-input__inner {
257
+ border-radius: 16px;
258
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
259
+ height: 28px;
260
+ line-height: 28px;
261
+ font-size: 14px;
262
+ }
263
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
264
+ height: 24px;
265
+ line-height: 24px;
266
+ font-size: 12px;
267
+ }
268
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
269
+ height: 20px;
270
+ line-height: 20px;
271
+ font-size: 12px;
272
+ }
273
+ &::placeholder {
274
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
275
+ font-size: 14px;
276
+ }
277
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
278
+ font-size: 12px;
279
+ }
280
+ }
281
+ }
282
+ .el-input__icon {
283
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
284
+ line-height: 28px;
285
+ font-size: 14px;
286
+ }
287
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
288
+ line-height: 24px;
289
+ font-size: 12px;
290
+ }
291
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
292
+ line-height: 20px;
293
+ font-size: 12px;
294
+ }
295
+ }
296
+ }
297
+ }
298
+ .es-simplicity_apps-title {
299
+ font-weight: 500;
300
+ font-size: 20px;
301
+ color: #15224c;
302
+ line-height: 32px;
303
+ padding: 6px 12px 12px;
304
+ display: flex;
305
+ justify-content: space-between;
306
+ align-items: center;
307
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
308
+ font-size: 17px;
309
+ line-height: 26px;
310
+ padding: 6px 10px 10px;
311
+ }
312
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
313
+ font-size: 14px;
314
+ line-height: 20px;
315
+ padding: 4px 8px 8px;
316
+ }
317
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
318
+ font-size: 12px;
319
+ line-height: 16px;
320
+ padding: 4px 6px 6px;
321
+ }
322
+ }
323
+ .es-simplicity_apps-box {
324
+ position: relative;
325
+ }
326
+ .es-simplicity_apps-list-content {
327
+ background: #ffffff;
328
+ border-radius: 9px;
329
+ padding: 4px;
330
+ cursor: pointer;
331
+ overflow: hidden;
332
+ position: relative;
333
+ &:hover {
334
+ .es-simplicity_apps-hover {
335
+ opacity: 1;
336
+ z-index: 1;
337
+ .es-simplicity_apps-icon {
338
+ color: rgba(255, 255, 255, 0.5);
339
+ }
340
+ }
341
+ }
342
+ &.es-simplicity_apps-disabled {
343
+ cursor: not-allowed;
344
+ .es-simplicity_apps-hover {
345
+ background-color: rgba(115, 122, 148, 0.9);
346
+ }
347
+ }
348
+ }
349
+ .es-simplicity_apps-icon {
350
+ font-size: 34px;
351
+ width: 34px;
352
+ height: 34px;
353
+ line-height: 34px;
354
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
355
+ font-size: 30px;
356
+ width: 30px;
357
+ height: 30px;
358
+ line-height: 30px;
359
+ }
360
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
361
+ font-size: 26px;
362
+ width: 26px;
363
+ height: 26px;
364
+ line-height: 26px;
365
+ }
366
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
367
+ font-size: 22px;
368
+ width: 22px;
369
+ height: 22px;
370
+ line-height: 22px;
371
+ }
372
+ }
373
+ .es-simplicity_apps-text {
374
+ font-weight: 400;
375
+ font-size: 16px;
376
+ text-align: center;
377
+ line-height: 19px;
378
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
379
+ font-size: 14px;
380
+ line-height: 17px;
381
+ }
382
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
383
+ font-size: 12px;
384
+ line-height: 15px;
385
+ }
386
+ }
387
+ .es-simplicity_apps-hover {
388
+ opacity: 0;
389
+ display: flex;
390
+ flex-direction: column;
391
+ box-orient: vertical;
392
+ justify-content: center;
393
+ align-items: center;
394
+ position: absolute;
395
+ top: 0;
396
+ right: 0;
397
+ bottom: 0;
398
+ left: 0;
399
+ z-index: -1;
400
+ background-color: $--color-primary-light-5;
401
+ color: #fff;
402
+ }
403
+ .es-simplicity_apps-pagination {
404
+ text-align: right;
405
+ padding: 18px 20px;
406
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
407
+ padding: 14px 16px;
408
+ }
409
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
410
+ padding: 10px 12px;
411
+ }
412
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
413
+ padding: 7px 8px;
414
+ }
415
+ .el-pagination__total {
416
+ float: left;
417
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
418
+ height: 24px;
419
+ line-height: 24px;
420
+ }
421
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
422
+ font-size: 12px;
423
+ height: 20px;
424
+ line-height: 20px;
425
+ }
426
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
427
+ font-size: 12px;
428
+ height: 16px;
429
+ line-height: 16px;
430
+ }
431
+ }
432
+
433
+ & > button {
434
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
435
+ height: 24px;
436
+ line-height: 24px;
437
+ }
438
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
439
+ font-size: 12px;
440
+ height: 20px;
441
+ line-height: 20px;
442
+ }
443
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
444
+ font-size: 12px;
445
+ height: 16px;
446
+ line-height: 16px;
447
+ }
448
+ }
449
+ .el-pager li {
450
+ background-color: #fff;
451
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
452
+ min-width: 26px;
453
+ height: 24px;
454
+ line-height: 24px;
455
+ }
456
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
457
+ min-width: 22px;
458
+ height: 20px;
459
+ line-height: 20px;
460
+ }
461
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
462
+ min-width: 18px;
463
+ height: 16px;
464
+ line-height: 16px;
465
+ }
466
+ }
467
+ }
468
+ .es-simplicity_apps-other {
469
+ width: 34%;
470
+ padding-left: 20px;
471
+ border-left: 1px solid #cdd9e4;
472
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
473
+ padding-left: 14px;
474
+ }
475
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
476
+ padding-left: 8px;
477
+ }
478
+ .es-simplicity_apps-list {
479
+ display: flex;
480
+ align-content: flex-start;
481
+ flex-wrap: wrap;
482
+ .es-simplicity_apps-list-item {
483
+ width: 50%;
484
+ padding: 12px;
485
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
486
+ padding: 8px;
487
+ }
488
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
489
+ padding: 4px;
490
+ }
491
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
492
+ padding: 2px;
493
+ }
494
+ }
495
+ .es-simplicity_app-icon {
496
+ display: block;
497
+ width: 34px;
498
+ height: 34px;
499
+ font-size: 18px;
500
+ line-height: 34px;
501
+ text-align: center;
502
+ border-radius: 9px;
503
+ }
504
+ .es-simplicity_apps-text {
505
+ margin-left: 12px;
506
+ text-align: left;
507
+ overflow: hidden;
508
+ text-overflow: ellipsis;
509
+ display: -webkit-box;
510
+ -webkit-box-orient: vertical;
511
+ line-clamp: 3;
512
+ -webkit-line-clamp: 3;
513
+ word-wrap: break-word;
514
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
515
+ margin-left: 8px;
516
+ }
517
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
518
+ margin-left: 4px;
519
+ }
520
+ }
521
+ }
522
+ .es-simplicity_apps-list-content {
523
+ display: flex;
524
+ align-items: center;
525
+ padding: 16px;
526
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
527
+ padding: 12px;
528
+ }
529
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
530
+ padding: 8px;
531
+ }
532
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
533
+ padding: 4px;
534
+ }
535
+ .es-simplicity_apps-texts {
536
+ min-height: 36px;
537
+ display: flex;
538
+ align-items: center;
539
+ }
540
+ .es-simplicity_apps-hover {
541
+ flex-direction: row;
542
+ }
543
+ }
544
+ .es-simplicity_apps-systems {
545
+ padding-top: 20px;
546
+ border-top: 1px solid #cdd9e4;
547
+ }
548
+ }
549
+ }
550
+ .es-simplicity-userinfo {
551
+ padding: 20px;
552
+ .es-simplicity-user {
553
+ border-bottom: 1px solid #dfebf6;
554
+ position: relative;
555
+ padding-bottom: 16px;
556
+ .es-simplicity-user-name {
557
+ font-weight: 500;
558
+ font-size: 20px;
559
+ color: #15224c;
560
+ line-height: 23px;
561
+ margin-bottom: 12px;
562
+ margin-right: 80px;
563
+ }
564
+ .es-simplicity-org-name,
565
+ .es-simplicity-dep-post {
566
+ margin-right: 80px;
567
+ font-weight: 400;
568
+ font-size: 14px;
569
+ color: #737a94;
570
+ line-height: 16px;
571
+ margin-bottom: 8px;
572
+ }
573
+ .es-icon-renyuanqiehuan {
574
+ font-size: 20px;
575
+ color: #2591f7;
576
+ cursor: pointer;
577
+ margin-left: 16px;
578
+ }
579
+ .es-simplicity-portrait {
580
+ position: absolute;
581
+ top: 0;
582
+ right: 0;
583
+ width: 64px;
584
+ padding: 0 8px 8px;
585
+ .es-upload {
586
+ margin-top: 12px;
587
+ margin-left: -8px;
588
+ margin-right: -8px;
589
+ }
590
+ }
591
+ .el-upload--handle {
592
+ width: 100%;
593
+ }
594
+ .el-upload--text {
595
+ width: 100%;
596
+ text-align: center;
597
+ font-size: 14px;
598
+ color: #2591f7;
599
+ }
600
+ }
601
+ .es-simplicity-notice-type {
602
+ padding: 24px 0;
603
+ border-bottom: 1px solid #dfebf6;
604
+ }
605
+ .es-simplicity-notice-title {
606
+ font-size: 14px;
607
+ color: #15224c;
608
+ line-height: 16px;
609
+ margin-bottom: 12px;
610
+ }
611
+ .es-simplicity-notice-list {
612
+ .el-checkbox {
613
+ min-width: 115px;
614
+ }
615
+ }
616
+ .es-simplicity-password {
617
+ padding-top: 24px;
618
+ font-size: 14px;
619
+ color: #2591f7;
620
+ line-height: 16px;
621
+ cursor: pointer;
622
+ .es-icon-arrow-right {
623
+ position: relative;
624
+ top: 1px;
625
+ margin-left: 8px;
626
+ }
627
+ }
628
+ .es-simplicity-qrcode {
629
+ width: 100px;
630
+ height: 100px;
631
+ }
632
+ }
633
+ .es-simplicity-unfold {
634
+ position: fixed;
635
+ left: $--main-simplicity-side-width;
636
+ top: $--main-simplicity-header-height;
637
+ z-index: 9999;
638
+ .el-icon-s-unfold {
639
+ font-size: 32px;
640
+ cursor: move;
641
+ background-color: #fff;
642
+ border-radius: 10px;
643
+ }
644
+ }
645
+ .es-simplicity-menus {
646
+ height: 100%;
647
+ display: flex;
648
+ .es-simplicity-menus-box {
649
+ width: 220px;
650
+ height: 100%;
651
+ position: relative;
652
+ .es-simplicity-menus-title {
653
+ font-weight: bold;
654
+ line-height: 30px;
655
+ padding: 7px 7px 7px 14px;
656
+ border-bottom: 1px solid #dfebf6;
657
+ display: flex;
658
+ justify-content: center;
659
+ align-items: center;
660
+ .es-simplicity-menus-title-text {
661
+ flex: 1;
662
+ font-size: 20px;
663
+ color: #15224c;
664
+ }
665
+ .es-simplicity-menus-title-icon {
666
+ font-size: 24px;
667
+ color: #b9bdc9;
668
+ cursor: pointer;
669
+ }
670
+ }
671
+ .es-simplicity-menus-scrollbar {
672
+ position: absolute;
673
+ top: 45px;
674
+ right: 0;
675
+ bottom: 0;
676
+ left: 0;
677
+ }
678
+ }
679
+ .es-simplicity-menus-view {
680
+ border-left: 1px solid #dfebf6;
681
+ display: flex;
682
+ .es-simplicity-menus-box + .es-simplicity-menus-box {
683
+ border-left: 1px solid #dfebf6;
684
+ }
685
+ }
686
+ &.es-simplicity-menus-plus {
687
+ .es-simplicity-menus-box {
688
+ .es-simplicity-menus-title {
689
+ padding: 13px 7px 13px 14px;
690
+ }
691
+ .es-simplicity-menus-scrollbar {
692
+ top: 57px;
693
+ }
694
+ }
695
+ }
696
+ }
697
+ .es-simplicity-menus-lists {
698
+ padding: 8px 0;
699
+ &.is-fold {
700
+ padding: 4px 0;
701
+ }
702
+ }
703
+ .es-simplicity-menus-item {
704
+ height: 48px;
705
+ display: flex;
706
+ align-items: center;
707
+ padding: 8px 24px;
708
+ position: relative;
709
+ cursor: pointer;
710
+ overflow: hidden;
711
+ color: #15224c;
712
+ &.is-fold {
713
+ height: 40px;
714
+ padding: 4px 12px;
715
+ .es-simplicity_apps-icon {
716
+ margin-right: 0;
717
+ }
718
+ .es-simplicity-menus-tips {
719
+ top: 0;
720
+ right: 0;
721
+ color: #ff0000;
722
+ font-size: 12px;
723
+ }
724
+ &:hover {
725
+ &::before {
726
+ inset: 0 4px;
727
+ }
728
+ }
729
+ &.is-active {
730
+ &::before {
731
+ inset: 0 4px;
732
+ }
733
+ }
734
+ }
735
+ .es-simplicity_apps-icon {
736
+ height: 24px;
737
+ padding: 4px;
738
+ border-radius: 3px;
739
+ margin-right: 12px;
740
+ color: $--color-primary;
741
+ z-index: 1;
742
+ }
743
+ .es-simplicity-menus-tips {
744
+ font-size: 14px;
745
+ color: #737a94;
746
+ position: absolute;
747
+ right: 12px;
748
+ & + .es-simplicity_apps-text {
749
+ width: 176px;
750
+ }
751
+ }
752
+ .es-simplicity_apps-text {
753
+ width: 200px;
754
+ font-weight: 400;
755
+ font-size: 14px;
756
+ line-height: 16px;
757
+ text-overflow: ellipsis;
758
+ white-space: nowrap;
759
+ overflow: hidden;
760
+ position: relative;
761
+ }
762
+ &:hover {
763
+ color: $--color-primary;
764
+ &::before {
765
+ content: '';
766
+ display: block;
767
+ position: absolute;
768
+ inset: 0 12px;
769
+ background-color: $--color-primary-light-2;
770
+ border-radius: 6px;
771
+ z-index: 0;
772
+ }
773
+ }
774
+ &.is-active {
775
+ color: $--color-primary;
776
+ &::before {
777
+ content: '';
778
+ display: block;
779
+ position: absolute;
780
+ inset: 0 12px;
781
+ background-color: $--color-primary-light-2;
782
+ border-radius: 6px;
783
+ z-index: 0;
784
+ }
785
+ }
786
+ }
787
+ .es-simplicity-iframe {
788
+ height: 100%;
789
+ & > .el-tabs__header {
790
+ height: $--main-simplicity-header-height;
791
+ padding: ($--main-simplicity-header-height - 36px)/2 0;
792
+ margin: 0;
793
+ border-bottom: 1px solid #dfebf6;
794
+ background-color: #fff;
795
+ & > .el-tabs__nav-main {
796
+ margin: 0 10px;
797
+ }
798
+ .el-tabs__nav-next,
799
+ .el-tabs__nav-prev {
800
+ height: 36px;
801
+ font-size: 16px;
802
+ padding: 0 6px;
803
+ }
804
+ .el-tabs__nav-wrap {
805
+ padding: 0 10px;
806
+ &.is-scrollable {
807
+ padding: 0 28px;
808
+ }
809
+ &::after {
810
+ content: none;
811
+ }
812
+ .el-tabs__item {
813
+ height: 36px;
814
+ line-height: 36px;
815
+ padding: 0 12px !important;
816
+ background: #f2f2f2;
817
+ border-radius: 6px;
818
+ color: #737a94;
819
+ & + .el-tabs__item {
820
+ margin-left: 12px;
821
+ }
822
+ &.is-active {
823
+ color: $--color-primary;
824
+ background-color: $--color-primary-light-1;
825
+ }
826
+ }
827
+ }
828
+ }
829
+ & > .el-tabs__content {
830
+ height: calc(100% - #{$--main-simplicity-header-height});
831
+ .el-tab-pane {
832
+ height: 100%;
833
+ }
834
+ }
835
+ &.is-open {
836
+ & > .el-tabs__content {
837
+ animation: open-submenu 0.3s 1ms forwards;
838
+ }
839
+ &.is-fold {
840
+ & > .el-tabs__content {
841
+ animation: close-submenu 0.1s 0ms forwards;
842
+ }
843
+ }
844
+ }
845
+ }
846
+
847
+ .es-simplicity-handler {
848
+ height: 36px;
849
+ display: flex;
850
+ align-items: center;
851
+ height: 100%;
852
+ line-height: 24px;
853
+ padding: 0 10px;
854
+ .es-simplicity-handler-date {
855
+ font-size: 14px;
856
+ color: #15224c;
857
+ margin-right: 33px;
858
+ position: relative;
859
+ &::after {
860
+ content: '';
861
+ display: block;
862
+ width: 1px;
863
+ height: 16px;
864
+ position: absolute;
865
+ right: -16px;
866
+ top: 4px;
867
+ background-color: #cdd9e4;
868
+ }
869
+ }
870
+ .es-simplicity-handler-time {
871
+ font-size: 20px;
872
+ color: #2591f7;
873
+ margin-right: 12px;
874
+ }
875
+ .es-simplicity-online {
876
+ font-size: 14px;
877
+ color: #15224c;
878
+ margin-right: 33px;
879
+ position: relative;
880
+ &::after {
881
+ content: '';
882
+ display: block;
883
+ width: 1px;
884
+ height: 16px;
885
+ position: absolute;
886
+ right: -16px;
887
+ top: 4px;
888
+ background-color: #cdd9e4;
889
+ }
890
+ }
891
+ .es-simplicity-online-num {
892
+ font-weight: 700;
893
+ color: $--color-primary;
894
+ font-size: 15px;
895
+ }
896
+ .es-simplicity-handler-item {
897
+ & + .es-simplicity-handler-item {
898
+ margin-left: 12px;
899
+ }
900
+ }
901
+ .es-simplicity-handler-icon {
902
+ font-size: 20px;
903
+ padding: 3px 5px;
904
+ border-radius: 3px;
905
+ overflow: hidden;
906
+ cursor: pointer;
907
+ &:hover {
908
+ color: #fff;
909
+ background: $--color-primary-light-5;
910
+ box-shadow: 0px 4px 16px 0px $--color-primary-light-1;
911
+ }
912
+ }
913
+ }
914
+ .es-simplicity-tabs-handler-mask {
915
+ position: absolute;
916
+ z-index: 99999;
917
+ left: 0;
918
+ top: 0;
919
+ right: 0;
920
+ bottom: 0;
921
+ }
922
+ .es-simplicity-tabs-handler {
923
+ width: 120px;
924
+ position: fixed;
925
+ .el-card__body {
926
+ padding: 4px 0;
927
+ }
928
+ .es-simplicity-tabs-handler-item {
929
+ height: 32px;
930
+ line-height: 32px;
931
+ padding: 0 20px;
932
+ color: $--button-disabled-font-color;
933
+ user-select: none;
934
+ &:not(.is-disabled) {
935
+ color: rgba(0, 0, 0, 0.75);
936
+ &:hover {
937
+ background-color: rgba(144, 147, 153, 0.2);
938
+ }
939
+ }
940
+ }
941
+ }
942
+ .es-simplicity-drawer-close {
943
+ cursor: pointer;
944
+ position: absolute;
945
+ right: 0;
946
+ top: 0;
947
+ color: #6e7c98;
948
+ z-index: 9999;
949
+ }
950
+ .es-simplicity-message {
951
+ .el-drawer__body {
952
+ @extend .es-flex-vertical;
953
+ padding: 20px;
954
+ }
955
+ .es-simplicity-message-header {
956
+ padding-bottom: 20px;
957
+ .es-simplicity-message-title {
958
+ font-weight: bold;
959
+ font-size: 20px;
960
+ color: #15224c;
961
+ line-height: 24px;
962
+ }
963
+ }
964
+ .es-simplicity-message-overlook,
965
+ .es-simplicity-message-handler {
966
+ margin-left: 12px;
967
+ }
968
+ .es-simplicity-message-lists-box {
969
+ flex: 1;
970
+ position: relative;
971
+ .es-simplicity-message-lists {
972
+ position: absolute;
973
+ top: 0;
974
+ right: 0;
975
+ bottom: 0;
976
+ left: 0;
977
+ }
978
+ }
979
+ .es-simplicity-message-total {
980
+ padding-top: 20px;
981
+ font-size: 14px;
982
+ color: #6e7c98;
983
+ line-height: 14px;
984
+ }
985
+ }
986
+ .es-simplicity-message-overlook,
987
+ .es-simplicity-message-handler {
988
+ font-size: 14px;
989
+ color: #737a94;
990
+ float: right;
991
+ cursor: pointer;
992
+ }
993
+ .es-simplicity-message-handler {
994
+ color: #2591f7;
995
+ }
996
+ .es-simplicity-message-lists {
997
+ .es-simplicity-message-item {
998
+ background: #ffffff;
999
+ box-shadow: 0px 12px 24px 0px rgba(33, 70, 141, 0.1);
1000
+ border-radius: 9px;
1001
+ padding: 16px 24px;
1002
+ & + .es-simplicity-message-item {
1003
+ margin-top: 20px;
1004
+ }
1005
+ .es-simplicity-message-item-title {
1006
+ font-weight: bold;
1007
+ font-size: 14px;
1008
+ color: #15224c;
1009
+ line-height: 16px;
1010
+ margin-bottom: 8px;
1011
+ }
1012
+ .es-simplicity-message-item-time {
1013
+ font-size: 12px;
1014
+ color: #737a94;
1015
+ line-height: 14px;
1016
+ }
1017
+ }
1018
+ .es-simplicity-message-tips {
1019
+ font-size: 14px;
1020
+ color: #6e7c98;
1021
+ text-align: center;
1022
+ padding-top: 20px;
1023
+ }
1024
+ }
1025
+ .es-simplicity-notice-box {
1026
+ width: 420px;
1027
+ padding: 80px 24px 54px 24px;
1028
+ position: absolute;
1029
+ right: 4px;
1030
+ bottom: 4px;
1031
+ z-index: 9999;
1032
+ background-color: #f5fbff;
1033
+ border-radius: 9px;
1034
+ //animation: ltr-drawer-out 0.3s;
1035
+ animation: rtl-drawer-out 0.3s;
1036
+ overflow: hidden;
1037
+ &.es-in {
1038
+ //animation: ltr-drawer-in 0.3s 1ms;
1039
+ animation: rtl-drawer-in 0.3s 1ms;
1040
+ }
1041
+ .es-simplicity-message-overlook,
1042
+ .es-simplicity-message-handler {
1043
+ margin-left: 12px;
1044
+ }
1045
+ .es-simplicity-notice-header {
1046
+ height: 56px;
1047
+ font-size: 16px;
1048
+ color: #ffffff;
1049
+ padding: 16px 24px;
1050
+ background-color: #2591f7;
1051
+ position: absolute;
1052
+ top: 0;
1053
+ right: 0;
1054
+ left: 0;
1055
+ }
1056
+ .es-simplicity-notice-lists {
1057
+ height: 304px;
1058
+ }
1059
+ .es-notice-footer {
1060
+ border-top: 1px solid #dfebf6;
1061
+ padding: 20px 44px 16px;
1062
+ font-size: 14px;
1063
+ color: #737a94;
1064
+ line-height: 17px;
1065
+ display: flex;
1066
+ justify-content: space-between;
1067
+ position: absolute;
1068
+ left: 24px;
1069
+ right: 24px;
1070
+ bottom: 0;
1071
+ }
1072
+ }
1073
+ .el-popover.es-simplicity-menus-hide {
1074
+ display: none !important;
1075
+ opacity: 0;
1076
+ z-index: -999;
1077
+ }
1078
+ .es-public-search-dialog > .el-dialog {
1079
+ & > .el-dialog__header,
1080
+ & > .el-dialog__body {
1081
+ background-color: #fff;
1082
+ }
1083
+ }
1084
+ .es-public-search-box {
1085
+ padding-top: 53px;
1086
+ height: 100%;
1087
+ .es-public-search-input {
1088
+ width: 90%;
1089
+ display: block;
1090
+ margin: 0 auto 20px auto;
1091
+ }
1092
+ .es-public-search-tabs {
1093
+ height: calc(100% - 60px);
1094
+ .el-tabs__header {
1095
+ height: 40px;
1096
+ margin: 0;
1097
+ }
1098
+ .el-tabs__nav-wrap {
1099
+ padding: 0 24px;
1100
+ }
1101
+ .el-tabs__content {
1102
+ height: calc(100% - 40px);
1103
+ padding: 10px 0;
1104
+ }
1105
+ .el-tab-pane {
1106
+ height: 100%;
1107
+ overflow: hidden;
1108
+ }
1109
+ }
1110
+ .es-public-search-content {
1111
+ padding: 10px 20px;
1112
+ position: relative;
1113
+ &::after {
1114
+ content: '';
1115
+ display: block;
1116
+ }
1117
+ }
1118
+ .es-public-search-title {
1119
+ font-size: 16px;
1120
+ line-height: 22px;
1121
+ font-weight: 800;
1122
+ color: #262626;
1123
+ margin-bottom: 23px;
1124
+ }
1125
+ .es-public-search-list-item {
1126
+ padding: 16px 8px 16px 60px;
1127
+ position: relative;
1128
+ cursor: pointer;
1129
+ &:hover {
1130
+ background: rgba(37, 145, 247, 0.08);
1131
+ border-radius: 9px 9px 9px 9px;
1132
+ }
1133
+ }
1134
+ .es-public-search-item-icon {
1135
+ width: 40px;
1136
+ height: 40px;
1137
+ font-size: 14px;
1138
+ position: absolute;
1139
+ left: 8px;
1140
+ top: 50%;
1141
+ margin-top: -20px;
1142
+ border-radius: 6px;
1143
+ color: #fff;
1144
+ text-align: center;
1145
+ line-height: 40px;
1146
+ &.es-public-search-item-icons {
1147
+ font-size: 18px;
1148
+ }
1149
+ &.es-icon-ppt,
1150
+ &.es-icon-pdf {
1151
+ font-size: 40px;
1152
+ color: #ff7878;
1153
+ }
1154
+ &.es-icon-picture,
1155
+ &.es-icon-video,
1156
+ &.es-icon-audioo {
1157
+ font-size: 36px;
1158
+ color: #909399;
1159
+ margin-top: -18px;
1160
+ }
1161
+ &.es-icon-excel {
1162
+ font-size: 40px;
1163
+ color: #199051;
1164
+ }
1165
+ &.es-icon-word {
1166
+ font-size: 40px;
1167
+ color: #1d60f5;
1168
+ }
1169
+ &.es-icon-zip {
1170
+ font-size: 36px;
1171
+ color: #5dc7f7;
1172
+ margin-top: -18px;
1173
+ }
1174
+ &.es-icon-txt {
1175
+ font-size: 40px;
1176
+ color: #909399;
1177
+ }
1178
+ &.es-icon-ios {
1179
+ font-size: 36px;
1180
+ margin-top: -18px;
1181
+ }
1182
+ &.es-icon-android {
1183
+ font-size: 36px;
1184
+ margin-top: -18px;
1185
+ color: #81bd24;
1186
+ }
1187
+ &.es-public-search-item-icon-text {
1188
+ background-color: #2778e5;
1189
+ }
1190
+ }
1191
+ .es-public-search-item-name {
1192
+ font-size: 14px;
1193
+ font-weight: 500;
1194
+ color: #262626;
1195
+ line-height: 22px;
1196
+ }
1197
+ .es-public-search-item-texts {
1198
+ font-size: 12px;
1199
+ font-weight: 400;
1200
+ color: #8c8c8c;
1201
+ line-height: 20px;
1202
+ overflow: hidden;
1203
+ white-space: nowrap;
1204
+ text-overflow: ellipsis;
1205
+ .es-public-search-item-text + .es-public-search-item-text {
1206
+ margin-left: 20px;
1207
+ }
1208
+ }
1209
+ .es-public-search-more {
1210
+ text-align: center;
1211
+ color: #8c8c8c;
1212
+ font-weight: 500;
1213
+ font-size: 14px;
1214
+ margin-top: 20px;
1215
+ padding-bottom: 12px;
1216
+ border-bottom: 1px solid #dce3e7;
1217
+ .es-public-search-more-text {
1218
+ cursor: pointer;
1219
+ }
1220
+ }
1221
+ .es-public-search-more-quote {
1222
+ color: #2778e5;
1223
+ padding: 0 4px;
1224
+ }
1225
+ .es-public-search-info {
1226
+ padding: 16px 20px;
1227
+ font-size: 14px;
1228
+ font-weight: 500;
1229
+ color: #262626;
1230
+ }
1231
+ .es-public-search-lists {
1232
+ padding: 0 20px;
1233
+ .es-public-search-list-item {
1234
+ border-bottom: 1px solid #f0f0f0;
1235
+ }
1236
+ }
1237
+ .es-public-search-no-more {
1238
+ text-align: center;
1239
+ padding: 20px;
1240
+ }
1241
+ .es-public-search-scrollbar {
1242
+ .el-scrollbar__view {
1243
+ min-height: 100%;
1244
+ }
1245
+ }
1246
+ }