@lambo-design/shared 1.0.0-beta.84 → 1.0.0-beta.86

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.
@@ -0,0 +1,522 @@
1
+ export default {
2
+ key: "blue",
3
+ title: "深海蓝",
4
+ primaryColor: "#306BE3",
5
+ vars: `
6
+ --primary-color: #306BE3;
7
+ --primary-color-tint-20: #33a7ff;
8
+ --primary-color-tint-90: #e6f4ff;
9
+ --primary-color-tint-80: #cce9ff;
10
+ --primary-color-tint-5: #0d97ff;
11
+ --primary-color-tint-95-fade-50: rgba(242, 250, 255, 0.5);
12
+ --primary-color-fade-20: rgba(0, 145, 255, 0.2);
13
+ --primary-color-shade-5: #008af2;
14
+ --info-color: #2db7f5;
15
+ --info-color-tint-20: #57c5f7;
16
+ --info-color-tint-90: #eaf8fe;
17
+ --info-color-tint-80: #d5f1fd;
18
+ --info-color-tint-5: #38bbf6;
19
+ --info-color-tint-95-fade-50: rgba(245, 251, 254, 0.5);
20
+ --info-color-fade-20: rgba(45, 183, 245, 0.2);
21
+ --info-color-shade-5: #2baee9;
22
+ --success-color: #19be6b;
23
+ --success-color-tint-20: #47cb89;
24
+ --success-color-tint-90: #e8f9f0;
25
+ --success-color-tint-80: #d1f2e1;
26
+ --success-color-tint-5: #25c172;
27
+ --success-color-tint-95-fade-50: rgba(244, 252, 248, 0.5);
28
+ --success-color-fade-20: rgba(25, 190, 107, 0.2);
29
+ --success-color-shade-5: #18b566;
30
+ --processing-color: #0091FF;
31
+ --warning-color: #ff9900;
32
+ --warning-color-tint-20: #ffad33;
33
+ --warning-color-tint-90: #fff5e6;
34
+ --warning-color-tint-5: #ff9e0d;
35
+ --warning-color-tint-80: #ffebcc;
36
+ --warning-color-tint-95-fade-50: rgba(255, 250, 242, 0.5);
37
+ --warning-color-fade-20: rgba(255, 153, 0, 0.2);
38
+ --warning-color-shade-5: #f29100;
39
+ --error-color: #ed4014;
40
+ --error-color-tint-20: #f16643;
41
+ --error-color-tint-90: #fdece8;
42
+ --error-color-tint-5: #ee4a20;
43
+ --error-color-tint-80: #fbd9d0;
44
+ --error-color-tint-95-fade-50: rgba(254, 245, 243, 0.5);
45
+ --error-color-fade-20: rgba(237, 64, 20, 0.2);
46
+ --error-color-shade-5: #e13d13;
47
+ --normal-color: #e6ebf1;
48
+ --link-color: #2d8cf0;
49
+ --link-hover-color: #57a3f3;
50
+ --link-active-color: #2b85e4;
51
+ --selected-color: rgba(0, 145, 255, 0.9);
52
+ --selected-color-shade-10: rgba(0, 128, 225, 0.91);
53
+ --tooltip-color: #fff;
54
+ --subsidiary-color: #808695;
55
+ --rate-star-color: #f5a623;
56
+ --rate-star-color-tint-20: #f7b84f;
57
+ --white: #fff;
58
+ --black: #000;
59
+ --body-background: #fff;
60
+ --component-background: #fff;
61
+ --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
62
+ --code-family: Consolas, Menlo, Courier, monospace;
63
+ --title-color: rgb(2, 35, 76);
64
+ --text-color: #666666;
65
+ --text-color-secondary: rgba(0, 0, 0, 0.45);
66
+ --heading-color: rgba(0, 0, 0, 0.85);
67
+ --heading-color-dark: #ffffff;
68
+ --font-size-base: 14px;
69
+ --font-size-small: 12px;
70
+ --font-size-large: 16px;
71
+ --line-height-base: 1.5;
72
+ --line-height-computed: 21px;
73
+ --border-radius-base: 6px;
74
+ --border-radius-small: 2px;
75
+ --cursor-disabled: not-allowed;
76
+ --padding-lg: 24px;
77
+ --padding-md: 16px;
78
+ --padding-sm: 12px;
79
+ --padding-xs: 8px;
80
+ --border-color-base: #e0e0e0;
81
+ --border-color-split: #e0e0e0;
82
+ --border-width-base: 1px;
83
+ --border-style-base: solid;
84
+ --background-color-base: #f7f7f7;
85
+ --background-color-select-hover: #f8f8f8;
86
+ --tooltip-bg: rgba(70, 76, 91, 0.9);
87
+ --head-bg: #f9fafc;
88
+ --table-thead-bg: #41a5fa;
89
+ --table-td-stripe-bg: #f2fafe;
90
+ --table-td-hover-bg: #eaf4fe;
91
+ --table-td-highlight-bg: #b5def3;
92
+ --menu-dark-title: #306BE3;
93
+ --menu-dark-item-active-bg: #02234C; /* 激活的一级菜单项 */
94
+ --menu-dark-submenu-bg: #0E356E; /* 二级菜单项 */
95
+ --menu-dark-item-selected-bg: rgb(2, 35, 76); /* 选中的内部菜单项 */
96
+ --menu-dark-bg:rgb(0, 44, 107);
97
+ --menu-dark-active-bg: rgb(0, 44, 107);
98
+ --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
99
+ --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
100
+ --menu-item-hover-bg: darken(@menu-dark-bg, 5%);
101
+ --date-picker-cell-hover-bg: #e1f0fe;
102
+ --shadow-color: rgb(2, 35, 76);
103
+ --shadow-base: 0 1px 6px rgb(2, 35, 76);
104
+ --shadow-card: 0 1px 1px 0 rgb(14, 53, 110);
105
+ --shadow-up: 0 -1px 6px rgb(2, 35, 76);
106
+ --shadow-down: 0 1px 6px rgb(2, 35, 76);
107
+ --shadow-left: -1px 0 6px rgb(2, 35, 76);
108
+ --shadow-right: 1px 0 6px rgb(2, 35, 76);
109
+ --btn-height-base: 26px;
110
+ --btn-height-large: 32px;
111
+ --btn-height-small: 20px;
112
+ --btn-padding-base: 0 15px;
113
+ --btn-padding-large: 0 15px;
114
+ --btn-padding-small: 0 7px;
115
+ --btn-font-weight: normal;
116
+ --btn-padding-base-icon: 5px 15px 6px;
117
+ --btn-padding-large-icon: 6px 15px 6px 15px;
118
+ --btn-padding-small-icon: 1px 7px 2px;
119
+ --btn-font-size: 14px;
120
+ --btn-font-size-large: 16px;
121
+ --btn-font-size-small: 14px;
122
+ --btn-border-radius: 20px;
123
+ --btn-border-radius-small: 10px;
124
+ --btn-group-border: #008af2;
125
+ --btn-disable-color: #999999;
126
+ --btn-disable-bg: #f7f7f7;
127
+ --btn-disable-border: #e0e0e0;
128
+ --btn-default-color: #666666;
129
+ --btn-default-color-tint-20: #858585;
130
+ --btn-default-color-shade-5: #616161;
131
+ --btn-default-bg: #fff;
132
+ --btn-default-bg-tint-20: #ffffff;
133
+ --btn-default-bg-shade-5: #f2f2f2;
134
+ --btn-default-border: #e0e0e0;
135
+ --btn-default-border-tint-20: #e6e6e6;
136
+ --btn-default-border-shade-5: #d5d5d5;
137
+ --btn-primary-color: #fff;
138
+ --btn-primary-color-tint-20: #ffffff;
139
+ --btn-primary-color-tint-5: #ffffff;
140
+ --btn-primary-color-shade-5: #f2f2f2;
141
+ --btn-primary-bg: #0091FF;
142
+ --btn-primary-bg-tint-20: #33a7ff;
143
+ --btn-primary-bg-tint-5: #0d97ff;
144
+ --btn-primary-bg-shade-5: #008af2;
145
+ --btn-ghost-color: #666666;
146
+ --btn-ghost-color-tint-20: #858585;
147
+ --btn-ghost-color-shade-5: #616161;
148
+ --btn-ghost-bg: #fff;
149
+ --btn-ghost-bg-tint-20: #ffffff;
150
+ --btn-ghost-bg-shade-5: #f2f2f2;
151
+ --btn-ghost-border: #e0e0e0;
152
+ --btn-ghost-border-tint-20: #e6e6e6;
153
+ --btn-ghost-border-shade-5: #d5d5d5;
154
+ --btn-circle-size: 26px;
155
+ --btn-circle-size-large: 32px;
156
+ --btn-circle-size-small: 20px;
157
+ --btn-square-size: 26px;
158
+ --btn-square-size-large: 32px;
159
+ --btn-square-size-small: 20px;
160
+ --grid-columns: 24;
161
+ --grid-gutter-width: 0;
162
+ --layout-body-background: #f5f7f9;
163
+ --layout-header-background: #306BE3;
164
+ --layout-header-height: 64px;
165
+ --layout-header-selected-background: #306BE3;
166
+ --layout-header-padding: 0 50px;
167
+ --layout-footer-padding: 24px 50px;
168
+ --layout-footer-background: #f5f7f9;
169
+ --layout-sider-background: #002C6B;
170
+ --layout-sider-background-tint-10: #474747;
171
+ --layout-trigger-height: 48px;
172
+ --layout-trigger-color: #fff;
173
+ --layout-zero-trigger-width: 36px;
174
+ --layout-zero-trigger-height: 42px;
175
+ --legend-color: #999;
176
+ --input-height-base: 26px;
177
+ --input-height-large: 32px;
178
+ --input-height-small: 20px;
179
+ --input-padding-horizontal: 7px;
180
+ --input-padding-vertical-base: 4px;
181
+ --input-padding-vertical-small: 1px;
182
+ --input-padding-vertical-large: 6px;
183
+ --input-placeholder-color: #999999;
184
+ --input-color: #666666;
185
+ --input-border-color: #e0e0e0;
186
+ --input-border-color-tint-20: #e6e6e6;
187
+ --input-border-radius: 2px;
188
+ --input-border-radius-small: 1px;
189
+ --input-bg: #fff;
190
+ --input-group-bg: #f8f8f9;
191
+ --input-hover-border-color: #0091FF;
192
+ --input-hover-border-color-tint-20: #33a7ff;
193
+ --input-hover-border-color-fade-20: rgba(0, 145, 255, 0.2);
194
+ --input-focus-border-color: #0091FF;
195
+ --input-disabled-bg: #f8f8f8;
196
+ --tag-font-size: 12px;
197
+ --screen-xs: 480px;
198
+ --screen-xs-min: 480px;
199
+ --screen-xs-max: 479px;
200
+ --screen-sm: 576px;
201
+ --screen-sm-min: 576px;
202
+ --screen-sm-max: 575px;
203
+ --screen-md: 768px;
204
+ --screen-md-min: 768px;
205
+ --screen-md-max: 767px;
206
+ --screen-lg: 992px;
207
+ --screen-lg-min: 992px;
208
+ --screen-lg-max: 991px;
209
+ --screen-xl: 1200px;
210
+ --screen-xl-min: 1200px;
211
+ --screen-xl-max: 1199px;
212
+ --screen-xxl: 1600px;
213
+ --screen-xxl-min: 1600px;
214
+ --screen-xxl-max: 1599px;
215
+ --zindex-spin: 8;
216
+ --zindex-affix: 10;
217
+ --zindex-back-top: 10;
218
+ --zindex-select: 900;
219
+ --zindex-modal: 1000;
220
+ --zindex-drawer: 1000;
221
+ --zindex-message: 1010;
222
+ --zindex-notification: 1010;
223
+ --zindex-tooltip: 1060;
224
+ --zindex-transfer: 1060;
225
+ --zindex-loading-bar: 2000;
226
+ --zindex-spin-fullscreen: 2010;
227
+ --animation-time: 0.3s;
228
+ --animation-time-quick: 0.15s;
229
+ --transition-time: 0.2s;
230
+ --ease-in-out: ease-in-out;
231
+ --slider-color: #33a7ff;
232
+ --slider-height: 4px;
233
+ --slider-margin: 16px 0;
234
+ --slider-button-wrap-size: 18px;
235
+ --slider-button-wrap-offset: -5px;
236
+ --slider-disabled-color: #ccc;
237
+ --avatar-size-base: 32px;
238
+ --avatar-size-lg: 40px;
239
+ --avatar-size-sm: 24px;
240
+ --avatar-font-size-base: 18px;
241
+ --avatar-font-size-lg: 24px;
242
+ --avatar-font-size-sm: 14px;
243
+ --avatar-bg: #ccc;
244
+ --avatar-color: #fff;
245
+ --avatar-border-radius: 2px;
246
+ --anchor-border-width: 2px;
247
+ --list-header-background: transparent;
248
+ --list-footer-background: transparent;
249
+ --list-empty-text-padding: 16px;
250
+ --list-item-padding: 12px 0;
251
+ --list-item-meta-margin-bottom: 16px;
252
+ --list-item-meta-avatar-margin-right: 16px;
253
+ --list-item-meta-title-margin-bottom: 12px;
254
+ --table-border-style-base: dashed;
255
+ --table-header-color: #ffffff;
256
+ --table-header-font-weight: normal;
257
+ --table-header-padding-horizontal: 8px;
258
+ --table-header-padding-vertical: 0;
259
+ --table-cell-height: 30px;
260
+ --table-cell-white-space: normal;
261
+ --table-cell-padding-left: 9px;
262
+ --table-cell-padding-right: 9px;
263
+ --table-header-text-align: center;
264
+ --table-data-text-align: left;
265
+ --select-dropdown-max-height: 200px;
266
+ --tab-card-bg: #ffffff;
267
+ --form-item-label-font-weight: bold;
268
+ --input-wrapper-width: 95%;
269
+ --select-width: 95%;
270
+ --date-picker-width: 200px;
271
+ /*vxe-table*/
272
+ /*font*/
273
+ --vxe-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
274
+ --vxe-font-size: 14px;
275
+ --vxe-font-size-medium: 14px;
276
+ --vxe-font-size-small: 13px;
277
+ --vxe-font-size-mini: 12px;
278
+ /*size*/
279
+ --vxe-border-radius: 6px;
280
+ --vxe-border-width: 1px;
281
+ --vxe-border-style: solid;
282
+ --vxe-border-color: #e0e0e0;
283
+ /*icon*/
284
+ --vxe-icon-font-family: Verdana, Arial, Tahoma;
285
+ --vxe-icon-background-color: #fff;
286
+ /*color*/
287
+ --vxe-font-color: #666666;
288
+ --vxe-primary-color: #0091FF;
289
+ --vxe-success-color: #19be6b;
290
+ --vxe-info-color: #2db7f5;
291
+ --vxe-warning-color: #ff9900;
292
+ --vxe-danger-color: #ed4014;
293
+ --vxe-font-lighten-color: #808080;
294
+ --vxe-font-lighten-color-20: #999999;
295
+ --vxe-primary-lighten-color: #33a7ff;
296
+ --vxe-success-lighten-color: #27e384;
297
+ --vxe-info-lighten-color: #5ec8f7;
298
+ --vxe-warning-lighten-color: #ffad33;
299
+ --vxe-danger-lighten-color: #f16743;
300
+ --vxe-font-darken-color: #4d4d4d;
301
+ --vxe-primary-darken-color: #0074cc;
302
+ --vxe-success-darken-color: #139152;
303
+ --vxe-info-darken-color: #0ba1e4;
304
+ --vxe-warning-darken-color: #cc7a00;
305
+ --vxe-danger-darken-color: #bf320f;
306
+ --vxe-font-disabled-color: #999999;
307
+ --vxe-primary-disabled-color: #66bdff;
308
+ --vxe-success-disabled-color: #54e99e;
309
+ --vxe-info-disabled-color: #8ed8fa;
310
+ --vxe-warning-disabled-color: #ffc266;
311
+ --vxe-danger-disabled-color: #f48d73;
312
+ /*input/radio/checkbox*/
313
+ --vxe-input-border-color: #e0e0e0;
314
+ --vxe-input-disabled-color: #999999;
315
+ --vxe-input-disabled-background-color: #f8f8f8;
316
+ --vxe-input-placeholder-color: #999999;
317
+ /*popup*/
318
+ --vxe-table-popup-border-color: #e0e0e0;
319
+ /*table*/
320
+ --vxe-table-font-color: #666666;
321
+ --vxe-table-font-lighten-color-20: #999999;
322
+ --vxe-table-header-font-color: #ffffff;
323
+ --vxe-table-footer-font-color: #666666;
324
+ --vxe-table-border-radius: 6px;
325
+ --vxe-table-border-width: 1px;
326
+ --vxe-table-border-style: dashed;
327
+ --vxe-table-border-color: #e0e0e0;
328
+ --vxe-table-resizable-line-color: #e0e0e0;
329
+ --vxe-table-resizable-drag-line-color: #0091FF;
330
+ --vxe-table-header-background-color: #41a5fa;
331
+ --vxe-table-body-background-color: #fff;
332
+ --vxe-table-footer-background-color: #fff;
333
+ --vxe-table-tree-node-line-color: #909399;
334
+ --vxe-table-tree-node-line-style: dotted;
335
+ --vxe-table-header-font-weight: normal;
336
+ --vxe-table-row-height-default: 30px;
337
+ --vxe-table-row-height-medium: 26px;
338
+ --vxe-table-row-height-small: 22px;
339
+ --vxe-table-row-height-mini: 18px;
340
+ --vxe-table-row-line-height: 1.5;
341
+ --vxe-table-row-hover-background-color: #eaf4fe;
342
+ --vxe-table-row-striped-background-color: #f2fafe;
343
+ --vxe-table-row-hover-striped-background-color: #eaf4fe;
344
+ --vxe-table-row-radio-checked-background-color: #b5def3;
345
+ --vxe-table-row-hover-radio-checked-background-color: #eaf4fe;
346
+ --vxe-table-row-checkbox-checked-background-color: #b5def3;
347
+ --vxe-table-row-hover-checkbox-checked-background-color: #eaf4fe;
348
+ --vxe-table-row-current-background-color: #b5def3;
349
+ --vxe-table-row-hover-current-background-color: #eaf4fe;
350
+ --vxe-table-column-padding-default: 8px 0;
351
+ --vxe-table-column-padding-medium: 6px 0;
352
+ --vxe-table-column-padding-small: 4px 0;
353
+ --vxe-table-column-padding-mini: 2px 0;
354
+ --vxe-table-column-hover-background-color: #eaf4fe;
355
+ --vxe-table-column-current-background-color: #b5def3;
356
+ --vxe-table-column-icon-border-color: #c0c4cc;
357
+ --vxe-table-column-icon-border-hover-color: #515A6E;
358
+ --vxe-table-column-background-image: repeating-linear-gradient(#e0e0e0, #fff 1%), repeating-linear-gradient(90deg, #e0e0e0, #fff 1%);
359
+ --vxe-table-cell-placeholder-color: #999999;
360
+ --vxe-table-cell-padding-left: 9px;
361
+ --vxe-table-cell-padding-right: 9px;
362
+ --vxe-table-cell-input-height-default: 24px;
363
+ --vxe-table-cell-input-height-medium: 20px;
364
+ --vxe-table-cell-input-height-small: 16px;
365
+ --vxe-table-cell-input-height-mini: 12px;
366
+ --vxe-table-cell-dirty-width: 5px;
367
+ --vxe-table-cell-dirty-update-color: #f56c6c;
368
+ --vxe-table-cell-dirty-insert-color: #19A15F;
369
+ --vxe-table-cell-area-border-color: #0091FF;
370
+ --vxe-table-cell-area-border-width: 1px;
371
+ --vxe-table-cell-main-area-extension-border-color: #fff;
372
+ --vxe-table-cell-main-area-extension-background-color: #0091FF;
373
+ --vxe-table-cell-extend-area-border-width: 2px;
374
+ --vxe-table-cell-copy-area-border-width: 3px;
375
+ --vxe-table-cell-active-area-border-width: 2px;
376
+ --vxe-table-cell-copy-area-border-color: #0091FF;
377
+ --vxe-table-cell-extend-area-border-color: #0091FF;
378
+ --vxe-table-cell-active-area-border-color: #0091FF;
379
+ --vxe-table-cell-area-background-color: rgba(64, 158, 255, 0.2);
380
+ --vxe-table-checkbox-range-border-width: 1px;
381
+ --vxe-table-checkbox-range-border-color: #006af1;
382
+ --vxe-table-checkbox-range-background-color: rgba(50, 128, 252, 0.2);
383
+ --vxe-table-fixed-left-scrolling-box-shadow: 8px 0px 10px -5px rgb(14, 53, 110);
384
+ --vxe-table-fixed-right-scrolling-box-shadow: -8px 0px 10px -5px rgba(0, 0, 0, 0.12);
385
+ /*filter*/
386
+ --vxe-table-filter-panel-background-color: #fff;
387
+ /*menu*/
388
+ --vxe-table-menu-item-width: 178px;
389
+ --vxe-table-menu-background-color: #fff;
390
+ /*loading*/
391
+ --vxe-loading-color: #0091FF;
392
+ --vxe-loading-background-color: rgba(255, 255, 255, 0.5);
393
+ --vxe-loading-z-index: 999;
394
+ /*validate*/
395
+ --vxe-table-validate-error-color: #f56c6c;
396
+ --vxe-table-validate-tooltip-error-color: #fff;
397
+ --vxe-table-validate-tooltip-error-background-color: #f56c6c;
398
+ /*grid*/
399
+ --vxe-grid-maximize-background-color: #fff;
400
+ /*toolbar*/
401
+ --vxe-toolbar-background-color: #fff;
402
+ --vxe-toolbar-custom-active-background-color: #D9DADB;
403
+ --vxe-toolbar-panel-background-color: #fff;
404
+ /*tooltip*/
405
+ --vxe-tooltip-dark-color: #fff;
406
+ --vxe-tooltip-dark-background-color: #303133;
407
+ --vxe-tooltip-light-background-color: #fff;
408
+ /*pager*/
409
+ --vxe-pager-background-color: #fff;
410
+ --vxe-pager-perfect-background-color: #fff;
411
+ --vxe-pager-perfect-button-background-color: #f4f4f5;
412
+ /*modal*/
413
+ --vxe-modal-header-background-color: #F8F8F8;
414
+ --vxe-modal-body-background-color: #fff;
415
+ --vxe-modal-border-color: #ebeef5;
416
+ /*checkbox*/
417
+ --vxe-checkbox-font-size-default: 15px;
418
+ --vxe-checkbox-font-size-medium: 14px;
419
+ --vxe-checkbox-font-size-small: 13px;
420
+ --vxe-checkbox-font-size-mini: 12px;
421
+ --vxe-checkbox-checked-width: 0.32em;
422
+ --vxe-checkbox-checked-height: 0.64em;
423
+ --vxe-checkbox-indeterminate-width: 0.6em;
424
+ --vxe-checkbox-indeterminate-height: 2px;
425
+ --vxe-checkbox-border-width: 2px;
426
+ --vxe-checkbox-border-radius: 2px;
427
+ --vxe-checkbox-icon-background-color: #fff;
428
+ --vxe-checkbox-checked-icon-border-color: #fff;
429
+ --vxe-checkbox-indeterminate-icon-background-color: #fff;
430
+ /*radio*/
431
+ --vxe-radio-font-size-default: 15px;
432
+ --vxe-radio-font-size-medium: 14px;
433
+ --vxe-radio-font-size-small: 13px;
434
+ --vxe-radio-font-size-mini: 12px;
435
+ --vxe-radio-border-width: 2px;
436
+ --vxe-radio-icon-background-color: #fff;
437
+ --vxe-radio-checked-icon-background-color: #fff;
438
+ --vxe-radio-indeterminate-icon-background-color: #fff;
439
+ --vxe-radio-button-default-background-color: #fff;
440
+ /*button*/
441
+ --vxe-button-max-width: 500px;
442
+ --vxe-button-default-background-color: #fff;
443
+ --vxe-button-dropdown-panel-background-color: #fff;
444
+ --vxe-button-height-default: 34px;
445
+ --vxe-button-height-medium: 32px;
446
+ --vxe-button-height-small: 30px;
447
+ --vxe-button-height-mini: 28px;
448
+ --vxe-button-round-border-radius-default: 17px;
449
+ --vxe-button-round-border-radius-medium: 16px;
450
+ --vxe-button-round-border-radius-small: 15px;
451
+ --vxe-button-round-border-radius-mini: 14px;
452
+ /*input*/
453
+ --vxe-input-background-color: #fff;
454
+ --vxe-input-panel-background-color: #fff;
455
+ --vxe-input-number-disabled-color: #e4e7ed;
456
+ --vxe-input-date-festival-color: #999999;
457
+ --vxe-input-date-festival-important-color: #0091FF;
458
+ --vxe-input-date-notice-background-color: #FF0000;
459
+ --vxe-input-date-picker-hover-background-color: #f2f6fc;
460
+ --vxe-input-date-picker-selected-color: #fff;
461
+ --vxe-input-date-time-confirm-button-color: #fff;
462
+ --vxe-input-date-picker-festival-selected-color: #fff;
463
+ --vxe-input-date-picker-notice-selected-background-color: #fff;
464
+ --vxe-input-date-extra-color: #67c23a;
465
+ --vxe-input-date-extra-important-color: #fd2222;
466
+ --vxe-input-date-title-height-default: 30px;
467
+ --vxe-input-date-title-height-medium: 29px;
468
+ --vxe-input-date-title-height-small: 28px;
469
+ --vxe-input-date-title-height-mini: 26px;
470
+ --vxe-input-date-time-week-row-height-default: 38px;
471
+ --vxe-input-date-time-week-row-height-medium: 36px;
472
+ --vxe-input-date-time-week-row-height-small: 34px;
473
+ --vxe-input-date-time-week-row-height-mini: 32px;
474
+ --vxe-input-date-month-year-row-height-default: 48px;
475
+ --vxe-input-date-month-year-row-height-medium: 46px;
476
+ --vxe-input-date-month-year-row-height-small: 44px;
477
+ --vxe-input-date-month-year-row-height-mini: 42px;
478
+ --vxe-input-date-quarter-row-height-default: 60px;
479
+ --vxe-input-date-quarter-row-height-medium: 58px;
480
+ --vxe-input-date-quarter-row-height-small: 56px;
481
+ --vxe-input-date-quarter-row-height-mini: 54px;
482
+ --vxe-input-height-default: 34px;
483
+ --vxe-input-height-medium: 32px;
484
+ --vxe-input-height-small: 30px;
485
+ --vxe-input-height-mini: 28px;
486
+ /*textarea*/
487
+ --vxe-textarea-line-height: 1.5715;
488
+ --vxe-textarea-background-color: #fff;
489
+ /*form*/
490
+ --vxe-form-item-min-height-default: 36px;
491
+ --vxe-form-item-min-height-medium: 34px;
492
+ --vxe-form-item-min-height-small: 32px;
493
+ --vxe-form-item-min-height-mini: 30px;
494
+ --vxe-form-background-color: #fff;
495
+ --vxe-form-validate-error-color: #f56c6c;
496
+ --vxe-form-validate-error-background-color: inherit;
497
+ /*select*/
498
+ --vxe-select-option-height-default: 30px;
499
+ --vxe-select-option-height-medium: 28px;
500
+ --vxe-select-option-height-small: 26px;
501
+ --vxe-select-option-height-mini: 24px;
502
+ --vxe-select-option-hover-background-color: #f5f7fa;
503
+ --vxe-select-panel-background-color: #fff;
504
+ --vxe-select-empty-color: #C0C4CC;
505
+ --vxe-optgroup-title-color: #909399;
506
+ /*switch*/
507
+ --vxe-switch-font-color: #fff;
508
+ --vxe-switch-icon-background-color: #fff;
509
+ --vxe-switch-open-background-color: #0091FF;
510
+ --vxe-switch-close-background-color: rgba(0, 0, 0, 0.35);
511
+ --vxe-switch-disabled-background-color: rgba(0, 0, 0, 0.15);
512
+ /*pulldown*/
513
+ --vxe-pulldown-panel-background-color: #fff;
514
+ `,
515
+ style:`
516
+ html {
517
+ padding:0;
518
+ margin:0;
519
+ }
520
+ `
521
+
522
+ };
@@ -60,7 +60,7 @@ export default {
60
60
  --component-background: #fff;
61
61
  --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
62
62
  --code-family: Consolas, Menlo, Courier, monospace;
63
- --title-color: #17233d;
63
+ --title-color: fade(@black, 45%);
64
64
  --text-color: #515a6e;
65
65
  --text-color-secondary: rgba(0, 0, 0, 0.45);
66
66
  --heading-color: rgba(0, 0, 0, 0.85);
@@ -1,9 +1,9 @@
1
1
  export default {
2
2
  key: "eap",
3
3
  title: "深邃蓝",
4
- primaryColor: "#306BE3",
4
+ primaryColor: "#0091FF",
5
5
  vars: `
6
- --primary-color: #306BE3;
6
+ --primary-color: #0091FF;
7
7
  --primary-color-tint-20: #33a7ff;
8
8
  --primary-color-tint-90: #e6f4ff;
9
9
  --primary-color-tint-80: #cce9ff;
@@ -60,7 +60,7 @@ export default {
60
60
  --component-background: #fff;
61
61
  --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
62
62
  --code-family: Consolas, Menlo, Courier, monospace;
63
- --title-color: #17233d;
63
+ --title-color: fade(@black,45%);
64
64
  --text-color: #666666;
65
65
  --text-color-secondary: rgba(0, 0, 0, 0.45);
66
66
  --heading-color: rgba(0, 0, 0, 0.85);
@@ -89,26 +89,18 @@ export default {
89
89
  --table-td-stripe-bg: #f2fafe;
90
90
  --table-td-hover-bg: #eaf4fe;
91
91
  --table-td-highlight-bg: #b5def3;
92
- --menu-dark-title: #306BE3;
93
- --menu-dark-item-active-bg: #02234C; /* 激活的一级菜单项 */
94
- --menu-dark-submenu-bg: #0E356E; /* 二级菜单项 */
95
- --menu-dark-item-selected-bg: rgb(2, 35, 76); /* 选中的内部菜单项 */
96
- --menu-dark-bg:rgb(0, 44, 107);
97
- --menu-dark-active-bg: rgb(0, 44, 107);
92
+ --menu-dark-title: #333333;
93
+ --menu-dark-active-bg: fade(@black,45%);
98
94
  --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
99
95
  --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
100
- --selected-menu-item-bg: rgb(61, 123, 246);
101
- --selected-submenu-bg: rgb(14, 53, 110);
102
- --selected-innermost-bg: rgb(2, 35, 76);
103
- --menu-item-hover-bg: darken(@menu-dark-bg, 5%);
104
96
  --date-picker-cell-hover-bg: #e1f0fe;
105
- --shadow-color: rgb(2, 35, 76);
106
- --shadow-base: 0 1px 6px rgb(2, 35, 76);
107
- --shadow-card: 0 1px 1px 0 rgb(14, 53, 110);
108
- --shadow-up: 0 -1px 6px rgb(2, 35, 76);
109
- --shadow-down: 0 1px 6px rgb(2, 35, 76);
110
- --shadow-left: -1px 0 6px rgb(2, 35, 76);
111
- --shadow-right: 1px 0 6px rgb(2, 35, 76);
97
+ --shadow-color: rgba(0, 0, 0, 0.2);
98
+ --shadow-base: 0 1px 6px rgba(0, 0, 0, 0.2);
99
+ --shadow-card: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
100
+ --shadow-up: 0 -1px 6px rgba(0, 0, 0, 0.2);
101
+ --shadow-down: 0 1px 6px rgba(0, 0, 0, 0.2);
102
+ --shadow-left: -1px 0 6px rgba(0, 0, 0, 0.2);
103
+ --shadow-right: 1px 0 6px rgba(0, 0, 0, 0.2);
112
104
  --btn-height-base: 26px;
113
105
  --btn-height-large: 32px;
114
106
  --btn-height-small: 20px;
@@ -163,13 +155,12 @@ export default {
163
155
  --grid-columns: 24;
164
156
  --grid-gutter-width: 0;
165
157
  --layout-body-background: #f5f7f9;
166
- --layout-header-background: #306BE3;
158
+ --layout-header-background: #333333;
167
159
  --layout-header-height: 64px;
168
- --layout-header-selected-background: #306BE3;
169
160
  --layout-header-padding: 0 50px;
170
161
  --layout-footer-padding: 24px 50px;
171
162
  --layout-footer-background: #f5f7f9;
172
- --layout-sider-background: #002C6B;
163
+ --layout-sider-background: #333333;
173
164
  --layout-sider-background-tint-10: #474747;
174
165
  --layout-trigger-height: 48px;
175
166
  --layout-trigger-color: #fff;
@@ -383,7 +374,7 @@ export default {
383
374
  --vxe-table-checkbox-range-border-width: 1px;
384
375
  --vxe-table-checkbox-range-border-color: #006af1;
385
376
  --vxe-table-checkbox-range-background-color: rgba(50, 128, 252, 0.2);
386
- --vxe-table-fixed-left-scrolling-box-shadow: 8px 0px 10px -5px rgb(14, 53, 110);
377
+ --vxe-table-fixed-left-scrolling-box-shadow: 8px 0px 10px -5px rgba(0, 0, 0, 0.12);
387
378
  --vxe-table-fixed-right-scrolling-box-shadow: -8px 0px 10px -5px rgba(0, 0, 0, 0.12);
388
379
  /*filter*/
389
380
  --vxe-table-filter-panel-background-color: #fff;
@@ -521,5 +512,4 @@ export default {
521
512
  margin:0;
522
513
  }
523
514
  `
524
-
525
515
  };
@@ -60,7 +60,7 @@ export default {
60
60
  --component-background: #fff;
61
61
  --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
62
62
  --code-family: Consolas, Menlo, Courier, monospace;
63
- --title-color: #17233d;
63
+ --title-color: fade(@black,45%);
64
64
  --text-color: #515a6e;
65
65
  --text-color-secondary: rgba(0, 0, 0, 0.45);
66
66
  --heading-color: rgba(0, 0, 0, 0.85);
@@ -90,7 +90,7 @@ export default {
90
90
  --table-td-hover-bg: #ebf7ff;
91
91
  --table-td-highlight-bg: #ebf7ff;
92
92
  --menu-dark-title: #333333;
93
- --menu-dark-active-bg: #363e4f;
93
+ --menu-dark-active-bg: fade(#000, 85%);
94
94
  --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
95
95
  --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
96
96
  --date-picker-cell-hover-bg: #e1f0fe;
@@ -60,7 +60,7 @@ export default {
60
60
  --component-background: #fff;
61
61
  --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
62
62
  --code-family: Consolas, Menlo, Courier, monospace;
63
- --title-color: #17233d;
63
+ --title-color: fade(@black,45%);
64
64
  --text-color: #515a6e;
65
65
  --text-color-secondary: rgba(0, 0, 0, 0.45);
66
66
  --heading-color: rgba(0, 0, 0, 0.85);
@@ -90,7 +90,7 @@ export default {
90
90
  --table-td-hover-bg: #ebf7ff;
91
91
  --table-td-highlight-bg: #ebf7ff;
92
92
  --menu-dark-title: #333333;
93
- --menu-dark-active-bg: #363e4f;
93
+ --menu-dark-active-bg: fade(#000, 85%);
94
94
  --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
95
95
  --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
96
96
  --date-picker-cell-hover-bg: #e1f0fe;
@@ -60,7 +60,7 @@ export default {
60
60
  --component-background: #fff;
61
61
  --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
62
62
  --code-family: Consolas, Menlo, Courier, monospace;
63
- --title-color: #17233d;
63
+ --title-color: fade(@black,45%);
64
64
  --text-color: #515a6e;
65
65
  --text-color-secondary: rgba(0, 0, 0, 0.45);
66
66
  --heading-color: rgba(0, 0, 0, 0.85);
@@ -90,7 +90,7 @@ export default {
90
90
  --table-td-hover-bg: #ebf7ff;
91
91
  --table-td-highlight-bg: #ebf7ff;
92
92
  --menu-dark-title: #333333;
93
- --menu-dark-active-bg: #363e4f;
93
+ --menu-dark-active-bg: fade(@black,45%);
94
94
  --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
95
95
  --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
96
96
  --date-picker-cell-hover-bg: rgba(238, 84, 20, 0.3);
@@ -60,7 +60,7 @@ export default {
60
60
  --component-background: #fff;
61
61
  --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
62
62
  --code-family: Consolas, Menlo, Courier, monospace;
63
- --title-color: #17233d;
63
+ --title-color: fade(@black,45%);
64
64
  --text-color: #515a6e;
65
65
  --text-color-secondary: rgba(0, 0, 0, 0.45);
66
66
  --heading-color: rgba(0, 0, 0, 0.85);
@@ -90,7 +90,7 @@ export default {
90
90
  --table-td-hover-bg: #ebf7ff;
91
91
  --table-td-highlight-bg: #ebf7ff;
92
92
  --menu-dark-title: #333333;
93
- --menu-dark-active-bg: #363e4f;
93
+ --menu-dark-active-bg: fade(@black,45%);
94
94
  --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
95
95
  --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
96
96
  --date-picker-cell-hover-bg: rgba(255, 52, 87, 0.3);