eoss-ui 0.5.74 → 0.5.76

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 (72) hide show
  1. package/lib/button-group.js +125 -23
  2. package/lib/button.js +125 -23
  3. package/lib/checkbox-group.js +125 -23
  4. package/lib/data-table-form.js +125 -23
  5. package/lib/data-table.js +155 -40
  6. package/lib/date-picker.js +125 -23
  7. package/lib/dialog.js +125 -23
  8. package/lib/eoss-ui.common.js +520 -296
  9. package/lib/flow-group.js +125 -23
  10. package/lib/flow-list.js +136 -31
  11. package/lib/flow.js +125 -23
  12. package/lib/form.js +125 -23
  13. package/lib/handle-user.js +125 -23
  14. package/lib/handler.js +125 -23
  15. package/lib/index.js +1 -1
  16. package/lib/input-number.js +124 -22
  17. package/lib/input.js +141 -29
  18. package/lib/login.js +293 -143
  19. package/lib/main.js +125 -23
  20. package/lib/nav.js +125 -23
  21. package/lib/page.js +125 -23
  22. package/lib/player.js +125 -23
  23. package/lib/qr-code.js +178 -59
  24. package/lib/radio-group.js +125 -23
  25. package/lib/retrial-auth.js +125 -23
  26. package/lib/select-ganged.js +125 -23
  27. package/lib/select.js +140 -28
  28. package/lib/selector-panel.js +125 -23
  29. package/lib/selector.js +125 -23
  30. package/lib/sizer.js +125 -23
  31. package/lib/steps.js +125 -23
  32. package/lib/switch.js +124 -22
  33. package/lib/table-form.js +125 -23
  34. package/lib/tabs.js +125 -23
  35. package/lib/theme-chalk/base.css +1 -1
  36. package/lib/theme-chalk/index.css +1 -1
  37. package/lib/theme-chalk/login.css +1 -1
  38. package/lib/theme-chalk/main.css +1 -1
  39. package/lib/theme-chalk/menu.css +1 -1
  40. package/lib/theme-chalk/sizer.css +1 -1
  41. package/lib/theme-chalk/upload.css +1 -1
  42. package/lib/tips.js +125 -23
  43. package/lib/toolbar.js +3 -2
  44. package/lib/tree-group.js +159 -57
  45. package/lib/tree.js +140 -26
  46. package/lib/upload.js +125 -23
  47. package/lib/utils/util.js +124 -22
  48. package/lib/wujie.js +125 -23
  49. package/lib/wxlogin.js +152 -34
  50. package/package.json +2 -2
  51. package/packages/data-table/src/main.vue +25 -15
  52. package/packages/flow-list/src/main.vue +63 -41
  53. package/packages/input/src/main.vue +7 -6
  54. package/packages/login/src/main.vue +42 -14
  55. package/packages/qr-code/src/main.vue +48 -37
  56. package/packages/select/src/main.vue +6 -5
  57. package/packages/theme-chalk/lib/base.css +1 -1
  58. package/packages/theme-chalk/lib/index.css +1 -1
  59. package/packages/theme-chalk/lib/login.css +1 -1
  60. package/packages/theme-chalk/lib/main.css +1 -1
  61. package/packages/theme-chalk/lib/menu.css +1 -1
  62. package/packages/theme-chalk/lib/sizer.css +1 -1
  63. package/packages/theme-chalk/lib/upload.css +1 -1
  64. package/packages/theme-chalk/src/base.scss +3 -0
  65. package/packages/theme-chalk/src/login.scss +862 -376
  66. package/packages/theme-chalk/src/main.scss +5 -2
  67. package/packages/toolbar/src/main.vue +16 -6
  68. package/packages/tree/src/main.vue +13 -1
  69. package/packages/tree-group/src/main.vue +24 -37
  70. package/packages/wxlogin/src/main.vue +30 -12
  71. package/src/index.js +1 -1
  72. package/src/utils/util.js +138 -23
@@ -4,7 +4,7 @@
4
4
  height: 100%;
5
5
  background-position: center;
6
6
  background-repeat: no-repeat;
7
- background-size: cover;
7
+ background-size: 100% 100%;
8
8
  position: relative;
9
9
  overflow: hidden;
10
10
 
@@ -14,482 +14,968 @@
14
14
  left: 24px;
15
15
  top: 24px;
16
16
  }
17
- }
18
- .es-login {
19
- width: 540px;
20
- position: absolute;
21
- padding: 0 12px;
22
- .es-login-name {
23
- display: block;
24
- margin-bottom: 56px;
25
- position: relative;
26
- left: 50%;
27
- transform: translateX(-50%);
28
- }
29
- .es-login-main {
30
- padding: 60px 70px;
31
- position: relative;
32
- border-radius: 20px;
33
- background-size: 100% 100%;
34
- background-color: #ffffff;
35
- background-repeat: no-repeat;
36
- box-shadow: $--box-shadow-light;
37
- .es-login-title-image {
38
- margin: -60px -80px 30px -80px;
39
- .es-login-title-img {
40
- width: 100%;
41
- }
17
+ .es-login {
18
+ width: 540px;
19
+ position: absolute;
20
+ padding: 0 12px;
21
+ .es-login-name {
22
+ display: block;
23
+ margin-bottom: 56px;
24
+ position: relative;
25
+ left: 50%;
26
+ transform: translateX(-50%);
42
27
  }
43
- .es-login-switch {
44
- position: absolute;
45
- right: 10px;
46
- top: 10px;
47
- overflow: hidden;
48
- z-index: 99;
49
- .es-icon {
50
- font-size: 60px;
51
- color: $--color-primary;
52
- cursor: pointer;
53
- position: relative;
54
- top: -1px;
55
- &::after {
56
- content: '';
57
- position: absolute;
58
- left: 0;
59
- top: 0;
60
- border-color: transparent transparent #fff #fff;
61
- border-style: solid;
62
- border-width: 30px;
28
+ .es-login-main {
29
+ padding: 60px 70px 40px 70px;
30
+ position: relative;
31
+ border-radius: 20px;
32
+ background-size: 100% 100%;
33
+ background-color: #ffffff;
34
+ background-repeat: no-repeat;
35
+ box-shadow: $--box-shadow-light;
36
+ .es-login-title-image {
37
+ margin: -60px -70px 22px -70px;
38
+ & + .es-login-form-box .es-login-verify {
39
+ padding-top: 30px;
63
40
  }
64
- }
65
- }
66
- .es-login-switchs {
67
- position: absolute;
68
- bottom: 0;
69
- left: 0;
70
- right: 0;
71
- text-align: center;
72
- padding-bottom: 16px;
73
- color: #d9d9d9;
74
- z-index: 99;
75
- .es-icon {
76
- font-size: 24px;
77
- cursor: pointer;
78
- & + .es-icon {
79
- margin-left: 12px;
80
- }
81
- &.es-icon-active {
82
- color: $--color-primary-light-6;
41
+ .es-login-title-img {
42
+ width: 100%;
83
43
  }
84
44
  }
85
- }
86
- .es-downloadSetup {
87
- font-size: $--font-size-base;
88
- text-align: center;
89
- line-height: 18px;
90
- padding-bottom: 12px;
91
- span {
92
- cursor: pointer;
93
- color: #333333;
94
- &:hover {
95
- color: #f9d900;
45
+ .es-login-switch {
46
+ position: absolute;
47
+ right: 10px;
48
+ top: 10px;
49
+ overflow: hidden;
50
+ z-index: 99;
51
+ .es-icon {
52
+ display: block;
53
+ width: 60px;
54
+ height: 60px;
55
+ font-size: 60px;
56
+ color: $--color-primary;
57
+ cursor: pointer;
58
+ position: relative;
59
+ overflow: hidden;
60
+ &::after {
61
+ content: '';
62
+ position: absolute;
63
+ left: -2px;
64
+ top: -2px;
65
+ right: -2px;
66
+ bottom: -2px;
67
+ border-color: transparent transparent #fff #fff;
68
+ border-style: solid;
69
+ border-width: 34px;
70
+ }
96
71
  }
97
72
  }
98
- }
99
- .es-warning {
100
- color: #a90404;
101
- line-height: 18px;
102
- font-size: 16px;
103
- text-align: center;
104
- padding-bottom: 12px;
105
- }
106
- }
107
-
108
- .es-login-title {
109
- color: $--color-primary-light-6;
110
- display: flex;
111
- align-items: center;
112
- height: 24px;
113
- font-size: 24px;
114
- line-height: 24px;
115
- font-weight: bold;
116
- margin-bottom: 48px;
117
- position: relative;
118
-
119
- &::before,
120
- &::after {
121
- content: '';
122
- height: 1px;
123
- flex: 1;
124
- background-color: #eeeeee;
125
- }
126
-
127
- .es-login-title-content {
128
- margin: 0 24px;
129
- }
130
- }
131
- .es-login-form {
132
- border-radius: 20px;
133
- background-color: rgba($color: #ffffff, $alpha: 0.3);
134
- position: relative;
135
- padding-bottom: 20px;
136
-
137
- .el-form-item {
138
- margin-bottom: 32px;
139
- }
140
-
141
- .el-form-item__content {
142
- line-height: normal;
143
- }
144
-
145
- .el-form-item__error {
146
- font-size: 14px;
147
- }
148
-
149
- .el-input__clear {
150
- font-size: 18px;
151
- }
152
-
153
- .el-input__inner {
154
- height: 50px;
155
- font-size: 18px;
156
- background-color: #f7f7f7;
157
- border-radius: 10px;
158
- padding-left: 52px;
159
- &::-webkit-input-placeholder {
160
- font-size: 16px;
73
+ .es-login-switchs {
74
+ position: absolute;
75
+ bottom: 0;
76
+ left: 0;
77
+ right: 0;
78
+ text-align: center;
79
+ padding-bottom: 20px;
80
+ color: #d9d9d9;
81
+ z-index: 99;
82
+ .es-icon {
83
+ font-size: 24px;
84
+ cursor: pointer;
85
+ & + .es-icon {
86
+ margin-left: 12px;
87
+ }
88
+ &.es-icon-active {
89
+ color: $--color-primary-light-6;
90
+ }
91
+ }
161
92
  }
162
- &:-moz-placeholder {
163
- font-size: 16px;
93
+ .es-downloadSetup {
94
+ font-size: $--font-size-base;
95
+ text-align: center;
96
+ line-height: 18px;
97
+ padding-bottom: 12px;
98
+ span {
99
+ cursor: pointer;
100
+ color: #333333;
101
+ &:hover {
102
+ color: #f9d900;
103
+ }
104
+ }
164
105
  }
165
- &::-moz-placeholder {
106
+ .es-warning {
107
+ color: #a90404;
108
+ line-height: 18px;
166
109
  font-size: 16px;
110
+ text-align: center;
167
111
  }
168
- &:-ms-input-placeholder {
169
- font-size: 16px;
112
+ &.es-switchs {
113
+ padding: 40px 70px 60px 70px;
114
+ .es-login-title-image {
115
+ margin: -40px -70px 22px -70px;
116
+ }
117
+ .es-login-title {
118
+ margin-bottom: 38px;
119
+ }
170
120
  }
171
121
  }
172
122
 
173
- .el-input__prefix {
174
- left: 20px;
175
- line-height: 52px;
176
- }
177
-
178
- .es-label-user {
179
- font-size: 18px;
180
- color: #333333;
181
- }
182
-
183
- .es-label-password {
184
- font-size: 22px;
185
- color: #333333;
123
+ .es-login-title {
124
+ color: $--color-primary-light-6;
125
+ display: flex;
126
+ align-items: center;
127
+ height: 24px;
128
+ font-size: 24px;
129
+ line-height: 24px;
130
+ font-weight: bold;
131
+ margin-bottom: 38px;
186
132
  position: relative;
187
- top: 2px;
188
- }
189
133
 
190
- .es-label-image-code {
191
- padding-right: 120px;
192
-
193
- .el-input__suffix {
194
- padding: 5px;
195
- right: 0;
134
+ &::before,
135
+ &::after {
136
+ content: '';
137
+ height: 1px;
138
+ flex: 1;
139
+ background-color: #eeeeee;
196
140
  }
197
141
 
198
- .es-img-code {
199
- cursor: pointer;
200
- }
201
- .es-get-code {
202
- margin-top: -5px;
203
- margin-bottom: -5px;
204
- line-height: 32px;
205
- font-size: 16px;
206
- padding: 8px 16px;
142
+ .es-login-title-content {
143
+ margin: 0 24px;
207
144
  }
208
145
  }
146
+ .es-login-form {
147
+ border-radius: 20px;
148
+ background-color: rgba($color: #ffffff, $alpha: 0.3);
149
+ position: relative;
150
+ padding-bottom: 20px;
209
151
 
210
- .es-label-code-image {
211
- font-size: 20px;
212
- color: #333333;
213
- line-height: 50px;
214
- }
215
-
216
- .es-password-handle {
217
- height: 22px;
218
- justify-content: space-between;
219
- margin-top: -8px;
220
- margin-bottom: 40px;
221
-
222
- .el-checkbox__label {
223
- font-size: 16px;
224
- font-weight: 400;
225
- color: #333333 !important;
152
+ .el-form-item {
153
+ margin-bottom: 32px;
226
154
  }
227
155
 
228
- .el-checkbox__input {
229
- .el-checkbox__inner {
230
- width: 18px;
231
- height: 18px;
232
- border-radius: 10px;
233
-
234
- &::after {
235
- border: 2px solid #ffffff;
236
- border-left: 0;
237
- border-top: 0;
238
- height: 8px;
239
- left: 6px;
240
- top: 2px;
241
- }
242
- }
156
+ .el-form-item__content {
157
+ line-height: normal;
243
158
  }
244
159
 
245
- .es-password-forget {
246
- font-size: 16px;
247
- color: #999999;
248
- text-align: right;
249
- float: right;
250
- cursor: pointer;
160
+ .el-form-item__error {
161
+ font-size: 14px;
251
162
  }
252
- }
253
163
 
254
- .es-button-submit {
255
- width: 100%;
256
- height: 50px;
257
- font-size: 20px;
258
- font-weight: 500;
259
- border-radius: 10px;
260
- }
261
- &.es-login-verify {
262
- .es-login-title {
263
- margin-bottom: 70px;
264
- }
265
- .el-form-item {
266
- margin-bottom: 62px;
267
- }
268
- }
269
- .el-autocomplete {
270
- width: 100%;
271
- }
272
- }
273
- .es-login-qrcode {
274
- .es-login-down-app {
275
- font-size: $--font-size-base;
276
- font-weight: normal;
277
- text-align: center;
278
- line-height: 20px;
279
- .es-login-app-name {
280
- color: #a90404;
281
- padding: 0 8px;
164
+ .el-input__clear {
165
+ font-size: 18px;
282
166
  }
283
- }
284
- .es-qrcode-box,
285
- .es-wx-qrcode-box {
286
- padding-top: 25px;
287
- padding-bottom: 25px;
288
- }
289
- .es-qrcode-img {
290
- border: $--border-base;
291
- }
292
- }
293
- &.es-simple {
294
- .es-login-form {
167
+
295
168
  .el-input__inner {
296
- border-width: 0 0 1px 0;
297
- border-radius: 0;
298
- background-color: #fff;
299
- padding-left: 32px;
300
- padding-right: 16px;
301
- box-shadow: none;
169
+ height: 50px;
170
+ font-size: 18px;
171
+ background-color: #f7f7f7;
172
+ border-radius: 10px;
173
+ padding-left: 52px;
302
174
  &::-webkit-input-placeholder {
303
175
  font-size: 16px;
304
- color: #999999;
305
176
  }
306
177
  &:-moz-placeholder {
307
178
  font-size: 16px;
308
- color: #999999;
309
179
  }
310
180
  &::-moz-placeholder {
311
181
  font-size: 16px;
312
- color: #999999;
313
182
  }
314
183
  &:-ms-input-placeholder {
315
184
  font-size: 16px;
316
- color: #999999;
317
185
  }
318
186
  }
319
- }
320
187
 
321
- .el-input__prefix {
322
- left: 0;
323
- }
324
- }
325
-
326
- @media screen and (max-width: 1600px) {
327
- & {
328
- width: 428px;
329
- padding: 0 8px;
330
- .es-login-logo {
331
- height: 42px;
188
+ .el-input__prefix {
332
189
  left: 20px;
333
- top: 20px;
190
+ line-height: 52px;
334
191
  }
335
- .es-login-name {
336
- margin-bottom: 40px;
192
+
193
+ .es-label-user {
194
+ font-size: 18px;
195
+ color: #333333;
337
196
  }
338
- .es-login-main {
339
- padding: 40px 44px;
340
- .es-login-switch {
341
- right: 24px;
342
- top: 24px;
343
- .es-icon {
344
- font-size: 60px;
197
+
198
+ .es-label-password {
199
+ font-size: 22px;
200
+ color: #333333;
201
+ position: relative;
202
+ top: 2px;
203
+ }
204
+
205
+ .es-label-image-code {
206
+ padding-right: 120px;
207
+
208
+ .el-input__suffix {
209
+ padding: 5px;
210
+ right: 0;
211
+ }
212
+
213
+ .es-img-code {
214
+ cursor: pointer;
215
+ }
216
+ .es-get-code {
217
+ margin-top: -5px;
218
+ margin-bottom: -5px;
219
+ line-height: 32px;
220
+ font-size: 16px;
221
+ padding: 8px 16px;
222
+ }
223
+ }
224
+
225
+ .es-label-code-image {
226
+ font-size: 20px;
227
+ color: #333333;
228
+ line-height: 50px;
229
+ }
230
+
231
+ .es-password-handle {
232
+ height: 22px;
233
+ justify-content: space-between;
234
+ margin-top: -8px;
235
+ margin-bottom: 30px;
236
+
237
+ .el-checkbox__label {
238
+ font-size: 16px;
239
+ font-weight: 400;
240
+ color: #333333 !important;
241
+ }
242
+
243
+ .el-checkbox__input {
244
+ .el-checkbox__inner {
245
+ width: 18px;
246
+ height: 18px;
247
+ border-radius: 10px;
248
+
345
249
  &::after {
346
- left: -10px;
347
- border-width: 30px;
250
+ border: 2px solid #ffffff;
251
+ border-left: 0;
252
+ border-top: 0;
253
+ height: 8px;
254
+ left: 6px;
255
+ top: 2px;
348
256
  }
349
257
  }
350
258
  }
351
- .es-warning {
352
- font-size: 14px;
259
+
260
+ .es-password-forget {
261
+ font-size: 16px;
262
+ color: #999999;
263
+ text-align: right;
264
+ float: right;
265
+ cursor: pointer;
353
266
  }
354
267
  }
355
268
 
356
- .es-login-title {
357
- height: 22px;
358
- margin-bottom: 36px;
359
- font-size: 18px;
360
- line-height: 22px;
361
-
362
- .es-login-title-content {
363
- margin: 0 12px;
269
+ .es-button-submit {
270
+ width: 100%;
271
+ height: 50px;
272
+ font-size: 20px;
273
+ font-weight: 500;
274
+ border-radius: 10px;
275
+ }
276
+ &.es-login-verify {
277
+ &.es-login-Title-img {
278
+ padding-top: 30px;
364
279
  }
280
+ .es-login-title {
281
+ margin-bottom: 68px;
282
+ }
283
+ .el-form-item {
284
+ margin-bottom: 58px;
285
+ }
286
+ }
287
+ .el-autocomplete {
288
+ width: 100%;
365
289
  }
290
+ }
291
+ .es-login-qrcode {
292
+ .es-login-down-app {
293
+ font-size: $--font-size-base;
294
+ font-weight: normal;
295
+ text-align: center;
296
+ line-height: 20px;
297
+ .es-login-app-name {
298
+ color: #a90404;
299
+ padding: 0 8px;
300
+ }
301
+ }
302
+ .es-qrcode-box,
303
+ .es-wx-qrcode-box {
304
+ height: 340px;
305
+ padding-top: 20px;
306
+ padding-bottom: 20px;
307
+ }
308
+ .es-qrcode-img {
309
+ border: $--border-base;
310
+ }
311
+ }
312
+ &.es-simple {
366
313
  .es-login-form {
367
314
  .el-input__inner {
368
- padding-left: 40px;
369
- height: 44px;
370
- line-height: 44px;
371
- font-size: 13px;
372
-
315
+ border-width: 0 0 1px 0;
316
+ border-radius: 0;
317
+ background-color: #fff;
318
+ padding-left: 32px;
319
+ padding-right: 16px;
320
+ box-shadow: none;
373
321
  &::-webkit-input-placeholder {
374
- font-size: 13px;
322
+ font-size: 16px;
323
+ color: #999999;
324
+ }
325
+ &:-moz-placeholder {
326
+ font-size: 16px;
327
+ color: #999999;
328
+ }
329
+ &::-moz-placeholder {
330
+ font-size: 16px;
331
+ color: #999999;
332
+ }
333
+ &:-ms-input-placeholder {
334
+ font-size: 16px;
335
+ color: #999999;
375
336
  }
376
337
  }
338
+ }
377
339
 
378
- .el-input__prefix {
379
- left: 16px;
380
- line-height: 36px;
340
+ .el-input__prefix {
341
+ left: 0;
342
+ }
343
+ }
344
+ }
345
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
346
+ & {
347
+ .es-login-logo {
348
+ height: 48px;
349
+ left: 20px;
350
+ top: 20px;
351
+ }
352
+ .es-login.es-adaptive {
353
+ width: 420px;
354
+ padding: 0 8px;
355
+ .es-login-name {
356
+ margin-bottom: 40px;
381
357
  }
382
-
383
- .es-label-user {
384
- font-size: 14px;
358
+ .es-login-main {
359
+ padding: 40px 34px 32px 34px;
360
+ &.es-switchs {
361
+ padding: 34px;
362
+ .es-login-title {
363
+ margin-bottom: 30px;
364
+ }
365
+ .es-qrcode-box,
366
+ .es-wx-qrcode-box {
367
+ height: 268px;
368
+ padding-top: 16px;
369
+ padding-bottom: 16px;
370
+ }
371
+ }
372
+ .es-login-title-image {
373
+ margin: -40px -34px 16px -34px;
374
+ & + .es-login-form-box .es-login-verify {
375
+ padding-top: 26px;
376
+ }
377
+ }
378
+ .es-login-switch {
379
+ .es-icon {
380
+ font-size: 48px;
381
+ width: 48px;
382
+ height: 48px;
383
+ }
384
+ }
385
+ .es-warning {
386
+ font-size: 14px;
387
+ }
385
388
  }
386
389
 
387
- .es-label-password {
388
- font-size: 16px;
389
- top: 0;
390
- }
390
+ .es-login-title {
391
+ height: 22px;
392
+ margin-bottom: 30px;
393
+ font-size: 18px;
394
+ line-height: 22px;
391
395
 
392
- .el-input__clear {
393
- font-size: 14px;
394
- line-height: 36px;
396
+ .es-login-title-content {
397
+ margin: 0 12px;
398
+ }
395
399
  }
396
-
397
- .es-label-code-image {
398
- font-size: 16px;
399
- line-height: 36px;
400
+ .es-login-switchs {
401
+ padding-bottom: 10px;
402
+ .es-icon {
403
+ font-size: 20px;
404
+ }
400
405
  }
406
+ .es-login-form {
407
+ .el-form-item {
408
+ margin-bottom: 22px;
409
+ }
410
+ .el-input__inner {
411
+ padding-left: 40px;
412
+ height: 40px;
413
+ line-height: 40px;
414
+ font-size: 14px;
401
415
 
402
- .es-label-image-code {
403
- padding-right: 100px;
416
+ &::-webkit-input-placeholder {
417
+ font-size: 14px;
418
+ }
419
+ }
420
+
421
+ .el-input__prefix {
422
+ left: 16px;
423
+ line-height: 40px;
424
+ }
425
+
426
+ .es-label-user {
427
+ font-size: 14px;
428
+ }
429
+
430
+ .es-label-password {
431
+ font-size: 16px;
432
+ top: 0;
433
+ }
434
+
435
+ .el-input__clear {
436
+ font-size: 14px;
437
+ line-height: 36px;
438
+ }
404
439
 
405
- .el-input__suffix {
406
- padding: 2px;
407
- .es-get-code {
408
- margin-top: -2px;
409
- margin-bottom: -2px;
410
- padding: 5px 6px;
440
+ .es-label-code-image {
441
+ font-size: 16px;
442
+ line-height: 36px;
443
+ }
444
+
445
+ .es-label-image-code {
446
+ padding-right: 100px;
447
+
448
+ .el-input__suffix {
449
+ padding: 2px;
450
+ .es-get-code {
451
+ margin-top: -2px;
452
+ margin-bottom: -2px;
453
+ padding: 5px 6px;
454
+ line-height: 28px;
455
+ }
456
+ }
457
+
458
+ .es-img-code {
459
+ height: 32px;
460
+ }
461
+ }
462
+
463
+ .el-form-item__error {
464
+ font-size: 12px;
465
+ }
466
+
467
+ .es-password-handle {
468
+ margin-top: 0;
469
+ margin-bottom: 20px;
470
+
471
+ .el-checkbox__label {
472
+ font-size: 12px;
473
+ }
474
+
475
+ .el-checkbox__input {
476
+ .el-checkbox__inner {
477
+ width: 14px;
478
+ height: 14px;
479
+ top: 1px;
480
+ padding-left: 6px;
481
+
482
+ &::after {
483
+ left: 4px;
484
+ top: 0px;
485
+ }
486
+ }
487
+
488
+ &.is-checked {
489
+ .el-checkbox__inner::after {
490
+ transform: rotate(45deg) scaleY(0.9);
491
+ }
492
+ }
493
+ }
494
+
495
+ .es-password-forget {
496
+ font-size: 12px;
411
497
  }
412
498
  }
413
499
 
414
- .es-img-code {
415
- height: 32px;
500
+ .extra {
501
+ margin-top: 20px;
502
+ display: flex;
503
+ justify-content: space-between;
504
+
505
+ span {
506
+ cursor: pointer;
507
+ font-size: 14px;
508
+ color: #12278b;
509
+ }
510
+ }
511
+
512
+ .es-button-submit {
513
+ height: 40px;
514
+ line-height: 40px;
515
+ font-size: 16px;
516
+ padding: 0 8px;
517
+ border-radius: 8px;
518
+ }
519
+ &.es-login-verify {
520
+ .es-login-title {
521
+ margin-bottom: 56px;
522
+ }
523
+ .el-form-item {
524
+ margin-bottom: 40px;
525
+ }
526
+ }
527
+ }
528
+
529
+ .es-login-qrcode {
530
+ .es-login-down-app {
531
+ .es-login-app-name {
532
+ padding: 0 4px;
533
+ }
534
+ }
535
+ .es-login-title {
536
+ margin-bottom: 18px;
537
+ }
538
+ .es-qrcode-box,
539
+ .es-wx-qrcode-box {
540
+ height: 280px;
541
+ padding-top: 16px;
542
+ padding-bottom: 16px;
416
543
  }
417
544
  }
545
+ }
546
+ }
547
+ }
548
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
549
+ & {
550
+ .es-login-logo {
551
+ height: 38px;
552
+ left: 20px;
553
+ top: 20px;
554
+ }
555
+ .es-login.es-adaptive {
556
+ width: 360px;
557
+ padding: 0 8px;
558
+ .es-login-name {
559
+ margin-bottom: 40px;
560
+ }
561
+ .es-login-main {
562
+ padding: 26px 30px;
563
+ &.es-switchs {
564
+ padding: 20px 30px 32px 30px;
565
+ .es-login-title {
566
+ margin-bottom: 14px;
567
+ }
568
+ .es-qrcode-box,
569
+ .es-wx-qrcode-box {
570
+ height: 210px;
571
+ padding-top: 12px;
572
+ padding-bottom: 12px;
573
+ }
574
+ }
575
+ .es-login-title-image {
576
+ margin: -26px -30px 10px -30px;
418
577
 
419
- .el-form-item__error {
420
- font-size: 12px;
578
+ & + .es-login-form-box .es-qrcode-box,
579
+ & + .es-login-form-box .es-wx-qrcode-box {
580
+ height: 202px;
581
+ padding-top: 12px;
582
+ padding-bottom: 12px;
583
+ }
584
+ & + .es-login-form-box .es-login-verify {
585
+ padding-top: 24px;
586
+ }
587
+ }
588
+ .es-login-switch {
589
+ .es-icon {
590
+ font-size: 32px;
591
+ width: 32px;
592
+ height: 32px;
593
+ }
594
+ }
595
+ .es-downloadSetup {
596
+ padding-bottom: 4px;
597
+ }
598
+ .es-downloadSetup,
599
+ .es-warning {
600
+ font-size: 11px;
601
+ }
421
602
  }
422
603
 
423
- .es-password-handle {
424
- margin-top: 0;
425
- margin-bottom: 20px;
604
+ .es-login-title {
605
+ height: 22px;
606
+ margin-bottom: 14px;
607
+ font-size: 15px;
608
+ line-height: 22px;
426
609
 
427
- .el-checkbox__label {
610
+ .es-login-title-content {
611
+ margin: 0 12px;
612
+ }
613
+ }
614
+ .es-login-switchs {
615
+ padding-bottom: 7px;
616
+ .es-icon {
617
+ font-size: 17px;
618
+ }
619
+ }
620
+ .es-login-form {
621
+ padding-bottom: 12px;
622
+ .el-form-item {
623
+ margin-bottom: 18px;
624
+ }
625
+ .el-input__inner {
626
+ padding-left: 30px;
627
+ height: 30px;
628
+ line-height: 30px;
428
629
  font-size: 12px;
630
+
631
+ &::-webkit-input-placeholder {
632
+ font-size: 12px;
633
+ }
429
634
  }
430
635
 
431
- .el-checkbox__input {
432
- .el-checkbox__inner {
433
- width: 14px;
434
- height: 14px;
435
- top: 1px;
436
- padding-left: 6px;
636
+ .el-input__prefix {
637
+ left: 10px;
638
+ line-height: 30px;
639
+ }
640
+
641
+ .es-label-user {
642
+ font-size: 14px;
643
+ }
644
+
645
+ .es-label-password {
646
+ font-size: 16px;
647
+ top: 0;
648
+ }
437
649
 
438
- &::after {
439
- left: 4px;
440
- top: 0px;
650
+ .el-input__clear {
651
+ font-size: 14px;
652
+ line-height: 30px;
653
+ }
654
+
655
+ .es-label-code-image {
656
+ font-size: 16px;
657
+ line-height: 30px;
658
+ }
659
+
660
+ .es-label-image-code {
661
+ padding-right: 100px;
662
+
663
+ .el-input__suffix {
664
+ padding: 2px;
665
+ .es-get-code {
666
+ margin-top: -2px;
667
+ margin-bottom: -2px;
668
+ padding: 5px 6px;
669
+ line-height: 18px;
670
+ font-size: 12px;
441
671
  }
442
672
  }
443
673
 
444
- &.is-checked {
445
- .el-checkbox__inner::after {
446
- transform: rotate(45deg) scaleY(0.9);
447
- }
674
+ .es-img-code {
675
+ height: 28px;
448
676
  }
449
677
  }
450
678
 
451
- .es-password-forget {
452
- font-size: 12px;
679
+ .el-form-item__error {
680
+ font-size: 11px;
681
+ padding-top: 2px;
453
682
  }
454
- }
455
683
 
456
- .extra {
457
- margin-top: 20px;
458
- display: flex;
459
- justify-content: space-between;
684
+ .es-password-handle {
685
+ margin-top: 0;
686
+ margin-bottom: 14px;
460
687
 
461
- span {
462
- cursor: pointer;
463
- font-size: 14px;
464
- color: #12278b;
688
+ .el-checkbox__label {
689
+ font-size: 12px;
690
+ }
691
+
692
+ .el-checkbox__input {
693
+ .el-checkbox__inner {
694
+ width: 14px;
695
+ height: 14px;
696
+ top: 1px;
697
+ padding-left: 6px;
698
+
699
+ &::after {
700
+ left: 4px;
701
+ top: 0px;
702
+ }
703
+ }
704
+
705
+ &.is-checked {
706
+ .el-checkbox__inner::after {
707
+ transform: rotate(45deg) scaleY(0.9);
708
+ }
709
+ }
710
+ }
711
+
712
+ .es-password-forget {
713
+ font-size: 12px;
714
+ }
465
715
  }
466
- }
467
716
 
468
- .es-button-submit {
469
- height: 44px;
470
- line-height: 44px;
471
- font-size: 16px;
472
- padding: 0 8px;
473
- border-radius: 8px;
717
+ .extra {
718
+ margin-top: 20px;
719
+ display: flex;
720
+ justify-content: space-between;
721
+
722
+ span {
723
+ cursor: pointer;
724
+ font-size: 12px;
725
+ color: #12278b;
726
+ }
727
+ }
728
+
729
+ .es-button-submit {
730
+ height: 30px;
731
+ line-height: 30px;
732
+ font-size: 12px;
733
+ padding: 0 8px;
734
+ border-radius: 8px;
735
+ }
736
+ &.es-login-verify {
737
+ .es-login-title {
738
+ margin-bottom: 38px;
739
+ }
740
+ .el-form-item {
741
+ margin-bottom: 30px;
742
+ }
743
+ }
474
744
  }
475
- &.es-login-verify {
745
+
746
+ .es-login-qrcode {
747
+ .es-login-down-app {
748
+ font-size: 11px;
749
+ .es-login-app-name {
750
+ padding: 0;
751
+ }
752
+ }
476
753
  .es-login-title {
477
- margin-bottom: 68px;
754
+ margin-bottom: 10px;
478
755
  }
479
- .el-form-item {
480
- margin-bottom: 54px;
756
+ .es-qrcode-box,
757
+ .es-wx-qrcode-box {
758
+ height: 206px;
759
+ padding-top: 12px;
760
+ padding-bottom: 12px;
481
761
  }
482
762
  }
483
763
  }
764
+ }
765
+ }
766
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
767
+ & {
768
+ .es-login-logo {
769
+ height: 38px;
770
+ left: 20px;
771
+ top: 20px;
772
+ }
773
+ .es-login.es-adaptive {
774
+ width: 360px;
775
+ padding: 0 8px;
776
+ .es-login-name {
777
+ margin-bottom: 40px;
778
+ }
779
+ .es-login-main {
780
+ padding: 26px 30px;
781
+ &.es-switchs {
782
+ padding: 20px 30px 32px 30px;
783
+ .es-login-title {
784
+ margin-bottom: 14px;
785
+ }
786
+ .es-qrcode-box,
787
+ .es-wx-qrcode-box {
788
+ height: 210px;
789
+ padding-top: 12px;
790
+ padding-bottom: 12px;
791
+ }
792
+ }
793
+ .es-login-title-image {
794
+ margin: -26px -30px 10px -30px;
795
+ & + .es-login-form-box .es-qrcode-box,
796
+ & + .es-login-form-box .es-wx-qrcode-box {
797
+ height: 202px;
798
+ padding-top: 12px;
799
+ padding-bottom: 12px;
800
+ }
801
+ & + .es-login-form-box .es-login-verify {
802
+ padding-top: 24px;
803
+ }
804
+ }
805
+ .es-login-switch {
806
+ .es-icon {
807
+ font-size: 32px;
808
+ width: 32px;
809
+ height: 32px;
810
+ }
811
+ }
812
+ .es-downloadSetup {
813
+ padding-bottom: 4px;
814
+ }
815
+ .es-downloadSetup,
816
+ .es-warning {
817
+ font-size: 11px;
818
+ }
819
+ }
484
820
 
485
- .es-login-qrcode {
486
821
  .es-login-title {
487
- margin-bottom: 18px;
822
+ height: 22px;
823
+ margin-bottom: 14px;
824
+ font-size: 15px;
825
+ line-height: 22px;
826
+
827
+ .es-login-title-content {
828
+ margin: 0 12px;
829
+ }
488
830
  }
489
- .es-qrcode-box,
490
- .es-wx-qrcode-box {
491
- padding-top: 16px;
492
- padding-bottom: 16px;
831
+ .es-login-switchs {
832
+ padding-bottom: 7px;
833
+ .es-icon {
834
+ font-size: 17px;
835
+ }
836
+ }
837
+ .es-login-form {
838
+ padding-bottom: 12px;
839
+ .el-form-item {
840
+ margin-bottom: 18px;
841
+ }
842
+ .el-input__inner {
843
+ padding-left: 30px;
844
+ height: 30px;
845
+ line-height: 30px;
846
+ font-size: 12px;
847
+
848
+ &::-webkit-input-placeholder {
849
+ font-size: 12px;
850
+ }
851
+ }
852
+
853
+ .el-input__prefix {
854
+ left: 10px;
855
+ line-height: 30px;
856
+ }
857
+
858
+ .es-label-user {
859
+ font-size: 14px;
860
+ }
861
+
862
+ .es-label-password {
863
+ font-size: 16px;
864
+ top: 0;
865
+ }
866
+
867
+ .el-input__clear {
868
+ font-size: 14px;
869
+ line-height: 30px;
870
+ }
871
+
872
+ .es-label-code-image {
873
+ font-size: 16px;
874
+ line-height: 30px;
875
+ }
876
+
877
+ .es-label-image-code {
878
+ padding-right: 100px;
879
+
880
+ .el-input__suffix {
881
+ padding: 2px;
882
+ .es-get-code {
883
+ margin-top: -2px;
884
+ margin-bottom: -2px;
885
+ padding: 5px 6px;
886
+ line-height: 18px;
887
+ font-size: 12px;
888
+ }
889
+ }
890
+
891
+ .es-img-code {
892
+ height: 28px;
893
+ }
894
+ }
895
+
896
+ .el-form-item__error {
897
+ font-size: 11px;
898
+ padding-top: 2px;
899
+ }
900
+
901
+ .es-password-handle {
902
+ margin-top: 0;
903
+ margin-bottom: 14px;
904
+
905
+ .el-checkbox__label {
906
+ font-size: 12px;
907
+ }
908
+
909
+ .el-checkbox__input {
910
+ .el-checkbox__inner {
911
+ width: 14px;
912
+ height: 14px;
913
+ top: 1px;
914
+ padding-left: 6px;
915
+
916
+ &::after {
917
+ left: 4px;
918
+ top: 0px;
919
+ }
920
+ }
921
+
922
+ &.is-checked {
923
+ .el-checkbox__inner::after {
924
+ transform: rotate(45deg) scaleY(0.9);
925
+ }
926
+ }
927
+ }
928
+
929
+ .es-password-forget {
930
+ font-size: 12px;
931
+ }
932
+ }
933
+
934
+ .extra {
935
+ margin-top: 20px;
936
+ display: flex;
937
+ justify-content: space-between;
938
+
939
+ span {
940
+ cursor: pointer;
941
+ font-size: 12px;
942
+ color: #12278b;
943
+ }
944
+ }
945
+
946
+ .es-button-submit {
947
+ height: 30px;
948
+ line-height: 30px;
949
+ font-size: 12px;
950
+ padding: 0 8px;
951
+ border-radius: 8px;
952
+ }
953
+ &.es-login-verify {
954
+ .es-login-title {
955
+ margin-bottom: 38px;
956
+ }
957
+ .el-form-item {
958
+ margin-bottom: 30px;
959
+ }
960
+ }
961
+ }
962
+
963
+ .es-login-qrcode {
964
+ .es-login-down-app {
965
+ font-size: 11px;
966
+ .es-login-app-name {
967
+ padding: 0;
968
+ }
969
+ }
970
+ .es-login-title {
971
+ margin-bottom: 10px;
972
+ }
973
+ .es-qrcode-box,
974
+ .es-wx-qrcode-box {
975
+ height: 206px;
976
+ padding-top: 12px;
977
+ padding-bottom: 12px;
978
+ }
493
979
  }
494
980
  }
495
981
  }