@nutui/nutui-react 3.1.0-beta.1 → 3.1.0
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 +20 -0
- package/dist/cjs/locales/base.d.ts +6 -0
- package/dist/cjs/locales/en-US.js +17 -1
- package/dist/cjs/locales/id-ID.js +17 -1
- package/dist/cjs/locales/ja-JP.js +16 -2
- package/dist/cjs/locales/tr-TR.js +17 -1
- package/dist/cjs/locales/vi-VN.js +17 -1
- package/dist/cjs/locales/zh-CN.js +15 -1
- package/dist/cjs/locales/zh-TW.js +15 -1
- package/dist/cjs/locales/zh-UG.js +17 -1
- package/dist/cjs/utils/scale-f.d.ts +0 -17
- package/dist/cjs/utils/scale-f.js +14 -105
- package/dist/cjs/utils/taro/get-system-info.d.ts +0 -5
- package/dist/cjs/utils/taro/get-system-info.js +2 -7
- package/dist/es/hooks/taro/use-custom-event.js +1 -0
- package/dist/es/locales/base.d.ts +6 -0
- package/dist/es/locales/en-US.js +17 -1
- package/dist/es/locales/id-ID.js +17 -1
- package/dist/es/locales/ja-JP.js +16 -2
- package/dist/es/locales/tr-TR.js +17 -1
- package/dist/es/locales/vi-VN.js +17 -1
- package/dist/es/locales/zh-CN.js +15 -1
- package/dist/es/locales/zh-TW.js +15 -1
- package/dist/es/locales/zh-UG.js +17 -1
- package/dist/es/utils/scale-f.d.ts +0 -17
- package/dist/es/utils/scale-f.js +15 -106
- package/dist/es/utils/taro/get-system-info.d.ts +0 -5
- package/dist/es/utils/taro/get-system-info.js +8 -7
- package/dist/nutui.react.umd.js +21 -96
- package/dist/style-jmapp.css +1 -1
- package/dist/style-jmapp.scss +28 -28
- package/dist/style-jrkf.css +1 -1
- package/dist/style-jrkf.scss +27 -27
- package/dist/style.css +1 -1
- package/dist/style.scss +30 -30
- package/dist/styles/variables-daojia.scss +993 -1971
- package/package.json +1 -1
|
@@ -5,28 +5,18 @@ $color-primary-stop-1: var(--nutui-color-primary-stop-1, #23d94b) !default;
|
|
|
5
5
|
$color-primary-stop-2: var(--nutui-color-primary-stop-2, #1ed145) !default;
|
|
6
6
|
$color-primary-pressed: var(--nutui-color-primary-pressed, #16c73d) !default;
|
|
7
7
|
$color-primary-disabled: var(--nutui-color-primary-disabled, #c2c4cc) !default;
|
|
8
|
-
$color-primary-disabled-special: var(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
) !default;
|
|
12
|
-
$color-primary-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
) !default;
|
|
16
|
-
$color-primary-gradient-1: linear-gradient(
|
|
17
|
-
135deg,
|
|
18
|
-
$color-primary-stop-1 0%,
|
|
19
|
-
$color-primary-stop-2 100%
|
|
20
|
-
) !default;
|
|
8
|
+
$color-primary-disabled-special: var(--nutui-color-primary-disabled-special,
|
|
9
|
+
#72e88c) !default;
|
|
10
|
+
$color-primary-light-pressed: var(--nutui-color-primary-light-pressed,
|
|
11
|
+
#d5fbd5) !default;
|
|
12
|
+
$color-primary-gradient-1: linear-gradient(135deg,
|
|
13
|
+
$color-primary-stop-1 0%,
|
|
14
|
+
$color-primary-stop-2 100%) !default;
|
|
21
15
|
$color-primary-icon: var(--nutui-color-primary-icon, #ff3333) !default;
|
|
22
|
-
$color-primary-icon-disabled: var(
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
) !default;
|
|
26
|
-
$color-primary-specialdisabled: var(
|
|
27
|
-
--nutui-color-primary-specialdisabled,
|
|
28
|
-
#ffadbe
|
|
29
|
-
) !default;
|
|
16
|
+
$color-primary-icon-disabled: var(--nutui-color-primary-icon-disabled,
|
|
17
|
+
#dadce0) !default;
|
|
18
|
+
$color-primary-specialdisabled: var(--nutui-color-primary-specialdisabled,
|
|
19
|
+
#ffadbe) !default;
|
|
30
20
|
|
|
31
21
|
// 默认色
|
|
32
22
|
$color-default: var(--nutui-color-default) !default;
|
|
@@ -39,72 +29,50 @@ $color-info: var(--nutui-color-info, #0073ff) !default; // done
|
|
|
39
29
|
$color-info-pressed: var(--nutui-color-info-pressed, #496af2) !default;
|
|
40
30
|
$color-info-disabled: var(--nutui-color-info-disabled, #89a6f8) !default;
|
|
41
31
|
$color-info-light: var(--nutui-color-info-light, #e5f5ff) !default; // done
|
|
42
|
-
$color-info-background: var(
|
|
43
|
-
|
|
44
|
-
#0073ff
|
|
45
|
-
) !default; // done
|
|
32
|
+
$color-info-background: var(--nutui-color-info-background,
|
|
33
|
+
#0073ff) !default; // done
|
|
46
34
|
$color-info-text: var(--nutui-color-info, #0073ff) !default; // done
|
|
47
35
|
|
|
48
36
|
// 成功色
|
|
49
37
|
$color-success: var(--nutui-color-success, #00d900) !default; // done
|
|
50
|
-
$color-success-pressed: var(
|
|
51
|
-
|
|
52
|
-
#2aa32a
|
|
53
|
-
) !default; // done
|
|
38
|
+
$color-success-pressed: var(--nutui-color-success-pressed,
|
|
39
|
+
#2aa32a) !default; // done
|
|
54
40
|
$color-success-disabled: var(--nutui-color-success-disabled, #b2f0ae) !default;
|
|
55
|
-
$color-success-light: var(
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
) !default; // done
|
|
59
|
-
$color-success-background: var(
|
|
60
|
-
--nutui-color-success-background,
|
|
61
|
-
#00d900
|
|
62
|
-
) !default; // done
|
|
41
|
+
$color-success-light: var(--nutui-color-success-light,
|
|
42
|
+
#ebfbeb) !default; // done
|
|
43
|
+
$color-success-background: var(--nutui-color-success-background,
|
|
44
|
+
#00d900) !default; // done
|
|
63
45
|
$color-success-text: var(--nutui-color-success-text, #2aa32a) !default; // done
|
|
64
46
|
|
|
65
47
|
// 警告色
|
|
66
48
|
$color-warning: var(--nutui-color-warning, #ffbf00) !default; // done
|
|
67
|
-
$color-warning-pressed: var(
|
|
68
|
-
|
|
69
|
-
#c47600
|
|
70
|
-
) !default; // done
|
|
49
|
+
$color-warning-pressed: var(--nutui-color-warning-pressed,
|
|
50
|
+
#c47600) !default; // done
|
|
71
51
|
$color-warning-disabled: var(--nutui-color-warning-disabled, #fdd3b9) !default;
|
|
72
|
-
$color-warning-light: var(
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
) !default; // done
|
|
76
|
-
$color-warning-background: var(
|
|
77
|
-
--nutui-color-warning-background,
|
|
78
|
-
#ffbf00
|
|
79
|
-
) !default; // done
|
|
52
|
+
$color-warning-light: var(--nutui-color-warning-light,
|
|
53
|
+
#fff5cc) !default; // done
|
|
54
|
+
$color-warning-background: var(--nutui-color-warning-background,
|
|
55
|
+
#ffbf00) !default; // done
|
|
80
56
|
$color-warning-text: var(--nutui-color-warning-text, #c47600) !default; // done
|
|
81
57
|
|
|
82
58
|
// 危险色
|
|
83
59
|
$color-danger: var(--nutui-color-danger, #1ed145) !default; //done
|
|
84
60
|
$color-danger-pressed: var(--nutui-color-danger-pressed, #ff3333) !default;
|
|
85
|
-
$color-danger-disabled: var(
|
|
86
|
-
|
|
87
|
-
$color-primary-disabled-special
|
|
88
|
-
) !default;
|
|
61
|
+
$color-danger-disabled: var(--nutui-color-danger-disabled,
|
|
62
|
+
$color-primary-disabled-special) !default;
|
|
89
63
|
$color-danger-light: var(--nutui-color-danger-light, #ffebef) !default; //done
|
|
90
|
-
$color-danger-background: var(
|
|
91
|
-
|
|
92
|
-
#1ed145
|
|
93
|
-
) !default; //done
|
|
64
|
+
$color-danger-background: var(--nutui-color-danger-background,
|
|
65
|
+
#1ed145) !default; //done
|
|
94
66
|
$color-danger-text: var(--nutui-color-danger-text, #1ed145) !default; //done
|
|
95
67
|
|
|
96
68
|
// 背景色
|
|
97
69
|
$color-background: var(--nutui-color-background, #f2f3f5) !default; //done
|
|
98
70
|
// 卡片背景色
|
|
99
|
-
$color-background-overlay: var(
|
|
100
|
-
|
|
101
|
-
#ffffff
|
|
102
|
-
) !default;
|
|
71
|
+
$color-background-overlay: var(--nutui-color-background-overlay,
|
|
72
|
+
#ffffff) !default;
|
|
103
73
|
// 卡片内嵌背景色
|
|
104
|
-
$color-background-sunken: var(
|
|
105
|
-
|
|
106
|
-
#f7f8fc
|
|
107
|
-
) !default;
|
|
74
|
+
$color-background-sunken: var(--nutui-color-background-sunken,
|
|
75
|
+
#f7f8fc) !default;
|
|
108
76
|
|
|
109
77
|
// 蒙层颜色
|
|
110
78
|
// 页面全局蒙层
|
|
@@ -112,10 +80,8 @@ $color-mask: var(--nutui-color-mask, rgba(0, 0, 0, 0.7)) !default;
|
|
|
112
80
|
// 局部蒙层
|
|
113
81
|
$color-mask-part: var(--nutui-color-mask-part, rgba(0, 0, 0, 0.4)) !default;
|
|
114
82
|
// 容错蒙层
|
|
115
|
-
$color-mask-fault-toleran: var(
|
|
116
|
-
|
|
117
|
-
rgba(0, 0, 0, 0.02)
|
|
118
|
-
) !default;
|
|
83
|
+
$color-mask-fault-toleran: var(--nutui-color-mask-fault-toleran,
|
|
84
|
+
rgba(0, 0, 0, 0.02)) !default;
|
|
119
85
|
|
|
120
86
|
// 边框色
|
|
121
87
|
$color-border: var(--nutui-color-border, rgba(0, 0, 0, 0.06)) !default;
|
|
@@ -126,10 +92,8 @@ $color-title: var(--nutui-color-title, #1a1a1a) !default;
|
|
|
126
92
|
$color-text: var(--nutui-color-text, #505259) !default;
|
|
127
93
|
$color-text-help: var(--nutui-color-text-help, #888b94) !default;
|
|
128
94
|
$color-text-disabled: var(--nutui-color-text-disabled, #c2c4cc) !default;
|
|
129
|
-
$color-text-dark: var(
|
|
130
|
-
|
|
131
|
-
rgba(255, 255, 255, 0.9)
|
|
132
|
-
) !default;
|
|
95
|
+
$color-text-dark: var(--nutui-color-text-dark,
|
|
96
|
+
rgba(255, 255, 255, 0.9)) !default;
|
|
133
97
|
$color-text-link: var(--nutui-color-text-link, #0073ff) !default;
|
|
134
98
|
|
|
135
99
|
// 与品牌色一起使用,默认为白色,不区分暗黑与明亮模式。
|
|
@@ -138,8 +102,7 @@ $white: #ffffff !default;
|
|
|
138
102
|
$black: #000000 !default;
|
|
139
103
|
|
|
140
104
|
// ---- Font Family ----
|
|
141
|
-
$font-family:
|
|
142
|
-
PingFang SC,
|
|
105
|
+
$font-family: PingFang SC,
|
|
143
106
|
Microsoft YaHei,
|
|
144
107
|
Helvetica,
|
|
145
108
|
Hiragino Sans GB,
|
|
@@ -196,19 +159,15 @@ $spacing-xxl: var(--nutui-spacing-xxl, 16px) !default;
|
|
|
196
159
|
$spacing-xxxl: var(--nutui-spacing-xxxl, 18px) !default;
|
|
197
160
|
|
|
198
161
|
// 圆角 corners ok
|
|
199
|
-
$radius-xxxs: var(
|
|
200
|
-
|
|
201
|
-
0
|
|
202
|
-
) !default; // 内容描述型的详情页面通栏结构
|
|
162
|
+
$radius-xxxs: var(--nutui-radius-xxxs,
|
|
163
|
+
0) !default; // 内容描述型的详情页面通栏结构
|
|
203
164
|
$radius-xxs: var(--nutui-radius-xxs, 2px) !default; // 标签
|
|
204
165
|
$radius-xs: var(--nutui-radius-xs, 4px) !default; // 单行高度20、24、28的组件
|
|
205
166
|
$radius-s: var(--nutui-radius-s, 6px) !default; // 单行高度32、36的组件
|
|
206
167
|
$radius-base: var(--nutui-radius-base, 8px) !default; // 单行高度40及以上的组件
|
|
207
168
|
$radius-l: var(--nutui-radius-l, 8px) !default; // 入口型非通栏卡片
|
|
208
|
-
$radius-xl: var(
|
|
209
|
-
|
|
210
|
-
12px
|
|
211
|
-
) !default; // 结构分割、通栏卡片、临时操作层组件等场景
|
|
169
|
+
$radius-xl: var(--nutui-radius-xl,
|
|
170
|
+
12px) !default; // 结构分割、通栏卡片、临时操作层组件等场景
|
|
212
171
|
$radius-xxl: var(--nutui-radius-xxl, 14px) !default; // 暂无
|
|
213
172
|
$radius-xxxl: var(--nutui-radius-xxxl, 16px) !default; // 暂无
|
|
214
173
|
$radius-circle: 50px !default; // 按钮、徽标等组件的胶囊形态圆角样式
|
|
@@ -229,260 +188,154 @@ $animation-timing-fun: cubic-bezier(0.55, 0.085, 0.68, 0.53) !default;
|
|
|
229
188
|
|
|
230
189
|
// button(✅)
|
|
231
190
|
$button-transition: opacity 0.2s;
|
|
232
|
-
$button-square-border-radius: var(
|
|
233
|
-
|
|
234
|
-
0
|
|
235
|
-
) !default;
|
|
191
|
+
$button-square-border-radius: var(--nutui-button-square-border-radius,
|
|
192
|
+
0) !default;
|
|
236
193
|
$button-border-radius: var(--nutui-button-border-radius, $radius-s) !default;
|
|
237
194
|
$button-border-width: var(--nutui-button-border-width, 0.5px) !default;
|
|
238
195
|
$button-normal-padding: var(--nutui-button-normal-padding, 0px 12px) !default;
|
|
239
196
|
$button-default-height: var(--nutui-button-default-height, 32px) !default;
|
|
240
197
|
$button-default-color: var(--nutui-button-default-color, $color-title) !default;
|
|
241
|
-
$button-default-background-color: var(
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
) !default;
|
|
245
|
-
$button-default-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
) !default;
|
|
249
|
-
$button-default-disabled: var(
|
|
250
|
-
--nutui-button-default-disabled,
|
|
251
|
-
$color-text-disabled
|
|
252
|
-
) !default;
|
|
253
|
-
$button-default-disabled-color: var(
|
|
254
|
-
--nutui-button-default-disabled-color,
|
|
255
|
-
$color-text-help
|
|
256
|
-
) !default;
|
|
198
|
+
$button-default-background-color: var(--nutui-button-default-background-color,
|
|
199
|
+
transparent) !default;
|
|
200
|
+
$button-default-border-color: var(--nutui-button-default-border-color,
|
|
201
|
+
$color-text-disabled) !default;
|
|
202
|
+
$button-default-disabled: var(--nutui-button-default-disabled,
|
|
203
|
+
$color-text-disabled) !default;
|
|
204
|
+
$button-default-disabled-color: var(--nutui-button-default-disabled-color,
|
|
205
|
+
$color-text-help) !default;
|
|
257
206
|
$button-default-padding: var(--nutui-button-default-padding, 0px 12px) !default;
|
|
258
|
-
$button-default-font-size: var(
|
|
259
|
-
|
|
260
|
-
$font-size-base
|
|
261
|
-
) !default;
|
|
207
|
+
$button-default-font-size: var(--nutui-button-default-font-size,
|
|
208
|
+
$font-size-base) !default;
|
|
262
209
|
|
|
263
210
|
$button-xlarge-height: var(--nutui-button-xlarge-height, 48px) !default;
|
|
264
211
|
$button-xlarge-padding: var(--nutui-button-xlarge-padding, 0px 24px) !default;
|
|
265
|
-
$button-xlarge-font-size: var(
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
) !default;
|
|
269
|
-
$button-xlarge-
|
|
270
|
-
|
|
271
|
-
6px
|
|
272
|
-
) !default;
|
|
273
|
-
$button-xlarge-border-radius: var(
|
|
274
|
-
--nutui-button-xlarge-border-radius,
|
|
275
|
-
$radius-base
|
|
276
|
-
) !default;
|
|
212
|
+
$button-xlarge-font-size: var(--nutui-button-xlarge-font-size,
|
|
213
|
+
$font-size-xl) !default;
|
|
214
|
+
$button-xlarge-text-icon-margin: var(--nutui-button-xlarge-text-icon-margin,
|
|
215
|
+
6px) !default;
|
|
216
|
+
$button-xlarge-border-radius: var(--nutui-button-xlarge-border-radius,
|
|
217
|
+
$radius-base) !default;
|
|
277
218
|
|
|
278
219
|
$button-large-height: var(--nutui-button-large-height, 40px) !default;
|
|
279
220
|
$button-large-padding: var(--nutui-button-large-padding, 0px 16px) !default;
|
|
280
|
-
$button-large-font-size: var(
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
) !default;
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
) !default;
|
|
288
|
-
|
|
289
|
-
$button-small-font-size: var(
|
|
290
|
-
--nutui-button-small-font-size,
|
|
291
|
-
$font-size-s
|
|
292
|
-
) !default;
|
|
221
|
+
$button-large-font-size: var(--nutui-button-large-font-size,
|
|
222
|
+
$font-size-l) !default;
|
|
223
|
+
$button-large-border-radius: var(--nutui-button-large-border-radius,
|
|
224
|
+
$radius-base) !default;
|
|
225
|
+
|
|
226
|
+
$button-small-font-size: var(--nutui-button-small-font-size,
|
|
227
|
+
$font-size-s) !default;
|
|
293
228
|
$button-small-padding: var(--nutui-button-small-padding, 0px 8px) !default;
|
|
294
229
|
$button-small-height: var(--nutui-button-small-height, 28px) !default;
|
|
295
|
-
$button-small-border-radius: var(
|
|
296
|
-
|
|
297
|
-
$radius-s
|
|
298
|
-
) !default;
|
|
230
|
+
$button-small-border-radius: var(--nutui-button-small-border-radius,
|
|
231
|
+
$radius-s) !default;
|
|
299
232
|
|
|
300
233
|
$button-mini-padding: var(--nutui-button-mini-padding, 0px 8px) !default;
|
|
301
234
|
$button-mini-height: var(--nutui-button-mini-height, 24px) !default;
|
|
302
|
-
$button-mini-font-size: var(
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
) !default;
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
$button-primary-color:
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
$button-primary-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
$
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
) !default;
|
|
324
|
-
|
|
325
|
-
$
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
) !default;
|
|
329
|
-
|
|
330
|
-
$
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
$
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
) !default;
|
|
338
|
-
$button-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
) !default;
|
|
342
|
-
$button-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
$button-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
) !default;
|
|
351
|
-
$button-
|
|
352
|
-
|
|
353
|
-
$color-info
|
|
354
|
-
) !default;
|
|
355
|
-
$button-info-background-color: var(
|
|
356
|
-
--nutui-button-info-background-color,
|
|
357
|
-
$color-info-background
|
|
358
|
-
) !default;
|
|
359
|
-
$button-info-disabled: var(
|
|
360
|
-
--nutui-button-info-disabled,
|
|
361
|
-
$color-info-disabled
|
|
362
|
-
) !default;
|
|
363
|
-
|
|
364
|
-
$button-warning-color: var(
|
|
365
|
-
--nutui-button-warning-color,
|
|
366
|
-
$color-primary-text
|
|
367
|
-
) !default;
|
|
368
|
-
$button-warning-border-color: var(
|
|
369
|
-
--nutui-button-warning-border-color,
|
|
370
|
-
$color-warning
|
|
371
|
-
) !default;
|
|
372
|
-
$button-warning-background-color: var(
|
|
373
|
-
--nutui-button-warning-background-color,
|
|
374
|
-
$color-warning
|
|
375
|
-
) !default;
|
|
376
|
-
$button-warning-disabled: var(
|
|
377
|
-
--nutui-button-warning-disabled,
|
|
378
|
-
$color-warning-disabled
|
|
379
|
-
) !default;
|
|
380
|
-
|
|
381
|
-
$button-danger-color: var(
|
|
382
|
-
--nutui-button-danger-color,
|
|
383
|
-
$color-primary-text
|
|
384
|
-
) !default;
|
|
385
|
-
$button-danger-border-color: var(
|
|
386
|
-
--nutui-button-danger-border-color,
|
|
387
|
-
$color-danger
|
|
388
|
-
) !default;
|
|
389
|
-
$button-danger-background-color: var(
|
|
390
|
-
--nutui-button-danger-background-color,
|
|
391
|
-
$color-danger
|
|
392
|
-
) !default;
|
|
393
|
-
$button-danger-disabled: var(
|
|
394
|
-
--nutui-button-danger-disabled,
|
|
395
|
-
$color-danger-disabled
|
|
396
|
-
) !default;
|
|
235
|
+
$button-mini-font-size: var(--nutui-button-mini-font-size,
|
|
236
|
+
$font-size-xs) !default;
|
|
237
|
+
$button-mini-border-radius: var(--nutui-button-mini-border-radius,
|
|
238
|
+
$radius-xs) !default;
|
|
239
|
+
|
|
240
|
+
$button-primary-color: var(--nutui-button-primary-color,
|
|
241
|
+
$color-primary-text) !default;
|
|
242
|
+
$button-primary-border-color: var(--nutui-button-primary-border-color,
|
|
243
|
+
$color-primary) !default;
|
|
244
|
+
$button-primary-background-color: linear-gradient(90deg,
|
|
245
|
+
$color-primary-stop-1 0%,
|
|
246
|
+
$color-primary-stop-2 100%) !default;
|
|
247
|
+
|
|
248
|
+
$button-primary-disabled: var(--nutui-button-primary-disabled,
|
|
249
|
+
$color-primary-disabled-special) !default;
|
|
250
|
+
|
|
251
|
+
$button-success-color: var(--nutui-button-success-color,
|
|
252
|
+
$color-primary-text) !default;
|
|
253
|
+
$button-success-border-color: var(--nutui-button-success-border-color,
|
|
254
|
+
$color-success) !default;
|
|
255
|
+
$button-success-background-color: var(--nutui-button-success-background-color,
|
|
256
|
+
$color-success) !default;
|
|
257
|
+
$button-success-disabled: var(--nutui-button-success-disabled,
|
|
258
|
+
$color-success-disabled) !default;
|
|
259
|
+
|
|
260
|
+
$button-info-color: var(--nutui-button-info-color,
|
|
261
|
+
$color-primary-text) !default;
|
|
262
|
+
$button-info-border-color: var(--nutui-button-info-border-color,
|
|
263
|
+
$color-info) !default;
|
|
264
|
+
$button-info-background-color: var(--nutui-button-info-background-color,
|
|
265
|
+
$color-info-background) !default;
|
|
266
|
+
$button-info-disabled: var(--nutui-button-info-disabled,
|
|
267
|
+
$color-info-disabled) !default;
|
|
268
|
+
|
|
269
|
+
$button-warning-color: var(--nutui-button-warning-color,
|
|
270
|
+
$color-primary-text) !default;
|
|
271
|
+
$button-warning-border-color: var(--nutui-button-warning-border-color,
|
|
272
|
+
$color-warning) !default;
|
|
273
|
+
$button-warning-background-color: var(--nutui-button-warning-background-color,
|
|
274
|
+
$color-warning) !default;
|
|
275
|
+
$button-warning-disabled: var(--nutui-button-warning-disabled,
|
|
276
|
+
$color-warning-disabled) !default;
|
|
277
|
+
|
|
278
|
+
$button-danger-color: var(--nutui-button-danger-color,
|
|
279
|
+
$color-primary-text) !default;
|
|
280
|
+
$button-danger-border-color: var(--nutui-button-danger-border-color,
|
|
281
|
+
$color-danger) !default;
|
|
282
|
+
$button-danger-background-color: var(--nutui-button-danger-background-color,
|
|
283
|
+
$color-danger) !default;
|
|
284
|
+
$button-danger-disabled: var(--nutui-button-danger-disabled,
|
|
285
|
+
$color-danger-disabled) !default;
|
|
397
286
|
|
|
398
287
|
$button-text-icon-margin: var(--nutui-button-text-icon-margin, 4px) !default;
|
|
399
288
|
|
|
400
289
|
// cell(✅)
|
|
401
290
|
$cell-title-color: var(--nutui-cell-title-color, $color-title) !default;
|
|
402
|
-
$cell-title-font-size: var(
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
) !default;
|
|
406
|
-
$cell-description-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
) !default;
|
|
410
|
-
$cell-description-color: var(
|
|
411
|
-
--nutui-cell-description-color,
|
|
412
|
-
$color-text
|
|
413
|
-
) !default;
|
|
414
|
-
$cell-extra-font-size: var(
|
|
415
|
-
--nutui-cell-extra-font-size,
|
|
416
|
-
$font-size-base
|
|
417
|
-
) !default;
|
|
291
|
+
$cell-title-font-size: var(--nutui-cell-title-font-size,
|
|
292
|
+
$font-size-base) !default;
|
|
293
|
+
$cell-description-font-size: var(--nutui-cell-description-font-size,
|
|
294
|
+
$font-size-s) !default;
|
|
295
|
+
$cell-description-color: var(--nutui-cell-description-color,
|
|
296
|
+
$color-text) !default;
|
|
297
|
+
$cell-extra-font-size: var(--nutui-cell-extra-font-size,
|
|
298
|
+
$font-size-base) !default;
|
|
418
299
|
$cell-extra-color: var(--nutui-cell-extra-color, $color-text) !default;
|
|
419
300
|
$cell-border-radius: var(--nutui-cell-border-radius, 6px) !default;
|
|
420
301
|
$cell-padding: var(--nutui-cell-padding, 13px 16px) !default;
|
|
421
302
|
$cell-line-height: var(--nutui-cell-line-height, 20px) !default;
|
|
422
303
|
$cell-divider-right: var(--nutui-cell-divider-right, 16px) !default;
|
|
423
304
|
$cell-divider-left: var(--nutui-cell-divider-left, 16px) !default;
|
|
424
|
-
$cell-divider-border-bottom: var(
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
) !default;
|
|
428
|
-
$cell-
|
|
429
|
-
|
|
430
|
-
$color-background-overlay
|
|
431
|
-
) !default;
|
|
432
|
-
$cell-box-shadow: var(
|
|
433
|
-
--nutui-cell-box-shadow,
|
|
434
|
-
0px 1px 7px 0px rgba(237, 238, 241, 1)
|
|
435
|
-
) !default;
|
|
305
|
+
$cell-divider-border-bottom: var(--nutui-cell-divider-border-bottom,
|
|
306
|
+
1px solid $color-border) !default;
|
|
307
|
+
$cell-background-color: var(--nutui-cell-background-color,
|
|
308
|
+
$color-background-overlay) !default;
|
|
309
|
+
$cell-box-shadow: var(--nutui-cell-box-shadow,
|
|
310
|
+
0px 1px 7px 0px rgba(237, 238, 241, 1)) !default;
|
|
436
311
|
|
|
437
312
|
// cell-group(✅)
|
|
438
|
-
$cell-group-title-padding: var(
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
) !default;
|
|
442
|
-
$cell-group-title-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
) !default;
|
|
446
|
-
$cell-group-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
) !default;
|
|
450
|
-
$cell-group-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
) !default;
|
|
454
|
-
$cell-group-
|
|
455
|
-
|
|
456
|
-
0 10px
|
|
457
|
-
) !default;
|
|
458
|
-
$cell-group-description-color: var(
|
|
459
|
-
--nutui-cell-group-description-color,
|
|
460
|
-
$color-text
|
|
461
|
-
) !default;
|
|
462
|
-
$cell-group-description-font-size: var(
|
|
463
|
-
--nutui-cell-group-description-font-size,
|
|
464
|
-
$font-size-s
|
|
465
|
-
) !default;
|
|
466
|
-
$cell-group-description-line-height: var(
|
|
467
|
-
--nutui-cell-group-description-line-height,
|
|
468
|
-
16px
|
|
469
|
-
) !default;
|
|
470
|
-
$cell-group-background-color: var(
|
|
471
|
-
--nutui-cell-group-background-color,
|
|
472
|
-
$color-background-overlay
|
|
473
|
-
) !default;
|
|
313
|
+
$cell-group-title-padding: var(--nutui-cell-group-title-padding,
|
|
314
|
+
0 10px) !default;
|
|
315
|
+
$cell-group-title-color: var(--nutui-cell-group-title-color,
|
|
316
|
+
$color-title) !default;
|
|
317
|
+
$cell-group-title-font-size: var(--nutui-cell-group-title-font-size,
|
|
318
|
+
$font-size-base) !default;
|
|
319
|
+
$cell-group-title-line-height: var(--nutui-cell-group-title-line-height,
|
|
320
|
+
20px) !default;
|
|
321
|
+
$cell-group-description-padding: var(--nutui-cell-group-description-padding,
|
|
322
|
+
0 10px) !default;
|
|
323
|
+
$cell-group-description-color: var(--nutui-cell-group-description-color,
|
|
324
|
+
$color-text) !default;
|
|
325
|
+
$cell-group-description-font-size: var(--nutui-cell-group-description-font-size,
|
|
326
|
+
$font-size-s) !default;
|
|
327
|
+
$cell-group-description-line-height: var(--nutui-cell-group-description-line-height,
|
|
328
|
+
16px) !default;
|
|
329
|
+
$cell-group-background-color: var(--nutui-cell-group-background-color,
|
|
330
|
+
$color-background-overlay) !default;
|
|
474
331
|
$cell-group-wrap-margin: var(--nutui-cell-group-wrap-margin, 10px) !default;
|
|
475
332
|
|
|
476
333
|
// divider(✅)
|
|
477
334
|
$divider-margin: var(--nutui-divider-margin, 16px 0) !default;
|
|
478
|
-
$divider-text-font-size: var(
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
) !default;
|
|
482
|
-
$divider-border-color: var(
|
|
483
|
-
--nutui-divider-border-color,
|
|
484
|
-
$color-border
|
|
485
|
-
) !default;
|
|
335
|
+
$divider-text-font-size: var(--nutui-divider-text-font-size,
|
|
336
|
+
$font-size-base) !default;
|
|
337
|
+
$divider-border-color: var(--nutui-divider-border-color,
|
|
338
|
+
$color-border) !default;
|
|
486
339
|
$divider-text-color: var(--nutui-divider-text-color, $color-text) !default;
|
|
487
340
|
$divider-line-height: var(--nutui-divider-line-height, 1px) !default;
|
|
488
341
|
$divider-spacing: var(--nutui-divider-spacing, 8px) !default;
|
|
@@ -500,112 +353,64 @@ $icon-line-height: var(--nutui-icon-line-height, 20px) !default;
|
|
|
500
353
|
$uploader-image-width: var(--nutui-uploader-image-width, 100px) !default;
|
|
501
354
|
$uploader-image-height: var(--nutui-uploader-image-height, 100px) !default;
|
|
502
355
|
$uploader-image-border: var(--nutui-uploader-image-border, 0px) !default;
|
|
503
|
-
$uploader-image-border-radius: var(
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
) !default;
|
|
507
|
-
$uploader-background: var(
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
) !default;
|
|
511
|
-
$uploader-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
) !default;
|
|
515
|
-
$uploader-image-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
) !default;
|
|
519
|
-
$uploader-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
) !default;
|
|
523
|
-
$uploader-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
) !default;
|
|
527
|
-
$uploader-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
) !default;
|
|
531
|
-
$uploader-preview-
|
|
532
|
-
|
|
533
|
-
$color-mask
|
|
534
|
-
) !default;
|
|
535
|
-
$uploader-preview-margin-right: var(
|
|
536
|
-
--nutui-uploader-preview-margin-right,
|
|
537
|
-
10px
|
|
538
|
-
) !default;
|
|
539
|
-
$uploader-preview-margin-bottom: var(
|
|
540
|
-
--nutui-uploader-preview-margin-bottom,
|
|
541
|
-
10px
|
|
542
|
-
) !default;
|
|
543
|
-
$uploader-preview-tips-height: var(
|
|
544
|
-
--nutui-uploader-preview-tips-height,
|
|
545
|
-
24px
|
|
546
|
-
) !default;
|
|
547
|
-
$uploader-preview-tips-background: var(
|
|
548
|
-
--nutui-uploader-preview-tips-background,
|
|
549
|
-
var(--nutui-black-7)
|
|
550
|
-
) !default;
|
|
551
|
-
$uploader-preview-tips-padding: var(
|
|
552
|
-
--nutui-uploader-preview-tips-padding,
|
|
553
|
-
0 5px
|
|
554
|
-
) !default;
|
|
555
|
-
$uploader-preview-close-right: var(
|
|
556
|
-
--nutui-uploader-preview-close-right,
|
|
557
|
-
0px
|
|
558
|
-
) !default;
|
|
559
|
-
$uploader-preview-close-top: var(
|
|
560
|
-
--nutui-uploader-preview-close-top,
|
|
561
|
-
0px
|
|
562
|
-
) !default;
|
|
356
|
+
$uploader-image-border-radius: var(--nutui-uploader-image-border-radius,
|
|
357
|
+
4px) !default;
|
|
358
|
+
$uploader-background: var(--nutui-uploader-background,
|
|
359
|
+
$color-background) !default;
|
|
360
|
+
$uploader-background-disabled: var(--nutui-uploader-background-disabled,
|
|
361
|
+
$color-background) !default;
|
|
362
|
+
$uploader-image-color: var(--nutui-uploader-image-color,
|
|
363
|
+
$color-text-help) !default;
|
|
364
|
+
$uploader-image-disabled: var(--nutui-uploader-image-disabled,
|
|
365
|
+
$color-text-disabled) !default;
|
|
366
|
+
$uploader-image-icon-margin-bottom: var(--nutui-uploader-image-icon-margin-bottom,
|
|
367
|
+
6px) !default;
|
|
368
|
+
$uploader-image-icon-tip-font-size: var(--nutui-uploader-image-icon-tip-font-size,
|
|
369
|
+
12px) !default;
|
|
370
|
+
$uploader-preview-progress-background: var(--nutui-uploader-preview-progress-background,
|
|
371
|
+
$color-mask) !default;
|
|
372
|
+
$uploader-preview-margin-right: var(--nutui-uploader-preview-margin-right,
|
|
373
|
+
10px) !default;
|
|
374
|
+
$uploader-preview-margin-bottom: var(--nutui-uploader-preview-margin-bottom,
|
|
375
|
+
10px) !default;
|
|
376
|
+
$uploader-preview-tips-height: var(--nutui-uploader-preview-tips-height,
|
|
377
|
+
24px) !default;
|
|
378
|
+
$uploader-preview-tips-background: var(--nutui-uploader-preview-tips-background,
|
|
379
|
+
var(--nutui-black-7)) !default;
|
|
380
|
+
$uploader-preview-tips-padding: var(--nutui-uploader-preview-tips-padding,
|
|
381
|
+
0 5px) !default;
|
|
382
|
+
$uploader-preview-close-right: var(--nutui-uploader-preview-close-right,
|
|
383
|
+
0px) !default;
|
|
384
|
+
$uploader-preview-close-top: var(--nutui-uploader-preview-close-top,
|
|
385
|
+
0px) !default;
|
|
563
386
|
|
|
564
387
|
// picker(✅)
|
|
565
|
-
$picker-title-cancel-color: var(
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
) !default;
|
|
569
|
-
$picker-title-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
) !default;
|
|
573
|
-
$picker-title-ok-color: var(
|
|
574
|
-
--nutui-picker-title-ok-color,
|
|
575
|
-
$color-primary
|
|
576
|
-
) !default;
|
|
577
|
-
$picker-title-ok-font-size: var(
|
|
578
|
-
--nutui-picker-title-ok-font-size,
|
|
579
|
-
$font-size-base
|
|
580
|
-
) !default;
|
|
388
|
+
$picker-title-cancel-color: var(--nutui-picker-title-cancel-color,
|
|
389
|
+
$color-text) !default;
|
|
390
|
+
$picker-title-cancel-font-size: var(--nutui-picker-title-cancel-font-size,
|
|
391
|
+
$font-size-base) !default;
|
|
392
|
+
$picker-title-ok-color: var(--nutui-picker-title-ok-color,
|
|
393
|
+
$color-primary) !default;
|
|
394
|
+
$picker-title-ok-font-size: var(--nutui-picker-title-ok-font-size,
|
|
395
|
+
$font-size-base) !default;
|
|
581
396
|
|
|
582
397
|
// picker-view(✅)
|
|
583
398
|
$picker-item-height: var(--nutui-picker-item-height, 36px) !default;
|
|
584
399
|
$picker-list-height: calc($picker-item-height * 7) !default;
|
|
585
|
-
$picker-item-text-color: var(
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
) !default;
|
|
589
|
-
$picker-item-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
)
|
|
593
|
-
|
|
594
|
-
--nutui-picker-item-active-line-border,
|
|
595
|
-
1px solid $color-border
|
|
596
|
-
) !default;
|
|
597
|
-
$picker-mask-background: var(
|
|
598
|
-
--picker-mask-background,
|
|
599
|
-
linear-gradient(180deg, var(--nutui-white-12), var(--nutui-white-7)),
|
|
600
|
-
linear-gradient(0deg, var(--nutui-white-12), var(--nutui-white-7))
|
|
601
|
-
) !default;
|
|
400
|
+
$picker-item-text-color: var(--nutui-picker-item-text-color,
|
|
401
|
+
$color-title) !default;
|
|
402
|
+
$picker-item-text-font-size: var(--nutui-picker-item-text-font-size,
|
|
403
|
+
$font-size-base) !default;
|
|
404
|
+
$picker-item-active-line-border: var(--nutui-picker-item-active-line-border,
|
|
405
|
+
1px solid $color-border) !default;
|
|
406
|
+
$picker-mask-background: var(--picker-mask-background,
|
|
407
|
+
linear-gradient(180deg, var(--nutui-white-12), var(--nutui-white-7)),
|
|
408
|
+
linear-gradient(0deg, var(--nutui-white-12), var(--nutui-white-7))) !default;
|
|
602
409
|
|
|
603
410
|
//input(✅)
|
|
604
411
|
$input-border-bottom: var(--nutui-input-border-bottom, $color-border) !default;
|
|
605
|
-
$input-border-bottom-width: var(
|
|
606
|
-
|
|
607
|
-
0px
|
|
608
|
-
) !default;
|
|
412
|
+
$input-border-bottom-width: var(--nutui-input-border-bottom-width,
|
|
413
|
+
0px) !default;
|
|
609
414
|
// $input-disabled-color: var(
|
|
610
415
|
// --nutui-input-disabled-color,
|
|
611
416
|
// $color-text-disabled
|
|
@@ -614,251 +419,147 @@ $input-font-size: var(--nutui-input-font-size, $font-size-base) !default;
|
|
|
614
419
|
$input-lineheight: var(--nutui-input-lineheight, $font-size-xl) !default;
|
|
615
420
|
$input-border-radius: var(--nutui-input-border-radius, $radius-s) !default;
|
|
616
421
|
$input-color: var(--nutui-input-color, $color-title) !default;
|
|
617
|
-
$input-background-color: var(
|
|
618
|
-
|
|
619
|
-
$color-background-overlay
|
|
620
|
-
) !default;
|
|
422
|
+
$input-background-color: var(--nutui-input-background-color,
|
|
423
|
+
$color-background-overlay) !default;
|
|
621
424
|
$input-padding: var(--nutui-input-padding, 12px) !default;
|
|
622
425
|
|
|
623
426
|
// textarea(✅)
|
|
624
427
|
$textarea-padding: var(--nutui-textarea-padding, 12px) !default;
|
|
625
428
|
$textarea-text-color: var(--nutui-textarea-text-color, $color-title) !default;
|
|
626
|
-
$textarea-text-curror-color: var(
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
) !default;
|
|
630
|
-
$textarea-text-line-height: var(
|
|
631
|
-
--nutui-textarea-text-line-height,
|
|
632
|
-
20px
|
|
633
|
-
) !default;
|
|
429
|
+
$textarea-text-curror-color: var(--nutui-textarea-text-curror-color,
|
|
430
|
+
$color-primary) !default;
|
|
431
|
+
$textarea-text-line-height: var(--nutui-textarea-text-line-height,
|
|
432
|
+
20px) !default;
|
|
634
433
|
|
|
635
434
|
// inputnumber(✅)
|
|
636
435
|
$inputnumber-input-width: var(--nutui-inputnumber-input-width, 26px) !default;
|
|
637
436
|
$inputnumber-input-height: var(--nutui-inputnumber-input-height, 20px) !default;
|
|
638
|
-
$inputnumber-input-background-color: var(
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
) !default;
|
|
642
|
-
$inputnumber-input-font-
|
|
643
|
-
|
|
644
|
-
$color-title
|
|
645
|
-
) !default;
|
|
646
|
-
$inputnumber-input-font-size: var(
|
|
647
|
-
--nutui-inputnumber-input-font-size,
|
|
648
|
-
$font-size-s
|
|
649
|
-
) !default;
|
|
437
|
+
$inputnumber-input-background-color: var(--nutui-inputnumber-input-background-color,
|
|
438
|
+
$color-background) !default;
|
|
439
|
+
$inputnumber-input-font-color: var(--nutui-inputnumber-input-font-color,
|
|
440
|
+
$color-title) !default;
|
|
441
|
+
$inputnumber-input-font-size: var(--nutui-inputnumber-input-font-size,
|
|
442
|
+
$font-size-s) !default;
|
|
650
443
|
$inputnumber-input-border: var(--nutui-inputnumber-input-border, 0) !default;
|
|
651
|
-
$inputnumber-input-border-radius: var(
|
|
652
|
-
|
|
653
|
-
4px
|
|
654
|
-
) !default;
|
|
444
|
+
$inputnumber-input-border-radius: var(--nutui-inputnumber-input-border-radius,
|
|
445
|
+
4px) !default;
|
|
655
446
|
$inputnumber-input-margin: var(--nutui-inputnumber-input-margin, 0px) !default;
|
|
656
447
|
$inputnumber-button-width: var(--nutui-inputnumber-button-width, 20px) !default;
|
|
657
|
-
$inputnumber-button-height: var(
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
) !default;
|
|
661
|
-
$inputnumber-
|
|
662
|
-
|
|
663
|
-
transparent
|
|
664
|
-
) !default;
|
|
665
|
-
$inputnumber-icon-color: var(
|
|
666
|
-
--nutui-inputnumber-icon-color,
|
|
667
|
-
$color-text
|
|
668
|
-
) !default;
|
|
448
|
+
$inputnumber-button-height: var(--nutui-inputnumber-button-height,
|
|
449
|
+
20px) !default;
|
|
450
|
+
$inputnumber-button-background-color: var(--nutui-inputnumber-button-background-color,
|
|
451
|
+
transparent) !default;
|
|
452
|
+
$inputnumber-icon-color: var(--nutui-inputnumber-icon-color,
|
|
453
|
+
$color-text) !default;
|
|
669
454
|
$inputnumber-icon-size: var(--nutui-inputnumber-icon-size, 8px) !default;
|
|
670
|
-
$inputnumber-disabled-color: var(
|
|
671
|
-
|
|
672
|
-
$color-text-disabled
|
|
673
|
-
) !default;
|
|
455
|
+
$inputnumber-disabled-color: var(--nutui-inputnumber-disabled-color,
|
|
456
|
+
$color-text-disabled) !default;
|
|
674
457
|
|
|
675
458
|
// actionsheet(✅)
|
|
676
|
-
$actionsheet-background-color: var(
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
) !default;
|
|
680
|
-
$actionsheet-border-color: var(
|
|
681
|
-
--nutui-actionsheet-border-color,
|
|
682
|
-
$color-border
|
|
683
|
-
) !default;
|
|
459
|
+
$actionsheet-background-color: var(--nutui-actionsheet-background-color,
|
|
460
|
+
$color-background-overlay) !default;
|
|
461
|
+
$actionsheet-border-color: var(--nutui-actionsheet-border-color,
|
|
462
|
+
$color-border) !default;
|
|
684
463
|
$actionsheet-border-radius: var(--nutui-actionsheet-border-radius, 0) !default;
|
|
685
|
-
$actionsheet-item-text-align: var(
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
) !default;
|
|
689
|
-
$actionsheet-item-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
) !default;
|
|
693
|
-
$actionsheet-item-
|
|
694
|
-
|
|
695
|
-
24px
|
|
696
|
-
) !default;
|
|
697
|
-
$actionsheet-item-color: var(
|
|
698
|
-
--nutui-actionsheet-item-color,
|
|
699
|
-
$color-title
|
|
700
|
-
) !default;
|
|
701
|
-
$actionsheet-item-danger: var(
|
|
702
|
-
--nutui-actionsheet-item-danger,
|
|
703
|
-
$color-danger
|
|
704
|
-
) !default;
|
|
464
|
+
$actionsheet-item-text-align: var(--nutui-actionsheet-item-text-align,
|
|
465
|
+
center) !default;
|
|
466
|
+
$actionsheet-item-border-bottom: var(--nutui-actionsheet-item-border-bottom,
|
|
467
|
+
none) !default;
|
|
468
|
+
$actionsheet-item-line-height: var(--nutui-actionsheet-item-line-height,
|
|
469
|
+
24px) !default;
|
|
470
|
+
$actionsheet-item-color: var(--nutui-actionsheet-item-color,
|
|
471
|
+
$color-title) !default;
|
|
472
|
+
$actionsheet-item-danger: var(--nutui-actionsheet-item-danger,
|
|
473
|
+
$color-danger) !default;
|
|
705
474
|
|
|
706
475
|
//shortpassword(✅)
|
|
707
|
-
$shortpassword-background-color: var(
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
) !default;
|
|
711
|
-
$shortpassword-border-color: var(
|
|
712
|
-
--nutui-shortpassword-border-color,
|
|
713
|
-
$color-background
|
|
714
|
-
) !default;
|
|
476
|
+
$shortpassword-background-color: var(--nutui-shortpassword-background-color,
|
|
477
|
+
$color-background) !default;
|
|
478
|
+
$shortpassword-border-color: var(--nutui-shortpassword-border-color,
|
|
479
|
+
$color-background) !default;
|
|
715
480
|
$shortpassword-error: var(--nutui-shortpassword-error, $color-primary) !default;
|
|
716
|
-
$shortpassword-forget: var(
|
|
717
|
-
|
|
718
|
-
$color-text-help
|
|
719
|
-
) !default;
|
|
481
|
+
$shortpassword-forget: var(--nutui-shortpassword-forget,
|
|
482
|
+
$color-text-help) !default;
|
|
720
483
|
|
|
721
484
|
//numberkeyboard(✅)
|
|
722
|
-
$numberkeyboard-padding: var(
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
) !default;
|
|
726
|
-
$numberkeyboard-background-color: var(
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
) !default;
|
|
730
|
-
$numberkeyboard-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
) !default;
|
|
734
|
-
$numberkeyboard-header-close-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
) !default;
|
|
738
|
-
$numberkeyboard-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
) !default;
|
|
742
|
-
$numberkeyboard-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
) !default;
|
|
746
|
-
$numberkeyboard-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
) !default;
|
|
750
|
-
$numberkeyboard-key-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
) !default;
|
|
754
|
-
$numberkeyboard-key-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
) !default;
|
|
758
|
-
$numberkeyboard-key-height: var(
|
|
759
|
-
--nutui-numberkeyboard-key-height,
|
|
760
|
-
48px
|
|
761
|
-
) !default;
|
|
762
|
-
$numberkeyboard-key-line-height: var(
|
|
763
|
-
--nutui-numberkeyboard-key-line-height,
|
|
764
|
-
1.5
|
|
765
|
-
) !default;
|
|
766
|
-
$numberkeyboard-key-border-radius: var(
|
|
767
|
-
--nutui-numberkeyboard-key-border-radius,
|
|
768
|
-
8px
|
|
769
|
-
) !default;
|
|
770
|
-
$numberkeyboard-key-border: var(
|
|
771
|
-
--nutui-numberkeyboard-key-border,
|
|
772
|
-
none
|
|
773
|
-
) !default;
|
|
774
|
-
$numberkeyboard-key-font-size: var(
|
|
775
|
-
--nutui-numberkeyboard-key-font-size,
|
|
776
|
-
$font-size-xl
|
|
777
|
-
) !default;
|
|
778
|
-
$numberkeyboard-key-color: var(
|
|
779
|
-
--nutui-numberkeyboard-key-color,
|
|
780
|
-
$color-text
|
|
781
|
-
) !default;
|
|
782
|
-
$numberkeyboard-key-confirm-font-size: var(
|
|
783
|
-
--nutui-numberkeyboard-key-confirm-font-size,
|
|
784
|
-
$font-size-l
|
|
785
|
-
) !default;
|
|
786
|
-
$numberkeyboard-key-confirm-color: var(
|
|
787
|
-
--nutui-numberkeyboard-key-confirm-color,
|
|
788
|
-
#fff
|
|
789
|
-
) !default;
|
|
790
|
-
$numberkeyboard-key-confirm-background-color: var(
|
|
791
|
-
--nutui-numberkeyboard-key-confirm-background-color,
|
|
792
|
-
$color-primary
|
|
793
|
-
) !default;
|
|
485
|
+
$numberkeyboard-padding: var(--nutui-numberkeyboard-padding,
|
|
486
|
+
0 0 22px 0) !default;
|
|
487
|
+
$numberkeyboard-background-color: var(--nutui-numberkeyboard-background-color,
|
|
488
|
+
$color-background) !default;
|
|
489
|
+
$numberkeyboard-wrapper-background-color: var(--nutui-numberkeyboard-wrapper-background-color,
|
|
490
|
+
$color-background-sunken) !default;
|
|
491
|
+
$numberkeyboard-header-close-padding: var(--nutui-numberkeyboard-header-close-padding,
|
|
492
|
+
0 16px) !default;
|
|
493
|
+
$numberkeyboard-header-close-color: var(--nutui-numberkeyboard-header-close-color,
|
|
494
|
+
$color-text) !default;
|
|
495
|
+
$numberkeyboard-header-close-font-size: var(--nutui-numberkeyboard-header-close-font-size,
|
|
496
|
+
14px) !default;
|
|
497
|
+
$numberkeyboard-header-close-background-color: var(--nutui-numberkeyboard-header-close-background-color,
|
|
498
|
+
transparent) !default;
|
|
499
|
+
$numberkeyboard-key-background-color: var(--nutui-numberkeyboard-key-background-color,
|
|
500
|
+
$color-background-overlay) !default;
|
|
501
|
+
$numberkeyboard-key-active-background-color: var(--nutui-numberkeyboard-key-active-background-color,
|
|
502
|
+
#ebedf0) !default;
|
|
503
|
+
$numberkeyboard-key-height: var(--nutui-numberkeyboard-key-height,
|
|
504
|
+
48px) !default;
|
|
505
|
+
$numberkeyboard-key-line-height: var(--nutui-numberkeyboard-key-line-height,
|
|
506
|
+
1.5) !default;
|
|
507
|
+
$numberkeyboard-key-border-radius: var(--nutui-numberkeyboard-key-border-radius,
|
|
508
|
+
8px) !default;
|
|
509
|
+
$numberkeyboard-key-border: var(--nutui-numberkeyboard-key-border,
|
|
510
|
+
none) !default;
|
|
511
|
+
$numberkeyboard-key-font-size: var(--nutui-numberkeyboard-key-font-size,
|
|
512
|
+
$font-size-xl) !default;
|
|
513
|
+
$numberkeyboard-key-color: var(--nutui-numberkeyboard-key-color,
|
|
514
|
+
$color-text) !default;
|
|
515
|
+
$numberkeyboard-key-confirm-font-size: var(--nutui-numberkeyboard-key-confirm-font-size,
|
|
516
|
+
$font-size-l) !default;
|
|
517
|
+
$numberkeyboard-key-confirm-color: var(--nutui-numberkeyboard-key-confirm-color,
|
|
518
|
+
#fff) !default;
|
|
519
|
+
$numberkeyboard-key-confirm-background-color: var(--nutui-numberkeyboard-key-confirm-background-color,
|
|
520
|
+
$color-primary) !default;
|
|
794
521
|
|
|
795
522
|
// countdown(✅)
|
|
796
523
|
$countdown-display: var(--nutui-countdown-display, flex) !default;
|
|
797
524
|
$countdown-color: var(--nutui-countdown-color, $color-primary) !default;
|
|
798
525
|
$countdown-font-size: var(--nutui-countdown-font-size, $font-size-xs) !default;
|
|
799
|
-
$coutdown-font-weight: var(
|
|
800
|
-
|
|
801
|
-
$font-weight
|
|
802
|
-
) !default;
|
|
526
|
+
$coutdown-font-weight: var(--nutui-countdown-font-weight,
|
|
527
|
+
$font-weight) !default;
|
|
803
528
|
$countdown-height: var(--nutui-countdown-height, 16px) !default;
|
|
804
529
|
$countdown-width: var(--nutui-countdown-width, 16px) !default;
|
|
805
530
|
$countdown-number-padding: var(--nutui-countdown-number-padding, 0 0) !default;
|
|
806
|
-
$countdown-number-border-radius: var(
|
|
807
|
-
|
|
808
|
-
$radius-xxs
|
|
809
|
-
) !default;
|
|
531
|
+
$countdown-number-border-radius: var(--nutui-countdown-number-border-radius,
|
|
532
|
+
$radius-xxs) !default;
|
|
810
533
|
$countdown-number-margin: var(--nutui-countdown-number-margin, 0 1px) !default;
|
|
811
|
-
$countdown-number-color: var(
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
) !default;
|
|
815
|
-
$countdown-number-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
) !default;
|
|
819
|
-
$countdown-number-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
) !default;
|
|
823
|
-
$countdown-number-primary-color: var(
|
|
824
|
-
--nutui-countdown-number-primary-color,
|
|
825
|
-
$color-primary-text
|
|
826
|
-
) !default;
|
|
827
|
-
$countdown-number-primary-background-color: var(
|
|
828
|
-
--nutui-countdown-number-primary-background-color,
|
|
829
|
-
$color-primary
|
|
830
|
-
) !default;
|
|
831
|
-
$countdown-number-primary-border-color: var(
|
|
832
|
-
--nutui-countdown-number-primary-border-color,
|
|
833
|
-
$color-primary
|
|
834
|
-
) !default;
|
|
534
|
+
$countdown-number-color: var(--nutui-countdown-number-color,
|
|
535
|
+
$color-primary) !default;
|
|
536
|
+
$countdown-number-background-color: var(--nutui-countdown-number-background-color,
|
|
537
|
+
$color-background-overlay) !default;
|
|
538
|
+
$countdown-number-border-color: var(--nutui-countdown-number-border-color,
|
|
539
|
+
$color-primary-specialdisabled) !default;
|
|
540
|
+
$countdown-number-primary-color: var(--nutui-countdown-number-primary-color,
|
|
541
|
+
$color-primary-text) !default;
|
|
542
|
+
$countdown-number-primary-background-color: var(--nutui-countdown-number-primary-background-color,
|
|
543
|
+
$color-primary) !default;
|
|
544
|
+
$countdown-number-primary-border-color: var(--nutui-countdown-number-primary-border-color,
|
|
545
|
+
$color-primary) !default;
|
|
835
546
|
|
|
836
547
|
//price(✅)
|
|
837
548
|
$price-primary-color: var(--nutui-price-color, $color-primary) !default;
|
|
838
549
|
$price-color: var(--nutui-price-color, var(--nutui-color-text-help)) !default;
|
|
839
|
-
$price-darkgray-color: var(
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
) !default;
|
|
843
|
-
$price-
|
|
844
|
-
|
|
845
|
-
var(--nutui-color-text-help)
|
|
846
|
-
) !default;
|
|
847
|
-
$price-symbol-padding-right: var(
|
|
848
|
-
--nutui-price-symbol-padding-right,
|
|
849
|
-
0px
|
|
850
|
-
) !default;
|
|
550
|
+
$price-darkgray-color: var(--nutui-price-darkgray-color,
|
|
551
|
+
var(--nutui-gray-7)) !default;
|
|
552
|
+
$price-line-color: var(--nutui-price-line-color,
|
|
553
|
+
var(--nutui-color-text-help)) !default;
|
|
554
|
+
$price-symbol-padding-right: var(--nutui-price-symbol-padding-right,
|
|
555
|
+
0px) !default;
|
|
851
556
|
|
|
852
557
|
//xlarge price(✅)
|
|
853
558
|
$price-symbol-xlarge-size: var(--nutui-price-symbol-xlarge-size, 12px) !default;
|
|
854
|
-
$price-integer-xlarge-size: var(
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
) !default;
|
|
858
|
-
$price-decimal-xlarge-size: var(
|
|
859
|
-
--nutui-price-decimal-xlarge-size,
|
|
860
|
-
12px
|
|
861
|
-
) !default;
|
|
559
|
+
$price-integer-xlarge-size: var(--nutui-price-integer-xlarge-size,
|
|
560
|
+
24px) !default;
|
|
561
|
+
$price-decimal-xlarge-size: var(--nutui-price-decimal-xlarge-size,
|
|
562
|
+
12px) !default;
|
|
862
563
|
|
|
863
564
|
//large price(✅)
|
|
864
565
|
$price-symbol-large-size: var(--nutui-price-symbol-large-size, 12px) !default;
|
|
@@ -867,14 +568,10 @@ $price-decimal-large-size: var(--nutui-price-decimal-large-size, 12px) !default;
|
|
|
867
568
|
|
|
868
569
|
//normal price(✅)
|
|
869
570
|
$price-symbol-normal-size: var(--nutui-price-symbol-normal-size, 12px) !default;
|
|
870
|
-
$price-integer-normal-size: var(
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
) !default;
|
|
874
|
-
$price-decimal-normal-size: var(
|
|
875
|
-
--nutui-price-decimal-normal-size,
|
|
876
|
-
12px
|
|
877
|
-
) !default;
|
|
571
|
+
$price-integer-normal-size: var(--nutui-price-integer-normal-size,
|
|
572
|
+
16px) !default;
|
|
573
|
+
$price-decimal-normal-size: var(--nutui-price-decimal-normal-size,
|
|
574
|
+
12px) !default;
|
|
878
575
|
|
|
879
576
|
// small price(✅)
|
|
880
577
|
$price-symbol-small-size: var(--nutui-price-symbol-small-size, 12px) !default;
|
|
@@ -891,64 +588,40 @@ $avatar-normal-width: var(--nutui-avatar-normal-width, 40px) !default;
|
|
|
891
588
|
$avatar-normal-height: var(--nutui-avatar-normal-height, 40px) !default;
|
|
892
589
|
|
|
893
590
|
//switch(✅)
|
|
894
|
-
$switch-active-background-color: var(
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
) !default;
|
|
898
|
-
$switch-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
) !default;
|
|
902
|
-
$switch-
|
|
903
|
-
|
|
904
|
-
$color-primary-disabled-special
|
|
905
|
-
) !default;
|
|
906
|
-
$switch-inactive-disabled-background-color: var(
|
|
907
|
-
--nutui-switch-inactive-disabled-background-color,
|
|
908
|
-
$color-background
|
|
909
|
-
) !default;
|
|
910
|
-
$switch-inactive-line-background-color: var(
|
|
911
|
-
--nutui-switch-inactive-line-background-color,
|
|
912
|
-
#ffffff
|
|
913
|
-
) !default;
|
|
591
|
+
$switch-active-background-color: var(--nutui-switch-active-background-color,
|
|
592
|
+
$color-primary) !default;
|
|
593
|
+
$switch-inactive-background-color: var(--nutui-switch-inactive-background-color,
|
|
594
|
+
$color-text-disabled) !default;
|
|
595
|
+
$switch-active-disabled-background-color: var(--nutui-switch-active-disabled-background-color,
|
|
596
|
+
$color-primary-disabled-special) !default;
|
|
597
|
+
$switch-inactive-disabled-background-color: var(--nutui-switch-inactive-disabled-background-color,
|
|
598
|
+
$color-background) !default;
|
|
599
|
+
$switch-inactive-line-background-color: var(--nutui-switch-inactive-line-background-color,
|
|
600
|
+
#ffffff) !default;
|
|
914
601
|
$switch-width: var(--nutui-switch-width, 46px) !default;
|
|
915
602
|
$switch-height: var(--nutui-switch-height, 28px) !default;
|
|
916
603
|
$switch-line-height: var(--nutui-switch-line-height, 28px) !default;
|
|
917
|
-
$switch-border-radius: var(
|
|
918
|
-
|
|
919
|
-
$radius-circle
|
|
920
|
-
) !default;
|
|
604
|
+
$switch-border-radius: var(--nutui-switch-border-radius,
|
|
605
|
+
$radius-circle) !default;
|
|
921
606
|
$switch-border-width: var(--nutui-switch-border-width, 2px) !default;
|
|
922
|
-
$switch-inside-border-radius: var(
|
|
923
|
-
|
|
924
|
-
$radius-full
|
|
925
|
-
) !default;
|
|
607
|
+
$switch-inside-border-radius: var(--nutui-switch-inside-border-radius,
|
|
608
|
+
$radius-full) !default;
|
|
926
609
|
/* #ifdef harmony */
|
|
927
|
-
$switch-inside-box-shadow: var(
|
|
928
|
-
|
|
929
|
-
0px 2px 6px 0px rgba(0, 0, 0, 0.1)
|
|
930
|
-
) !default;
|
|
610
|
+
$switch-inside-box-shadow: var(--nutui-switch-inside-box-shadow,
|
|
611
|
+
0px 2px 6px 0px rgba(0, 0, 0, 0.1)) !default;
|
|
931
612
|
/* #endif */
|
|
932
613
|
/* #ifndef harmony */
|
|
933
|
-
$switch-inside-box-shadow: var(
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
0px 0px 0px 1px rgba(0, 0, 0, 0.02)
|
|
938
|
-
) !default;
|
|
614
|
+
$switch-inside-box-shadow: var(--nutui-switch-inside-box-shadow,
|
|
615
|
+
0px 2px 1px 0px rgba(0, 0, 0, 0.06),
|
|
616
|
+
0px 2px 6px 0px rgba(0, 0, 0, 0.1),
|
|
617
|
+
0px 0px 0px 1px rgba(0, 0, 0, 0.02)) !default;
|
|
939
618
|
/* #endif */
|
|
940
|
-
$switch-label-text-color: var(
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
) !default;
|
|
944
|
-
$switch-label-
|
|
945
|
-
|
|
946
|
-
$font-size-s
|
|
947
|
-
) !default;
|
|
948
|
-
$switch-inactive-disabled-label-text-color: var(
|
|
949
|
-
--nutui-switch-inactive-disabled-label-text-color,
|
|
950
|
-
$color-text-disabled
|
|
951
|
-
) !default;
|
|
619
|
+
$switch-label-text-color: var(--nutui-switch-label-text-color,
|
|
620
|
+
$color-primary-text) !default;
|
|
621
|
+
$switch-label-font-size: var(--nutui-switch-label-font-size,
|
|
622
|
+
$font-size-s) !default;
|
|
623
|
+
$switch-inactive-disabled-label-text-color: var(--nutui-switch-inactive-disabled-label-text-color,
|
|
624
|
+
$color-text-disabled) !default;
|
|
952
625
|
|
|
953
626
|
// toast(✅)
|
|
954
627
|
$toast-inner-text-align: var(--nutui-toast-inner-text-align, center) !default;
|
|
@@ -957,160 +630,94 @@ $toast-text-font-size: var(--nutui-toast-text-font-size, 14px) !default;
|
|
|
957
630
|
$toast-font-color: var(--nutui-toast-font-color, $white) !default;
|
|
958
631
|
$toast-inner-padding: var(--nutui-toast-inner-padding, 13px 16px) !default;
|
|
959
632
|
$toast-inner-bg-color: var(--nutui-toast-inner-bg-color, $color-mask) !default;
|
|
960
|
-
$toast-inner-border-radius: var(
|
|
961
|
-
|
|
962
|
-
$radius-xl
|
|
963
|
-
) !default;
|
|
633
|
+
$toast-inner-border-radius: var(--nutui-toast-inner-border-radius,
|
|
634
|
+
$radius-xl) !default;
|
|
964
635
|
$toast-inner-top: var(--nutui-toast-inner-top, 50%) !default;
|
|
965
636
|
|
|
966
637
|
//tour(✅)
|
|
967
638
|
$tour-mask-border-radius: var(--nutui-tour-mask-border-radius, 10px) !default;
|
|
968
639
|
$tour-content-min-width: var(--nutui-tour-content-min-width, 200px) !default;
|
|
969
640
|
$tour-content-padding: var(--nutui-tour-content-padding, 10px 12px) !default;
|
|
970
|
-
$tour-content-inner-margin: var(
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
) !default;
|
|
974
|
-
$tour-content-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
) !default;
|
|
978
|
-
$tour-content-bottom-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
) !default;
|
|
982
|
-
$tour-content-bottom-btn-
|
|
983
|
-
|
|
984
|
-
4px
|
|
985
|
-
) !default;
|
|
986
|
-
$tour-content-bottom-btn-padding: var(
|
|
987
|
-
--nutui-tour-content-bottom-btn-padding,
|
|
988
|
-
2px 4px
|
|
989
|
-
) !default;
|
|
990
|
-
$tour-content-bottom-btn-font-size: var(
|
|
991
|
-
--nutui-tour-content-bottom-btn-font-size,
|
|
992
|
-
12px
|
|
993
|
-
) !default;
|
|
994
|
-
$tour-content-bottom-btn-border-radius: var(
|
|
995
|
-
--nutui-tour-content-bottom-btn-border-radius,
|
|
996
|
-
4px
|
|
997
|
-
) !default;
|
|
641
|
+
$tour-content-inner-margin: var(--nutui-tour-content-inner-margin,
|
|
642
|
+
10px 0px) !default;
|
|
643
|
+
$tour-content-inner-font-size: var(--nutui-tour-content-inner-font-size,
|
|
644
|
+
14px) !default;
|
|
645
|
+
$tour-content-bottom-margin-top: var(--nutui-tour-content-bottom-margin-top,
|
|
646
|
+
10px) !default;
|
|
647
|
+
$tour-content-bottom-btn-margin-left: var(--nutui-tour-content-bottom-btn-margin-left,
|
|
648
|
+
4px) !default;
|
|
649
|
+
$tour-content-bottom-btn-padding: var(--nutui-tour-content-bottom-btn-padding,
|
|
650
|
+
2px 4px) !default;
|
|
651
|
+
$tour-content-bottom-btn-font-size: var(--nutui-tour-content-bottom-btn-font-size,
|
|
652
|
+
12px) !default;
|
|
653
|
+
$tour-content-bottom-btn-border-radius: var(--nutui-tour-content-bottom-btn-border-radius,
|
|
654
|
+
4px) !default;
|
|
998
655
|
|
|
999
656
|
// calendar(✅)
|
|
1000
|
-
$calendar-active-background-color: var(
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
) !default;
|
|
1004
|
-
$calendar-choose-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
) !default;
|
|
1008
|
-
$calendar-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
) !default;
|
|
1012
|
-
$calendar-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
) !default;
|
|
1016
|
-
$calendar-
|
|
1017
|
-
|
|
1018
|
-
$color-text-disabled
|
|
1019
|
-
) !default;
|
|
1020
|
-
$calendar-base-font-size: var(
|
|
1021
|
-
--nutui-calendar-base-font-size,
|
|
1022
|
-
$font-size-l
|
|
1023
|
-
) !default;
|
|
1024
|
-
$calendar-title-font-size: var(
|
|
1025
|
-
--nutui-calendar-title-font-size,
|
|
1026
|
-
$font-size-xl
|
|
1027
|
-
) !default;
|
|
1028
|
-
$calendar-title-font-weight: var(
|
|
1029
|
-
--nutui-calendar-title-font-weight,
|
|
1030
|
-
$font-weight-bold
|
|
1031
|
-
) !default;
|
|
1032
|
-
$calendar-sub-title-font-size: var(
|
|
1033
|
-
--nutui-calendar-sub-title-font-size,
|
|
1034
|
-
$font-size-base
|
|
1035
|
-
) !default;
|
|
657
|
+
$calendar-active-background-color: var(--nutui-calendar-active-background-color,
|
|
658
|
+
$color-primary) !default;
|
|
659
|
+
$calendar-choose-background-color: var(--nutui-calendar-choose-background-color,
|
|
660
|
+
$color-primary-light-pressed) !default;
|
|
661
|
+
$calendar-choose-color: var(--nutui-calendar-choose-color,
|
|
662
|
+
$color-primary) !default;
|
|
663
|
+
$calendar-choose-disable-background-color: var(--nutui-calendar-choose-disable-background-color,
|
|
664
|
+
rgba(191, 191, 191, 0.09)) !default;
|
|
665
|
+
$calendar-disable-color: var(--nutui-calendar-disable-color,
|
|
666
|
+
$color-text-disabled) !default;
|
|
667
|
+
$calendar-base-font-size: var(--nutui-calendar-base-font-size,
|
|
668
|
+
$font-size-l) !default;
|
|
669
|
+
$calendar-title-font-size: var(--nutui-calendar-title-font-size,
|
|
670
|
+
$font-size-xl) !default;
|
|
671
|
+
$calendar-title-font-weight: var(--nutui-calendar-title-font-weight,
|
|
672
|
+
$font-weight-bold) !default;
|
|
673
|
+
$calendar-sub-title-font-size: var(--nutui-calendar-sub-title-font-size,
|
|
674
|
+
$font-size-base) !default;
|
|
1036
675
|
$calendar-header-height: var(--nutui-calendar-header-height, 24px) !default;
|
|
1037
676
|
$calendar-day-width: var(--nutui-calendar-day-width, 14.28%) !default;
|
|
1038
677
|
$calendar-day-height: var(--nutui-calendar-day-height, 60px) !default;
|
|
1039
|
-
$calendar-day-font-weight: var(
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
) !default;
|
|
1043
|
-
$calendar-day-active-border-radius: var(
|
|
1044
|
-
--nutui-calendar-day-active-border-radius,
|
|
1045
|
-
4px
|
|
1046
|
-
) !default;
|
|
678
|
+
$calendar-day-font-weight: var(--nutui-calendar-day-font-weight,
|
|
679
|
+
$font-weight-bold) !default;
|
|
680
|
+
$calendar-day-active-border-radius: var(--nutui-calendar-day-active-border-radius,
|
|
681
|
+
4px) !default;
|
|
1047
682
|
|
|
1048
683
|
//hoverbutton
|
|
1049
684
|
$hoverbutton-spacing: var(--nutui-hoverbutton-spacing, $spacing-base) !default;
|
|
1050
|
-
$hoverbutton-position-bottom: var(
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
) !default;
|
|
1054
|
-
$hoverbutton-position-right: var(
|
|
1055
|
-
--nutui-hoverbutton-position-right,
|
|
1056
|
-
$spacing-base
|
|
1057
|
-
) !default;
|
|
685
|
+
$hoverbutton-position-bottom: var(--nutui-hoverbutton-position-bottom,
|
|
686
|
+
60px) !default;
|
|
687
|
+
$hoverbutton-position-right: var(--nutui-hoverbutton-position-right,
|
|
688
|
+
$spacing-base) !default;
|
|
1058
689
|
$hoverbutton-item-size: var(--nutui-hoverbutton-item-size, 40px) !default;
|
|
1059
|
-
$hoverbutton-item-border-color: var(
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
) !default;
|
|
1063
|
-
$hoverbutton-item-background: var(
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
) !default;
|
|
1067
|
-
$hoverbutton-item-
|
|
1068
|
-
|
|
1069
|
-
rgba(247, 248, 252, 0.9)
|
|
1070
|
-
) !default;
|
|
1071
|
-
$hoverbutton-item-icon-color: var(
|
|
1072
|
-
--nutui-hoverbutton-item-icon-color,
|
|
1073
|
-
$color-title
|
|
1074
|
-
) !default;
|
|
1075
|
-
$hoverbutton-item-icon-color-active: var(
|
|
1076
|
-
--nutui-hoverbutton-item-icon-color-active,
|
|
1077
|
-
$color-title
|
|
1078
|
-
) !default;
|
|
690
|
+
$hoverbutton-item-border-color: var(--nutui-hoverbutton-item-border-color,
|
|
691
|
+
rgba(0, 0, 0, 0.12)) !default;
|
|
692
|
+
$hoverbutton-item-background: var(--nutui-hoverbutton-item-background,
|
|
693
|
+
var(--nutui-white-12)) !default;
|
|
694
|
+
$hoverbutton-item-background-active: var(--nutui-hoverbutton-item-background-active,
|
|
695
|
+
rgba(247, 248, 252, 0.9)) !default;
|
|
696
|
+
$hoverbutton-item-icon-color: var(--nutui-hoverbutton-item-icon-color,
|
|
697
|
+
$color-title) !default;
|
|
698
|
+
$hoverbutton-item-icon-color-active: var(--nutui-hoverbutton-item-icon-color-active,
|
|
699
|
+
$color-title) !default;
|
|
1079
700
|
|
|
1080
701
|
//overlay(✅)
|
|
1081
702
|
$overlay-bg-color: var(--nutui-overlay-bg-color, $color-mask) !default;
|
|
1082
|
-
$overlay-content-bg-color: var(
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
) !default;
|
|
1086
|
-
$overlay-
|
|
1087
|
-
|
|
1088
|
-
$color-title
|
|
1089
|
-
) !default;
|
|
1090
|
-
$overlay-animation-duration: var(
|
|
1091
|
-
--nutui-overlay-animation-duration,
|
|
1092
|
-
0.3s
|
|
1093
|
-
) !default;
|
|
703
|
+
$overlay-content-bg-color: var(--nutui-overlay-content-bg-color,
|
|
704
|
+
$color-background-overlay) !default;
|
|
705
|
+
$overlay-content-color: var(--nutui-overlay-content-color,
|
|
706
|
+
$color-title) !default;
|
|
707
|
+
$overlay-animation-duration: var(--nutui-overlay-animation-duration,
|
|
708
|
+
0.3s) !default;
|
|
1094
709
|
//popup(✅)
|
|
1095
710
|
$popup-border-radius: var(--nutui-popup-border-radius, $radius-xl) !default;
|
|
1096
711
|
$popup-icon-size: var(--nutui-popup-icon-size, 20px) !default;
|
|
1097
712
|
$popup-title-padding: var(--nutui-popup-title-padding, 16px) !default;
|
|
1098
|
-
$popup-title-font-size: var(
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
) !default;
|
|
1102
|
-
$popup-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
) !default;
|
|
1106
|
-
$popup-description-font-size: var(
|
|
1107
|
-
--nutui-popup-description-font-size,
|
|
1108
|
-
$font-size-base
|
|
1109
|
-
) !default;
|
|
1110
|
-
$popup-description-spacing: var(
|
|
1111
|
-
--nutui-popup-description-spacing,
|
|
1112
|
-
$spacing-base
|
|
1113
|
-
) !default;
|
|
713
|
+
$popup-title-font-size: var(--nutui-popup-title-font-size,
|
|
714
|
+
$font-size-xl) !default;
|
|
715
|
+
$popup-title-font-weight: var(--nutui-popup-title-font-weight,
|
|
716
|
+
$font-weight-bold) !default;
|
|
717
|
+
$popup-description-font-size: var(--nutui-popup-description-font-size,
|
|
718
|
+
$font-size-base) !default;
|
|
719
|
+
$popup-description-spacing: var(--nutui-popup-description-spacing,
|
|
720
|
+
$spacing-base) !default;
|
|
1114
721
|
$popup-title-height: var(--nutui-popup-title-height, 50px) !default;
|
|
1115
722
|
$popup-title-border-bottom: var(--nutui-popup-title-border-bottom, 0) !default;
|
|
1116
723
|
$popup-animation-duration: var(--nutui-popup-animation-duration, 0.3s) !default;
|
|
@@ -1119,10 +726,8 @@ $popup-animation-duration: var(--nutui-popup-animation-duration, 0.3s) !default;
|
|
|
1119
726
|
$notify-height: var(--nutui-notify-height, 40px) !default;
|
|
1120
727
|
$notify-padding: var(--nutui-notify-padding, 0px 12px) !default;
|
|
1121
728
|
$notify-border-radius: var(--nutui-notify-border-radius, 8px) !default;
|
|
1122
|
-
$notify-box-shadow: var(
|
|
1123
|
-
|
|
1124
|
-
0px 4px 12px 0px rgba(0, 0, 0, 0.06)
|
|
1125
|
-
) !default;
|
|
729
|
+
$notify-box-shadow: var(--nutui-notify-box-shadow,
|
|
730
|
+
0px 4px 12px 0px rgba(0, 0, 0, 0.06)) !default;
|
|
1126
731
|
$notify-z-index: var(--nutui-notify-z-index, 1000) !default;
|
|
1127
732
|
$notify-text-color: var(--nutui-notify-text-color, $color-title) !default;
|
|
1128
733
|
$notify-font-size: var(--nutui-notify-font-size, $font-size-base) !default;
|
|
@@ -1131,10 +736,8 @@ $notify-background-color: var(--nutui-notify-background-color, $white) !default;
|
|
|
1131
736
|
// rate(✅)
|
|
1132
737
|
$rate-item-margin: var(--nutui-rate-item-margin, 4px) !default;
|
|
1133
738
|
$rate-icon-color: var(--nutui-rate-icon-color, $color-primary-icon) !default;
|
|
1134
|
-
$rate-icon-inactive-color: var(
|
|
1135
|
-
|
|
1136
|
-
$color-primary-icon-disabled
|
|
1137
|
-
) !default;
|
|
739
|
+
$rate-icon-inactive-color: var(--nutui-rate-icon-inactive-color,
|
|
740
|
+
$color-primary-icon-disabled) !default;
|
|
1138
741
|
$rate-icon-size: var(--nutui-rate-icon-size, 12px) !default;
|
|
1139
742
|
$rate-font-color: var(--nutui-rate-font-color, $color-primary-icon) !default;
|
|
1140
743
|
$rate-font-size: var(--nutui-rate-font-size, 12px) !default;
|
|
@@ -1142,262 +745,150 @@ $rate-font-size: var(--nutui-rate-font-size, 12px) !default;
|
|
|
1142
745
|
// tabbar(✅)
|
|
1143
746
|
$tabbar-height: var(--nutui-tabbar-height, 46px) !default;
|
|
1144
747
|
$tabbar-active-color: var(--nutui-tabbar-active-color, $color-primary) !default;
|
|
1145
|
-
$tabbar-inactive-color: var(
|
|
1146
|
-
|
|
1147
|
-
$color-title
|
|
1148
|
-
) !default;
|
|
748
|
+
$tabbar-inactive-color: var(--nutui-tabbar-inactive-color,
|
|
749
|
+
$color-title) !default;
|
|
1149
750
|
$tabbar-border-top: var(--nutui-tabbar-border-top, 0) !default;
|
|
1150
751
|
$tabbar-border-bottom: var(--nutui-tabbar-border-bottom, 0) !default;
|
|
1151
752
|
$tabbar-box-shadow: var(--nutui-tabbar-box-shadow, none) !default;
|
|
1152
|
-
$tabbar-text-font-size: var(
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
) !default;
|
|
1156
|
-
$tabbar-text-large-font-
|
|
1157
|
-
|
|
1158
|
-
$font-size-l
|
|
1159
|
-
) !default;
|
|
1160
|
-
$tabbar-text-large-font-weight: var(
|
|
1161
|
-
--nutui-tabbar-text-large-font-weight,
|
|
1162
|
-
$font-weight
|
|
1163
|
-
) !default;
|
|
753
|
+
$tabbar-text-font-size: var(--nutui-tabbar-text-font-size,
|
|
754
|
+
$font-size-xxs) !default;
|
|
755
|
+
$tabbar-text-large-font-size: var(--nutui-tabbar-text-large-font-size,
|
|
756
|
+
$font-size-l) !default;
|
|
757
|
+
$tabbar-text-large-font-weight: var(--nutui-tabbar-text-large-font-weight,
|
|
758
|
+
$font-weight) !default;
|
|
1164
759
|
$tabbar-text-line-height: var(--nutui-tabbar-text-line-height, 20px) !default;
|
|
1165
760
|
$tabbar-text-margin-top: var(--nutui-tabbar-text-margin-top, 4px) !default;
|
|
1166
761
|
|
|
1167
762
|
//pulltorefresh
|
|
1168
763
|
$pulltorefresh-icon-width: var(--nutui-pulltorefresh-icon-width, 36px) !default;
|
|
1169
|
-
$pulltorefresh-icon-height: var(
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
) !default;
|
|
1173
|
-
$pulltorefresh-color-primary: var(
|
|
1174
|
-
--nutui-pulltorefresh-color-primary,
|
|
1175
|
-
$color-primary
|
|
1176
|
-
) !default;
|
|
764
|
+
$pulltorefresh-icon-height: var(--nutui-pulltorefresh-icon-height,
|
|
765
|
+
26px) !default;
|
|
766
|
+
$pulltorefresh-color-primary: var(--nutui-pulltorefresh-color-primary,
|
|
767
|
+
$color-primary) !default;
|
|
1177
768
|
|
|
1178
769
|
//infiniteloading(✅)
|
|
1179
|
-
$infiniteloading-color: var(
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
) !default;
|
|
1183
|
-
$infiniteloading-icon-size: var(
|
|
1184
|
-
--nutui-infiniteloading-icon-size,
|
|
1185
|
-
24px
|
|
1186
|
-
) !default;
|
|
770
|
+
$infiniteloading-color: var(--nutui-infiniteloading-color,
|
|
771
|
+
$color-text-help) !default;
|
|
772
|
+
$infiniteloading-icon-size: var(--nutui-infiniteloading-icon-size,
|
|
773
|
+
24px) !default;
|
|
1187
774
|
|
|
1188
775
|
//range(✅)
|
|
1189
776
|
$range-color: var(--nutui-range-color, $color-title) !default;
|
|
1190
777
|
$range-height: var(--nutui-range-height, 4px) !default;
|
|
1191
778
|
$range-margin: var(--nutui-range-margin, 15px) !default;
|
|
1192
|
-
$range-inactive-color: var(
|
|
1193
|
-
|
|
1194
|
-
$color-primary-light-pressed
|
|
1195
|
-
) !default;
|
|
779
|
+
$range-inactive-color: var(--nutui-range-inactive-color,
|
|
780
|
+
$color-primary-light-pressed) !default;
|
|
1196
781
|
$range-active-color: var(--nutui-range-active-color, $color-primary) !default;
|
|
1197
|
-
$range-button-background: var(
|
|
1198
|
-
|
|
1199
|
-
$color-primary-text
|
|
1200
|
-
) !default;
|
|
782
|
+
$range-button-background: var(--nutui-range-button-background,
|
|
783
|
+
$color-primary-text) !default;
|
|
1201
784
|
$range-button-width: var(--nutui-range-button-width, 24px) !default;
|
|
1202
785
|
$range-button-height: var(--nutui-range-button-height, 24px) !default;
|
|
1203
|
-
$range-button-border: var(
|
|
1204
|
-
|
|
1205
|
-
1px solid $color-primary
|
|
1206
|
-
) !default;
|
|
786
|
+
$range-button-border: var(--nutui-range-button-border,
|
|
787
|
+
1px solid $color-primary) !default;
|
|
1207
788
|
|
|
1208
789
|
//swiper(✅)
|
|
1209
790
|
$swiper-indicator-bottom: var(--nutui-swiper-indicator-bottom, 12px);
|
|
1210
791
|
|
|
1211
792
|
//address
|
|
1212
|
-
$address-tab-line-background: linear-gradient(
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
$color-primary-stop-2 100%
|
|
1216
|
-
) !default;
|
|
793
|
+
$address-tab-line-background: linear-gradient(90deg,
|
|
794
|
+
$color-primary-stop-1 0%,
|
|
795
|
+
$color-primary-stop-2 100%) !default;
|
|
1217
796
|
|
|
1218
797
|
//steps(✅)
|
|
1219
798
|
$steps-background-color: var(--nutui-steps-background-color, $white) !default;
|
|
1220
799
|
$steps-base-head-height: var(--nutui-steps-base-head-height, 14px) !default;
|
|
1221
|
-
$steps-base-head-background-color: var(
|
|
1222
|
-
|
|
1223
|
-
$color-background
|
|
1224
|
-
) !default;
|
|
800
|
+
$steps-base-head-background-color: var(--nutui-steps-base-head-background-color,
|
|
801
|
+
$color-background) !default;
|
|
1225
802
|
$steps-base-head-border: var(--nutui-steps-base-head-border, none) !default;
|
|
1226
|
-
$steps-base-head-text-size: var(
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
) !default;
|
|
1230
|
-
$steps-base-head-
|
|
1231
|
-
|
|
1232
|
-
$font-size-xxs
|
|
1233
|
-
) !default;
|
|
1234
|
-
$steps-base-head-color: var(
|
|
1235
|
-
--nutui-steps-base-head-color,
|
|
1236
|
-
$color-text
|
|
1237
|
-
) !default;
|
|
803
|
+
$steps-base-head-text-size: var(--nutui-steps-base-head-text-size,
|
|
804
|
+
12px) !default;
|
|
805
|
+
$steps-base-head-size: var(--nutui-steps-base-icon-size,
|
|
806
|
+
$font-size-xxs) !default;
|
|
807
|
+
$steps-base-head-color: var(--nutui-steps-base-head-color,
|
|
808
|
+
$color-text) !default;
|
|
1238
809
|
$steps-base-head-dot-size: var(--nutui-steps-base-head-dot-size, 6px) !default;
|
|
1239
|
-
$steps-base-head-dot-background-color: var(
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
) !default;
|
|
1243
|
-
$steps-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
) !default;
|
|
1247
|
-
$steps-double-head-icon-size: var(
|
|
1248
|
-
--nutui-steps-base-head-icon-size-right,
|
|
1249
|
-
20px
|
|
1250
|
-
) !default;
|
|
1251
|
-
$steps-vertical-head-icon-size: var(
|
|
1252
|
-
--nutui-steps-vertical-item-icon-size,
|
|
1253
|
-
20px
|
|
1254
|
-
) !default;
|
|
810
|
+
$steps-base-head-dot-background-color: var(--nutui-steps-base-head-dot-background-color,
|
|
811
|
+
$color-text-disabled) !default;
|
|
812
|
+
$steps-base-head-icon-size: var(--nutui-steps-base-head-icon-size,
|
|
813
|
+
16px) !default;
|
|
814
|
+
$steps-double-head-icon-size: var(--nutui-steps-base-head-icon-size-right,
|
|
815
|
+
20px) !default;
|
|
816
|
+
$steps-vertical-head-icon-size: var(--nutui-steps-vertical-item-icon-size,
|
|
817
|
+
20px) !default;
|
|
1255
818
|
$steps-base-line-height: var(--nutui-steps-base-line-height, 1px) !default;
|
|
1256
|
-
$steps-base-line-background: var(
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
) !default;
|
|
1260
|
-
$steps-base-title-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
) !default;
|
|
1264
|
-
$steps-base-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
) !default;
|
|
1268
|
-
$steps-base-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
) !default;
|
|
1272
|
-
$steps-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
) !default;
|
|
1276
|
-
$steps-base-description-color: var(
|
|
1277
|
-
--nutui-steps-base-description-color,
|
|
1278
|
-
$color-text-help
|
|
1279
|
-
) !default;
|
|
1280
|
-
$steps-base-head-border-color: var(
|
|
1281
|
-
--nutui-steps-base-head-border-color,
|
|
1282
|
-
$color-border
|
|
1283
|
-
) !default;
|
|
1284
|
-
$steps-process-head-border-color: var(
|
|
1285
|
-
--nutui-steps-base-head-border-color,
|
|
1286
|
-
$color-border
|
|
1287
|
-
) !default;
|
|
1288
|
-
$steps-process-head-border-color: var(
|
|
1289
|
-
--nutui-steps-base-head-border-color,
|
|
1290
|
-
$color-border
|
|
1291
|
-
) !default;
|
|
1292
|
-
$steps-process-head-background-color: var(
|
|
1293
|
-
--nutui-steps-process-head-background-color,
|
|
1294
|
-
$color-primary
|
|
1295
|
-
) !default;
|
|
819
|
+
$steps-base-line-background: var(--nutui-steps-base-line-background,
|
|
820
|
+
$color-border) !default;
|
|
821
|
+
$steps-base-title-font-size: var(--nutui-steps-base-title-font-size,
|
|
822
|
+
$font-size-s) !default;
|
|
823
|
+
$steps-base-title-color: var(--nutui-steps-base-title-color,
|
|
824
|
+
$color-title) !default;
|
|
825
|
+
$steps-base-description-margin-top: var(--nutui-steps-base-title-margin-bottom,
|
|
826
|
+
2px) !default;
|
|
827
|
+
$steps-base-description-font-size: var(--nutui-steps-base-description-font-size,
|
|
828
|
+
$font-size-xxs) !default;
|
|
829
|
+
$steps-base-description-color: var(--nutui-steps-base-description-color,
|
|
830
|
+
$color-text-help) !default;
|
|
831
|
+
$steps-base-head-border-color: var(--nutui-steps-base-head-border-color,
|
|
832
|
+
$color-border) !default;
|
|
833
|
+
$steps-process-head-border-color: var(--nutui-steps-base-head-border-color,
|
|
834
|
+
$color-border) !default;
|
|
835
|
+
$steps-process-head-border-color: var(--nutui-steps-base-head-border-color,
|
|
836
|
+
$color-border) !default;
|
|
837
|
+
$steps-process-head-background-color: var(--nutui-steps-process-head-background-color,
|
|
838
|
+
$color-primary) !default;
|
|
1296
839
|
$steps-process-color: var(--nutui-steps-process-color, $white) !default;
|
|
1297
|
-
$steps-process-title-color: var(
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
) !default;
|
|
1301
|
-
$steps-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
) !default;
|
|
1305
|
-
$steps-wait-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
) !default;
|
|
1309
|
-
$steps-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
) !default;
|
|
1313
|
-
$steps-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
) !default;
|
|
1317
|
-
$steps-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
) !default;
|
|
1321
|
-
$steps-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
) !default;
|
|
1325
|
-
$steps-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
) !default;
|
|
1329
|
-
$steps-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
) !default;
|
|
1333
|
-
$steps-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
) !default;
|
|
1337
|
-
$steps-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
) !default;
|
|
1341
|
-
$steps-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
) !default;
|
|
1345
|
-
$steps-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
) !default;
|
|
1349
|
-
$steps-enhanced-finish-head-dot-background-color: var(
|
|
1350
|
-
--nutui-steps-enhanced-finish-head-dot-background-color,
|
|
1351
|
-
$color-primary-disabled-special
|
|
1352
|
-
) !default;
|
|
1353
|
-
$steps-enhanced-finish-head-icon-color: var(
|
|
1354
|
-
--nutui-steps-enhanced-finish-head-icon-color,
|
|
1355
|
-
$color-primary-stop-1
|
|
1356
|
-
) !default;
|
|
1357
|
-
$steps-enhanced-finish-head-text-color: var(
|
|
1358
|
-
--nutui-steps-enhanced-finish-head-text-color,
|
|
1359
|
-
$color-primary-stop-1
|
|
1360
|
-
) !default;
|
|
1361
|
-
$steps-horizontal-item-padding-right: var(
|
|
1362
|
-
--nutui-steps-horizontal-item-padding-right,
|
|
1363
|
-
28px
|
|
1364
|
-
) !default;
|
|
1365
|
-
$steps-horizontal-item-line-padding: var(
|
|
1366
|
-
--nutui-steps-horizontal-item-line-padding,
|
|
1367
|
-
0 8px
|
|
1368
|
-
) !default;
|
|
1369
|
-
$steps-horizontal-item-special-padding-right: var(
|
|
1370
|
-
--nutui-steps-horizontal-item-special-padding-right,
|
|
1371
|
-
22px
|
|
1372
|
-
) !default;
|
|
1373
|
-
$steps-horizontal-item-special-3-padding-right: var(
|
|
1374
|
-
--nutui-steps-horizontal-item-special-3-padding-right,
|
|
1375
|
-
9px
|
|
1376
|
-
) !default;
|
|
1377
|
-
$steps-vertical-item-padding-bottom: var(
|
|
1378
|
-
--nutui-steps-vertical-item-padding-bottom,
|
|
1379
|
-
13px
|
|
1380
|
-
) !default;
|
|
1381
|
-
$steps-vertical-title-font-size: var(
|
|
1382
|
-
--nutui-steps-vertical-title-font-size,
|
|
1383
|
-
$font-size-l
|
|
1384
|
-
) !default;
|
|
1385
|
-
$steps-vertical-title-margin-bottom: var(
|
|
1386
|
-
--nutui-steps-vertical-title-margin-bottom,
|
|
1387
|
-
4px
|
|
1388
|
-
) !default;
|
|
1389
|
-
$steps-vertical-line-height: var(
|
|
1390
|
-
--nutui-steps-vertical-line-height,
|
|
1391
|
-
18px
|
|
1392
|
-
) !default;
|
|
1393
|
-
$steps-vertical-description-font-size: var(
|
|
1394
|
-
--nutui-steps-vertical-description-font-size,
|
|
1395
|
-
$font-size-base
|
|
1396
|
-
) !default;
|
|
1397
|
-
$steps-vertical-description-margin: var(
|
|
1398
|
-
--nutui-steps-vertical-description-margin,
|
|
1399
|
-
0 0 1px
|
|
1400
|
-
) !default;
|
|
840
|
+
$steps-process-title-color: var(--nutui-steps-process-title-color,
|
|
841
|
+
$color-primary) !default;
|
|
842
|
+
$steps-process-description-color: var(--nutui-steps-process-description-color,
|
|
843
|
+
$color-primary) !default;
|
|
844
|
+
$steps-wait-icon-color: var(--nutui-steps-wait-icon-color,
|
|
845
|
+
$color-text-help) !default;
|
|
846
|
+
$steps-wait-title-color: var(--nutui-steps-wait-title-color,
|
|
847
|
+
$color-title) !default;
|
|
848
|
+
$steps-wait-description-color: var(--nutui-steps-wait-description-color,
|
|
849
|
+
$color-text) !default;
|
|
850
|
+
$steps-finish-icon-color: var(--nutui-steps-finish-icon-color,
|
|
851
|
+
$color-text-help) !default;
|
|
852
|
+
$steps-business-title-color: var(--nutui-steps-business-title-color,
|
|
853
|
+
var(--nutui-color-service-pressed)) !default;
|
|
854
|
+
$steps-business-description-color: var(--nutui-steps-business-description-color,
|
|
855
|
+
var(--nutui-color-service-pressed)) !default;
|
|
856
|
+
$steps-business-head-text-color: var(--nutui-steps-business-head-text-color,
|
|
857
|
+
var(--nutui-color-service-pressed)) !default;
|
|
858
|
+
$steps-business-head-dot-background-color: var(--nutui-steps-business-head-dot-background-color,
|
|
859
|
+
var(--nutui-color-service-pressed)) !default;
|
|
860
|
+
$steps-business-head-icon-color: var(--nutui-steps-business-head-icon-color,
|
|
861
|
+
var(--nutui-color-service-pressed)) !default;
|
|
862
|
+
$steps-business-head-background-color: var(--nutui-steps-business-head-background-color,
|
|
863
|
+
var(--nutui-color-service)) !default;
|
|
864
|
+
$steps-enhanced-finish-head-background-color: var(--nutui-steps-enhanced-finish-head-background-color,
|
|
865
|
+
$color-primary-light-pressed) !default;
|
|
866
|
+
$steps-enhanced-finish-head-dot-background-color: var(--nutui-steps-enhanced-finish-head-dot-background-color,
|
|
867
|
+
$color-primary-disabled-special) !default;
|
|
868
|
+
$steps-enhanced-finish-head-icon-color: var(--nutui-steps-enhanced-finish-head-icon-color,
|
|
869
|
+
$color-primary-stop-1) !default;
|
|
870
|
+
$steps-enhanced-finish-head-text-color: var(--nutui-steps-enhanced-finish-head-text-color,
|
|
871
|
+
$color-primary-stop-1) !default;
|
|
872
|
+
$steps-horizontal-item-padding-right: var(--nutui-steps-horizontal-item-padding-right,
|
|
873
|
+
28px) !default;
|
|
874
|
+
$steps-horizontal-item-line-padding: var(--nutui-steps-horizontal-item-line-padding,
|
|
875
|
+
0 8px) !default;
|
|
876
|
+
$steps-horizontal-item-special-padding-right: var(--nutui-steps-horizontal-item-special-padding-right,
|
|
877
|
+
22px) !default;
|
|
878
|
+
$steps-horizontal-item-special-3-padding-right: var(--nutui-steps-horizontal-item-special-3-padding-right,
|
|
879
|
+
9px) !default;
|
|
880
|
+
$steps-vertical-item-padding-bottom: var(--nutui-steps-vertical-item-padding-bottom,
|
|
881
|
+
13px) !default;
|
|
882
|
+
$steps-vertical-title-font-size: var(--nutui-steps-vertical-title-font-size,
|
|
883
|
+
$font-size-l) !default;
|
|
884
|
+
$steps-vertical-title-margin-bottom: var(--nutui-steps-vertical-title-margin-bottom,
|
|
885
|
+
4px) !default;
|
|
886
|
+
$steps-vertical-line-height: var(--nutui-steps-vertical-line-height,
|
|
887
|
+
18px) !default;
|
|
888
|
+
$steps-vertical-description-font-size: var(--nutui-steps-vertical-description-font-size,
|
|
889
|
+
$font-size-base) !default;
|
|
890
|
+
$steps-vertical-description-margin: var(--nutui-steps-vertical-description-margin,
|
|
891
|
+
0 0 1px) !default;
|
|
1401
892
|
|
|
1402
893
|
// dialog(✅)
|
|
1403
894
|
$dialog-min-width: var(--nutui-dialog-min-width, 240px) !default;
|
|
@@ -1406,282 +897,166 @@ $dialog-padding: var(--nutui-dialog-padding, 24px) !default;
|
|
|
1406
897
|
$dialog-max-height: var(--nutui-dialog-max-height, 420px) !default;
|
|
1407
898
|
$dialog-min-height: var(--nutui-dialog-min-height, 124px) !default;
|
|
1408
899
|
$dialog-border-radius: var(--nutui-dialog-border-radius, $radius-xl) !default;
|
|
1409
|
-
$dialog-background: var(
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
) !default;
|
|
1413
|
-
$dialog-title-margin-bottom: var(
|
|
1414
|
-
--nutui-dialog-title-margin-bottom,
|
|
1415
|
-
8px
|
|
1416
|
-
) !default;
|
|
900
|
+
$dialog-background: var(--nutui-dialog-background,
|
|
901
|
+
$color-background-overlay) !default;
|
|
902
|
+
$dialog-title-margin-bottom: var(--nutui-dialog-title-margin-bottom,
|
|
903
|
+
8px) !default;
|
|
1417
904
|
$dialog-content-margin: var(--nutui-dialog-content-margin, 0 0 20px 0) !default;
|
|
1418
|
-
$dialog-content-max-height: var(
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
) !default;
|
|
1422
|
-
$dialog-content-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
) !default;
|
|
1426
|
-
$dialog-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
) !default;
|
|
1430
|
-
$dialog-footer-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
) !default;
|
|
1434
|
-
$dialog-footer-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
) !default;
|
|
1438
|
-
$dialog-footer-
|
|
1439
|
-
|
|
1440
|
-
12px
|
|
1441
|
-
) !default;
|
|
1442
|
-
$dialog-footer-cancel-bg: var(
|
|
1443
|
-
--nutui-dialog-footer-cancel-bg,
|
|
1444
|
-
$color-background-sunken
|
|
1445
|
-
);
|
|
1446
|
-
$dialog-footer-ok-max-width: var(
|
|
1447
|
-
--nutui-dialog-footer-ok-max-width,
|
|
1448
|
-
128px
|
|
1449
|
-
) !default;
|
|
1450
|
-
$dialog-footer-badge-height: var(
|
|
1451
|
-
--nutui-dialog-footer-badge-height,
|
|
1452
|
-
14px
|
|
1453
|
-
) !default;
|
|
1454
|
-
$dialog-footer-badge-fontsize: var(
|
|
1455
|
-
--nutui-dialog-footer-badge-fontsize,
|
|
1456
|
-
10px
|
|
1457
|
-
) !default;
|
|
1458
|
-
$dialog-footer-badge-padding: var(
|
|
1459
|
-
--nutui-dialog-footer-badge-padding,
|
|
1460
|
-
0 3px
|
|
1461
|
-
) !default;
|
|
905
|
+
$dialog-content-max-height: var(--nutui-dialog-content-max-height,
|
|
906
|
+
268px) !default;
|
|
907
|
+
$dialog-content-line-height: var(--nutui-dialog-content-line-height,
|
|
908
|
+
20px) !default;
|
|
909
|
+
$dialog-content-text-align: var(--nutui-dialog-content-text-align,
|
|
910
|
+
left) !default;
|
|
911
|
+
$dialog-footer-button-border: var(--nutui-dialog-footer-button-border,
|
|
912
|
+
6px) !default;
|
|
913
|
+
$dialog-footer-button-min-width: var(--nutui-dialog-footer-button-min-width,
|
|
914
|
+
117px) !default;
|
|
915
|
+
$dialog-footer-cancel-margin-right: var(--nutui-dialog-footer-cancel-margin-right,
|
|
916
|
+
12px) !default;
|
|
917
|
+
$dialog-footer-cancel-bg: var(--nutui-dialog-footer-cancel-bg,
|
|
918
|
+
$color-background-sunken);
|
|
919
|
+
$dialog-footer-ok-max-width: var(--nutui-dialog-footer-ok-max-width,
|
|
920
|
+
128px) !default;
|
|
921
|
+
$dialog-footer-badge-height: var(--nutui-dialog-footer-badge-height,
|
|
922
|
+
14px) !default;
|
|
923
|
+
$dialog-footer-badge-fontsize: var(--nutui-dialog-footer-badge-fontsize,
|
|
924
|
+
10px) !default;
|
|
925
|
+
$dialog-footer-badge-padding: var(--nutui-dialog-footer-badge-padding,
|
|
926
|
+
0 3px) !default;
|
|
1462
927
|
$dialog-footer-badge-top: var(--nutui-dialog-footer-badge-top, -8px) !default;
|
|
1463
|
-
$dialog-footer-badge-border-radius: var(
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
) !default;
|
|
1467
|
-
$dialog-footer-badge-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
) !default;
|
|
1471
|
-
$dialog-footer-badge-color-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
) !default;
|
|
1475
|
-
$dialog-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
) !default;
|
|
1479
|
-
$dialog-footer-badge-color-cancel: var(
|
|
1480
|
-
--nutui-dialog-footer-badge-color-cancel,
|
|
1481
|
-
$color-primary
|
|
1482
|
-
) !default;
|
|
1483
|
-
$dialog-header-font-size: var(
|
|
1484
|
-
--nutui-dialog-header-font-size,
|
|
1485
|
-
$font-size-xl
|
|
1486
|
-
) !default;
|
|
1487
|
-
$dialog-header-font-weight: var(
|
|
1488
|
-
--nutui-dialog-header-font-weight,
|
|
1489
|
-
$font-weight-bold
|
|
1490
|
-
) !default;
|
|
1491
|
-
$dialog-vertical-footer-ok-margin-top: var(
|
|
1492
|
-
--nutui-dialog-vertical-footer-ok-margin-top,
|
|
1493
|
-
16px
|
|
1494
|
-
) !default;
|
|
928
|
+
$dialog-footer-badge-border-radius: var(--nutui-dialog-footer-badge-border-radius,
|
|
929
|
+
2px 2px 0px 2px) !default;
|
|
930
|
+
$dialog-footer-badge-bg-ok: var(--nutui-dialog-footer-badge-bg-ok,
|
|
931
|
+
$color-danger-light) !default;
|
|
932
|
+
$dialog-footer-badge-color-ok: var(--nutui-dialog-footer-badge-color-ok,
|
|
933
|
+
$color-primary) !default;
|
|
934
|
+
$dialog-footer-badge-bg-cancel: var(--nutui-dialog-footer-badge-bg-cancel,
|
|
935
|
+
$color-danger-light) !default;
|
|
936
|
+
$dialog-footer-badge-color-cancel: var(--nutui-dialog-footer-badge-color-cancel,
|
|
937
|
+
$color-primary) !default;
|
|
938
|
+
$dialog-header-font-size: var(--nutui-dialog-header-font-size,
|
|
939
|
+
$font-size-xl) !default;
|
|
940
|
+
$dialog-header-font-weight: var(--nutui-dialog-header-font-weight,
|
|
941
|
+
$font-weight-bold) !default;
|
|
942
|
+
$dialog-vertical-footer-ok-margin-top: var(--nutui-dialog-vertical-footer-ok-margin-top,
|
|
943
|
+
16px) !default;
|
|
1495
944
|
$dialog-close-color: var(--nutui-dialog-close-color, #ffffff) !default;
|
|
1496
945
|
$dialog-close-width: var(--nutui-dialog-close-width, 16px) !default;
|
|
1497
946
|
$dialog-close-height: var(--nutui-dialog-close-height, 16px) !default;
|
|
1498
|
-
$dialog-bottom-close-icon-size: var(
|
|
1499
|
-
|
|
1500
|
-
24px
|
|
1501
|
-
) !default;
|
|
947
|
+
$dialog-bottom-close-icon-size: var(--nutui-dialog-bottom-close-icon-size,
|
|
948
|
+
24px) !default;
|
|
1502
949
|
$dialog-close-top: var(--nutui-dialog-close-top, 16px) !default;
|
|
1503
950
|
$dialog-close-left: var(--nutui-dialog-close-left, 16px) !default;
|
|
1504
951
|
$dialog-close-right: var(--nutui-dialog-close-right, 16px) !default;
|
|
1505
952
|
|
|
1506
953
|
// checkbox(✅)
|
|
1507
|
-
$checkbox-label-disable-color: var(
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
) !default;
|
|
1511
|
-
$checkbox-
|
|
1512
|
-
|
|
1513
|
-
#d6d6d6
|
|
1514
|
-
) !default;
|
|
1515
|
-
$checkbox-label-margin-left: var(
|
|
1516
|
-
--nutui-checkbox-label-margin-left,
|
|
1517
|
-
$spacing-xxs
|
|
1518
|
-
) !default;
|
|
954
|
+
$checkbox-label-disable-color: var(--nutui-checkbox-label-disable-color,
|
|
955
|
+
#999) !default;
|
|
956
|
+
$checkbox-icon-disable-color: var(--nutui-checkbox-icon-disable-color,
|
|
957
|
+
#d6d6d6) !default;
|
|
958
|
+
$checkbox-label-margin-left: var(--nutui-checkbox-label-margin-left,
|
|
959
|
+
$spacing-xxs) !default;
|
|
1519
960
|
$checkbox-label-color: var(--nutui-checkbox-label-color, $color-title) !default;
|
|
1520
|
-
$checkbox-label-font-size: var(
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
) !default;
|
|
1524
|
-
$checkbox-
|
|
1525
|
-
|
|
1526
|
-
$font-size-icon
|
|
1527
|
-
) !default;
|
|
1528
|
-
$checkbox-button-font-size: var(
|
|
1529
|
-
--nutui-checkbox-button-font-size,
|
|
1530
|
-
$font-size-s
|
|
1531
|
-
) !default;
|
|
961
|
+
$checkbox-label-font-size: var(--nutui-checkbox-label-font-size,
|
|
962
|
+
$font-size-s) !default;
|
|
963
|
+
$checkbox-icon-font-size: var(--nutui-checkbox-icon-font-size,
|
|
964
|
+
$font-size-icon) !default;
|
|
965
|
+
$checkbox-button-font-size: var(--nutui-checkbox-button-font-size,
|
|
966
|
+
$font-size-s) !default;
|
|
1532
967
|
$checkbox-button-color: $color-text;
|
|
1533
968
|
$checkbox-button-background: $color-background;
|
|
1534
|
-
$checkbox-button-padding: var(
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
) !default;
|
|
1538
|
-
$checkbox-button-border
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
) !default;
|
|
1542
|
-
$checkbox-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
) !default;
|
|
1546
|
-
$checkbox-button-disabled-active-color: var(
|
|
1547
|
-
--nutui-checkbox-button-disabled-active-color,
|
|
1548
|
-
$white
|
|
1549
|
-
) !default;
|
|
1550
|
-
$checkbox-list-background-color: var(
|
|
1551
|
-
--nutui-checkbox-list-background-color,
|
|
1552
|
-
$white
|
|
1553
|
-
) !default;
|
|
1554
|
-
$checkbox-list-item-border: var(
|
|
1555
|
-
--nutui-checkbox-list-item-border,
|
|
1556
|
-
1px solid $color-border
|
|
1557
|
-
) !default;
|
|
969
|
+
$checkbox-button-padding: var(--nutui-checkbox-button-padding,
|
|
970
|
+
5px 18px) !default;
|
|
971
|
+
$checkbox-button-border-radius: var(--nutui-checkbox-button-border-radius,
|
|
972
|
+
15px) !default;
|
|
973
|
+
$checkbox-button-active-border: var(--nutui-checkbox-button-active-border,
|
|
974
|
+
1px solid $color-primary) !default;
|
|
975
|
+
$checkbox-button-disabled-active-color: var(--nutui-checkbox-button-disabled-active-color,
|
|
976
|
+
$white) !default;
|
|
977
|
+
$checkbox-list-background-color: var(--nutui-checkbox-list-background-color,
|
|
978
|
+
$white) !default;
|
|
979
|
+
$checkbox-list-item-border: var(--nutui-checkbox-list-item-border,
|
|
980
|
+
1px solid $color-border) !default;
|
|
1558
981
|
$checkbox-list-padding: var(--nutui-checkbox-list-padding, 0 0 0 12px) !default;
|
|
1559
|
-
$checkbox-list-item-padding: var(
|
|
1560
|
-
|
|
1561
|
-
12px 12px 12px 0
|
|
1562
|
-
) !default;
|
|
982
|
+
$checkbox-list-item-padding: var(--nutui-checkbox-list-item-padding,
|
|
983
|
+
12px 12px 12px 0) !default;
|
|
1563
984
|
|
|
1564
985
|
//radio(✅)
|
|
1565
|
-
$radio-icon-font-size: var(
|
|
1566
|
-
|
|
1567
|
-
$font-size-icon
|
|
1568
|
-
) !default;
|
|
986
|
+
$radio-icon-font-size: var(--nutui-radio-icon-font-size,
|
|
987
|
+
$font-size-icon) !default;
|
|
1569
988
|
$radio-label-color: var(--nutui-radio-label-color, $color-title) !default;
|
|
1570
|
-
$radio-label-disable-color: var(
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
) !default;
|
|
1574
|
-
$radio-label-font-size: var(
|
|
1575
|
-
--nutui-radio-label-font-size,
|
|
1576
|
-
$font-size-s
|
|
1577
|
-
) !default;
|
|
989
|
+
$radio-label-disable-color: var(--nutui-radio-label-disable-color,
|
|
990
|
+
$color-text-disabled) !default;
|
|
991
|
+
$radio-label-font-size: var(--nutui-radio-label-font-size,
|
|
992
|
+
$font-size-s) !default;
|
|
1578
993
|
$radio-label-margin-left: var(--nutui-radio-label-margin-left, 4px) !default;
|
|
1579
|
-
$radio-button-font-size: var(
|
|
1580
|
-
|
|
1581
|
-
$font-size-s
|
|
1582
|
-
) !default;
|
|
994
|
+
$radio-button-font-size: var(--nutui-radio-button-font-size,
|
|
995
|
+
$font-size-s) !default;
|
|
1583
996
|
$radio-button-color: $color-text;
|
|
1584
997
|
$radio-button-padding: var(--nutui-radio-button-padding, 5px 18px) !default;
|
|
1585
|
-
$radio-button-border-radius: var(
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
) !default;
|
|
1589
|
-
$radio-button-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
) !default;
|
|
1593
|
-
$radio-button-active-border: var(
|
|
1594
|
-
--nutui-radio-button-active-border,
|
|
1595
|
-
1px solid $color-primary
|
|
1596
|
-
) !default;
|
|
1597
|
-
$radio-button-disabled-active-color: var(
|
|
1598
|
-
--nutui-radio-button-disabled-active-color,
|
|
1599
|
-
$white
|
|
1600
|
-
) !default;
|
|
998
|
+
$radio-button-border-radius: var(--nutui-radio-button-border-radius,
|
|
999
|
+
15px) !default;
|
|
1000
|
+
$radio-button-background: var(--nutui-radio-button-background,
|
|
1001
|
+
rgba(250, 44, 25, 0.05)) !default;
|
|
1002
|
+
$radio-button-active-border: var(--nutui-radio-button-active-border,
|
|
1003
|
+
1px solid $color-primary) !default;
|
|
1004
|
+
$radio-button-disabled-active-color: var(--nutui-radio-button-disabled-active-color,
|
|
1005
|
+
$white) !default;
|
|
1601
1006
|
$radiogroup-radio-margin: var(--nutui-radiogroup-radio-margin, 20px) !default;
|
|
1602
|
-
$radiogroup-radio-margin-bottom: var(
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
) !default;
|
|
1606
|
-
$radiogroup-radio-label-margin: var(
|
|
1607
|
-
--nutui-radiogroup-radio-label-margin,
|
|
1608
|
-
0 5px
|
|
1609
|
-
) !default;
|
|
1007
|
+
$radiogroup-radio-margin-bottom: var(--nutui-radiogroup-radio-margin-bottom,
|
|
1008
|
+
5px) !default;
|
|
1009
|
+
$radiogroup-radio-label-margin: var(--nutui-radiogroup-radio-label-margin,
|
|
1010
|
+
0 5px) !default;
|
|
1610
1011
|
|
|
1611
1012
|
// signature(✅)
|
|
1612
|
-
$signature-border-color: var(
|
|
1613
|
-
|
|
1614
|
-
$color-border
|
|
1615
|
-
) !default;
|
|
1013
|
+
$signature-border-color: var(--nutui-signature-border-color,
|
|
1014
|
+
$color-border) !default;
|
|
1616
1015
|
$signature-border-width: var(--nutui-signature-border-width, 1px) !default;
|
|
1617
1016
|
$signature-height: var(--nutui-signature-height, 10rem) !default;
|
|
1618
|
-
$signature-background-color: var(
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
) !default;
|
|
1622
|
-
$signature-font-size: var(
|
|
1623
|
-
--nutui-signature-font-size,
|
|
1624
|
-
$font-size-base
|
|
1625
|
-
) !default;
|
|
1017
|
+
$signature-background-color: var(--nutui-signature-background-color,
|
|
1018
|
+
$color-background-overlay) !default;
|
|
1019
|
+
$signature-font-size: var(--nutui-signature-font-size,
|
|
1020
|
+
$font-size-base) !default;
|
|
1626
1021
|
|
|
1627
1022
|
//fixednav(✅)
|
|
1628
|
-
$fixednav-background-color: var(
|
|
1629
|
-
|
|
1630
|
-
$white
|
|
1631
|
-
) !default;
|
|
1023
|
+
$fixednav-background-color: var(--nutui-fixednav-background-color,
|
|
1024
|
+
$white) !default;
|
|
1632
1025
|
$fixednav-color: var(--nutui-fixednav-color, #1a1a1a) !default;
|
|
1633
1026
|
$fixednav-index: var(--nutui-fixednav-index, 900) !default;
|
|
1634
|
-
$fixednav-button-background: var(
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
) !default;
|
|
1638
|
-
$fixednav-item-active-color: var(
|
|
1639
|
-
--nutui-fixednav-item-active-color,
|
|
1640
|
-
$color-primary
|
|
1641
|
-
) !default;
|
|
1027
|
+
$fixednav-button-background: var(--nutui-fixednav-button-background,
|
|
1028
|
+
$color-primary) !default;
|
|
1029
|
+
$fixednav-item-active-color: var(--nutui-fixednav-item-active-color,
|
|
1030
|
+
$color-primary) !default;
|
|
1642
1031
|
|
|
1643
1032
|
// NoticeBar(✅)
|
|
1644
1033
|
$noticebar-height: var(--nutui-noticebar-height, 36px) !default;
|
|
1645
|
-
$noticebar-background: var(
|
|
1646
|
-
|
|
1647
|
-
rgba(251, 248, 220, 1)
|
|
1648
|
-
) !default;
|
|
1034
|
+
$noticebar-background: var(--nutui-noticebar-background,
|
|
1035
|
+
rgba(251, 248, 220, 1)) !default;
|
|
1649
1036
|
$noticebar-color: var(--nutui-noticebar-color, #d9500b) !default;
|
|
1650
1037
|
$noticebar-font-size: var(--nutui-noticebar-font-size, $font-size-s) !default;
|
|
1651
1038
|
$noticebar-line-height: var(--nutui-noticebar-line-height, 24px) !default;
|
|
1652
1039
|
$noticebar-box-padding: var(--nutui-noticebar-box-padding, 0 16px) !default;
|
|
1653
1040
|
$noticebar-border-radius: var(--nutui-noticebar-border-radius, 0) !default;
|
|
1654
|
-
$noticebar-wrap-padding: var(
|
|
1655
|
-
|
|
1656
|
-
8px 16px
|
|
1657
|
-
) !default;
|
|
1041
|
+
$noticebar-wrap-padding: var(--nutui-noticebar-wrapable-padding,
|
|
1042
|
+
8px 16px) !default;
|
|
1658
1043
|
$noticebar-icon-gap: var(--nutui-noticebar-icon-gap, 4px) !default;
|
|
1659
|
-
$noticebar-left-icon-width: var(
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
) !default;
|
|
1663
|
-
$noticebar-right-icon-width: var(
|
|
1664
|
-
--nutui-noticebar-right-icon-width,
|
|
1665
|
-
16px
|
|
1666
|
-
) !default;
|
|
1044
|
+
$noticebar-left-icon-width: var(--nutui-noticebar-left-icon-width,
|
|
1045
|
+
16px) !default;
|
|
1046
|
+
$noticebar-right-icon-width: var(--nutui-noticebar-right-icon-width,
|
|
1047
|
+
16px) !default;
|
|
1667
1048
|
|
|
1668
1049
|
// TimeSelect(✅)
|
|
1669
1050
|
$timeselect-date-width: var(--nutui-timeselect-date-width, 140px) !default;
|
|
1670
1051
|
$timeselect-date-height: var(--nutui-timeselect-date-height, 40px) !default;
|
|
1671
|
-
$timeselect-date-active-color: var(
|
|
1672
|
-
|
|
1673
|
-
$color-title
|
|
1674
|
-
) !default;
|
|
1052
|
+
$timeselect-date-active-color: var(--nutui-timeselect-date-active-color,
|
|
1053
|
+
$color-title) !default;
|
|
1675
1054
|
$timeselect-time-width: var(--nutui-timeselect-time-width, 100px) !default;
|
|
1676
1055
|
$timeselect-time-height: var(--nutui-timeselect-time-height, 50px) !default;
|
|
1677
|
-
$timeselect-time-margin: var(
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
) !default;
|
|
1681
|
-
$timeselect-time-background: var(
|
|
1682
|
-
--nutui-timeselect-time-background,
|
|
1683
|
-
$color-background
|
|
1684
|
-
) !default;
|
|
1056
|
+
$timeselect-time-margin: var(--nutui-timeselect-time-margin,
|
|
1057
|
+
0 10px 10px 0) !default;
|
|
1058
|
+
$timeselect-time-background: var(--nutui-timeselect-time-background,
|
|
1059
|
+
$color-background) !default;
|
|
1685
1060
|
|
|
1686
1061
|
//tag(✅)
|
|
1687
1062
|
$tag-padding: var(--nutui-tag-padding, 0px 2px) !default;
|
|
@@ -1691,566 +1066,340 @@ $tag-height: var(--nutui-tag-height, 14px) !default;
|
|
|
1691
1066
|
$tag-color: var(--nutui-tag-color, #ffffff) !default;
|
|
1692
1067
|
$tag-border-width: var(--nutui-tag-border-width, 1px) !default;
|
|
1693
1068
|
$tag-background-color: var(--nutui-tag-background-color, $color-title) !default;
|
|
1694
|
-
$tag-primary-background-color: var(
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
) !default;
|
|
1698
|
-
$tag-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
) !default;
|
|
1702
|
-
$tag-
|
|
1703
|
-
|
|
1704
|
-
#4fc08d
|
|
1705
|
-
) !default;
|
|
1706
|
-
$tag-danger-background-color: var(
|
|
1707
|
-
--nutui-tag-danger-background-color,
|
|
1708
|
-
$color-danger
|
|
1709
|
-
) !default;
|
|
1710
|
-
$tag-warning-background-color: var(
|
|
1711
|
-
--nutui-tag-warning-background-color,
|
|
1712
|
-
$color-warning
|
|
1713
|
-
) !default;
|
|
1069
|
+
$tag-primary-background-color: var(--nutui-tag-primary-background-color,
|
|
1070
|
+
$color-primary-gradient-1) !default;
|
|
1071
|
+
$tag-info-background-color: var(--nutui-tag-info-background-color,
|
|
1072
|
+
$color-info) !default;
|
|
1073
|
+
$tag-success-background-color: var(--nutui-tag-success-background-color,
|
|
1074
|
+
#4fc08d) !default;
|
|
1075
|
+
$tag-danger-background-color: var(--nutui-tag-danger-background-color,
|
|
1076
|
+
$color-danger) !default;
|
|
1077
|
+
$tag-warning-background-color: var(--nutui-tag-warning-background-color,
|
|
1078
|
+
$color-warning) !default;
|
|
1714
1079
|
$tag-round-border-radius: var(--nutui-tag-round-border-radius, 8px) !default;
|
|
1715
|
-
$tag-mark-border-radius: var(
|
|
1716
|
-
|
|
1717
|
-
0 8px 8px 0
|
|
1718
|
-
) !default;
|
|
1080
|
+
$tag-mark-border-radius: var(--nutui-tag-mark-border-radius,
|
|
1081
|
+
0 8px 8px 0) !default;
|
|
1719
1082
|
|
|
1720
1083
|
//badge(✅)
|
|
1721
1084
|
$badge-height: var(--nutui-badge-height, 14px) !default;
|
|
1722
|
-
$badge-background-color: var(
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
) !default;
|
|
1726
|
-
$badge-background-disabled-color: var(
|
|
1727
|
-
--nutui-badge-background-disabled-color,
|
|
1728
|
-
$color-text-disabled
|
|
1729
|
-
) !default;
|
|
1085
|
+
$badge-background-color: var(--nutui-badge-background-color,
|
|
1086
|
+
$color-primary) !default;
|
|
1087
|
+
$badge-background-disabled-color: var(--nutui-badge-background-disabled-color,
|
|
1088
|
+
$color-text-disabled) !default;
|
|
1730
1089
|
$badge-color: var(--nutui-badge-color, $color-primary-text) !default;
|
|
1731
1090
|
$badge-font-size: var(--nutui-badge-font-size, $font-size-xxxs) !default;
|
|
1732
|
-
$badge-border: var(
|
|
1733
|
-
|
|
1734
|
-
1px solid $color-primary-text
|
|
1735
|
-
) !default;
|
|
1091
|
+
$badge-border: var(--nutui-badge-border,
|
|
1092
|
+
1px solid $color-primary-text) !default;
|
|
1736
1093
|
$badge-border-radius: var(--nutui-badge-border-radius, $badge-height) !default;
|
|
1737
1094
|
$badge-min-width: var(--nutui-badge-min-width, 6px) !default;
|
|
1738
1095
|
$badge-padding: var(--nutui-badge-padding, 1px 4px) !default;
|
|
1739
1096
|
$badge-icon-padding: var(--nutui-badge-icon-padding, 2px) !default;
|
|
1740
1097
|
$badge-icon-size: var(--nutui-badge-icon-size, 10px) !default;
|
|
1741
|
-
$badge-content-transform: var(
|
|
1742
|
-
|
|
1743
|
-
translate(50%, -50%)
|
|
1744
|
-
) !default;
|
|
1098
|
+
$badge-content-transform: var(--nutui-badge-content-transform,
|
|
1099
|
+
translate(50%, -50%)) !default;
|
|
1745
1100
|
$badge-z-index: var(--nutui-badge-z-index, 1) !default;
|
|
1746
1101
|
$badge-dot-width: var(--nutui-badge-dot-width, 6px) !default;
|
|
1747
1102
|
$badge-dot-small-width: var(--nutui-badge-dot-small-width, 4px) !default;
|
|
1748
1103
|
$badge-dot-large-width: var(--nutui-badge-dot-large-width, 8px) !default;
|
|
1749
1104
|
$badge-dot-border: var(--nutui-badge-dot-border, 1px solid $color-primary-text);
|
|
1750
1105
|
$badge-outline-color: var(--nutui-badge-outline-color, $color-primary) !default;
|
|
1751
|
-
$badge-outline-border: var(
|
|
1752
|
-
|
|
1753
|
-
1px solid $color-primary
|
|
1754
|
-
);
|
|
1106
|
+
$badge-outline-border: var(--nutui-badge-outline-border,
|
|
1107
|
+
1px solid $color-primary);
|
|
1755
1108
|
|
|
1756
1109
|
//popover(✅)
|
|
1757
1110
|
$popover-border-radius: var(--nutui-popover-border-radius, $radius-xs) !default;
|
|
1758
1111
|
$popover-font-size: var(--nutui-popover-font-size, $font-size-s) !default;
|
|
1759
|
-
$popover-content-background-color: var(
|
|
1760
|
-
|
|
1761
|
-
#ffffff
|
|
1762
|
-
) !default;
|
|
1112
|
+
$popover-content-background-color: var(--nutui-popover-content-background-color,
|
|
1113
|
+
#ffffff) !default;
|
|
1763
1114
|
$popover-text-color: var(--nutui-popover-text-color, $color-mask) !default;
|
|
1764
|
-
$popover-disable-color: var(
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
) !default;
|
|
1768
|
-
$popover-divider-color: var(
|
|
1769
|
-
--nutui-popover-divider-color,
|
|
1770
|
-
$color-border
|
|
1771
|
-
) !default;
|
|
1115
|
+
$popover-disable-color: var(--nutui-popover-disable-color,
|
|
1116
|
+
$color-text-disabled) !default;
|
|
1117
|
+
$popover-divider-color: var(--nutui-popover-divider-color,
|
|
1118
|
+
$color-border) !default;
|
|
1772
1119
|
$popover-padding: var(--nutui-popover-padding, 8px) !default;
|
|
1773
1120
|
$popover-item-width: var(--nutui-popover-item-width, 160px) !default;
|
|
1774
1121
|
|
|
1775
1122
|
//progress(✅)
|
|
1776
1123
|
$progress-height: var(--nutui-progress-height, 10px) !default;
|
|
1777
|
-
$progress-color: var(
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
) !default;
|
|
1781
|
-
$progress-background: var(
|
|
1782
|
-
--nutui-progress-background,
|
|
1783
|
-
$color-background
|
|
1784
|
-
) !default;
|
|
1124
|
+
$progress-color: var(--nutui-progress-color,
|
|
1125
|
+
$color-primary-gradient-1) !default;
|
|
1126
|
+
$progress-background: var(--nutui-progress-background,
|
|
1127
|
+
$color-background) !default;
|
|
1785
1128
|
$progress-border-radius: var(--nutui-progress-border-radius, 12px) !default;
|
|
1786
|
-
$progress-text-color: var(
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
) !default;
|
|
1790
|
-
$progress-text-background: var(
|
|
1791
|
-
--nutui-progress-text-background,
|
|
1792
|
-
$color-primary-gradient-1
|
|
1793
|
-
) !default;
|
|
1129
|
+
$progress-text-color: var(--nutui-progress-text-color,
|
|
1130
|
+
$color-text-help) !default;
|
|
1131
|
+
$progress-text-background: var(--nutui-progress-text-background,
|
|
1132
|
+
$color-primary-gradient-1) !default;
|
|
1794
1133
|
$progress-text-padding: var(--nutui-progress-text-padding, 0 5px) !default;
|
|
1795
1134
|
$progress-text-font-size: var(--nutui-progress-text-font-size, 13px) !default;
|
|
1796
|
-
$progress-text-position-top: var(
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
) !default;
|
|
1800
|
-
$progress-text-
|
|
1801
|
-
|
|
1802
|
-
-4px
|
|
1803
|
-
) !default;
|
|
1804
|
-
$progress-text-border-radius: var(
|
|
1805
|
-
--nutui-progress-text-border-radius,
|
|
1806
|
-
5px
|
|
1807
|
-
) !default;
|
|
1135
|
+
$progress-text-position-top: var(--nutui-progress-text-position-top,
|
|
1136
|
+
-4px) !default;
|
|
1137
|
+
$progress-text-position-bottom: var(--nutui-progress-text-position-bottom,
|
|
1138
|
+
-4px) !default;
|
|
1139
|
+
$progress-text-border-radius: var(--nutui-progress-text-border-radius,
|
|
1140
|
+
5px) !default;
|
|
1808
1141
|
|
|
1809
1142
|
//pagination(✅)
|
|
1810
1143
|
$pagination-color: var(--nutui-pagination-color, $color-primary) !default;
|
|
1811
1144
|
$pagination-lite-color: var(--nutui-pagination-lite-color, $white) !default;
|
|
1812
|
-
$pagination-font-size: var(
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
) !default;
|
|
1816
|
-
$pagination-item-border-color: var(
|
|
1817
|
-
--nutui-pagination-item-border-color,
|
|
1818
|
-
$color-border
|
|
1819
|
-
) !default;
|
|
1145
|
+
$pagination-font-size: var(--nutui-pagination-font-size,
|
|
1146
|
+
$font-size-base) !default;
|
|
1147
|
+
$pagination-item-border-color: var(--nutui-pagination-item-border-color,
|
|
1148
|
+
$color-border) !default;
|
|
1820
1149
|
$pagination-active-background-color: $color-primary !default;
|
|
1821
|
-
$pagination-disable-color: var(
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
) !default;
|
|
1825
|
-
$pagination-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
) !default;
|
|
1829
|
-
$pagination-
|
|
1830
|
-
|
|
1831
|
-
1px
|
|
1832
|
-
) !default;
|
|
1833
|
-
$pagination-item-border-radius: var(
|
|
1834
|
-
--nutui-pagination-item-border-radius,
|
|
1835
|
-
2px
|
|
1836
|
-
) !default;
|
|
1837
|
-
$pagination-prev-next-padding: var(
|
|
1838
|
-
--nutui-pagination-prev-next-padding,
|
|
1839
|
-
0 12px
|
|
1840
|
-
) !default;
|
|
1150
|
+
$pagination-disable-color: var(--nutui-pagination-disable-color,
|
|
1151
|
+
$color-text-disabled) !default;
|
|
1152
|
+
$pagination-disable-background-color: var(--nutui-pagination-disable-background-color,
|
|
1153
|
+
#f7f8fa) !default;
|
|
1154
|
+
$pagination-item-border-width: var(--nutui-pagination-item-border-width,
|
|
1155
|
+
1px) !default;
|
|
1156
|
+
$pagination-item-border-radius: var(--nutui-pagination-item-border-radius,
|
|
1157
|
+
2px) !default;
|
|
1158
|
+
$pagination-prev-next-padding: var(--nutui-pagination-prev-next-padding,
|
|
1159
|
+
0 12px) !default;
|
|
1841
1160
|
$pagination-lite-width: var(--nutui-pagination-lite-width, 40px) !default;
|
|
1842
1161
|
$pagination-lite-height: var(--nutui-pagination-lite-height, 20px) !default;
|
|
1843
|
-
$pagination-lite-radius: var(
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
) !default;
|
|
1847
|
-
$pagination-lite-background-color: var(
|
|
1848
|
-
|
|
1849
|
-
rgba(0, 0, 0, 0.45)
|
|
1850
|
-
) !default;
|
|
1851
|
-
$pagination-lite-active-background-color: var(
|
|
1852
|
-
--nutui-pagination-lite-active-background-color,
|
|
1853
|
-
var(--nutui-black-5)
|
|
1854
|
-
) !default;
|
|
1162
|
+
$pagination-lite-radius: var(--nutui-pagination-lite-radius,
|
|
1163
|
+
$radius-xs) !default;
|
|
1164
|
+
$pagination-lite-background-color: var(--nutui-pagination-lite-background-color,
|
|
1165
|
+
rgba(0, 0, 0, 0.45)) !default;
|
|
1166
|
+
$pagination-lite-active-background-color: var(--nutui-pagination-lite-active-background-color,
|
|
1167
|
+
var(--nutui-black-5)) !default;
|
|
1855
1168
|
|
|
1856
1169
|
// tabs(✅)
|
|
1857
1170
|
$tabs-titles-height: var(--nutui-tabs-titles-height, 44px) !default;
|
|
1858
|
-
$tabs-titles-background-color: var(
|
|
1859
|
-
|
|
1860
|
-
$color-background
|
|
1861
|
-
) !default;
|
|
1171
|
+
$tabs-titles-background-color: var(--nutui-tabs-titles-background-color,
|
|
1172
|
+
$color-background) !default;
|
|
1862
1173
|
$tabs-titles-gap: var(--nutui-tabs-titles-gap, 12px) !default;
|
|
1863
|
-
$tabs-titles-font-size: var(
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
) !default;
|
|
1867
|
-
$tabs-titles-item-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
) !default;
|
|
1871
|
-
$tabs-titles-item-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
) !default;
|
|
1875
|
-
$tabs-titles-item-active-color: var(
|
|
1876
|
-
|
|
1877
|
-
$color-primary
|
|
1878
|
-
) !default;
|
|
1879
|
-
$tabs-titles-item-active-font-weight: var(
|
|
1880
|
-
--nutui-tabs-titles-item-active-font-weight,
|
|
1881
|
-
$font-weight-bold
|
|
1882
|
-
) !default;
|
|
1883
|
-
$tabs-titles-item-active-font-size: var(
|
|
1884
|
-
--nutui-tabs-titles-item-active-font-size,
|
|
1885
|
-
$font-size-l
|
|
1886
|
-
) !default;
|
|
1887
|
-
$tabs-titles-item-active-background-color: var(
|
|
1888
|
-
--nutui-tabs-titles-item-active-background-color,
|
|
1889
|
-
$color-background-overlay
|
|
1890
|
-
) !default;
|
|
1174
|
+
$tabs-titles-font-size: var(--nutui-tabs-titles-font-size,
|
|
1175
|
+
$font-size-base) !default;
|
|
1176
|
+
$tabs-titles-item-min-width: var(--nutui-tabs-titles-item-min-width,
|
|
1177
|
+
50px) !default;
|
|
1178
|
+
$tabs-titles-item-color: var(--nutui-tabs-titles-item-color,
|
|
1179
|
+
$color-title) !default;
|
|
1180
|
+
$tabs-titles-item-active-color: var(--nutui-tabs-titles-item-active-color,
|
|
1181
|
+
$color-primary) !default;
|
|
1182
|
+
$tabs-titles-item-active-font-weight: var(--nutui-tabs-titles-item-active-font-weight,
|
|
1183
|
+
$font-weight-bold) !default;
|
|
1184
|
+
$tabs-titles-item-active-font-size: var(--nutui-tabs-titles-item-active-font-size,
|
|
1185
|
+
$font-size-l) !default;
|
|
1186
|
+
$tabs-titles-item-active-background-color: var(--nutui-tabs-titles-item-active-background-color,
|
|
1187
|
+
$color-background-overlay) !default;
|
|
1891
1188
|
$tabs-tab-line-width: var(--nutui-tabs-tab-line-width, 12px) !default;
|
|
1892
1189
|
$tabs-tab-line-height: var(--nutui-tabs-tab-line-height, 2px) !default;
|
|
1893
1190
|
$tabs-tab-line-color: var(--nutui-tabs-tab-line-color, $color-primary) !default;
|
|
1894
1191
|
$tabs-tab-line-bottom: var(--nutui-tabs-line-bottom, 15%) !default;
|
|
1895
|
-
$tabs-tab-line-border-radius: var(
|
|
1896
|
-
|
|
1897
|
-
2px
|
|
1898
|
-
) !default;
|
|
1192
|
+
$tabs-tab-line-border-radius: var(--nutui-tabs-line-border-radius,
|
|
1193
|
+
2px) !default;
|
|
1899
1194
|
$tabs-tab-line-opacity: var(--nutui-tabs-tab-line-opacity, 1) !default;
|
|
1900
|
-
$tabs-tab-button-border-radius: var(
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
) !default;
|
|
1904
|
-
$tabs-tab-button-active-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
) !default;
|
|
1908
|
-
$tabs-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
$
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
) !default;
|
|
1916
|
-
$tabs-vertical-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
) !default;
|
|
1920
|
-
$tabs-vertical-tab-line-color: var(
|
|
1921
|
-
--nutui-tabs-vertical-tab-line-color,
|
|
1922
|
-
linear-gradient(
|
|
1923
|
-
180deg,
|
|
1924
|
-
$color-primary-stop-1 0%,
|
|
1925
|
-
$color-primary-light-pressed 100%
|
|
1926
|
-
)
|
|
1927
|
-
) !default;
|
|
1928
|
-
$tabs-vertical-tab-line-width: var(
|
|
1929
|
-
--nutui-tabs-vertical-tab-line-width,
|
|
1930
|
-
3px
|
|
1931
|
-
) !default;
|
|
1932
|
-
$tabs-vertical-tab-line-height: var(
|
|
1933
|
-
--nutui-tabs-vertical-tab-line-height,
|
|
1934
|
-
12px
|
|
1935
|
-
) !default;
|
|
1936
|
-
$tabs-titles-item-smile-bottom: var(
|
|
1937
|
-
--nutui-tabs-titles-item-smile-bottom,
|
|
1938
|
-
-10%
|
|
1939
|
-
) !default;
|
|
1195
|
+
$tabs-tab-button-border-radius: var(--nutui-tabs-button-border-radius,
|
|
1196
|
+
$radius-circle) !default;
|
|
1197
|
+
$tabs-tab-button-active-background-color: var(--nutui-tabs-button-active-background-color,
|
|
1198
|
+
$color-primary-light-pressed) !default;
|
|
1199
|
+
$tabs-tab-button-active-border: var(--nutui-tabs-button-active-border,
|
|
1200
|
+
1px solid $color-primary) !default;
|
|
1201
|
+
$tabs-vertical-titles-width: var(--nutui-tabs-vertical-titles-width,
|
|
1202
|
+
100px) !default;
|
|
1203
|
+
$tabs-vertical-titles-item-height: var(--nutui-tabs-vertical-titles-item-height,
|
|
1204
|
+
40px) !default;
|
|
1205
|
+
$tabs-vertical-tab-line-color: var(--nutui-tabs-vertical-tab-line-color,
|
|
1206
|
+
linear-gradient(180deg,
|
|
1207
|
+
$color-primary-stop-1 0%,
|
|
1208
|
+
$color-primary-light-pressed 100%)) !default;
|
|
1209
|
+
$tabs-vertical-tab-line-width: var(--nutui-tabs-vertical-tab-line-width,
|
|
1210
|
+
3px) !default;
|
|
1211
|
+
$tabs-vertical-tab-line-height: var(--nutui-tabs-vertical-tab-line-height,
|
|
1212
|
+
12px) !default;
|
|
1213
|
+
$tabs-titles-item-smile-bottom: var(--nutui-tabs-titles-item-smile-bottom,
|
|
1214
|
+
-10%) !default;
|
|
1940
1215
|
$tabs-tabpane-padding: var(--nutui-tabs-tabpane-padding, 24px 20px) !default;
|
|
1941
|
-
$tabs-tabpane-background-color: var(
|
|
1942
|
-
|
|
1943
|
-
#fff
|
|
1944
|
-
) !default;
|
|
1216
|
+
$tabs-tabpane-background-color: var(--nutui-tabs-tabpane-background-color,
|
|
1217
|
+
#fff) !default;
|
|
1945
1218
|
// indicator(✅)
|
|
1946
1219
|
$indicator-color: var(--nutui-indicator-color, $color-primary) !default;
|
|
1947
1220
|
$indicator-dot-color: var(--nutui-indicator-dot-color, $color-border) !default;
|
|
1948
1221
|
$indicator-dot-size: var(--nutui-indicator-dot-size, 3px) !default;
|
|
1949
|
-
$indicator-dot-active-size: var(
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
) !default;
|
|
1953
|
-
$indicator-border-radius: var(
|
|
1954
|
-
--nutui-indicator-border-radius,
|
|
1955
|
-
$radius-xxs
|
|
1956
|
-
) !default;
|
|
1222
|
+
$indicator-dot-active-size: var(--nutui-indicator-dot-active-size,
|
|
1223
|
+
6px) !default;
|
|
1224
|
+
$indicator-border-radius: var(--nutui-indicator-border-radius,
|
|
1225
|
+
$radius-xxs) !default;
|
|
1957
1226
|
$indicator-dot-margin: var(--nutui-indicator-dot-margin, $spacing-xxs) !default;
|
|
1958
1227
|
|
|
1959
1228
|
// menu(✅)
|
|
1960
1229
|
$menu-scroll-fixed-top: var(--nutui-menu-scroll-fixed-top, 0) !default;
|
|
1961
|
-
$menu-scroll-fixed-z-index: var(
|
|
1962
|
-
|
|
1963
|
-
$mask-z-index
|
|
1964
|
-
) !default;
|
|
1230
|
+
$menu-scroll-fixed-z-index: var(--nutui-menu-scroll-fixed-z-index,
|
|
1231
|
+
$mask-z-index) !default;
|
|
1965
1232
|
$menu-bar-line-height: var(--nutui-menu-bar-line-height, 48px) !default;
|
|
1966
|
-
$menu-bar-box-shadow: var(
|
|
1967
|
-
|
|
1968
|
-
0 2px 12px rgba(89, 89, 89, 0.12)
|
|
1969
|
-
) !default;
|
|
1233
|
+
$menu-bar-box-shadow: var(--nutui-menu-bar-box-shadow,
|
|
1234
|
+
0 2px 12px rgba(89, 89, 89, 0.12)) !default;
|
|
1970
1235
|
$menu-bar-opened-z-index: var(--nutui-menu-bar-opened-z-index, 1000) !default;
|
|
1971
1236
|
$menu-title-padding: var(--nutui-menu-title-padding, 0 8px) !default;
|
|
1972
|
-
$menu-title-font-size: var(
|
|
1973
|
-
|
|
1974
|
-
$font-size-base
|
|
1975
|
-
) !default;
|
|
1237
|
+
$menu-title-font-size: var(--nutui-menu-title-font-size,
|
|
1238
|
+
$font-size-base) !default;
|
|
1976
1239
|
$menu-title-color: var(--nutui-menu-title-color, $color-title) !default;
|
|
1977
1240
|
$menu-container-z-index: var(--nutui-menu-container-z-index, 1000) !default;
|
|
1978
1241
|
$menu-content-padding: var(--nutui-menu-content-padding, 12px 24px) !default;
|
|
1979
1242
|
$menu-content-max-height: var(--nutui-menu-content-max-height, 214px) !default;
|
|
1980
|
-
$menu-content-background-color: var(
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
) !default;
|
|
1984
|
-
$menu-item-active-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
) !default;
|
|
1988
|
-
$menu-item-active-font-weight: var(
|
|
1989
|
-
--nutui-menu-item-active-font-weight,
|
|
1990
|
-
$font-weight-bold
|
|
1991
|
-
) !default;
|
|
1992
|
-
$menu-item-disabled-color: var(
|
|
1993
|
-
--nutui-menu-item-disabled-color,
|
|
1994
|
-
$color-text-disabled
|
|
1995
|
-
) !default;
|
|
1243
|
+
$menu-content-background-color: var(--nutui-menu-content-background-color,
|
|
1244
|
+
$color-background-overlay) !default;
|
|
1245
|
+
$menu-item-active-color: var(--nutui-menu-item-active-color,
|
|
1246
|
+
$color-primary) !default;
|
|
1247
|
+
$menu-item-active-font-weight: var(--nutui-menu-item-active-font-weight,
|
|
1248
|
+
$font-weight-bold) !default;
|
|
1249
|
+
$menu-item-disabled-color: var(--nutui-menu-item-disabled-color,
|
|
1250
|
+
$color-text-disabled) !default;
|
|
1996
1251
|
$menu-item-padding: var(--nutui-menu-item-padding, 12px 0) !default;
|
|
1997
1252
|
$menu-item-icon-margin: var(--nutui-menu-item-icon-margin, 8px) !default;
|
|
1998
1253
|
|
|
1999
1254
|
// collapse(✅)
|
|
2000
|
-
$collapse-item-border-bottom: var(
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
) !default;
|
|
2004
|
-
$collapse-item-header-border-bottom: var(
|
|
2005
|
-
--nutui-collapse-item-header-border-bottom,
|
|
2006
|
-
1px solid $color-border
|
|
2007
|
-
) !default;
|
|
1255
|
+
$collapse-item-border-bottom: var(--nutui-collapse-item-border-bottom,
|
|
1256
|
+
none) !default;
|
|
1257
|
+
$collapse-item-header-border-bottom: var(--nutui-collapse-item-header-border-bottom,
|
|
1258
|
+
1px solid $color-border) !default;
|
|
2008
1259
|
$collapse-item-padding: var(--nutui-collapse-item-padding, 13px 26px) !default;
|
|
2009
1260
|
$collapse-item-color: var(--nutui-collapse-item-color, $color-title) !default;
|
|
2010
|
-
$collapse-item-disabled-color: var(
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
) !default;
|
|
2014
|
-
$collapse-item-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
) !default;
|
|
2018
|
-
$collapse-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
) !default;
|
|
2022
|
-
$collapse-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
) !default;
|
|
2026
|
-
$collapse-wrapper-content-
|
|
2027
|
-
|
|
2028
|
-
12px 26px
|
|
2029
|
-
) !default;
|
|
2030
|
-
$collapse-wrapper-content-color: var(
|
|
2031
|
-
--nutui-collapse-wrapper-content-color,
|
|
2032
|
-
$color-text
|
|
2033
|
-
) !default;
|
|
2034
|
-
$collapse-wrapper-content-font-size: var(
|
|
2035
|
-
--nutui-collapse-wrapper-content-font-size,
|
|
2036
|
-
$font-size-base
|
|
2037
|
-
) !default;
|
|
2038
|
-
$collapse-wrapper-content-line-height: var(
|
|
2039
|
-
--nutui-collapse-wrapper-content-line-height,
|
|
2040
|
-
1.5
|
|
2041
|
-
) !default;
|
|
2042
|
-
$collapse-wrapper-content-background-color: var(
|
|
2043
|
-
--nutui-collapse-wrapper-content-background-color,
|
|
2044
|
-
$color-background-overlay
|
|
2045
|
-
) !default;
|
|
1261
|
+
$collapse-item-disabled-color: var(--nutui-collapse-item-disabled-color,
|
|
1262
|
+
$color-text-disabled) !default;
|
|
1263
|
+
$collapse-item-font-size: var(--nutui-collapse-item-font-size,
|
|
1264
|
+
$font-size-base) !default;
|
|
1265
|
+
$collapse-item-line-height: var(--nutui-collapse-item-line-height,
|
|
1266
|
+
24px) !default;
|
|
1267
|
+
$collapse-item-extra-color: var(--nutui-collapse-item-extra-color,
|
|
1268
|
+
$color-text) !default;
|
|
1269
|
+
$collapse-wrapper-content-padding: var(--nutui-collapse-wrapper-content-padding,
|
|
1270
|
+
12px 26px) !default;
|
|
1271
|
+
$collapse-wrapper-content-color: var(--nutui-collapse-wrapper-content-color,
|
|
1272
|
+
$color-text) !default;
|
|
1273
|
+
$collapse-wrapper-content-font-size: var(--nutui-collapse-wrapper-content-font-size,
|
|
1274
|
+
$font-size-base) !default;
|
|
1275
|
+
$collapse-wrapper-content-line-height: var(--nutui-collapse-wrapper-content-line-height,
|
|
1276
|
+
1.5) !default;
|
|
1277
|
+
$collapse-wrapper-content-background-color: var(--nutui-collapse-wrapper-content-background-color,
|
|
1278
|
+
$color-background-overlay) !default;
|
|
2046
1279
|
|
|
2047
1280
|
// searchbar(✅)
|
|
2048
1281
|
$searchbar-width: var(--nutui-searchbar-width, 100%) !default;
|
|
2049
1282
|
$searchbar-padding: var(--nutui-searchbar-padding, 1px 8px) !default;
|
|
2050
|
-
$searchbar-background: var(
|
|
2051
|
-
|
|
2052
|
-
$color-background-sunken
|
|
2053
|
-
) !default;
|
|
1283
|
+
$searchbar-background: var(--nutui-searchbar-background,
|
|
1284
|
+
$color-background-sunken) !default;
|
|
2054
1285
|
$searchbar-color: var(--nutui-searchbar-color, $color-title) !default;
|
|
2055
1286
|
$searchbar-gap: var(--nutui-searchbar-gap, 12px) !default;
|
|
2056
1287
|
$searchbar-inner-gap: var(--nutui-searchbar-inner-gap, 8px) !default;
|
|
2057
|
-
$searchbar-font-size: var(
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
) !default;
|
|
2061
|
-
$searchbar-content-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
) !default;
|
|
2065
|
-
$searchbar-content-border-radius: var(
|
|
2066
|
-
--nutui-searchbar-content-border-radius,
|
|
2067
|
-
8px
|
|
2068
|
-
) !default;
|
|
2069
|
-
$searchbar-content-round-border-radius: var(
|
|
2070
|
-
--nutui-searchbar-content-round-border-radius,
|
|
2071
|
-
19px
|
|
2072
|
-
) !default;
|
|
1288
|
+
$searchbar-font-size: var(--nutui-searchbar-font-size,
|
|
1289
|
+
$font-size-base) !default;
|
|
1290
|
+
$searchbar-content-background: var(--nutui-searchbar-content-background,
|
|
1291
|
+
$color-background-overlay) !default;
|
|
1292
|
+
$searchbar-content-border-radius: var(--nutui-searchbar-content-border-radius,
|
|
1293
|
+
8px) !default;
|
|
1294
|
+
$searchbar-content-round-border-radius: var(--nutui-searchbar-content-round-border-radius,
|
|
1295
|
+
19px) !default;
|
|
2073
1296
|
$searchbar-icon-size: var(--nutui-searchbar-icon-size, 20px) !default;
|
|
2074
1297
|
$searchbar-input-height: var(--nutui-searchbar-input-height, 38px) !default;
|
|
2075
|
-
$searchbar-input-padding: var(
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
) !default;
|
|
2079
|
-
$searchbar-input-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
) !default;
|
|
2083
|
-
$searchbar-input-curror-color: var(
|
|
2084
|
-
--nutui-searchbar-input-curror-color,
|
|
2085
|
-
$color-primary
|
|
2086
|
-
) !default;
|
|
2087
|
-
$searchbar-input-text-align: var(
|
|
2088
|
-
--nutui-searchbar-input-text-align,
|
|
2089
|
-
left
|
|
2090
|
-
) !default;
|
|
1298
|
+
$searchbar-input-padding: var(--nutui-searchbar-input-padding,
|
|
1299
|
+
0 0 0 8px) !default;
|
|
1300
|
+
$searchbar-input-text-color: var(--nutui-searchbar-input-text-color,
|
|
1301
|
+
$color-title) !default;
|
|
1302
|
+
$searchbar-input-curror-color: var(--nutui-searchbar-input-curror-color,
|
|
1303
|
+
$color-primary) !default;
|
|
1304
|
+
$searchbar-input-text-align: var(--nutui-searchbar-input-text-align,
|
|
1305
|
+
left) !default;
|
|
2091
1306
|
|
|
2092
1307
|
// segmented
|
|
2093
1308
|
$segmented-height: var(--nutui-segmented-height, 24px) !default;
|
|
2094
1309
|
$segmented-padding: var(--nutui-segmented-padding, $spacing-xxxs) !default;
|
|
2095
1310
|
$segmented-border-radius: var(--nutui-segmented-radius, $radius-xs) !default;
|
|
2096
|
-
$segmented-background: var(
|
|
2097
|
-
|
|
2098
|
-
$color-mask-part
|
|
2099
|
-
) !default;
|
|
1311
|
+
$segmented-background: var(--nutui-segmented-background,
|
|
1312
|
+
$color-mask-part) !default;
|
|
2100
1313
|
$segmented-item-height: var(--nutui-segmented-height, 20px) !default;
|
|
2101
|
-
$segmented-item-padding: var(
|
|
2102
|
-
|
|
2103
|
-
0 $spacing-xs
|
|
2104
|
-
) !default;
|
|
1314
|
+
$segmented-item-padding: var(--nutui-segmented-item-padding,
|
|
1315
|
+
0 $spacing-xs) !default;
|
|
2105
1316
|
$segmented-item-radius: var(--nutui-segmented-item-radius, $radius-xs) !default;
|
|
2106
|
-
$segmented-item-fontsize: var(
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
) !default;
|
|
2110
|
-
$segmented-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
) !default;
|
|
2114
|
-
$segmented-active-background: var(
|
|
2115
|
-
--nutui-segmented-active-background,
|
|
2116
|
-
$color-mask-part
|
|
2117
|
-
) !default;
|
|
2118
|
-
$segmented-icon-margin-right: var(
|
|
2119
|
-
--nutui-segmented-icon-margin-right,
|
|
2120
|
-
$spacing-xxxs
|
|
2121
|
-
) !default;
|
|
1317
|
+
$segmented-item-fontsize: var(--nutui-segmented-item-fontsize,
|
|
1318
|
+
$font-size-s) !default;
|
|
1319
|
+
$segmented-item-color: var(--nutui-segmented-item-color,
|
|
1320
|
+
$color-primary-text) !default;
|
|
1321
|
+
$segmented-active-background: var(--nutui-segmented-active-background,
|
|
1322
|
+
$color-mask-part) !default;
|
|
1323
|
+
$segmented-icon-margin-right: var(--nutui-segmented-icon-margin-right,
|
|
1324
|
+
$spacing-xxxs) !default;
|
|
2122
1325
|
|
|
2123
1326
|
// empty(✅)
|
|
2124
1327
|
$empty-padding: var(--nutui-empty-padding, 32px 40px) !default;
|
|
2125
1328
|
$empty-image-size: var(--nutui-empty-image-size, 160px) !default;
|
|
2126
1329
|
$empty-image-small-size: var(--nutui-empty-image-small-size, 120px) !default;
|
|
2127
1330
|
$empty-title-margin-top: var(--nutui-empty-title-margin-top, 0px) !default;
|
|
2128
|
-
$empty-background-color: var(
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
) !default;
|
|
2132
|
-
$empty-title-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
) !default;
|
|
2136
|
-
$empty-title-line-height: var(
|
|
2137
|
-
--nutui-empty-title-line-height,
|
|
2138
|
-
$font-size-l
|
|
2139
|
-
) !default;
|
|
2140
|
-
$empty-description-line-height: var(
|
|
2141
|
-
--nutui-empty-description-line-height,
|
|
2142
|
-
1
|
|
2143
|
-
) !default;
|
|
1331
|
+
$empty-background-color: var(--nutui-empty-background-color,
|
|
1332
|
+
$color-background-overlay) !default;
|
|
1333
|
+
$empty-title-margin-bottom: var(--nutui-empty-title-margin-bottom,
|
|
1334
|
+
12px) !default;
|
|
1335
|
+
$empty-title-line-height: var(--nutui-empty-title-line-height,
|
|
1336
|
+
$font-size-l) !default;
|
|
1337
|
+
$empty-description-line-height: var(--nutui-empty-description-line-height,
|
|
1338
|
+
1) !default;
|
|
2144
1339
|
|
|
2145
1340
|
// cascader(✅)
|
|
2146
1341
|
$cascader-font-size: var(--nutui-cascader-font-size, $font-size-base) !default;
|
|
2147
1342
|
$cascader-pane-height: var(--nutui-cascader-pane-height, 342px) !default;
|
|
2148
1343
|
$cascader-pane-paddingTop: var(--nutui-cascader-pane-paddingTop, 10px) !default;
|
|
2149
|
-
$cascader-icon-checklist-marginLeft: var(
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
) !default;
|
|
2153
|
-
$cascader-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
) !default;
|
|
2157
|
-
$cascader-bar-padding: var(
|
|
2158
|
-
--nutui-cascader-bar-padding,
|
|
2159
|
-
24px 20px 17px
|
|
2160
|
-
) !default;
|
|
2161
|
-
$cascader-bar-font-size: var(
|
|
2162
|
-
--nutui-cascader-bar-font-size,
|
|
2163
|
-
$font-size-xl
|
|
2164
|
-
) !default;
|
|
1344
|
+
$cascader-icon-checklist-marginLeft: var(--nutui-cascader-icon-checklist-marginLeft,
|
|
1345
|
+
10px) !default;
|
|
1346
|
+
$cascader-tabs-item-padding: var(--nutui-cascader-tabs-item-padding,
|
|
1347
|
+
0 10px) !default;
|
|
1348
|
+
$cascader-bar-padding: var(--nutui-cascader-bar-padding,
|
|
1349
|
+
24px 20px 17px) !default;
|
|
1350
|
+
$cascader-bar-font-size: var(--nutui-cascader-bar-font-size,
|
|
1351
|
+
$font-size-xl) !default;
|
|
2165
1352
|
$cascader-bar-line-height: var(--nutui-cascader-bar-line-height, 20px) !default;
|
|
2166
1353
|
$cascader-bar-color: var(--nutui-cascader-bar-color, $color-title) !default;
|
|
2167
1354
|
$cascader-item-height: var(--nutui-cascader-item-height, 40px) !default;
|
|
2168
1355
|
$cascader-item-padding: var(--nutui-cascader-item-padding, 10px 20px) !default;
|
|
2169
1356
|
$cascader-item-margin: var(--nutui-cascader-item-margin, 0px) !default;
|
|
2170
|
-
$cascader-item-border-bottom: var(
|
|
2171
|
-
|
|
2172
|
-
0px solid $color-border
|
|
2173
|
-
) !default;
|
|
1357
|
+
$cascader-item-border-bottom: var(--nutui-cascader-item-border-bottom,
|
|
1358
|
+
0px solid $color-border) !default;
|
|
2174
1359
|
$cascader-item-color: var(--nutui-cascader-item-color, $color-title) !default;
|
|
2175
|
-
$cascader-item-font-size: var(
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
) !default;
|
|
2179
|
-
$cascader-item-active-color: var(
|
|
2180
|
-
--nutui-cascader-item-active-color,
|
|
2181
|
-
$color-primary
|
|
2182
|
-
) !default;
|
|
1360
|
+
$cascader-item-font-size: var(--nutui-cascader-item-font-size,
|
|
1361
|
+
$font-size-base) !default;
|
|
1362
|
+
$cascader-item-active-color: var(--nutui-cascader-item-active-color,
|
|
1363
|
+
$color-primary) !default;
|
|
2183
1364
|
|
|
2184
1365
|
// form
|
|
2185
|
-
$form-item-error-line-color: var(
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
) !default;
|
|
2189
|
-
$form-item-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
) !default;
|
|
2193
|
-
$form-item-error-message-color: var(
|
|
2194
|
-
--nutui-form-item-error-message-color,
|
|
2195
|
-
$color-primary
|
|
2196
|
-
) !default;
|
|
2197
|
-
$form-item-label-font-size: var(
|
|
2198
|
-
--nutui-form-item-label-font-size,
|
|
2199
|
-
$font-size-s
|
|
2200
|
-
) !default;
|
|
1366
|
+
$form-item-error-line-color: var(--nutui-form-item-error-line-color,
|
|
1367
|
+
$color-primary) !default;
|
|
1368
|
+
$form-item-required-color: var(--nutui-form-item-required-color,
|
|
1369
|
+
$color-primary) !default;
|
|
1370
|
+
$form-item-error-message-color: var(--nutui-form-item-error-message-color,
|
|
1371
|
+
$color-primary) !default;
|
|
1372
|
+
$form-item-label-font-size: var(--nutui-form-item-label-font-size,
|
|
1373
|
+
$font-size-s) !default;
|
|
2201
1374
|
$form-item-label-width: var(--nutui-form-item-label-width, 90px) !default;
|
|
2202
|
-
$form-item-label-margin-right: var(
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
) !default;
|
|
2206
|
-
$form-item-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
) !default;
|
|
2210
|
-
$form-item-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
) !default;
|
|
2214
|
-
$form-item-
|
|
2215
|
-
|
|
2216
|
-
$font-size-base
|
|
2217
|
-
) !default;
|
|
2218
|
-
$form-item-body-slots-text-align: var(
|
|
2219
|
-
--nutui-form-item-body-slots-text-align,
|
|
2220
|
-
left
|
|
2221
|
-
) !default;
|
|
2222
|
-
$form-item-body-input-text-align: var(
|
|
2223
|
-
--nutui-form-item-body-input-text-align,
|
|
2224
|
-
left
|
|
2225
|
-
) !default;
|
|
2226
|
-
$form-item-tip-font-size: var(
|
|
2227
|
-
--nutui-form-item-tip-font-size,
|
|
2228
|
-
$font-size-xs
|
|
2229
|
-
) !default;
|
|
1375
|
+
$form-item-label-margin-right: var(--nutui-form-item-label-margin-right,
|
|
1376
|
+
10px) !default;
|
|
1377
|
+
$form-item-label-text-align: var(--nutui-form-item-label-text-align,
|
|
1378
|
+
left) !default;
|
|
1379
|
+
$form-item-required-margin-right: var(--nutui-form-item-required-margin-right,
|
|
1380
|
+
4px) !default;
|
|
1381
|
+
$form-item-body-font-size: var(--nutui-form-item-body-font-size,
|
|
1382
|
+
$font-size-base) !default;
|
|
1383
|
+
$form-item-body-slots-text-align: var(--nutui-form-item-body-slots-text-align,
|
|
1384
|
+
left) !default;
|
|
1385
|
+
$form-item-body-input-text-align: var(--nutui-form-item-body-input-text-align,
|
|
1386
|
+
left) !default;
|
|
1387
|
+
$form-item-tip-font-size: var(--nutui-form-item-tip-font-size,
|
|
1388
|
+
$font-size-xs) !default;
|
|
2230
1389
|
$form-item-tip-text-align: var(--nutui-form-item-tip-text-align, left) !default;
|
|
2231
1390
|
|
|
2232
1391
|
// skeleton(✅)
|
|
2233
|
-
$skeleton-background: var(
|
|
2234
|
-
|
|
2235
|
-
$color-background-sunken
|
|
2236
|
-
) !default;
|
|
1392
|
+
$skeleton-background: var(--nutui-skeleton-background,
|
|
1393
|
+
$color-background-sunken) !default;
|
|
2237
1394
|
$skeleton-line-width: var(--nutui-skeleton-line-width, 100%) !default;
|
|
2238
|
-
$skeleton-line-small-height: var(
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
) !default;
|
|
2242
|
-
$skeleton-line-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
) !default;
|
|
2246
|
-
$skeleton-line-large-height: var(
|
|
2247
|
-
--nutui-skeleton-line-large-height,
|
|
2248
|
-
32px
|
|
2249
|
-
) !default;
|
|
2250
|
-
$skeleton-line-border-radius: var(
|
|
2251
|
-
--nutui-skeleton-line-border-radius,
|
|
2252
|
-
$radius-xs
|
|
2253
|
-
) !default;
|
|
1395
|
+
$skeleton-line-small-height: var(--nutui-skeleton-line-small-height,
|
|
1396
|
+
16px) !default;
|
|
1397
|
+
$skeleton-line-normal-height: var(--nutui-skeleton-line-normal-height,
|
|
1398
|
+
24px) !default;
|
|
1399
|
+
$skeleton-line-large-height: var(--nutui-skeleton-line-large-height,
|
|
1400
|
+
32px) !default;
|
|
1401
|
+
$skeleton-line-border-radius: var(--nutui-skeleton-line-border-radius,
|
|
1402
|
+
$radius-xs) !default;
|
|
2254
1403
|
|
|
2255
1404
|
// card(✅)
|
|
2256
1405
|
$card-border-radius: var(--nutui-card-border-radius, 4px) !default;
|
|
@@ -2258,41 +1407,27 @@ $card-border-radius: var(--nutui-card-border-radius, 4px) !default;
|
|
|
2258
1407
|
// grid(✅)
|
|
2259
1408
|
$grid-border-width: var(--nutui-grid-border-width, 0px) !default;
|
|
2260
1409
|
$grid-border-color: var(--nutui-grid-border-color, $color-border) !default;
|
|
2261
|
-
$grid-item-border-radius: var(
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
) !default;
|
|
2265
|
-
$grid-item-content-
|
|
2266
|
-
|
|
2267
|
-
16px 8px
|
|
2268
|
-
) !default;
|
|
2269
|
-
$grid-item-content-bg-color: var(
|
|
2270
|
-
--nutui-grid-item-content-bg-color,
|
|
2271
|
-
var(--nutui-gray-1)
|
|
2272
|
-
) !default;
|
|
1410
|
+
$grid-item-border-radius: var(--nutui-grid-item-border-radius,
|
|
1411
|
+
$radius-l) !default;
|
|
1412
|
+
$grid-item-content-padding: var(--nutui-grid-item-content-padding,
|
|
1413
|
+
16px 8px) !default;
|
|
1414
|
+
$grid-item-content-bg-color: var(--nutui-grid-item-content-bg-color,
|
|
1415
|
+
var(--nutui-gray-1)) !default;
|
|
2273
1416
|
$grid-item-text-margin: var(--nutui-grid-item-text-margin, 8px) !default;
|
|
2274
1417
|
$grid-item-text-color: var(--nutui-grid-item-text-color, $color-title) !default;
|
|
2275
|
-
$grid-item-text-font-size: var(
|
|
2276
|
-
|
|
2277
|
-
$font-size-s
|
|
2278
|
-
) !default;
|
|
1418
|
+
$grid-item-text-font-size: var(--nutui-grid-item-text-font-size,
|
|
1419
|
+
$font-size-s) !default;
|
|
2279
1420
|
|
|
2280
1421
|
// table(✅)
|
|
2281
1422
|
$table-border-color: var(--nutui-table-border-color, $color-border) !default;
|
|
2282
1423
|
$table-cols-padding: var(--nutui-table-cols-padding, 10px) !default;
|
|
2283
|
-
$table-tr-even-bg-color: var(
|
|
2284
|
-
|
|
2285
|
-
$color-background
|
|
2286
|
-
) !default;
|
|
1424
|
+
$table-tr-even-bg-color: var(--nutui-table-tr-even-bg-color,
|
|
1425
|
+
$color-background) !default;
|
|
2287
1426
|
$table-tr-odd-bg-color: var(--nutui-table-tr-odd-bg-color, $white) !default;
|
|
2288
|
-
$table-sticky-left-shadow: var(
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
) !default;
|
|
2292
|
-
$table-sticky-right-shadow: var(
|
|
2293
|
-
--nutui-table-sticky-right-shadow,
|
|
2294
|
-
-4px 0 8px 0 rgba(0, 0, 0, 0.1)
|
|
2295
|
-
) !default;
|
|
1427
|
+
$table-sticky-left-shadow: var(--nutui-table-sticky-left-shadow,
|
|
1428
|
+
4px 0 8px 0 rgba(0, 0, 0, 0.1)) !default;
|
|
1429
|
+
$table-sticky-right-shadow: var(--nutui-table-sticky-right-shadow,
|
|
1430
|
+
-4px 0 8px 0 rgba(0, 0, 0, 0.1)) !default;
|
|
2296
1431
|
|
|
2297
1432
|
// navbar(✅)
|
|
2298
1433
|
$navbar-width: var(--nutui-navbar-width, 100%) !default;
|
|
@@ -2302,149 +1437,86 @@ $navbar-background: var(--nutui-navbar-background, $white) !default;
|
|
|
2302
1437
|
$navbar-box-shadow: var(--nutui-navbar-box-shadow, 0 0 transparent) !default;
|
|
2303
1438
|
$navbar-color: var(--nutui-navbar-color, $color-title) !default;
|
|
2304
1439
|
$navbar-font-size: var(--nutui-navbar-font-size, $font-size-base) !default;
|
|
2305
|
-
$navbar-title-font-size: var(
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
) !default;
|
|
2309
|
-
$navbar-title-font-
|
|
2310
|
-
|
|
2311
|
-
$font-weight-bold
|
|
2312
|
-
) !default;
|
|
2313
|
-
$navbar-title-font-color: var(
|
|
2314
|
-
--nutui-navbar-title-font-color,
|
|
2315
|
-
$color-title
|
|
2316
|
-
) !default;
|
|
1440
|
+
$navbar-title-font-size: var(--nutui-navbar-title-font-size,
|
|
1441
|
+
$font-size-xl) !default;
|
|
1442
|
+
$navbar-title-font-weight: var(--nutui-navbar-title-font-weight,
|
|
1443
|
+
$font-weight-bold) !default;
|
|
1444
|
+
$navbar-title-font-color: var(--nutui-navbar-title-font-color,
|
|
1445
|
+
$color-title) !default;
|
|
2317
1446
|
|
|
2318
1447
|
// sidebar(✅)
|
|
2319
|
-
$sidebar-background-color: var(
|
|
2320
|
-
|
|
2321
|
-
$color-background
|
|
2322
|
-
) !default;
|
|
1448
|
+
$sidebar-background-color: var(--nutui-sidebar-background-color,
|
|
1449
|
+
$color-background) !default;
|
|
2323
1450
|
$sidebar-border-radius: var(--nutui-sidebar-border-radius, 0) !default;
|
|
2324
1451
|
$sidebar-width: var(--nutui-sidebar-width, 104px) !default;
|
|
2325
1452
|
$sidebar-max-width: var(--nutui-sidebar-max-width, 128px) !default;
|
|
2326
1453
|
$sidebar-title-height: var(--nutui-sidebar-title-height, 52px) !default;
|
|
2327
|
-
$sidebar-inactive-font-size: var(
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
) !default;
|
|
2331
|
-
$sidebar-active-font-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
) !default;
|
|
2335
|
-
$sidebar-active-font-weight: var(
|
|
2336
|
-
--nutui-sidebar-active-font-weight,
|
|
2337
|
-
$font-weight-bold
|
|
2338
|
-
) !default;
|
|
2339
|
-
$sidebar-active-color: var(
|
|
2340
|
-
--nutui-sidebar-active-color,
|
|
2341
|
-
$color-primary
|
|
2342
|
-
) !default;
|
|
1454
|
+
$sidebar-inactive-font-size: var(--nutui-sidebar-inactive-font-size,
|
|
1455
|
+
$font-size-base) !default;
|
|
1456
|
+
$sidebar-active-font-size: var(--nutui-sidebar-active-font-size,
|
|
1457
|
+
$font-size-l) !default;
|
|
1458
|
+
$sidebar-active-font-weight: var(--nutui-sidebar-active-font-weight,
|
|
1459
|
+
$font-weight-bold) !default;
|
|
1460
|
+
$sidebar-active-color: var(--nutui-sidebar-active-color,
|
|
1461
|
+
$color-primary) !default;
|
|
2343
1462
|
$sidebar-item-background: var(--nutui-sidebar-item-background, $white) !default;
|
|
2344
1463
|
$sidebar-item-padding: var(--nutui-sidebar-item-padding, 24px 20px) !default;
|
|
2345
1464
|
|
|
2346
1465
|
// elevator(✅)
|
|
2347
1466
|
$elevator-list-bg-color: var(--nutui-elevator-list-bg-color, $white) !default;
|
|
2348
|
-
$elevator-list-font-size: var(
|
|
2349
|
-
|
|
2350
|
-
$font-size-base
|
|
2351
|
-
) !default;
|
|
1467
|
+
$elevator-list-font-size: var(--nutui-elevator-list-font-size,
|
|
1468
|
+
$font-size-base) !default;
|
|
2352
1469
|
$elevator-list-color: var(--nutui-elevator-list-color, $color-title) !default;
|
|
2353
|
-
$elevator-list-item-padding: var(
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
) !default;
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
$elevator-list-item-code-font-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
) !default;
|
|
2366
|
-
$elevator-list-item-code-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
) !default;
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
) !default;
|
|
2374
|
-
$elevator-list-item-code-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
) !default;
|
|
2378
|
-
$elevator-list-item-code-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
) !default;
|
|
2382
|
-
$elevator-list-item-code-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
) !default;
|
|
2386
|
-
|
|
2387
|
-
$elevator-list-item-code-current-box-shadow: 0 3px 3px 1px
|
|
2388
|
-
rgba(240, 240, 240, 1) !default;
|
|
2389
|
-
$elevator-list-item-code-current-bg-color: var(
|
|
2390
|
-
--nutui-elevator-list-item-code-current-bg-color,
|
|
2391
|
-
$color-text-disabled
|
|
2392
|
-
) !default;
|
|
2393
|
-
$elevator-list-item-code-current-border-radius: var(
|
|
2394
|
-
--nutui-elevator-list-item-code-current-border-radius,
|
|
2395
|
-
50%
|
|
2396
|
-
) !default;
|
|
2397
|
-
$elevator-list-item-code-current-width: var(
|
|
2398
|
-
--nutui-elevator-list-item-code-current-width,
|
|
2399
|
-
45px
|
|
2400
|
-
) !default;
|
|
2401
|
-
$elevator-list-item-code-current-height: var(
|
|
2402
|
-
--nutui-elevator-list-item-code-current-height,
|
|
2403
|
-
45px
|
|
2404
|
-
) !default;
|
|
2405
|
-
$elevator-list-item-code-current-right: var(
|
|
2406
|
-
--nutui-elevator-list-item-code-current-right,
|
|
2407
|
-
60px
|
|
2408
|
-
) !default;
|
|
2409
|
-
$elevator-list-item-code-current-top: var(
|
|
2410
|
-
--nutui-elevator-list-item-code-current-top,
|
|
2411
|
-
50%
|
|
2412
|
-
) !default;
|
|
2413
|
-
$elevator-list-item-code-current-color: var(
|
|
2414
|
-
--nutui-elevator-list-item-code-current-color,
|
|
2415
|
-
$white
|
|
2416
|
-
) !default;
|
|
1470
|
+
$elevator-list-item-padding: var(--nutui-elevator-list-item-padding,
|
|
1471
|
+
0 36px 0 20px) !default;
|
|
1472
|
+
$elevator-list-item-name-height: var(--nutui-elevator-list-item-name-height,
|
|
1473
|
+
34px) !default;
|
|
1474
|
+
|
|
1475
|
+
$elevator-list-item-code-font-size: var(--nutui-elevator-list-item-code-font-size,
|
|
1476
|
+
$font-size-base) !default;
|
|
1477
|
+
$elevator-list-item-code-color: var(--nutui-elevator-list-item-code-color,
|
|
1478
|
+
$color-text-help) !default;
|
|
1479
|
+
$elevator-list-item-code-font-weight: var(--nutui-elevator-list-item-code-font-weight,
|
|
1480
|
+
$font-weight-bold) !default;
|
|
1481
|
+
$elevator-list-item-code-height: var(--nutui-elevator-list-item-code-height,
|
|
1482
|
+
34px) !default;
|
|
1483
|
+
$elevator-list-item-code-width: var(--nutui-elevator-list-item-code-width,
|
|
1484
|
+
34px) !default;
|
|
1485
|
+
$elevator-list-item-code-border-bottom: var(--nutui-elevator-list-item-code-border-bottom,
|
|
1486
|
+
1px solid $color-border) !default;
|
|
1487
|
+
|
|
1488
|
+
$elevator-list-item-code-current-box-shadow: 0 3px 3px 1px rgba(240, 240, 240, 1) !default;
|
|
1489
|
+
$elevator-list-item-code-current-bg-color: var(--nutui-elevator-list-item-code-current-bg-color,
|
|
1490
|
+
$color-text-disabled) !default;
|
|
1491
|
+
$elevator-list-item-code-current-border-radius: var(--nutui-elevator-list-item-code-current-border-radius,
|
|
1492
|
+
50%) !default;
|
|
1493
|
+
$elevator-list-item-code-current-width: var(--nutui-elevator-list-item-code-current-width,
|
|
1494
|
+
45px) !default;
|
|
1495
|
+
$elevator-list-item-code-current-height: var(--nutui-elevator-list-item-code-current-height,
|
|
1496
|
+
45px) !default;
|
|
1497
|
+
$elevator-list-item-code-current-right: var(--nutui-elevator-list-item-code-current-right,
|
|
1498
|
+
60px) !default;
|
|
1499
|
+
$elevator-list-item-code-current-top: var(--nutui-elevator-list-item-code-current-top,
|
|
1500
|
+
50%) !default;
|
|
1501
|
+
$elevator-list-item-code-current-color: var(--nutui-elevator-list-item-code-current-color,
|
|
1502
|
+
$white) !default;
|
|
2417
1503
|
$elevator-bars-right: var(--nutui-elevator-bars-right, 16px) !default;
|
|
2418
1504
|
$elevator-bars-top: var(--nutui-elevator-bars-top, 50%) !default;
|
|
2419
|
-
$elevator-bars-transform: var(
|
|
2420
|
-
|
|
2421
|
-
translateY(-50%)
|
|
2422
|
-
) !default;
|
|
1505
|
+
$elevator-bars-transform: var(--nutui-elevator-bars-transform,
|
|
1506
|
+
translateY(-50%)) !default;
|
|
2423
1507
|
$elevator-bars-z-index: var(--nutui-elevator-bars-z-index, 1) !default;
|
|
2424
|
-
$elevator-bars-font-size: var(
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
) !default;
|
|
2428
|
-
$elevator-bars-color: var(
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
) !default;
|
|
2432
|
-
$elevator-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
) !default;
|
|
2436
|
-
$elevator-list-fixed-color: var(
|
|
2437
|
-
--nutui-elevator-list-fixed-color,
|
|
2438
|
-
$color-primary
|
|
2439
|
-
) !default;
|
|
2440
|
-
$elevator-list-fixed-bg-color: var(
|
|
2441
|
-
--nutui-elevator-list-fixed-bg-color,
|
|
2442
|
-
$white
|
|
2443
|
-
) !default;
|
|
2444
|
-
$elevator-list-fixed-box-shadow: var(
|
|
2445
|
-
--nutui-elevator-list-fixed-box-shadow,
|
|
2446
|
-
0 0 10px #eee
|
|
2447
|
-
) !default;
|
|
1508
|
+
$elevator-bars-font-size: var(--nutui-elevator-bars-font-size,
|
|
1509
|
+
$font-size-xxs) !default;
|
|
1510
|
+
$elevator-bars-color: var(--nutui-elevator-bars-color,
|
|
1511
|
+
$color-text-help) !default;
|
|
1512
|
+
$elevator-bars-active-color: var(--nutui-elevator-bars-active-color,
|
|
1513
|
+
$white) !default;
|
|
1514
|
+
$elevator-list-fixed-color: var(--nutui-elevator-list-fixed-color,
|
|
1515
|
+
$color-primary) !default;
|
|
1516
|
+
$elevator-list-fixed-bg-color: var(--nutui-elevator-list-fixed-bg-color,
|
|
1517
|
+
$white) !default;
|
|
1518
|
+
$elevator-list-fixed-box-shadow: var(--nutui-elevator-list-fixed-box-shadow,
|
|
1519
|
+
0 0 10px #eee) !default;
|
|
2448
1520
|
|
|
2449
1521
|
// list(✅)
|
|
2450
1522
|
$list-item-margin: var(--nutui-list-item-margin, 0 0 10px 0) !default;
|
|
@@ -2454,58 +1526,36 @@ $addresslist-bg: var(--nutui-addresslist-bg, #fff) !default;
|
|
|
2454
1526
|
$addresslist-border: var(--nutui-addresslist-border, #f0f0f0) !default;
|
|
2455
1527
|
$addresslist-font-color: var(--nutui-addresslist-font-color, #333333) !default;
|
|
2456
1528
|
$addresslist-font-size: var(--nutui-addresslist-font-size, 16px) !default;
|
|
2457
|
-
$addresslist-mask-bg: var(
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
) !default;
|
|
2461
|
-
$addresslist-addr-font-
|
|
2462
|
-
|
|
2463
|
-
#666666
|
|
2464
|
-
) !default;
|
|
2465
|
-
$addresslist-addr-font-size: var(
|
|
2466
|
-
--nutui-addresslist-addr-font-size,
|
|
2467
|
-
12px
|
|
2468
|
-
) !default;
|
|
1529
|
+
$addresslist-mask-bg: var(--nutui-addresslist-mask-bg,
|
|
1530
|
+
rgba(0, 0, 0, 0.4)) !default;
|
|
1531
|
+
$addresslist-addr-font-color: var(--nutui-addresslist-addr-font-color,
|
|
1532
|
+
#666666) !default;
|
|
1533
|
+
$addresslist-addr-font-size: var(--nutui-addresslist-addr-font-size,
|
|
1534
|
+
12px) !default;
|
|
2469
1535
|
$addresslist-set-bg: var(--nutui-addresslist-set-bg, #f5a623) !default;
|
|
2470
1536
|
$addresslist-del-bg: var(--nutui-addresslist-del-bg, #e1251b) !default;
|
|
2471
|
-
$addresslist-contnts-contact-default: var(
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
) !default;
|
|
2475
|
-
$addresslist-contnts-contact-color: var(
|
|
2476
|
-
--nutui-addresslist-contnts-contact-color,
|
|
2477
|
-
$white
|
|
2478
|
-
) !default;
|
|
1537
|
+
$addresslist-contnts-contact-default: var(--nutui-addresslist-contnts-contact-default,
|
|
1538
|
+
$color-primary) !default;
|
|
1539
|
+
$addresslist-contnts-contact-color: var(--nutui-addresslist-contnts-contact-color,
|
|
1540
|
+
$white) !default;
|
|
2479
1541
|
|
|
2480
1542
|
// circleProgress(✅)
|
|
2481
|
-
$circleprogress-primary-color: var(
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
) !default;
|
|
2485
|
-
$circleprogress-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
) !default;
|
|
2489
|
-
$circleprogress-text-color: var(
|
|
2490
|
-
--nutui-circleprogress-text-color,
|
|
2491
|
-
$color-title
|
|
2492
|
-
) !default;
|
|
2493
|
-
$circleprogress-text-size: var(
|
|
2494
|
-
--nutui-circleprogress-text-size,
|
|
2495
|
-
$font-size-l
|
|
2496
|
-
) !default;
|
|
1543
|
+
$circleprogress-primary-color: var(--nutui-circleprogress-primary-color,
|
|
1544
|
+
$color-primary) !default;
|
|
1545
|
+
$circleprogress-path-color: var(--nutui-circleprogress-path-color,
|
|
1546
|
+
$color-background) !default;
|
|
1547
|
+
$circleprogress-text-color: var(--nutui-circleprogress-text-color,
|
|
1548
|
+
$color-title) !default;
|
|
1549
|
+
$circleprogress-text-size: var(--nutui-circleprogress-text-size,
|
|
1550
|
+
$font-size-l) !default;
|
|
2497
1551
|
|
|
2498
1552
|
// Ellipsis
|
|
2499
|
-
$ellipsis-expand-collapse-color: var(
|
|
2500
|
-
|
|
2501
|
-
$color-info
|
|
2502
|
-
) !default;
|
|
1553
|
+
$ellipsis-expand-collapse-color: var(--nutui-ellipsis-expand-collapse-color,
|
|
1554
|
+
$color-info) !default;
|
|
2503
1555
|
|
|
2504
1556
|
// WaterMark
|
|
2505
|
-
$watermark-z-index: var(
|
|
2506
|
-
|
|
2507
|
-
$mask-content-z-index
|
|
2508
|
-
) !default;
|
|
1557
|
+
$watermark-z-index: var(--nutui-watermark-z-index,
|
|
1558
|
+
$mask-content-z-index) !default;
|
|
2509
1559
|
|
|
2510
1560
|
// TrendArrow
|
|
2511
1561
|
$trendarrow-font-size: var(--nutui-trendarrow-font-size, 14px) !default;
|
|
@@ -2519,31 +1569,21 @@ $countup-border-radius: var(--nutui-countup-border-radius, 4px) !default;
|
|
|
2519
1569
|
$countup-lr-margin: var(--nutui-countup-lr-margin, 0) !default;
|
|
2520
1570
|
$countup-bg-color: var(--nutui-countup-bg-color, inherit) !default;
|
|
2521
1571
|
$countup-color: var(--nutui-countup-color, $color-title) !default;
|
|
2522
|
-
$countup-separator-color: var(
|
|
2523
|
-
|
|
2524
|
-
$color-title
|
|
2525
|
-
) !default;
|
|
1572
|
+
$countup-separator-color: var(--nutui-countup-separator-color,
|
|
1573
|
+
$color-title) !default;
|
|
2526
1574
|
|
|
2527
1575
|
// layout(✅)
|
|
2528
1576
|
$row-content-color: var(--nutui-row-content-color, #fff) !default;
|
|
2529
|
-
$row-content-background-color: var(
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
) !default;
|
|
2533
|
-
$row-content-
|
|
2534
|
-
|
|
2535
|
-
#ffc7c4
|
|
2536
|
-
) !default;
|
|
2537
|
-
$row-content-border-radius: var(
|
|
2538
|
-
--nutui-row-content-border-radius,
|
|
2539
|
-
6px
|
|
2540
|
-
) !default;
|
|
1577
|
+
$row-content-background-color: var(--nutui-row-content-background-color,
|
|
1578
|
+
var(--row-content-bg-color, #ff8881)) !default;
|
|
1579
|
+
$row-content-light-background-color: var(--row-content-light-bg-color,
|
|
1580
|
+
#ffc7c4) !default;
|
|
1581
|
+
$row-content-border-radius: var(--nutui-row-content-border-radius,
|
|
1582
|
+
6px) !default;
|
|
2541
1583
|
$row-content-height: var(--nutui-row-content-height, 50px) !default;
|
|
2542
1584
|
$row-content-line-height: var(--nutui-row-content-line-height, 40px) !default;
|
|
2543
|
-
$col-default-margin-bottom: var(
|
|
2544
|
-
|
|
2545
|
-
15px
|
|
2546
|
-
) !default;
|
|
1585
|
+
$col-default-margin-bottom: var(--nutui-col-default-margin-bottom,
|
|
1586
|
+
15px) !default;
|
|
2547
1587
|
|
|
2548
1588
|
// TrendArrow
|
|
2549
1589
|
$trendarrow-font-size: var(--nutui-trendarrow-font-size, 14px) !default;
|
|
@@ -2557,46 +1597,28 @@ $loading-icon-color: var(--nutui-loading-icon-color, $color-text-help) !default;
|
|
|
2557
1597
|
$loading-icon-size: var(--nutui-loading-icon-size, $font-size-s) !default;
|
|
2558
1598
|
$loading-color: var(--nutui-loading-color, $color-text-help) !default;
|
|
2559
1599
|
$loading-font-size: var(--nutui-loading-font-size, $font-size-s) !default;
|
|
2560
|
-
$loading-lottie-background: var(
|
|
2561
|
-
|
|
2562
|
-
rgba(0, 0, 0, 0.06)
|
|
2563
|
-
) !default;
|
|
1600
|
+
$loading-lottie-background: var(--nutui-loading-lottie-background,
|
|
1601
|
+
rgba(0, 0, 0, 0.06)) !default;
|
|
2564
1602
|
|
|
2565
1603
|
// ResultPage
|
|
2566
1604
|
$resultpage-width: var(--nutui-resultpage-width, 240px) !default;
|
|
2567
1605
|
$resultpage-icon-size: var(--nutui-resultpage-icon-size, 36px) !default;
|
|
2568
|
-
$resultpage-icon-margin-bottom: var(
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
) !default;
|
|
2572
|
-
$resultpage-title-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
) !default;
|
|
2576
|
-
$resultpage-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
) !default;
|
|
2580
|
-
$resultpage-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
) !default;
|
|
2584
|
-
$resultpage-description-font-size: var(
|
|
2585
|
-
--nutui-resultpage-description-font-size,
|
|
2586
|
-
$font-size-base
|
|
2587
|
-
) !default;
|
|
2588
|
-
$resultpage-description-color: var(
|
|
2589
|
-
--nutui-resultpage-description-color,
|
|
2590
|
-
$color-text
|
|
2591
|
-
) !default;
|
|
2592
|
-
$resultpage-description-line-height: var(
|
|
2593
|
-
--nutui-resultpage-description-line-height,
|
|
2594
|
-
20px
|
|
2595
|
-
) !default;
|
|
2596
|
-
$resultpage-actions-margin-top: var(
|
|
2597
|
-
--nutui-resultpage-actions-margin-top,
|
|
2598
|
-
16px
|
|
2599
|
-
) !default;
|
|
1606
|
+
$resultpage-icon-margin-bottom: var(--nutui-resultpage-icon-margin-bottom,
|
|
1607
|
+
12px) !default;
|
|
1608
|
+
$resultpage-title-margin-bottom: var(--nutui-resultpage-title-margin-bottom,
|
|
1609
|
+
12px) !default;
|
|
1610
|
+
$resultpage-title-font-size: var(--nutui-resultpage-title-font-size,
|
|
1611
|
+
$font-size-xl) !default;
|
|
1612
|
+
$resultpage-title-color: var(--nutui-resultpage-title-color,
|
|
1613
|
+
$color-title) !default;
|
|
1614
|
+
$resultpage-description-font-size: var(--nutui-resultpage-description-font-size,
|
|
1615
|
+
$font-size-base) !default;
|
|
1616
|
+
$resultpage-description-color: var(--nutui-resultpage-description-color,
|
|
1617
|
+
$color-text) !default;
|
|
1618
|
+
$resultpage-description-line-height: var(--nutui-resultpage-description-line-height,
|
|
1619
|
+
20px) !default;
|
|
1620
|
+
$resultpage-actions-margin-top: var(--nutui-resultpage-actions-margin-top,
|
|
1621
|
+
16px) !default;
|
|
2600
1622
|
|
|
2601
1623
|
// quickenter
|
|
2602
1624
|
$quickenter-bg-color: var(--nutui-quickenter-bg-color, #f5f5f5) !default;
|