@indfnd/common 1.0.109 → 1.0.112
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.
- package/CHANGELOG.md +23 -0
- package/css/view-design/fonts/ionicons.svg +869 -869
- package/dist/ind-common.es.js +4815 -1433
- package/dist/ind-common.umd.cjs +175 -91
- package/dist/styles/index.css +1 -1
- package/package.json +5 -3
- package/src/styles/components/index.less +1 -0
- package/src/styles/components/wangEditor.less +804 -0
|
@@ -0,0 +1,804 @@
|
|
|
1
|
+
@_css-prefix: ivu-;
|
|
2
|
+
@_css-prefix-iconfont: ivu-icon;
|
|
3
|
+
|
|
4
|
+
@_primary-color: #2d8cf0;
|
|
5
|
+
@_primary-color-tint-20: tint(@_primary-color, 20%);
|
|
6
|
+
@_primary-color-tint-90: tint(@_primary-color, 90%);
|
|
7
|
+
@_primary-color-tint-80: tint(@_primary-color, 80%);
|
|
8
|
+
@_primary-color-tint-5: tint(@_primary-color, 5%);
|
|
9
|
+
@_primary-color-tint-95-fade-50: fade(tint(@_primary-color, 95%), 50%);
|
|
10
|
+
@_primary-color-fade-20: fade(@_primary-color, 20%);
|
|
11
|
+
@_primary-color-shade-5: shade(@_primary-color, 5%);
|
|
12
|
+
|
|
13
|
+
@_info-color: #2db7f5;
|
|
14
|
+
@_info-color-tint-20: tint(@_info-color, 20%);
|
|
15
|
+
@_info-color-tint-90: tint(@_info-color, 90%);
|
|
16
|
+
@_info-color-tint-80: tint(@_info-color, 80%);
|
|
17
|
+
@_info-color-tint-5: tint(@_info-color, 5%);
|
|
18
|
+
@_info-color-tint-95-fade-50: fade(tint(@_info-color, 95%), 50%);
|
|
19
|
+
@_info-color-fade-20: fade(@_info-color, 20%);
|
|
20
|
+
@_info-color-shade-5: shade(@_info-color, 5%);
|
|
21
|
+
|
|
22
|
+
@_success-color: #19be6b;
|
|
23
|
+
@_success-color-tint-20: tint(@_success-color, 20%);
|
|
24
|
+
@_success-color-tint-90: tint(@_success-color, 90%);
|
|
25
|
+
@_success-color-tint-80: tint(@_success-color, 80%);
|
|
26
|
+
@_success-color-tint-5: tint(@_success-color, 5%);
|
|
27
|
+
@_success-color-tint-95-fade-50: fade(tint(@_success-color, 95%), 50%);
|
|
28
|
+
@_success-color-fade-20: fade(@_success-color, 20%);
|
|
29
|
+
@_success-color-shade-5: shade(@_success-color, 5%);
|
|
30
|
+
|
|
31
|
+
@_processing-color: @_primary-color;
|
|
32
|
+
|
|
33
|
+
@_warning-color: #ff9900;
|
|
34
|
+
@_warning-color-tint-20: tint(@_warning-color, 20%);
|
|
35
|
+
@_warning-color-tint-90: tint(@_warning-color, 90%);
|
|
36
|
+
@_warning-color-tint-5: tint(@_warning-color, 5%);
|
|
37
|
+
@_warning-color-tint-80: tint(@_warning-color, 80%);
|
|
38
|
+
@_warning-color-tint-95-fade-50: fade(tint(@_warning-color, 95%), 50%);
|
|
39
|
+
@_warning-color-fade-20: fade(@_warning-color, 20%);
|
|
40
|
+
@_warning-color-shade-5: shade(@_warning-color, 5%);
|
|
41
|
+
|
|
42
|
+
@_error-color: #ed4014;
|
|
43
|
+
@_error-color-tint-20: tint(@_error-color, 20%);
|
|
44
|
+
@_error-color-tint-90: tint(@_error-color, 90%);
|
|
45
|
+
@_error-color-tint-5: tint(@_error-color, 5%);
|
|
46
|
+
@_error-color-tint-80: tint(@_error-color, 80%);
|
|
47
|
+
@_error-color-tint-95-fade-50: fade(tint(@_error-color, 95%), 50%);
|
|
48
|
+
@_error-color-fade-20: fade(@_error-color, 20%);
|
|
49
|
+
@_error-color-shade-5: shade(@_error-color, 5%);
|
|
50
|
+
|
|
51
|
+
@_normal-color: #e6ebf1;
|
|
52
|
+
@_link-color: #2d8cf0;
|
|
53
|
+
@_link-hover-color: tint(@_link-color, 20%);
|
|
54
|
+
@_link-active-color: shade(@_link-color, 5%);
|
|
55
|
+
@_selected-color: fade(@_primary-color, 90%);
|
|
56
|
+
@_selected-color-shade-10: shade(@_selected-color, 10%);
|
|
57
|
+
@_tooltip-color: #fff;
|
|
58
|
+
@_subsidiary-color: #808695;
|
|
59
|
+
@_rate-star-color: #f5a623;
|
|
60
|
+
@_rate-star-color-tint-20: tint(@_rate-star-color, 20%);
|
|
61
|
+
@_white: #fff;
|
|
62
|
+
@_black: #000;
|
|
63
|
+
|
|
64
|
+
@_body-background: #fff;
|
|
65
|
+
@_component-background: #fff;
|
|
66
|
+
@_font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei',
|
|
67
|
+
'微软雅黑', Arial, sans-serif;
|
|
68
|
+
@_code-family: Consolas, Menlo, Courier, monospace;
|
|
69
|
+
@_title-color: #17233d;
|
|
70
|
+
@_text-color: #515a6e;
|
|
71
|
+
@_text-color-secondary: fade(@_black, 45%);
|
|
72
|
+
@_heading-color: fade(#000, 85%);
|
|
73
|
+
@_heading-color-dark: fade(@_white, 100%);
|
|
74
|
+
@_font-size-base: 14px;
|
|
75
|
+
@_font-size-base-num: 14;
|
|
76
|
+
@_font-scale: calc(20 / @_font-size-base-num);
|
|
77
|
+
@_font-size-small: 12px;
|
|
78
|
+
@_font-size-large: @_font-size-base + 2px;
|
|
79
|
+
@_line-height-base: 1.5;
|
|
80
|
+
@_line-height-computed: floor((@_font-size-base * @_line-height-base));
|
|
81
|
+
@_border-radius-base: 6px;
|
|
82
|
+
@_border-radius-small: 4px;
|
|
83
|
+
@_cursor-disabled: not-allowed;
|
|
84
|
+
|
|
85
|
+
@_padding-lg: 24px;
|
|
86
|
+
@_padding-md: 16px;
|
|
87
|
+
@_padding-sm: 12px;
|
|
88
|
+
@_padding-xs: 8px;
|
|
89
|
+
|
|
90
|
+
@_border-color-base: #cacacb;
|
|
91
|
+
@_border-color-split: #e8eaec;
|
|
92
|
+
@_border-width-base: 1px;
|
|
93
|
+
@_border-style-base: solid;
|
|
94
|
+
|
|
95
|
+
@_background-color-base: #f7f7f7;
|
|
96
|
+
@_background-color-select-hover: @_input-disabled-bg;
|
|
97
|
+
@_tooltip-bg: rgba(70, 76, 91, 0.9);
|
|
98
|
+
@_head-bg: #f9fafc;
|
|
99
|
+
@_table-thead-bg: #f0f0f1;
|
|
100
|
+
@_table-td-stripe-bg: #f0f0f1;
|
|
101
|
+
@_table-td-hover-bg: #f0f0f1;
|
|
102
|
+
@_table-td-highlight-bg: #e4f5fe;
|
|
103
|
+
@_menu-dark-title: #333333; //#515a6e;
|
|
104
|
+
@_menu-dark-active-bg: #363e4f;
|
|
105
|
+
@_menu-user-subsidiary-color: rgba(255, 255, 255, 0.7);
|
|
106
|
+
@_menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
|
|
107
|
+
@_menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
|
|
108
|
+
@_date-picker-cell-hover-bg: #e1f0fe;
|
|
109
|
+
|
|
110
|
+
@_shadow-color: rgba(0, 0, 0, 0.2);
|
|
111
|
+
@_shadow-base: @_shadow-down;
|
|
112
|
+
@_shadow-card: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
|
113
|
+
@_shadow-up: 0 -1px 6px @_shadow-color;
|
|
114
|
+
@_shadow-down: 0 1px 6px @_shadow-color;
|
|
115
|
+
@_shadow-left: -1px 0 6px @_shadow-color;
|
|
116
|
+
@_shadow-right: 1px 0 6px @_shadow-color;
|
|
117
|
+
|
|
118
|
+
@_btn-height-base: 32px;
|
|
119
|
+
@_btn-height-large: 40px;
|
|
120
|
+
@_btn-height-small: 24px;
|
|
121
|
+
|
|
122
|
+
@_btn-padding-base: 0 @_padding-md - 1px;
|
|
123
|
+
@_btn-padding-large: @_btn-padding-base;
|
|
124
|
+
@_btn-padding-small: 0 @_padding-xs - 1px;
|
|
125
|
+
|
|
126
|
+
@_btn-font-weight: normal;
|
|
127
|
+
@_btn-padding-base-icon: 5px 15px 6px;
|
|
128
|
+
@_btn-padding-large-icon: 6px 15px 6px 15px;
|
|
129
|
+
@_btn-padding-small-icon: 1px 7px 2px;
|
|
130
|
+
@_btn-font-size: @_font-size-base;
|
|
131
|
+
@_btn-font-size-large: @_font-size-large;
|
|
132
|
+
@_btn-font-size-small: @_font-size-base;
|
|
133
|
+
@_btn-border-radius: 4px;
|
|
134
|
+
@_btn-border-radius-small: 3px;
|
|
135
|
+
@_btn-group-border: shade(@_primary-color, 5%);
|
|
136
|
+
|
|
137
|
+
@_btn-disable-color: #c5c8ce;
|
|
138
|
+
@_btn-disable-bg: @_background-color-base;
|
|
139
|
+
@_btn-disable-border: @_border-color-base;
|
|
140
|
+
|
|
141
|
+
@_btn-default-color: @_text-color;
|
|
142
|
+
@_btn-default-color-tint-20: tint(@_btn-default-color, 20%);
|
|
143
|
+
@_btn-default-color-shade-5: shade(@_btn-default-color, 5%);
|
|
144
|
+
@_btn-default-bg: #fff;
|
|
145
|
+
@_btn-default-bg-tint-20: tint(@_btn-default-bg, 20%);
|
|
146
|
+
@_btn-default-bg-shade-5: shade(@_btn-default-bg, 5%);
|
|
147
|
+
@_btn-default-border: @_border-color-base;
|
|
148
|
+
@_btn-default-border-tint-20: tint(@_btn-default-border, 20%);
|
|
149
|
+
@_btn-default-border-shade-5: shade(@_btn-default-border, 5%);
|
|
150
|
+
|
|
151
|
+
@_btn-primary-color: #fff;
|
|
152
|
+
@_btn-primary-color-tint-20: tint(@_btn-primary-color, 20%);
|
|
153
|
+
@_btn-primary-color-tint-5: tint(@_btn-primary-color, 5%);
|
|
154
|
+
@_btn-primary-color-shade-5: shade(@_btn-primary-color, 5%);
|
|
155
|
+
|
|
156
|
+
@_btn-primary-bg: @_primary-color;
|
|
157
|
+
@_btn-primary-bg-tint-20: tint(@_btn-primary-bg, 20%);
|
|
158
|
+
@_btn-primary-bg-tint-5: tint(@_btn-primary-bg, 5%);
|
|
159
|
+
@_btn-primary-bg-shade-5: shade(@_btn-primary-bg, 5%);
|
|
160
|
+
|
|
161
|
+
@_btn-ghost-color: @_text-color;
|
|
162
|
+
@_btn-ghost-color-tint-20: tint(@_btn-ghost-color, 20%);
|
|
163
|
+
@_btn-ghost-color-shade-5: shade(@_btn-ghost-color, 5%);
|
|
164
|
+
|
|
165
|
+
@_btn-ghost-bg: #fff;
|
|
166
|
+
@_btn-ghost-bg-tint-20: tint(@_btn-ghost-bg, 20%);
|
|
167
|
+
@_btn-ghost-bg-shade-5: shade(@_btn-ghost-bg, 5%);
|
|
168
|
+
@_btn-ghost-border: @_border-color-base;
|
|
169
|
+
// @_btn-ghost-border-tint-20:tint (@_btn-ghost-border, 20%);
|
|
170
|
+
// @_btn-ghost-border-shade-5:shade (@_btn-ghost-border, 5%);
|
|
171
|
+
|
|
172
|
+
@_btn-circle-size: @_btn-height-base;
|
|
173
|
+
@_btn-circle-size-large: @_btn-height-large;
|
|
174
|
+
@_btn-circle-size-small: @_btn-height-small;
|
|
175
|
+
|
|
176
|
+
@_btn-square-size: @_btn-height-base;
|
|
177
|
+
@_btn-square-size-large: @_btn-height-large;
|
|
178
|
+
@_btn-square-size-small: @_btn-height-small;
|
|
179
|
+
|
|
180
|
+
@_grid-columns: 24;
|
|
181
|
+
@_grid-gutter-width: 0;
|
|
182
|
+
@_layout-body-background: #f2f2f2; //#f5f7f9;
|
|
183
|
+
@_layout-header-background: #333333; //#515a6e;
|
|
184
|
+
@_layout-header-height: 64px;
|
|
185
|
+
@_layout-header-padding: 0 50px;
|
|
186
|
+
@_layout-footer-padding: 24px 50px;
|
|
187
|
+
@_layout-footer-background: @_layout-body-background;
|
|
188
|
+
@_layout-sider-background: @_layout-header-background;
|
|
189
|
+
@_layout-sider-background-tint-10: tint(@_layout-sider-background, 10%);
|
|
190
|
+
@_layout-trigger-height: 48px;
|
|
191
|
+
@_layout-trigger-color: #fff;
|
|
192
|
+
@_layout-zero-trigger-width: 36px;
|
|
193
|
+
@_layout-zero-trigger-height: 42px;
|
|
194
|
+
|
|
195
|
+
//新增菜单框架色值
|
|
196
|
+
@_layout-color: @_white;
|
|
197
|
+
@_layout-active-color: @_primary-color;
|
|
198
|
+
@_layout-header-color: @_menu-dark-subsidiary-color;
|
|
199
|
+
@_layout-header-active-color: @_white;
|
|
200
|
+
@_layout-header-nav-fontSize: @_font-size-base;
|
|
201
|
+
@_layout-header-nav-color: @_menu-dark-subsidiary-color;
|
|
202
|
+
@_layout-header-nav-active-color: @_white;
|
|
203
|
+
@_layout-header-nav-active-font-weight: normal;
|
|
204
|
+
@_layout-header-nav-active-background-begin: rgba(255, 255, 255, 0.4);
|
|
205
|
+
@_layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
206
|
+
@_layout-header-drop-color: @_menu-dark-subsidiary-color;
|
|
207
|
+
@_layout-header-drop-active-color: @_white;
|
|
208
|
+
@_layout-header-drop-background: @_layout-header-background;
|
|
209
|
+
@_layout-header-drop-active-background: rgba(255, 255, 255, 0.2);
|
|
210
|
+
@_layout-sider-submenu-color: @_menu-dark-subsidiary-color;
|
|
211
|
+
@_layout-sider-submenu-active-color: @_white;
|
|
212
|
+
@_layout-sider-submenu-hover-color: @_white;
|
|
213
|
+
@_layout-sider-submenu-background: #1a1a1a;
|
|
214
|
+
@_layout-sider-submenu-active-background: rgba(255, 255, 255, 0.2);
|
|
215
|
+
@_layout-sider-submenu-hover-background: rgba(255, 255, 255, 0.2);
|
|
216
|
+
@_layout-sider-menuitem-color: @_menu-dark-subsidiary-color;
|
|
217
|
+
@_layout-sider-menuitem-active-color: @_white;
|
|
218
|
+
@_layout-sider-menuitem-hover-color: @_white;
|
|
219
|
+
@_layout-sider-menuitem-background: @_layout-sider-submenu-background;
|
|
220
|
+
@_layout-sider-menuitem-active-background: @_primary-color;
|
|
221
|
+
@_layout-sider-menuitem-hover-background: @_primary-color;
|
|
222
|
+
@_layout-sider-search-color: @_layout-sider-submenu-color;
|
|
223
|
+
@_layout-sider-search-background: @_layout-sider-background;
|
|
224
|
+
@_layout-sider-search-active-color: @_layout-header-drop-active-color;
|
|
225
|
+
@_layout-sider-search-active-background: @_layout-header-drop-active-background;
|
|
226
|
+
@_layout-sider-line-color: @_black;
|
|
227
|
+
|
|
228
|
+
//紧凑样式
|
|
229
|
+
@_layout-menuitem-padding: 14px 24px;
|
|
230
|
+
@_layout-menu-title-icon-right: 24px;
|
|
231
|
+
|
|
232
|
+
@_legend-color: #999;
|
|
233
|
+
|
|
234
|
+
@_input-height-base: 32px;
|
|
235
|
+
@_input-height-large: 40px;
|
|
236
|
+
@_input-height-small: 24px;
|
|
237
|
+
|
|
238
|
+
@_input-padding-horizontal: 7px;
|
|
239
|
+
@_input-padding-vertical-base: 4px;
|
|
240
|
+
@_input-padding-vertical-small: 1px;
|
|
241
|
+
@_input-padding-vertical-large: 6px;
|
|
242
|
+
|
|
243
|
+
@_input-placeholder-color: @_btn-disable-color;
|
|
244
|
+
@_input-color: @_text-color;
|
|
245
|
+
@_input-border-color: @_border-color-base;
|
|
246
|
+
@_input-border-color-tint-20: tint(@_input-border-color, 20%);
|
|
247
|
+
@_input-border-radius: @_btn-border-radius;
|
|
248
|
+
@_input-border-radius-small: @_btn-border-radius-small;
|
|
249
|
+
@_input-bg: #fff;
|
|
250
|
+
@_input-group-bg: #f8f8f9;
|
|
251
|
+
|
|
252
|
+
@_input-hover-border-color: @_primary-color;
|
|
253
|
+
@_input-hover-border-color-tint-20: tint(@_input-hover-border-color, 20%);
|
|
254
|
+
@_input-hover-border-color-fade-20: fade(@_input-hover-border-color, 20%);
|
|
255
|
+
@_input-focus-border-color: @_primary-color;
|
|
256
|
+
@_input-disabled-bg: #f3f3f3;
|
|
257
|
+
@_input-disabled-color: #ccc;
|
|
258
|
+
|
|
259
|
+
@_tag-font-size: 12px;
|
|
260
|
+
|
|
261
|
+
@_screen-xs: 480px;
|
|
262
|
+
@_screen-xs-min: @_screen-xs;
|
|
263
|
+
@_screen-xs-max: (@_screen-xs-min - 1);
|
|
264
|
+
|
|
265
|
+
@_screen-sm: 576px;
|
|
266
|
+
@_screen-sm-min: @_screen-sm;
|
|
267
|
+
@_screen-sm-max: (@_screen-sm-min - 1);
|
|
268
|
+
|
|
269
|
+
@_screen-md: 768px;
|
|
270
|
+
@_screen-md-min: @_screen-md;
|
|
271
|
+
@_screen-md-max: (@_screen-md-min - 1);
|
|
272
|
+
|
|
273
|
+
@_screen-lg: 992px;
|
|
274
|
+
@_screen-lg-min: @_screen-lg;
|
|
275
|
+
@_screen-lg-max: (@_screen-lg-min - 1);
|
|
276
|
+
|
|
277
|
+
@_screen-xl: 1200px;
|
|
278
|
+
@_screen-xl-min: @_screen-xl;
|
|
279
|
+
@_screen-xl-max: (@_screen-xl-min - 1);
|
|
280
|
+
|
|
281
|
+
@_screen-xxl: 1600px;
|
|
282
|
+
@_screen-xxl-min: @_screen-xxl;
|
|
283
|
+
@_screen-xxl-max: (@_screen-xxl-min - 1);
|
|
284
|
+
|
|
285
|
+
@_zindex-spin: 8;
|
|
286
|
+
@_zindex-affix: 10;
|
|
287
|
+
@_zindex-back-top: 10;
|
|
288
|
+
@_zindex-select: 900;
|
|
289
|
+
@_zindex-modal: 1000;
|
|
290
|
+
@_zindex-drawer: 1000;
|
|
291
|
+
@_zindex-message: 1010;
|
|
292
|
+
@_zindex-notification: 1010;
|
|
293
|
+
@_zindex-tooltip: 1060;
|
|
294
|
+
@_zindex-transfer: 1060;
|
|
295
|
+
@_zindex-loading-bar: 2000;
|
|
296
|
+
@_zindex-spin-fullscreen: 2010;
|
|
297
|
+
|
|
298
|
+
@_animation-time: 0.3s;
|
|
299
|
+
@_animation-time-quick: 0.15s;
|
|
300
|
+
@_transition-time: 0.2s;
|
|
301
|
+
@_ease-in-out: ease-in-out;
|
|
302
|
+
|
|
303
|
+
@_slider-color: @_primary-color-tint-20;
|
|
304
|
+
@_slider-height: 4px;
|
|
305
|
+
@_slider-margin: 16px 0;
|
|
306
|
+
@_slider-button-wrap-size: 18px;
|
|
307
|
+
@_slider-button-wrap-offset: -5px;
|
|
308
|
+
@_slider-disabled-color: #ccc;
|
|
309
|
+
|
|
310
|
+
@_avatar-size-base: 32px;
|
|
311
|
+
@_avatar-size-lg: 40px;
|
|
312
|
+
@_avatar-size-sm: 24px;
|
|
313
|
+
@_avatar-font-size-base: 18px;
|
|
314
|
+
@_avatar-font-size-lg: 24px;
|
|
315
|
+
@_avatar-font-size-sm: 14px;
|
|
316
|
+
@_avatar-bg: #ccc;
|
|
317
|
+
@_avatar-color: #fff;
|
|
318
|
+
@_avatar-border-radius: @_border-radius-small;
|
|
319
|
+
|
|
320
|
+
@_anchor-border-width: 2px;
|
|
321
|
+
|
|
322
|
+
@_list-header-background: transparent;
|
|
323
|
+
@_list-footer-background: transparent;
|
|
324
|
+
@_list-empty-text-padding: @_padding-md;
|
|
325
|
+
@_list-item-padding: @_padding-sm 0;
|
|
326
|
+
@_list-item-meta-margin-bottom: @_padding-md;
|
|
327
|
+
@_list-item-meta-avatar-margin-right: @_padding-md;
|
|
328
|
+
@_list-item-meta-title-margin-bottom: @_padding-sm;
|
|
329
|
+
|
|
330
|
+
@_table-border-style-base: solid;
|
|
331
|
+
@_table-header-color: @_text-color;
|
|
332
|
+
@_table-header-font-weight: bold;
|
|
333
|
+
@_table-header-padding-horizontal: 8px;
|
|
334
|
+
@_table-header-padding-vertical: 0;
|
|
335
|
+
@_table-cell-height: 48px;
|
|
336
|
+
@_table-cell-white-space: normal;
|
|
337
|
+
@_table-cell-white-space: normal;
|
|
338
|
+
@_table-cell-padding-left: 18px;
|
|
339
|
+
@_table-cell-padding-right: 18px;
|
|
340
|
+
@_table-header-text-align: left;
|
|
341
|
+
@_table-data-text-align: left;
|
|
342
|
+
@_table-border-color-base: @_border-color-base;
|
|
343
|
+
@_table-border-bottom-color-base: @_border-color-split;
|
|
344
|
+
@_table-border-width-base: 1px;
|
|
345
|
+
|
|
346
|
+
@_select-dropdown-max-height: 400px;
|
|
347
|
+
|
|
348
|
+
@_form-item-label-font-weight: normal;
|
|
349
|
+
@_form-item-label-text-color: fade(#000, 85%);
|
|
350
|
+
@_form-item-detail-bg-color: #fff;
|
|
351
|
+
@_form-item-error-tip-top: 100%;
|
|
352
|
+
@_form-item-tip-font-size: @_font-size-base;
|
|
353
|
+
|
|
354
|
+
@_tab-card-bg: #f0f0f1;
|
|
355
|
+
@_input-wrapper-width: 100%;
|
|
356
|
+
@_select-width: 100%;
|
|
357
|
+
@_date-picker-width: 100%;
|
|
358
|
+
|
|
359
|
+
@_page-container-title-font-size: 16px;
|
|
360
|
+
|
|
361
|
+
@_content-header-bg-color: #fff;
|
|
362
|
+
@_content-header-font-weight: 500;
|
|
363
|
+
|
|
364
|
+
.lambo-wang-editor {
|
|
365
|
+
.w-e-toolbar,
|
|
366
|
+
.w-e-text-container,
|
|
367
|
+
.w-e-menu-panel {
|
|
368
|
+
padding: 0;
|
|
369
|
+
margin: 0;
|
|
370
|
+
box-sizing: border-box;
|
|
371
|
+
}
|
|
372
|
+
.w-e-toolbar *,
|
|
373
|
+
.w-e-text-container *,
|
|
374
|
+
.w-e-menu-panel * {
|
|
375
|
+
padding: 0;
|
|
376
|
+
margin: 0;
|
|
377
|
+
box-sizing: border-box;
|
|
378
|
+
}
|
|
379
|
+
.w-e-clear-fix:after {
|
|
380
|
+
content: '';
|
|
381
|
+
display: table;
|
|
382
|
+
clear: both;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.w-e-toolbar .w-e-droplist {
|
|
386
|
+
position: absolute;
|
|
387
|
+
left: 0;
|
|
388
|
+
top: 0;
|
|
389
|
+
background-color: var(---background-color-base, @_background-color-base);
|
|
390
|
+
border: 1px solid #f1f1f1;
|
|
391
|
+
border-right-color: var(---border-color-split, @_border-color-split);
|
|
392
|
+
border-bottom-color: var(---border-color-split, @_border-color-split);
|
|
393
|
+
}
|
|
394
|
+
.w-e-toolbar .w-e-droplist .w-e-dp-title {
|
|
395
|
+
text-align: center;
|
|
396
|
+
color: #999;
|
|
397
|
+
line-height: 2;
|
|
398
|
+
border-bottom: 1px solid #f1f1f1;
|
|
399
|
+
font-size: 13px;
|
|
400
|
+
}
|
|
401
|
+
.w-e-toolbar .w-e-droplist ul.w-e-list {
|
|
402
|
+
list-style: none;
|
|
403
|
+
line-height: 1;
|
|
404
|
+
}
|
|
405
|
+
.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item {
|
|
406
|
+
color: #333;
|
|
407
|
+
padding: 5px 0;
|
|
408
|
+
}
|
|
409
|
+
.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item:hover {
|
|
410
|
+
background-color: #f1f1f1;
|
|
411
|
+
}
|
|
412
|
+
.w-e-toolbar .w-e-droplist ul.w-e-block {
|
|
413
|
+
list-style: none;
|
|
414
|
+
text-align: left;
|
|
415
|
+
padding: 5px;
|
|
416
|
+
}
|
|
417
|
+
.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item {
|
|
418
|
+
display: inline-block;
|
|
419
|
+
*display: inline;
|
|
420
|
+
*zoom: 1;
|
|
421
|
+
padding: 3px 5px;
|
|
422
|
+
}
|
|
423
|
+
.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item:hover {
|
|
424
|
+
background-color: #f1f1f1;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
@font-face {
|
|
428
|
+
font-family: 'w-e-icon';
|
|
429
|
+
src: url(data:application/x-font-woff;charset=utf-8;base64,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)
|
|
430
|
+
format('truetype');
|
|
431
|
+
font-weight: normal;
|
|
432
|
+
font-style: normal;
|
|
433
|
+
}
|
|
434
|
+
[class^='w-e-icon-'],
|
|
435
|
+
[class*=' w-e-icon-'] {
|
|
436
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
437
|
+
font-family: 'w-e-icon' !important;
|
|
438
|
+
speak: none;
|
|
439
|
+
font-style: normal;
|
|
440
|
+
font-weight: normal;
|
|
441
|
+
font-variant: normal;
|
|
442
|
+
text-transform: none;
|
|
443
|
+
line-height: 1;
|
|
444
|
+
/* Better Font Rendering =========== */
|
|
445
|
+
-webkit-font-smoothing: antialiased;
|
|
446
|
+
-moz-osx-font-smoothing: grayscale;
|
|
447
|
+
}
|
|
448
|
+
.w-e-icon-close:before {
|
|
449
|
+
content: '\f00d';
|
|
450
|
+
}
|
|
451
|
+
.w-e-icon-upload2:before {
|
|
452
|
+
content: '\e9c6';
|
|
453
|
+
}
|
|
454
|
+
.w-e-icon-trash-o:before {
|
|
455
|
+
content: '\f014';
|
|
456
|
+
}
|
|
457
|
+
.w-e-icon-header:before {
|
|
458
|
+
content: '\f1dc';
|
|
459
|
+
}
|
|
460
|
+
.w-e-icon-pencil2:before {
|
|
461
|
+
content: '\e906';
|
|
462
|
+
}
|
|
463
|
+
.w-e-icon-paint-brush:before {
|
|
464
|
+
content: '\f1fc';
|
|
465
|
+
}
|
|
466
|
+
.w-e-icon-image:before {
|
|
467
|
+
content: '\e90d';
|
|
468
|
+
}
|
|
469
|
+
.w-e-icon-play:before {
|
|
470
|
+
content: '\e912';
|
|
471
|
+
}
|
|
472
|
+
.w-e-icon-location:before {
|
|
473
|
+
content: '\e947';
|
|
474
|
+
}
|
|
475
|
+
.w-e-icon-undo:before {
|
|
476
|
+
content: '\e965';
|
|
477
|
+
}
|
|
478
|
+
.w-e-icon-redo:before {
|
|
479
|
+
content: '\e966';
|
|
480
|
+
}
|
|
481
|
+
.w-e-icon-quotes-left:before {
|
|
482
|
+
content: '\e977';
|
|
483
|
+
}
|
|
484
|
+
.w-e-icon-list-numbered:before {
|
|
485
|
+
content: '\e9b9';
|
|
486
|
+
}
|
|
487
|
+
.w-e-icon-list2:before {
|
|
488
|
+
content: '\e9bb';
|
|
489
|
+
}
|
|
490
|
+
.w-e-icon-link:before {
|
|
491
|
+
content: '\e9cb';
|
|
492
|
+
}
|
|
493
|
+
.w-e-icon-happy:before {
|
|
494
|
+
content: '\e9df';
|
|
495
|
+
}
|
|
496
|
+
.w-e-icon-bold:before {
|
|
497
|
+
content: '\ea62';
|
|
498
|
+
}
|
|
499
|
+
.w-e-icon-underline:before {
|
|
500
|
+
content: '\ea63';
|
|
501
|
+
}
|
|
502
|
+
.w-e-icon-italic:before {
|
|
503
|
+
content: '\ea64';
|
|
504
|
+
}
|
|
505
|
+
.w-e-icon-strikethrough:before {
|
|
506
|
+
content: '\ea65';
|
|
507
|
+
}
|
|
508
|
+
.w-e-icon-table2:before {
|
|
509
|
+
content: '\ea71';
|
|
510
|
+
}
|
|
511
|
+
.w-e-icon-paragraph-left:before {
|
|
512
|
+
content: '\ea77';
|
|
513
|
+
}
|
|
514
|
+
.w-e-icon-paragraph-center:before {
|
|
515
|
+
content: '\ea78';
|
|
516
|
+
}
|
|
517
|
+
.w-e-icon-paragraph-right:before {
|
|
518
|
+
content: '\ea79';
|
|
519
|
+
}
|
|
520
|
+
.w-e-icon-terminal:before {
|
|
521
|
+
content: '\f120';
|
|
522
|
+
}
|
|
523
|
+
.w-e-icon-page-break:before {
|
|
524
|
+
content: '\ea68';
|
|
525
|
+
}
|
|
526
|
+
.w-e-icon-cancel-circle:before {
|
|
527
|
+
content: '\ea0d';
|
|
528
|
+
}
|
|
529
|
+
.w-e-icon-font:before {
|
|
530
|
+
content: '\ea5c';
|
|
531
|
+
}
|
|
532
|
+
.w-e-icon-text-heigh:before {
|
|
533
|
+
content: '\ea5f';
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.w-e-toolbar {
|
|
537
|
+
display: -webkit-box;
|
|
538
|
+
display: -ms-flexbox;
|
|
539
|
+
display: flex;
|
|
540
|
+
padding: 0 5px;
|
|
541
|
+
/* flex-wrap: wrap; */
|
|
542
|
+
/* 单个菜单 */
|
|
543
|
+
}
|
|
544
|
+
.w-e-toolbar .w-e-menu {
|
|
545
|
+
position: relative;
|
|
546
|
+
text-align: center;
|
|
547
|
+
padding: 5px 10px;
|
|
548
|
+
cursor: pointer;
|
|
549
|
+
}
|
|
550
|
+
.w-e-toolbar .w-e-menu i {
|
|
551
|
+
color: #999;
|
|
552
|
+
}
|
|
553
|
+
.w-e-toolbar .w-e-menu:hover i {
|
|
554
|
+
color: #333;
|
|
555
|
+
}
|
|
556
|
+
.w-e-toolbar .w-e-active i {
|
|
557
|
+
color: #1e88e5;
|
|
558
|
+
}
|
|
559
|
+
.w-e-toolbar .w-e-active:hover i {
|
|
560
|
+
color: #1e88e5;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.w-e-text-container .w-e-panel-container {
|
|
564
|
+
position: absolute;
|
|
565
|
+
top: 0;
|
|
566
|
+
left: 50%;
|
|
567
|
+
border: 1px solid var(---border-color-split, @_border-color-split);
|
|
568
|
+
border-top: 0;
|
|
569
|
+
box-shadow: 1px 1px 2px var(---border-color-split, @_border-color-split);
|
|
570
|
+
color: #333;
|
|
571
|
+
background-color: #fff;
|
|
572
|
+
/* 为 emotion panel 定制的样式 */
|
|
573
|
+
/* 上传图片的 panel 定制样式 */
|
|
574
|
+
}
|
|
575
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-close {
|
|
576
|
+
position: absolute;
|
|
577
|
+
right: 0;
|
|
578
|
+
top: 0;
|
|
579
|
+
padding: 5px;
|
|
580
|
+
margin: 2px 5px 0 0;
|
|
581
|
+
cursor: pointer;
|
|
582
|
+
color: #999;
|
|
583
|
+
}
|
|
584
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-close:hover {
|
|
585
|
+
color: #333;
|
|
586
|
+
}
|
|
587
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-title {
|
|
588
|
+
list-style: none;
|
|
589
|
+
display: -webkit-box;
|
|
590
|
+
display: -ms-flexbox;
|
|
591
|
+
display: flex;
|
|
592
|
+
font-size: 14px;
|
|
593
|
+
margin: 2px 10px 0 10px;
|
|
594
|
+
border-bottom: 1px solid #f1f1f1;
|
|
595
|
+
}
|
|
596
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-title .w-e-item {
|
|
597
|
+
padding: 3px 5px;
|
|
598
|
+
color: #999;
|
|
599
|
+
cursor: pointer;
|
|
600
|
+
margin: 0 3px;
|
|
601
|
+
position: relative;
|
|
602
|
+
top: 1px;
|
|
603
|
+
}
|
|
604
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-title .w-e-active {
|
|
605
|
+
color: #333;
|
|
606
|
+
border-bottom: 1px solid #333;
|
|
607
|
+
cursor: default;
|
|
608
|
+
font-weight: 700;
|
|
609
|
+
}
|
|
610
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content {
|
|
611
|
+
padding: 10px 15px 10px 15px;
|
|
612
|
+
font-size: 16px;
|
|
613
|
+
/* 输入框的样式 */
|
|
614
|
+
/* 按钮的样式 */
|
|
615
|
+
}
|
|
616
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input:focus,
|
|
617
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea:focus,
|
|
618
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content button:focus {
|
|
619
|
+
outline: none;
|
|
620
|
+
}
|
|
621
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea {
|
|
622
|
+
width: 100%;
|
|
623
|
+
border: 1px solid var(---border-color-split, @_border-color-split);
|
|
624
|
+
padding: 5px;
|
|
625
|
+
}
|
|
626
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea:focus {
|
|
627
|
+
border-color: #1e88e5;
|
|
628
|
+
}
|
|
629
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type='text'] {
|
|
630
|
+
border: none;
|
|
631
|
+
border-bottom: 1px solid var(---border-color-split, @_border-color-split);
|
|
632
|
+
font-size: 14px;
|
|
633
|
+
height: 20px;
|
|
634
|
+
color: #333;
|
|
635
|
+
text-align: left;
|
|
636
|
+
}
|
|
637
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type='text'].small {
|
|
638
|
+
width: 30px;
|
|
639
|
+
text-align: center;
|
|
640
|
+
}
|
|
641
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type='text'].block {
|
|
642
|
+
display: block;
|
|
643
|
+
width: 100%;
|
|
644
|
+
margin: 10px 0;
|
|
645
|
+
}
|
|
646
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type='text']:focus {
|
|
647
|
+
border-bottom: 2px solid #1e88e5;
|
|
648
|
+
}
|
|
649
|
+
//.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button {
|
|
650
|
+
// font-size: 14px;
|
|
651
|
+
// color: #0091FF;
|
|
652
|
+
// border: none;
|
|
653
|
+
// padding: 5px 10px;
|
|
654
|
+
// background-color: #fff;
|
|
655
|
+
// cursor: pointer;
|
|
656
|
+
// border-radius: 3px;
|
|
657
|
+
//}
|
|
658
|
+
.w-e-text-container
|
|
659
|
+
.w-e-panel-container
|
|
660
|
+
.w-e-panel-tab-content
|
|
661
|
+
.w-e-button-container
|
|
662
|
+
button.left {
|
|
663
|
+
float: left;
|
|
664
|
+
margin-right: 10px;
|
|
665
|
+
}
|
|
666
|
+
.w-e-text-container
|
|
667
|
+
.w-e-panel-container
|
|
668
|
+
.w-e-panel-tab-content
|
|
669
|
+
.w-e-button-container
|
|
670
|
+
button.right {
|
|
671
|
+
float: right;
|
|
672
|
+
margin-left: 10px;
|
|
673
|
+
}
|
|
674
|
+
.w-e-text-container
|
|
675
|
+
.w-e-panel-container
|
|
676
|
+
.w-e-panel-tab-content
|
|
677
|
+
.w-e-button-container
|
|
678
|
+
button.gray {
|
|
679
|
+
color: #999;
|
|
680
|
+
}
|
|
681
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.red {
|
|
682
|
+
color: #c24f4a;
|
|
683
|
+
}
|
|
684
|
+
.w-e-text-container
|
|
685
|
+
.w-e-panel-container
|
|
686
|
+
.w-e-panel-tab-content
|
|
687
|
+
.w-e-button-container
|
|
688
|
+
button:hover {
|
|
689
|
+
background-color: #f1f1f1;
|
|
690
|
+
}
|
|
691
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container:after {
|
|
692
|
+
content: '';
|
|
693
|
+
display: table;
|
|
694
|
+
clear: both;
|
|
695
|
+
}
|
|
696
|
+
.w-e-text-container .w-e-panel-container .w-e-emoticon-container .w-e-item {
|
|
697
|
+
cursor: pointer;
|
|
698
|
+
font-size: 18px;
|
|
699
|
+
padding: 0 3px;
|
|
700
|
+
display: inline-block;
|
|
701
|
+
*display: inline;
|
|
702
|
+
*zoom: 1;
|
|
703
|
+
}
|
|
704
|
+
.w-e-text-container .w-e-panel-container .w-e-up-img-container {
|
|
705
|
+
text-align: center;
|
|
706
|
+
}
|
|
707
|
+
.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn {
|
|
708
|
+
display: inline-block;
|
|
709
|
+
*display: inline;
|
|
710
|
+
*zoom: 1;
|
|
711
|
+
color: #999;
|
|
712
|
+
cursor: pointer;
|
|
713
|
+
font-size: 60px;
|
|
714
|
+
line-height: 1;
|
|
715
|
+
}
|
|
716
|
+
.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn:hover {
|
|
717
|
+
color: #333;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.w-e-text-container {
|
|
721
|
+
position: relative;
|
|
722
|
+
}
|
|
723
|
+
.w-e-text-container .w-e-progress {
|
|
724
|
+
position: absolute;
|
|
725
|
+
background-color: #1e88e5;
|
|
726
|
+
bottom: 0;
|
|
727
|
+
left: 0;
|
|
728
|
+
height: 1px;
|
|
729
|
+
}
|
|
730
|
+
.w-e-text {
|
|
731
|
+
padding: 0 10px;
|
|
732
|
+
overflow-y: scroll;
|
|
733
|
+
}
|
|
734
|
+
.w-e-text p,
|
|
735
|
+
.w-e-text h1,
|
|
736
|
+
.w-e-text h2,
|
|
737
|
+
.w-e-text h3,
|
|
738
|
+
.w-e-text h4,
|
|
739
|
+
.w-e-text h5,
|
|
740
|
+
.w-e-text table,
|
|
741
|
+
.w-e-text pre {
|
|
742
|
+
margin: 10px 0;
|
|
743
|
+
line-height: 1.5;
|
|
744
|
+
}
|
|
745
|
+
.w-e-text ul,
|
|
746
|
+
.w-e-text ol {
|
|
747
|
+
margin: 10px 0 10px 20px;
|
|
748
|
+
}
|
|
749
|
+
.w-e-text blockquote {
|
|
750
|
+
display: block;
|
|
751
|
+
border-left: 8px solid #d0e5f2;
|
|
752
|
+
padding: 5px 10px;
|
|
753
|
+
margin: 10px 0;
|
|
754
|
+
line-height: 1.4;
|
|
755
|
+
font-size: 100%;
|
|
756
|
+
background-color: #f1f1f1;
|
|
757
|
+
}
|
|
758
|
+
.w-e-text code {
|
|
759
|
+
display: inline-block;
|
|
760
|
+
*display: inline;
|
|
761
|
+
*zoom: 1;
|
|
762
|
+
background-color: #f1f1f1;
|
|
763
|
+
border-radius: 3px;
|
|
764
|
+
padding: 3px 5px;
|
|
765
|
+
margin: 0 3px;
|
|
766
|
+
}
|
|
767
|
+
.w-e-text pre code {
|
|
768
|
+
display: block;
|
|
769
|
+
}
|
|
770
|
+
.w-e-text table {
|
|
771
|
+
border-top: 1px solid var(---border-color-split, @_border-color-split);
|
|
772
|
+
border-left: 1px solid var(---border-color-split, @_border-color-split);
|
|
773
|
+
}
|
|
774
|
+
.w-e-text table td,
|
|
775
|
+
.w-e-text table th {
|
|
776
|
+
border-bottom: 1px solid var(---border-color-split, @_border-color-split);
|
|
777
|
+
border-right: 1px solid var(---border-color-split, @_border-color-split);
|
|
778
|
+
padding: 3px 5px;
|
|
779
|
+
}
|
|
780
|
+
.w-e-text table th {
|
|
781
|
+
border-bottom: 2px solid var(---border-color-split, @_border-color-split);
|
|
782
|
+
text-align: center;
|
|
783
|
+
}
|
|
784
|
+
.w-e-text:focus {
|
|
785
|
+
outline: none;
|
|
786
|
+
}
|
|
787
|
+
.w-e-text img {
|
|
788
|
+
cursor: pointer;
|
|
789
|
+
width: 200px;
|
|
790
|
+
}
|
|
791
|
+
.w-e-text img:hover {
|
|
792
|
+
box-shadow: 0 0 5px #333;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button {
|
|
796
|
+
font-size: 14px;
|
|
797
|
+
color: #0091ff;
|
|
798
|
+
border: none;
|
|
799
|
+
padding: 5px 10px;
|
|
800
|
+
background-color: #fff;
|
|
801
|
+
cursor: pointer;
|
|
802
|
+
border-radius: 3px;
|
|
803
|
+
}
|
|
804
|
+
}
|