@tplc/wot 0.1.4 → 0.1.6

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.
@@ -35,13 +35,11 @@ $-font-white-2: var(--wot-font-white-2, rgba(255, 255, 255, 0.55));
35
35
  $-font-white-3: var(--wot-font-white-3, rgba(255, 255, 255, 0.35));
36
36
  $-font-white-4: var(--wot-font-white-4, rgba(255, 255, 255, 0.22));
37
37
  /* 文字颜色(默认浅色背景下 */
38
- $-color-title: var(--wot-color-title, $-color-black) !default; // 模块标题/重要正文 000
38
+ $-color-title: var(--wot-color-title, #333) !default; // 模块标题/重要正文 000
39
39
  $-color-content: var(--wot-color-content, #262626) !default; // 普通正文 262626
40
40
  $-color-secondary: var(--wot-color-secondary, #595959) !default; // 次要信息,注释/补充/正文 595959
41
- $-color-aid: var(
42
- --wot-color-aid,
43
- #8c8c8c
44
- ) !default; // 辅助文字字号,弱化信息,引导性/不可点文字 8c8c8c
41
+ $-color-aid: var(--wot-color-aid,
42
+ #8c8c8c) !default; // 辅助文字字号,弱化信息,引导性/不可点文字 8c8c8c
45
43
  $-color-tip: var(--wot-color-tip, #bfbfbf) !default; // 失效、默认提示文字 bfbfbf
46
44
  $-color-border: var(--wot-color-border, #d9d9d9) !default; // 控件边框线 d9d9d9
47
45
  $-color-border-light: var(--wot-color-border-light, #e8e8e8) !default; // 分割线颜色 e8e8e8
@@ -85,63 +83,37 @@ $-action-sheet-loading-size: var(--wot-action-sheet-loading-size, 20px) !default
85
83
  $-action-sheet-action-height: var(--wot-action-sheet-action-height, 48px) !default; // 单条菜单高度
86
84
  $-action-sheet-color: var(--wot-action-sheet-color, rgba(0, 0, 0, 0.85)) !default; // 选项名称颜色
87
85
  $-action-sheet-fs: var(--wot-action-sheet-fs, $-fs-title) !default; // 选项名称字号
88
- $-action-sheet-active-color: var(
89
- --wot-action-sheet-active-color,
90
- $-color-bg
91
- ) !default; // 点击高亮颜色
92
- $-action-sheet-subname-fs: var(
93
- --wot-action-sheet-subname-fs,
94
- $-fs-secondary
95
- ) !default; // 描述信息字号
96
- $-action-sheet-subname-color: var(
97
- --wot-action-sheet-subname-color,
98
- rgba(0, 0, 0, 0.45)
99
- ) !default; // 描述信息颜色
100
- $-action-sheet-disabled-color: var(
101
- --wot-action-sheet-disabled-color,
102
- rgba(0, 0, 0, 0.25)
103
- ) !default; // 禁用颜色
104
- $-action-sheet-bg: var(
105
- --wot-action-sheet-bg,
106
- $-color-white
107
- ) !default; // 菜单容器颜色(取消按钮上方的颜色)
86
+ $-action-sheet-active-color: var(--wot-action-sheet-active-color,
87
+ $-color-bg) !default; // 点击高亮颜色
88
+ $-action-sheet-subname-fs: var(--wot-action-sheet-subname-fs,
89
+ $-fs-secondary) !default; // 描述信息字号
90
+ $-action-sheet-subname-color: var(--wot-action-sheet-subname-color,
91
+ rgba(0, 0, 0, 0.45)) !default; // 描述信息颜色
92
+ $-action-sheet-disabled-color: var(--wot-action-sheet-disabled-color,
93
+ rgba(0, 0, 0, 0.25)) !default; // 禁用颜色
94
+ $-action-sheet-bg: var(--wot-action-sheet-bg,
95
+ $-color-white) !default; // 菜单容器颜色(取消按钮上方的颜色)
108
96
  $-action-sheet-title-height: var(--wot-action-sheet-title-height, 64px) !default; // 标题高度
109
97
  $-action-sheet-title-fs: var(--wot-action-sheet-title-fs, $-fs-title) !default; // 标题字号
110
98
  $-action-sheet-close-fs: var(--wot-action-sheet-close-fs, $-fs-title) !default; // 关闭按钮大小
111
- $-action-sheet-close-color: var(
112
- --wot-action-sheet-close-color,
113
- rgba(0, 0, 0, 0.65)
114
- ) !default; // 关闭按钮颜色
115
- $-action-sheet-close-top: var(
116
- --wot-action-sheet-close-top,
117
- 25px
118
- ) !default; // 关闭按钮距离标题顶部距离
119
- $-action-sheet-close-right: var(
120
- --wot-action-sheet-close-right,
121
- 15px
122
- ) !default; // 关闭按钮距离标题右侧距离
99
+ $-action-sheet-close-color: var(--wot-action-sheet-close-color,
100
+ rgba(0, 0, 0, 0.65)) !default; // 关闭按钮颜色
101
+ $-action-sheet-close-top: var(--wot-action-sheet-close-top,
102
+ 25px) !default; // 关闭按钮距离标题顶部距离
103
+ $-action-sheet-close-right: var(--wot-action-sheet-close-right,
104
+ 15px) !default; // 关闭按钮距离标题右侧距离
123
105
  $-action-sheet-cancel-color: var(--wot-action-sheet-cancel-color, #131415) !default; // 取消按钮颜色
124
106
  $-action-sheet-cancel-height: var(--wot-action-sheet-cancel-height, 44px) !default; // 取消按钮高度
125
- $-action-sheet-cancel-bg: var(
126
- --wot-action-sheet-cancel-bg,
127
- rgba(240, 240, 240, 1)
128
- ) !default; // 取消按钮背景色
129
- $-action-sheet-cancel-radius: var(
130
- --wot-action-sheet-cancel-radius,
131
- 22px
132
- ) !default; // 取消按钮圆角大小
133
- $-action-sheet-panel-padding: var(
134
- --wot-action-sheet-panel-padding,
135
- 12px 0 11px
136
- ) !default; // 自定义面板内边距大小
137
- $-action-sheet-panel-img-fs: var(
138
- --wot-action-sheet-panel-img-fs,
139
- 40px
140
- ) !default; // 自定义面板图片大小
141
- $-action-sheet-panel-img-radius: var(
142
- --wot-action-sheet-panel-img-radius,
143
- 4px
144
- ) !default; // 自定义面板图片圆角大小
107
+ $-action-sheet-cancel-bg: var(--wot-action-sheet-cancel-bg,
108
+ rgba(240, 240, 240, 1)) !default; // 取消按钮背景色
109
+ $-action-sheet-cancel-radius: var(--wot-action-sheet-cancel-radius,
110
+ 22px) !default; // 取消按钮圆角大小
111
+ $-action-sheet-panel-padding: var(--wot-action-sheet-panel-padding,
112
+ 12px 0 11px) !default; // 自定义面板内边距大小
113
+ $-action-sheet-panel-img-fs: var(--wot-action-sheet-panel-img-fs,
114
+ 40px) !default; // 自定义面板图片大小
115
+ $-action-sheet-panel-img-radius: var(--wot-action-sheet-panel-img-radius,
116
+ 4px) !default; // 自定义面板图片圆角大小
145
117
  /* badge */
146
118
  $-badge-bg: var(--wot-badge-bg, $-color-danger) !default; // 背景填充颜色
147
119
  $-badge-color: var(--wot-badge-color, #fff) !default; // 文字颜色
@@ -169,121 +141,81 @@ $-button-medium-padding: var(--wot-button-medium-padding, 0 16px) !default; //
169
141
  $-button-medium-fs: var(--wot-button-medium-fs, $-fs-content) !default; // 中型按钮字号
170
142
  $-button-medium-radius: var(--wot-button-medium-radius, 4px) !default; // 中型按钮圆角大小
171
143
  $-button-medium-loading: var(--wot-button-medium-loading, 18px) !default; // 中型按钮loading图标大小
172
- $-button-medium-box-shadow-size: var(
173
- --wot-button-medium-box-shadow-size,
174
- 0px 2px 4px 0px
175
- ) !default; // 中尺寸阴影尺寸
144
+ $-button-medium-box-shadow-size: var(--wot-button-medium-box-shadow-size,
145
+ 0px 2px 4px 0px) !default; // 中尺寸阴影尺寸
176
146
 
177
147
  $-button-large-height: var(--wot-button-large-height, 44px) !default; // 大型按钮高度
178
148
  $-button-large-padding: var(--wot-button-large-padding, 0 36px) !default; // 大型按钮padding
179
149
  $-button-large-fs: var(--wot-button-large-fs, $-fs-title) !default; // 大型按钮字号
180
150
  $-button-large-radius: var(--wot-button-large-radius, 8px) !default; // 大型按钮圆角大小
181
151
  $-button-large-loading: var(--wot-button-large-loading, 24px) !default; // 大小按钮loading图标大小
182
- $-button-large-box-shadow-size: var(
183
- --wot-button-large-box-shadow-size,
184
- 0px 4px 8px 0px
185
- ) !default; // 大尺寸阴影尺寸
152
+ $-button-large-box-shadow-size: var(--wot-button-large-box-shadow-size,
153
+ 0px 4px 8px 0px) !default; // 大尺寸阴影尺寸
186
154
 
187
155
  $-button-icon-fs: var(--wot-button-icon-fs, 1.18em) !default; // 带图标的按钮的图标大小
188
156
  $-button-icon-size: var(--wot-button-icon-size, 40px) !default; // icon 类型按钮尺寸
189
- $-button-icon-color: var(
190
- --wot-button-icon-color,
191
- rgba(0, 0, 0, 0.65)
192
- ) !default; // icon 类型按钮颜色
193
- $-button-icon-disabled-color: var(
194
- --wot-button-icon-disabled-color,
195
- $-color-icon-disabled
196
- ) !default; // icon 类型按钮禁用颜色
157
+ $-button-icon-color: var(--wot-button-icon-color,
158
+ rgba(0, 0, 0, 0.65)) !default; // icon 类型按钮颜色
159
+ $-button-icon-disabled-color: var(--wot-button-icon-disabled-color,
160
+ $-color-icon-disabled) !default; // icon 类型按钮禁用颜色
197
161
 
198
162
  $-button-normal-color: var(--wot-button-normal-color, $-color-title) !default; // 文字颜色
199
- $-button-normal-disabled-color: var(
200
- --wot-button-normal-disabled-color,
201
- rgba(0, 0, 0, 0.25)
202
- ) !default; // 默认按钮禁用文字色
163
+ $-button-normal-disabled-color: var(--wot-button-normal-disabled-color,
164
+ rgba(0, 0, 0, 0.25)) !default; // 默认按钮禁用文字色
203
165
 
204
166
  $-button-plain-bg-color: var(--wot-button-plain-bg-color, $-color-white) !default; // 幽灵按钮背景色
205
167
 
206
168
  $-button-primary-color: var(--wot-button-primary-color, $-color-white) !default; // 主要按钮颜色
207
- $-button-primary-bg-color: var(
208
- --wot-button-primary-bg-color,
209
- $-color-theme
210
- ) !default; // 主要按钮背景颜色
211
- $-button-primary-box-shadow-color: var(
212
- --wot-button-primary-box-shadow-color,
213
- rgba($-color-theme, 0.25)
214
- ) !default; // 主要按钮阴影颜色
169
+ $-button-primary-bg-color: var(--wot-button-primary-bg-color,
170
+ $-color-theme) !default; // 主要按钮背景颜色
171
+ $-button-primary-box-shadow-color: var(--wot-button-primary-box-shadow-color,
172
+ rgba($-color-theme, 0.25)) !default; // 主要按钮阴影颜色
215
173
 
216
174
  $-button-success-color: var(--wot-button-success-color, $-color-white) !default; // 成功按钮文字颜色
217
- $-button-success-bg-color: var(
218
- --wot-button-success-bg-color,
219
- $-color-success
220
- ) !default; // 成功按钮颜色
221
- $-button-success-box-shadow-color: var(
222
- --wot-button-success-box-shadow-color,
223
- rgba($-color-success, 0.25)
224
- ) !default; // 主要按钮阴影颜色
175
+ $-button-success-bg-color: var(--wot-button-success-bg-color,
176
+ $-color-success) !default; // 成功按钮颜色
177
+ $-button-success-box-shadow-color: var(--wot-button-success-box-shadow-color,
178
+ rgba($-color-success, 0.25)) !default; // 主要按钮阴影颜色
225
179
 
226
180
  $-button-info-color: var(--wot-button-info-color, $-color-title) !default; // 信息按钮颜色
227
181
  $-button-info-bg-color: var(--wot-button-info-bg-color, #f0f0f0) !default; // 信息按钮背景颜色
228
- $-button-info-plain-border-color: var(
229
- --wot-button-info-plain-border-color,
230
- rgba(0, 0, 0, 0.45)
231
- ) !default; // 信息按钮禁用颜色
232
- $-button-info-plain-normal-color: var(
233
- --wot-button-info-plain-normal-color,
234
- rgba(0, 0, 0, 0.85)
235
- ) !default; // 信息幽灵按钮默认颜色
182
+ $-button-info-plain-border-color: var(--wot-button-info-plain-border-color,
183
+ rgba(0, 0, 0, 0.45)) !default; // 信息按钮禁用颜色
184
+ $-button-info-plain-normal-color: var(--wot-button-info-plain-normal-color,
185
+ rgba(0, 0, 0, 0.85)) !default; // 信息幽灵按钮默认颜色
236
186
 
237
187
  $-button-warning-color: var(--wot-button-warning-color, $-color-white) !default; // 警告按钮字体颜色
238
- $-button-warning-bg-color: var(
239
- --wot-button-warning-bg-color,
240
- $-color-warning
241
- ) !default; // 警告按钮背景颜色
242
- $-button-warning-box-shadow-color: var(
243
- --wot-button-warning-box-shadow-color,
244
- rgba($-color-warning, 0.25)
245
- ) !default; // 主要按钮阴影颜色
188
+ $-button-warning-bg-color: var(--wot-button-warning-bg-color,
189
+ $-color-warning) !default; // 警告按钮背景颜色
190
+ $-button-warning-box-shadow-color: var(--wot-button-warning-box-shadow-color,
191
+ rgba($-color-warning, 0.25)) !default; // 主要按钮阴影颜色
246
192
 
247
193
  $-button-error-color: var(--wot-button-error-color, $-color-white) !default; // 错误按钮颜色
248
- $-button-error-bg-color: var(
249
- --wot-button-error-bg-color,
250
- $-color-danger
251
- ) !default; // 错误按钮背景颜色
252
- $-button-error-box-shadow-color: var(
253
- --wot-button-error-box-shadow-color,
254
- rgba($-color-danger, 0.25)
255
- ) !default; // 主要按钮阴影颜色
194
+ $-button-error-bg-color: var(--wot-button-error-bg-color,
195
+ $-color-danger) !default; // 错误按钮背景颜色
196
+ $-button-error-box-shadow-color: var(--wot-button-error-box-shadow-color,
197
+ rgba($-color-danger, 0.25)) !default; // 主要按钮阴影颜色
256
198
 
257
- $-button-text-hover-opacity: var(
258
- --wot-button-text-hover-opacity,
259
- 0.7
260
- ) !default; // 文字button激活时透明度
199
+ $-button-text-hover-opacity: var(--wot-button-text-hover-opacity,
200
+ 0.7) !default; // 文字button激活时透明度
261
201
  /* cell */
262
202
  $-cell-padding: var(--wot-cell-padding, $-size-side-padding) !default; // cell 左右padding距离
263
203
  $-cell-line-height: var(--wot-cell-line-height, 24px) !default; // 行高
264
204
 
265
205
  $-cell-group-title-fs: var(--wot-cell-group-title-fs, $-fs-title) !default; // 组标题字号
266
206
  $-cell-group-padding: var(--wot-cell-group-padding, 13px $-cell-padding) !default; // 组padding
267
- $-cell-group-title-color: var(
268
- --wot-cell-group-title-color,
269
- rgba(0, 0, 0, 0.85)
270
- ) !default; // 组标题文字颜色
207
+ $-cell-group-title-color: var(--wot-cell-group-title-color,
208
+ rgba(0, 0, 0, 0.85)) !default; // 组标题文字颜色
271
209
  $-cell-group-value-fs: var(--wot-cell-group-value-fs, $-fs-content) !default; // 组值字号
272
- $-cell-group-value-color: var(
273
- --wot-cell-group-value-color,
274
- $-color-content
275
- ) !default; // 组值文字颜色
210
+ $-cell-group-value-color: var(--wot-cell-group-value-color,
211
+ $-color-content) !default; // 组值文字颜色
276
212
 
277
213
  $-cell-wrapper-padding: var(--wot-cell-wrapper-padding, 10px) !default; // cell 容器padding
278
- $-cell-wrapper-padding-large: var(
279
- --wot-cell-wrapper-padding-large,
280
- 12px
281
- ) !default; // large类型cell容器padding
214
+ $-cell-wrapper-padding-large: var(--wot-cell-wrapper-padding-large,
215
+ 12px) !default; // large类型cell容器padding
282
216
 
283
- $-cell-wrapper-padding-with-label: var(
284
- --wot-cell-wrapper-padding-with-label,
285
- 16px
286
- ) !default; // cell 容器上下padding(有label情况下)
217
+ $-cell-wrapper-padding-with-label: var(--wot-cell-wrapper-padding-with-label,
218
+ 16px) !default; // cell 容器上下padding(有label情况下)
287
219
  $-cell-icon-right: var(--wot-cell-icon-right, 4px) !default; // 图标距离右边缘
288
220
  $-cell-icon-size: var(--wot-cell-icon-size, 16px) !default; // 图标大小
289
221
  $-cell-title-fs: var(--wot-cell-title-fs, 14px) !default; // 标题字号
@@ -330,28 +262,18 @@ $-checkbox-icon-size: var(--wot-checkbox-icon-size, 14px) !default; // 左侧图
330
262
  $-checkbox-border-color: var(--wot-checkbox-border-color, #dcdcdc) !default; // 左侧图标边框颜色
331
263
  $-checkbox-check-color: var(--wot-checkbox-check-color, $-color-white) !default; // 左侧图标边框颜色
332
264
  $-checkbox-label-fs: var(--wot-checkbox-label-fs, 14px) !default; // 右侧文字字号
333
- $-checkbox-label-color: var(
334
- --wot-checkbox-label-color,
335
- rgba(0, 0, 0, 0.85)
336
- ) !default; // 右侧文字颜色
265
+ $-checkbox-label-color: var(--wot-checkbox-label-color,
266
+ rgba(0, 0, 0, 0.85)) !default; // 右侧文字颜色
337
267
  $-checkbox-checked-color: var(--wot-checkbox-checked-color, $-color-theme) !default; // 选中颜色
338
268
 
339
- $-checkbox-disabled-color: var(
340
- --wot-checkbox-disabled-color,
341
- rgba(0, 0, 0, 0.04)
342
- ) !default; // 禁用背景颜色
343
- $-checkbox-disabled-label-color: var(
344
- --wot-checkbox-disabled-label-color,
345
- rgba(0, 0, 0, 0.25)
346
- ) !default; // 禁用文字颜色
347
- $-checkbox-disabled-check-color: var(
348
- --wot-checkbox-disabled-check-color,
349
- rgba(0, 0, 0, 0.15)
350
- ) !default; // 禁用图标颜色
351
- $-checkbox-disabled-check-bg: var(
352
- --wot-checkbox-disabled-check-bg,
353
- rgba(0, 0, 0, 0.15)
354
- ) !default; // 禁用边框背景颜色
269
+ $-checkbox-disabled-color: var(--wot-checkbox-disabled-color,
270
+ rgba(0, 0, 0, 0.04)) !default; // 禁用背景颜色
271
+ $-checkbox-disabled-label-color: var(--wot-checkbox-disabled-label-color,
272
+ rgba(0, 0, 0, 0.25)) !default; // 禁用文字颜色
273
+ $-checkbox-disabled-check-color: var(--wot-checkbox-disabled-check-color,
274
+ rgba(0, 0, 0, 0.15)) !default; // 禁用图标颜色
275
+ $-checkbox-disabled-check-bg: var(--wot-checkbox-disabled-check-bg,
276
+ rgba(0, 0, 0, 0.15)) !default; // 禁用边框背景颜色
355
277
  $-checkbox-square-radius: var(--wot-checkbox-square-radius, 4px) !default; // 方型圆角大小
356
278
 
357
279
  $-checkbox-large-size: var(--wot-checkbox-large-size, 18px) !default; // 左侧图标尺寸
@@ -360,33 +282,25 @@ $-checkbox-large-label-fs: var(--wot-checkbox-large-label-fs, 16px) !default; //
360
282
  $-checkbox-button-height: var(--wot-checkbox-button-height, 32px) !default; // 按钮模式复选框高
361
283
  $-checkbox-button-min-width: var(--wot-checkbox-button-min-width, 78px) !default; // 按钮模式最小宽
362
284
  $-checkbox-button-radius: var(--wot-checkbox-button-radius, 16px) !default; // 按钮圆角大小
363
- $-checkbox-button-bg: var(
364
- --wot-checkbox-button-bg,
365
- rgba(0, 0, 0, 0.04)
366
- ) !default; // 按钮模式背景颜色
285
+ $-checkbox-button-bg: var(--wot-checkbox-button-bg,
286
+ rgba(0, 0, 0, 0.04)) !default; // 按钮模式背景颜色
367
287
  $-checkbox-button-font-size: var(--wot-checkbox-button-font-size, 14px) !default; // 按钮模式字号
368
288
  $-checkbox-button-border: var(--wot-checkbox-button-border, #f5f5f5) !default; // 按钮边框颜色
369
- $-checkbox-button-disabled-border: var(
370
- --wot-checkbox-button-disabled-border,
371
- rgba(0, 0, 0, 0.15)
372
- ) !default; // 按钮禁用边框颜色
289
+ $-checkbox-button-disabled-border: var(--wot-checkbox-button-disabled-border,
290
+ rgba(0, 0, 0, 0.15)) !default; // 按钮禁用边框颜色
373
291
  /* collapse */
374
292
  $-collapse-side-padding: var(--wot-collapse-side-padding, $-size-side-padding) !default; // 左右间距
375
293
  $-collapse-body-padding: var(--wot-collapse-body-padding, 14px 25px) !default; // body padding
376
- $-collapse-header-padding: var(
377
- --wot-collapse-header-padding,
378
- 13px $-size-side-padding
379
- ) !default; // 头部padding
294
+ $-collapse-header-padding: var(--wot-collapse-header-padding,
295
+ 13px $-size-side-padding) !default; // 头部padding
380
296
  $-collapse-title-color: var(--wot-collapse-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题颜色
381
297
  $-collapse-title-fs: var(--wot-collapse-title-fs, 16px) !default; // 标题字号
382
298
  $-collapse-arrow-size: var(--wot-collapse-arrow-size, 18px) !default; // 箭头大小
383
299
  $-collapse-arrow-color: var(--wot-collapse-arrow-color, #d8d8d8) !default; // 箭头颜色
384
300
  $-collapse-body-fs: var(--wot-collapse-body-fs, 14px) !default; // 内容字号
385
301
  $-collapse-body-color: var(--wot-collapse-body-color, rgba(0, 0, 0, 0.65)) !default; // 内容颜色
386
- $-collapse-disabled-color: var(
387
- --wot-collapse-disabled-color,
388
- rgba(0, 0, 0, 0.15)
389
- ) !default; // 禁用颜色
302
+ $-collapse-disabled-color: var(--wot-collapse-disabled-color,
303
+ rgba(0, 0, 0, 0.15)) !default; // 禁用颜色
390
304
  $-collapse-retract-fs: var(--wot-collapse-retract-fs, 14px) !default; // 更多 字号
391
305
  $-collapse-more-color: var(--wot-collapse-more-color, $-color-theme) !default; // 更多 颜色
392
306
  /* divider */
@@ -395,61 +309,45 @@ $-divider-color: var(--wot-divider-color, rgba(0, 0, 0, 0.45)) !default; // 字
395
309
  $-divider-line-color: var(--wot-divider-line-color, rgba(0, 0, 0, 0.15)) !default; // 线条颜色
396
310
  $-divider-fs: var(--wot-divider-fs, 14px) !default; // 字体大小
397
311
  /* drop-menu */
398
- $-drop-menu-height: var(--wot-drop-menu-height, 48px) !default; // 展示选中项的高度
312
+ $-drop-menu-height: var(--wot-drop-menu-height, 78rpx) !default; // 展示选中项的高度
399
313
  $-drop-menu-color: var(--wot-drop-menu-color, $-color-content) !default; // 展示选中项的颜色
400
- $-drop-menu-fs: var(--wot-drop-menu-fs, $-fs-content) !default; // 展示选中项的字号
314
+ $-drop-menu-fs: var(--wot-drop-menu-fs, 24rpx) !default; // 展示选中项的字号
401
315
  $-drop-menu-arrow-fs: var(--wot-drop-menu-arrow-fs, $-fs-content) !default; // 箭头图标大小
402
316
 
403
- $-drop-menu-side-padding: var(
404
- --wot-drop-menu-side-padding,
405
- $-size-side-padding
406
- ) !default; // 两边留白间距
407
- $-drop-menu-disabled-color: var(
408
- --wot-drop-menu-disabled-color,
409
- rgba(0, 0, 0, 0.25)
410
- ) !default; // 禁用颜色
317
+ $-drop-menu-side-padding: var(--wot-drop-menu-side-padding,
318
+ $-size-side-padding) !default; // 两边留白间距
319
+ $-drop-menu-disabled-color: var(--wot-drop-menu-disabled-color,
320
+ rgba(0, 0, 0, 0.25)) !default; // 禁用颜色
411
321
  $-drop-menu-item-height: var(--wot-drop-menu-item-height, 48px) !default; // 选项高度
412
322
  $-drop-menu-item-color: var(--wot-drop-menu-item-color, $-color-content) !default; // 选项颜色
413
323
  $-drop-menu-item-fs: var(--wot-drop-menu-item-fs, $-fs-content) !default; // 选项字号
414
- $-drop-menu-item-color-active: var(
415
- --wot-drop-menu-item-color-active,
416
- $-color-theme
417
- ) !default; // 选中颜色
418
- $-drop-menu-item-color-tip: var(
419
- --wot-drop-menu-item-color-tip,
420
- rgba(0, 0, 0, 0.45)
421
- ) !default; // 提示文字颜色
324
+ $-drop-menu-item-color-active: var(--wot-drop-menu-item-color-active,
325
+ $-color-theme) !default; // 选中颜色
326
+ $-drop-menu-item-color-tip: var(--wot-drop-menu-item-color-tip,
327
+ rgba(0, 0, 0, 0.45)) !default; // 提示文字颜色
422
328
  $-drop-menu-item-fs-tip: var(--wot-drop-menu-item-fs-tip, $-fs-secondary) !default; // 提示文字字号
423
- $-drop-menu-option-check-size: var(
424
- --wot-drop-menu-option-check-size,
425
- 20px
426
- ) !default; // check 图标大小
329
+ $-drop-menu-option-check-size: var(--wot-drop-menu-option-check-size,
330
+ 20px) !default; // check 图标大小
427
331
  $-drop-menu-line-color: var(--wot-drop-menu-line-color, $-color-theme) !default; // 下划线颜色
428
332
  $-drop-menu-line-height: var(--wot-drop-menu-line-height, 3px) !default; // 下划线高度
429
333
  /* input-number */
430
334
  $-input-number-color: var(--wot-input-number-color, #262626) !default; // 文字颜色
431
335
  $-input-number-border-color: var(--wot-input-number-border-color, #e8e8e8) !default; // 边框颜色
432
- $-input-number-disabled-color: var(
433
- --wot-input-number-disabled-color,
434
- rgba(0, 0, 0, 0.25)
435
- ) !default; // 禁用颜色
336
+ $-input-number-disabled-color: var(--wot-input-number-disabled-color,
337
+ rgba(0, 0, 0, 0.25)) !default; // 禁用颜色
436
338
  $-input-number-height: var(--wot-input-number-height, 24px) !default; // 加减号按钮高度
437
339
  $-input-number-btn-width: var(--wot-input-number-btn-width, 26px) !default; // 加减号按钮宽度
438
340
  $-input-number-input-width: var(--wot-input-number-input-width, 36px) !default; // 输入框宽度
439
341
  $-input-number-radius: var(--wot-input-number-radius, 4px) !default; // 加减号按钮圆角大小
440
342
  $-input-number-fs: var(--wot-input-number-fs, 12px) !default; // 输入框字号
441
343
  $-input-number-icon-size: var(--wot-input-number-icon-size, 14px) !default; // 加减号图标大小
442
- $-input-number-icon-color: var(
443
- --wot-input-number-icon-color,
444
- rgba(0, 0, 0, 0.65)
445
- ) !default; // icon颜色
344
+ $-input-number-icon-color: var(--wot-input-number-icon-color,
345
+ rgba(0, 0, 0, 0.65)) !default; // icon颜色
446
346
  /* input */
447
347
  $-input-padding: var(--wot-input-padding, $-size-side-padding) !default; // input 左右padding距离
448
348
  $-input-border-color: var(--wot-input-border-color, #dadada) !default; // 无label边框颜色
449
- $-input-not-empty-border-color: var(
450
- --wot-input-not-empty-border-color,
451
- #262626
452
- ) !default; // 输入框有值时 无label边框颜色
349
+ $-input-not-empty-border-color: var(--wot-input-not-empty-border-color,
350
+ #262626) !default; // 输入框有值时 无label边框颜色
453
351
  $-input-fs: var(--wot-input-fs, $-cell-title-fs) !default; // 字号
454
352
  $-input-fs-large: var(--wot-input-fs-large, $-cell-title-fs-large) !default; // 大尺寸字号
455
353
  $-input-icon-margin: var(--wot-input-icon-margin, 8px) !default; // 图标距离
@@ -464,36 +362,26 @@ $-input-count-current-color: var(--wot-input-count-current-color, #262626) !defa
464
362
  $-input-bg: var(--wot-input-bg, $-color-white) !default; // 默认背景颜色
465
363
 
466
364
  $-input-cell-bg: var(--wot-input-cell-bg, $-color-white) !default; // cell 类型背景色
467
- $-input-cell-border-color: var(
468
- --wot-input-cell-border-color,
469
- $-color-border-light
470
- ) !default; // cell 类型边框颜色
365
+ $-input-cell-border-color: var(--wot-input-cell-border-color,
366
+ $-color-border-light) !default; // cell 类型边框颜色
471
367
  $-input-cell-padding: var(--wot-input-cell-padding, 10px) !default; // cell 容器padding
472
- $-input-cell-padding-large: var(
473
- --wot-input-cell-padding-large,
474
- 12px
475
- ) !default; // large类型cell容器padding
368
+ $-input-cell-padding-large: var(--wot-input-cell-padding-large,
369
+ 12px) !default; // large类型cell容器padding
476
370
  $-input-cell-height: var(--wot-input-cell-height, 24px) !default; // cell 高度
477
371
  $-input-cell-label-width: var(--wot-input-cell-label-width, 33%) !default; // cell 下 label 的宽度
478
372
  $-input-inner-height: var(--wot-input-inner-height, 34px) !default; // 非cell和textarea下的高度
479
- $-input-inner-height-no-border: var(
480
- --wot-input-inner-height-no-border,
481
- 24px
482
- ) !default; // 无边框下的高度
373
+ $-input-inner-height-no-border: var(--wot-input-inner-height-no-border,
374
+ 24px) !default; // 无边框下的高度
483
375
  $-input-count-fs: var(--wot-input-count-fs, 14px) !default; // 计数字号
484
376
  $-input-count-fs-large: var(--wot-input-count-fs-large, 14px) !default; // 大尺寸计数字号
485
377
  $-input-icon-size: var(--wot-input-icon-size, 16px) !default; // 图标大小
486
378
  $-input-icon-size-large: var(--wot-input-icon-size-large, 18px) !default; // 大尺寸图标大小
487
379
  /* textarea */
488
- $-textarea-padding: var(
489
- --wot-textarea-padding,
490
- $-size-side-padding
491
- ) !default; // textarea 左右padding距离
380
+ $-textarea-padding: var(--wot-textarea-padding,
381
+ $-size-side-padding) !default; // textarea 左右padding距离
492
382
  $-textarea-border-color: var(--wot-textarea-border-color, #dadada) !default; // 无label边框颜色
493
- $-textarea-not-empty-border-color: var(
494
- --wot-textarea-not-empty-border-color,
495
- #262626
496
- ) !default; // 输入框有值时 无label边框颜色
383
+ $-textarea-not-empty-border-color: var(--wot-textarea-not-empty-border-color,
384
+ #262626) !default; // 输入框有值时 无label边框颜色
497
385
  $-textarea-fs: var(--wot-textarea-fs, $-cell-title-fs) !default; // 字号
498
386
  $-textarea-fs-large: var(--wot-textarea-fs-large, $-cell-title-fs-large) !default; // 大尺寸字号
499
387
  $-textarea-icon-margin: var(--wot-textarea-icon-margin, 8px) !default; // 图标距离
@@ -501,20 +389,14 @@ $-textarea-color: var(--wot-textarea-color, #262626) !default; // 文字颜色
501
389
  $-textarea-icon-color: var(--wot-textarea-icon-color, #bfbfbf) !default; // 图标颜色
502
390
  $-textarea-clear-color: var(--wot-textarea-clear-color, #585858) !default; // 关闭按钮颜色
503
391
  $-textarea-count-color: var(--wot-textarea-count-color, #bfbfbf) !default; // 计数文字颜色
504
- $-textarea-count-current-color: var(
505
- --wot-textarea-count-current-color,
506
- #262626
507
- ) !default; // 当前长度颜色
392
+ $-textarea-count-current-color: var(--wot-textarea-count-current-color,
393
+ #262626) !default; // 当前长度颜色
508
394
  $-textarea-bg: var(--wot-textarea-bg, $-color-white) !default; // 默认背景颜色
509
- $-textarea-cell-border-color: var(
510
- --wot-textarea-cell-border-color,
511
- $-color-border-light
512
- ) !default; // cell 类型边框颜色
395
+ $-textarea-cell-border-color: var(--wot-textarea-cell-border-color,
396
+ $-color-border-light) !default; // cell 类型边框颜色
513
397
  $-textarea-cell-padding: var(--wot-textarea-cell-padding, 10px) !default; // cell 容器padding
514
- $-textarea-cell-padding-large: var(
515
- --wot-textarea-cell-padding-large,
516
- 12px
517
- ) !default; // large类型cell容器padding
398
+ $-textarea-cell-padding-large: var(--wot-textarea-cell-padding-large,
399
+ 12px) !default; // large类型cell容器padding
518
400
  $-textarea-cell-height: var(--wot-textarea-cell-height, 24px) !default; // cell 高度
519
401
  $-textarea-count-fs: var(--wot-textarea-count-fs, 14px) !default; // 计数字号
520
402
  $-textarea-count-fs-large: var(--wot-textarea-count-fs-large, 14px) !default; // 大尺寸计数字号
@@ -533,62 +415,40 @@ $-message-box-bg: var(--wot-message-box-bg, $-color-white) !default; // 默认
533
415
  $-message-box-radius: var(--wot-message-box-radius, 16px) !default; // 圆角大小
534
416
  $-message-box-padding: var(--wot-message-box-padding, 25px 24px 0) !default; // 主体内容padding
535
417
  $-message-box-title-fs: var(--wot-message-box-title-fs, 16px) !default; // 标题字号
536
- $-message-box-title-color: var(
537
- --wot-message-box-title-color,
538
- rgba(0, 0, 0, 0.85)
539
- ) !default; // 标题颜色
418
+ $-message-box-title-color: var(--wot-message-box-title-color,
419
+ rgba(0, 0, 0, 0.85)) !default; // 标题颜色
540
420
  $-message-box-content-fs: var(--wot-message-box-content-fs, 14px) !default; // 内容字号
541
421
  $-message-box-content-color: var(--wot-message-box-content-color, #666666) !default; // 内容颜色
542
- $-message-box-content-max-height: var(
543
- --wot-message-box-content-max-height,
544
- 264px
545
- ) !default; // 内容最大高度
546
- $-message-box-content-scrollbar-width: var(
547
- --wot-message-box-content-scrollbar-width,
548
- 4px
549
- ) !default; // 内容滚动条宽度
550
- $-message-box-content-scrollbar-color: var(
551
- --wot-message-box-content-scrollbar-color,
552
- rgba(0, 0, 0, 0.1)
553
- ) !default; // 内容滚动条颜色
554
- $-message-box-input-error-color: var(
555
- --wot-message-box-input-error-color,
556
- $-input-error-color
557
- ) !default; // 输入框错误颜色
422
+ $-message-box-content-max-height: var(--wot-message-box-content-max-height,
423
+ 264px) !default; // 内容最大高度
424
+ $-message-box-content-scrollbar-width: var(--wot-message-box-content-scrollbar-width,
425
+ 4px) !default; // 内容滚动条宽度
426
+ $-message-box-content-scrollbar-color: var(--wot-message-box-content-scrollbar-color,
427
+ rgba(0, 0, 0, 0.1)) !default; // 内容滚动条颜色
428
+ $-message-box-input-error-color: var(--wot-message-box-input-error-color,
429
+ $-input-error-color) !default; // 输入框错误颜色
558
430
  /* notice-bar */
559
431
  $-notice-bar-fs: var(--wot-notice-bar-fs, 12px) !default; // 字号
560
432
  $-notice-bar-line-height: var(--wot-notice-bar-line-height, 18px) !default; // 行高
561
433
  $-notice-bar-border-radius: var(--wot-notice-bar-border-radius, 8px) !default; // 圆角
562
- $-notice-bar-padding: var(
563
- --wot-notice-bar-padding,
564
- 9px 20px 9px 15px
565
- ) !default; // 非换行下的padding
434
+ $-notice-bar-padding: var(--wot-notice-bar-padding,
435
+ 9px 20px 9px 15px) !default; // 非换行下的padding
566
436
  $-notice-bar-warning-bg: var(--wot-notice-bar-warning-bg, #fff6c8) !default; // 背景色
567
437
  $-notice-bar-info-bg: var(--wot-notice-bar-info-bg, #f4f9ff) !default; // 背景色
568
438
  $-notice-bar-danger-bg: var(--wot-notice-bar-danger-bg, #feeced) !default; // 背景色
569
- $-notice-bar-warning-color: var(
570
- --wot-notice-bar-warning-color,
571
- $-color-warning
572
- ) !default; // 文字和图标颜色
439
+ $-notice-bar-warning-color: var(--wot-notice-bar-warning-color,
440
+ $-color-warning) !default; // 文字和图标颜色
573
441
  $-notice-bar-info-color: var(--wot-notice-bar-info-color, $-color-theme) !default; // 文字和图标颜色
574
- $-notice-bar-danger-color: var(
575
- --wot-notice-bar-danger-color,
576
- $-color-danger
577
- ) !default; // 文字和图标颜色
442
+ $-notice-bar-danger-color: var(--wot-notice-bar-danger-color,
443
+ $-color-danger) !default; // 文字和图标颜色
578
444
  $-notice-bar-prefix-size: var(--wot-notice-bar-prefix-size, 18px) !default; // 图标大小
579
- $-notice-bar-close-bg: var(
580
- --wot-notice-bar-close-bg,
581
- rgba(0, 0, 0, 0.15)
582
- ) !default; // 右侧关闭按钮背景颜色
445
+ $-notice-bar-close-bg: var(--wot-notice-bar-close-bg,
446
+ rgba(0, 0, 0, 0.15)) !default; // 右侧关闭按钮背景颜色
583
447
  $-notice-bar-close-size: var(--wot-notice-bar-close-size, 18px) !default; // 右侧关闭按钮背景颜色
584
- $-notice-bar-close-color: var(
585
- --wot-notice-bar-close-color,
586
- $-color-white
587
- ) !default; // 右侧关闭按钮颜色
588
- $-notice-bar-wrap-padding: var(
589
- --wot-notice-bar-wrap-padding,
590
- 14px $-size-side-padding
591
- ) !default; // 换行下的padding
448
+ $-notice-bar-close-color: var(--wot-notice-bar-close-color,
449
+ $-color-white) !default; // 右侧关闭按钮颜色
450
+ $-notice-bar-wrap-padding: var(--wot-notice-bar-wrap-padding,
451
+ 14px $-size-side-padding) !default; // 换行下的padding
592
452
  /* pagination */
593
453
  $-pagination-content-padding: var(--wot-pagination-content-padding, 10px 15px) !default;
594
454
  $-pagination-message-padding: var(--wot-pagination-message-padding, 1px 0 16px 0) !default;
@@ -606,132 +466,78 @@ $-pagination-icon-size: var(--wot-pagination-icon-size, $-fs-content) !default;
606
466
  /* picker */
607
467
  $-picker-toolbar-height: var(--wot-picker-toolbar-height, 54px) !default; // toolbar 操作条的高度
608
468
  $-picker-action-height: var(--wot-picker-action-height, 16px) !default; // toolbar 操作条的高度
609
- $-picker-toolbar-finish-color: var(
610
- --wot-picker-toolbar-finish-color,
611
- $-color-theme
612
- ) !default; // toolbar 操作条完成按钮的颜色
613
- $-picker-toolbar-cancel-color: var(
614
- --wot-picker-toolbar-cancel-color,
615
- #666666
616
- ) !default; // toolbar 操作条的边框颜色
469
+ $-picker-toolbar-finish-color: var(--wot-picker-toolbar-finish-color,
470
+ $-color-theme) !default; // toolbar 操作条完成按钮的颜色
471
+ $-picker-toolbar-cancel-color: var(--wot-picker-toolbar-cancel-color,
472
+ #666666) !default; // toolbar 操作条的边框颜色
617
473
  $-picker-toolbar-fs: var(--wot-picker-toolbar-fs, $-fs-title) !default; // toolbar 操作条的字号
618
- $-picker-toolbar-title-color: var(
619
- --wot-picker-toolbar-title-color,
620
- rgba(0, 0, 0, 0.85)
621
- ) !default; // toolbar 操作台的标题颜色
474
+ $-picker-toolbar-title-color: var(--wot-picker-toolbar-title-color,
475
+ rgba(0, 0, 0, 0.85)) !default; // toolbar 操作台的标题颜色
622
476
  $-picker-column-fs: var(--wot-picker-column-fs, 16px) !default; // 选择器选项的字号
623
477
  $-picker-bg: var(--wot-picker-bg, $-color-white) !default; // 选择器选项的字号
624
- $-picker-column-active-fs: var(
625
- --wot-picker-column-active-fs,
626
- 18px
627
- ) !default; // 选择器选项被选中的字号
628
- $-picker-column-color: var(
629
- --wot-picker-column-color,
630
- rgba(0, 0, 0, 0.85)
631
- ) !default; // 选择器选项的颜色
478
+ $-picker-column-active-fs: var(--wot-picker-column-active-fs,
479
+ 18px) !default; // 选择器选项被选中的字号
480
+ $-picker-column-color: var(--wot-picker-column-color,
481
+ rgba(0, 0, 0, 0.85)) !default; // 选择器选项的颜色
632
482
  $-picker-column-height: var(--wot-picker-column-height, 210px) !default; // 列高 滚筒外部的高度
633
- $-picker-column-item-height: var(
634
- --wot-picker-column-item-height,
635
- 35px
636
- ) !default; // 列高 滚筒外部的高度
483
+ $-picker-column-item-height: var(--wot-picker-column-item-height,
484
+ 35px) !default; // 列高 滚筒外部的高度
637
485
  $-picker-column-select-bg: var(--wot-picker-column-select-bg, #f5f5f5) !default;
638
- $-picker-loading-button-color: var(
639
- --wot-picker-loading-button-color,
640
- rgba(0, 0, 0, 0.25)
641
- ) !default; // loading 背景颜色
642
- $-picker-column-padding: var(
643
- --wot-picker-column-padding,
644
- 0 $-size-side-padding
645
- ) !default; // 选项内间距
486
+ $-picker-loading-button-color: var(--wot-picker-loading-button-color,
487
+ rgba(0, 0, 0, 0.25)) !default; // loading 背景颜色
488
+ $-picker-column-padding: var(--wot-picker-column-padding,
489
+ 0 $-size-side-padding) !default; // 选项内间距
646
490
 
647
- $-picker-column-disabled-color: var(
648
- --wot-picker-column-disabled-color,
649
- rgba(0, 0, 0, 0.25)
650
- ) !default; // 选择器选项禁用的颜色
651
- $-picker-mask: var(
652
- --wot-picker-mask,
653
- linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.25)),
654
- )
655
- linear-gradient(0deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.25)) !default; // 上下阴影
656
- $-picker-loading-bg: var(
657
- --wot-picker-loading-bg,
658
- rgba($-color-white, 0.8)
659
- ) !default; // loading 背景颜色
660
- $-picker-region-separator-color: var(
661
- --wot-picker-region-separator-color,
662
- rgba(0, 0, 0, 0.65)
663
- ) !default; // 区域选择文字颜色
664
- $-picker-cell-arrow-size-large: var(
665
- --wot-picker-cell-arrow-size-large,
666
- $-cell-icon-size
667
- ) !default; // cell 类型的大尺寸 右侧icon尺寸
491
+ $-picker-column-disabled-color: var(--wot-picker-column-disabled-color,
492
+ rgba(0, 0, 0, 0.25)) !default; // 选择器选项禁用的颜色
493
+ $-picker-mask: var(--wot-picker-mask,
494
+ linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.25)),
495
+ ) linear-gradient(0deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.25)) !default; // 上下阴影
496
+ $-picker-loading-bg: var(--wot-picker-loading-bg,
497
+ rgba($-color-white, 0.8)) !default; // loading 背景颜色
498
+ $-picker-region-separator-color: var(--wot-picker-region-separator-color,
499
+ rgba(0, 0, 0, 0.65)) !default; // 区域选择文字颜色
500
+ $-picker-cell-arrow-size-large: var(--wot-picker-cell-arrow-size-large,
501
+ $-cell-icon-size) !default; // cell 类型的大尺寸 右侧icon尺寸
668
502
 
669
- $-picker-region-color: var(
670
- --wot-picker-region-color,
671
- rgba(0, 0, 0, 0.45)
672
- ) !default; // 区域选择文字颜色
673
- $-picker-region-bg-active-color: var(
674
- --wot-picker-region-bg-active-color,
675
- $-color-theme
676
- ) !default; // 区域选择激活选中背景颜色
503
+ $-picker-region-color: var(--wot-picker-region-color,
504
+ rgba(0, 0, 0, 0.45)) !default; // 区域选择文字颜色
505
+ $-picker-region-bg-active-color: var(--wot-picker-region-bg-active-color,
506
+ $-color-theme) !default; // 区域选择激活选中背景颜色
677
507
 
678
508
  $-picker-region-fs: var(--wot-picker-region-fs, 14px) !default; // 区域选择文字字号
679
509
  /* col-picker */
680
- $-col-picker-selected-height: var(
681
- --wot-col-picker-selected-height,
682
- 44px
683
- ) !default; // 弹框顶部值高度
684
- $-col-picker-selected-padding: var(
685
- --wot-col-picker-selected-padding,
686
- 0 16px
687
- ) !default; // 弹框顶部值左右间距
510
+ $-col-picker-selected-height: var(--wot-col-picker-selected-height,
511
+ 44px) !default; // 弹框顶部值高度
512
+ $-col-picker-selected-padding: var(--wot-col-picker-selected-padding,
513
+ 0 16px) !default; // 弹框顶部值左右间距
688
514
  $-col-picker-selected-fs: var(--wot-col-picker-selected-fs, 14px) !default; // 弹框顶部值字号
689
- $-col-picker-selected-color: var(
690
- --wot-col-picker-selected-color,
691
- rgba(0, 0, 0, 0.85)
692
- ) !default; // 弹框顶部值文字颜色
515
+ $-col-picker-selected-color: var(--wot-col-picker-selected-color,
516
+ rgba(0, 0, 0, 0.85)) !default; // 弹框顶部值文字颜色
693
517
  $-col-picker-selected-fw: var(--wot-col-picker-selected-fw, 700) !default; // 弹框顶部值高亮字重
694
518
  $-col-picker-line-width: var(--wot-col-picker-line-width, 16px) !default; // 弹框顶部值高亮线条宽度
695
519
  $-col-picker-line-height: var(--wot-col-picker-line-height, 3px) !default; // 弹框顶部值高亮线条高度
696
- $-col-picker-line-color: var(
697
- --wot-col-picker-line-color,
698
- linear-gradient(315deg, rgba(81, 124, 240, 1), rgba(118, 158, 245, 1))
699
- ) !default; // 弹框顶部值高亮线条颜色
700
- $-col-picker-line-box-shadow: var(
701
- --wot-col-picker-line-box-shadow,
702
- 0px 1px 2px 0px rgba(1, 87, 255, 0.2)
703
- ) !default; // 弹框顶部值高亮线条阴影
520
+ $-col-picker-line-color: var(--wot-col-picker-line-color,
521
+ linear-gradient(315deg, rgba(81, 124, 240, 1), rgba(118, 158, 245, 1))) !default; // 弹框顶部值高亮线条颜色
522
+ $-col-picker-line-box-shadow: var(--wot-col-picker-line-box-shadow,
523
+ 0px 1px 2px 0px rgba(1, 87, 255, 0.2)) !default; // 弹框顶部值高亮线条阴影
704
524
  $-col-picker-list-height: var(--wot-col-picker-list-height, 53vh) !default; // 弹框列表高度
705
- $-col-picker-list-padding-bottom: var(
706
- --wot-col-picker-list-padding-bottom,
707
- 30px
708
- ) !default; // 弹框列表底部间距
709
- $-col-picker-list-color: var(
710
- --wot-col-picker-list-color,
711
- rgba(0, 0, 0, 0.85)
712
- ) !default; // 弹框列表文字颜色
713
- $-col-picker-list-color-disabled: var(
714
- --wot-col-picker-list-color-disabled,
715
- rgba(0, 0, 0, 0.15)
716
- ) !default; // 弹框列表文字禁用颜色
717
- $-col-picker-list-color-tip: var(
718
- --wot-col-picker-list-color-tip,
719
- rgba(0, 0, 0, 0.45)
720
- ) !default; // 弹框列表提示文字颜色
525
+ $-col-picker-list-padding-bottom: var(--wot-col-picker-list-padding-bottom,
526
+ 30px) !default; // 弹框列表底部间距
527
+ $-col-picker-list-color: var(--wot-col-picker-list-color,
528
+ rgba(0, 0, 0, 0.85)) !default; // 弹框列表文字颜色
529
+ $-col-picker-list-color-disabled: var(--wot-col-picker-list-color-disabled,
530
+ rgba(0, 0, 0, 0.15)) !default; // 弹框列表文字禁用颜色
531
+ $-col-picker-list-color-tip: var(--wot-col-picker-list-color-tip,
532
+ rgba(0, 0, 0, 0.45)) !default; // 弹框列表提示文字颜色
721
533
  $-col-picker-list-fs: var(--wot-col-picker-list-fs, 14px) !default; // 弹框列表文字字号
722
534
  $-col-picker-list-fs-tip: var(--wot-col-picker-list-fs-tip, 12px) !default; // 弹框列表提示文字字号
723
- $-col-picker-list-item-padding: var(
724
- --wot-col-picker-list-item-padding,
725
- 12px 15px
726
- ) !default; // 弹框列表选项间距
727
- $-col-picker-list-checked-icon-size: var(
728
- --wot-col-picker-list-checked-icon-size,
729
- 18px
730
- ) !default; // 弹框列表选中箭头大小
731
- $-col-picker-list-color-checked: var(
732
- --wot-col-picker-list-color-checked,
733
- $-color-theme
734
- ) !default; // 弹框列表选中选项颜色
535
+ $-col-picker-list-item-padding: var(--wot-col-picker-list-item-padding,
536
+ 12px 15px) !default; // 弹框列表选项间距
537
+ $-col-picker-list-checked-icon-size: var(--wot-col-picker-list-checked-icon-size,
538
+ 18px) !default; // 弹框列表选中箭头大小
539
+ $-col-picker-list-color-checked: var(--wot-col-picker-list-color-checked,
540
+ $-color-theme) !default; // 弹框列表选中选项颜色
735
541
  /* overlay */
736
542
  $-overlay-bg: var(--wot-overlay-bg, rgba(0, 0, 0, 0.65)) !default;
737
543
  $-overlay-bg-dark: var(--wot-overlay-bg-dark, rgba(0, 0, 0, 0.75)) !default;
@@ -741,105 +547,67 @@ $-popup-close-color: var(--wot-popup-close-color, #666) !default; // 关闭按
741
547
  /* progress */
742
548
  $-progress-padding: var(--wot-progress-padding, 9px 0 8px) !default; // 进度条内边距
743
549
  $-progress-bg: var(--wot-progress-bg, rgba(229, 229, 229, 1)) !default; // 进度条底色
744
- $-progress-danger-color: var(
745
- --wot-progress-danger-color,
746
- $-color-danger
747
- ) !default; // 进度条danger颜色
748
- $-progress-success-color: var(
749
- --wot-progress-success-color,
750
- $-color-success
751
- ) !default; // 进度条success进度条颜色
752
- $-progress-color: var(
753
- --wot-progress-color,
754
- resultColor(315deg, $-color-theme, 'dark' 'light', #517cf0 #769ef5, 0% 100%)
755
- ) !default; // 进度条渐变色
756
- $-progress-linear-success-color: var(
757
- --wot-progress-linear-success-color,
758
- resultColor(315deg, $-color-theme, 'dark' 'light', #20b080 #2bd69d, 0% 100%)
759
- ) !default; // success进度条渐变色
760
- $-progress-linear-danger-color: var(
761
- --wot-progress-linear-danger-color,
762
- resultColor(315deg, $-color-theme, 'dark' 'light', #e04350 #ff5964, 0% 100%)
763
- ) !default; // danger进度条渐变色
550
+ $-progress-danger-color: var(--wot-progress-danger-color,
551
+ $-color-danger) !default; // 进度条danger颜色
552
+ $-progress-success-color: var(--wot-progress-success-color,
553
+ $-color-success) !default; // 进度条success进度条颜色
554
+ $-progress-color: var(--wot-progress-color,
555
+ resultColor(315deg, $-color-theme, 'dark''light', #517cf0 #769ef5, 0% 100%)) !default; // 进度条渐变色
556
+ $-progress-linear-success-color: var(--wot-progress-linear-success-color,
557
+ resultColor(315deg, $-color-theme, 'dark''light', #20b080 #2bd69d, 0% 100%)) !default; // success进度条渐变色
558
+ $-progress-linear-danger-color: var(--wot-progress-linear-danger-color,
559
+ resultColor(315deg, $-color-theme, 'dark''light', #e04350 #ff5964, 0% 100%)) !default; // danger进度条渐变色
764
560
  $-progress-height: var(--wot-progress-height, 3px) !default; // 进度条高度
765
561
  $-progress-label-color: var(--wot-progress-label-color, #333) !default; // 文字颜色
766
562
  $-progress-label-fs: var(--wot-progress-label-fs, 14px) !default; // 文字字号
767
563
  $-progress-icon-fs: var(--wot-progress-icon-fs, 18px) !default; // 图标字号
768
564
  /* radio */
769
565
  $-radio-margin: var(--wot-radio-margin, $-checkbox-margin) !default; // 多个单选框距离
770
- $-radio-label-margin: var(
771
- --wot-radio-label-margin,
772
- $-checkbox-label-margin
773
- ) !default; // 右侧文字与左侧图标距离
566
+ $-radio-label-margin: var(--wot-radio-label-margin,
567
+ $-checkbox-label-margin) !default; // 右侧文字与左侧图标距离
774
568
  $-radio-size: var(--wot-radio-size, 16px) !default; // 左侧图标尺寸
775
569
  $-radio-bg: var(--wot-radio-bg, $-checkbox-bg) !default; // 左侧图标尺寸
776
570
  $-radio-label-fs: var(--wot-radio-label-fs, $-checkbox-label-fs) !default; // 右侧文字字号
777
571
  $-radio-label-color: var(--wot-radio-label-color, $-checkbox-label-color) !default; // 右侧文字颜色
778
- $-radio-checked-color: var(
779
- --wot-radio-checked-color,
780
- $-checkbox-checked-color
781
- ) !default; // 选中颜色
782
- $-radio-disabled-color: var(
783
- --wot-radio-disabled-color,
784
- $-checkbox-disabled-color
785
- ) !default; // 禁用颜色
786
- $-radio-disabled-label-color: var(
787
- --wot-radio-disabled-label-color,
788
- $-checkbox-disabled-label-color
789
- ) !default; // 禁用文字颜色
572
+ $-radio-checked-color: var(--wot-radio-checked-color,
573
+ $-checkbox-checked-color) !default; // 选中颜色
574
+ $-radio-disabled-color: var(--wot-radio-disabled-color,
575
+ $-checkbox-disabled-color) !default; // 禁用颜色
576
+ $-radio-disabled-label-color: var(--wot-radio-disabled-label-color,
577
+ $-checkbox-disabled-label-color) !default; // 禁用文字颜色
790
578
 
791
579
  $-radio-large-size: var(--wot-radio-large-size, $-checkbox-large-size) !default; // 左侧图标尺寸
792
- $-radio-large-label-fs: var(
793
- --wot-radio-large-label-fs,
794
- $-checkbox-large-label-fs
795
- ) !default; // 右侧文字字号
580
+ $-radio-large-label-fs: var(--wot-radio-large-label-fs,
581
+ $-checkbox-large-label-fs) !default; // 右侧文字字号
796
582
 
797
- $-radio-button-height: var(
798
- --wot-radio-button-height,
799
- $-checkbox-button-height
800
- ) !default; // 按钮模式复选框高
583
+ $-radio-button-height: var(--wot-radio-button-height,
584
+ $-checkbox-button-height) !default; // 按钮模式复选框高
801
585
  $-radio-button-min-width: var(--wot-radio-button-min-width, 60px) !default; // 按钮模式最小宽
802
586
  $-radio-button-max-width: var(--wot-radio-button-max-width, 144px) !default; // 按钮模式最大宽
803
- $-radio-button-radius: var(
804
- --wot-radio-button-radius,
805
- $-checkbox-button-radius
806
- ) !default; // 按钮圆角大小
587
+ $-radio-button-radius: var(--wot-radio-button-radius,
588
+ $-checkbox-button-radius) !default; // 按钮圆角大小
807
589
  $-radio-button-bg: var(--wot-radio-button-bg, $-checkbox-button-bg) !default; // 按钮模式背景颜色
808
590
  $-radio-button-fs: var(--wot-radio-button-fs, $-checkbox-button-font-size) !default; // 按钮模式字号
809
- $-radio-button-border: var(
810
- --wot-radio-button-border,
811
- $-checkbox-button-border
812
- ) !default; // 按钮边框颜色
813
- $-radio-button-disabled-border: var(
814
- --wot-radio-button-disabled-border,
815
- $-checkbox-button-disabled-border
816
- ) !default; // 按钮禁用边框颜色
591
+ $-radio-button-border: var(--wot-radio-button-border,
592
+ $-checkbox-button-border) !default; // 按钮边框颜色
593
+ $-radio-button-disabled-border: var(--wot-radio-button-disabled-border,
594
+ $-checkbox-button-disabled-border) !default; // 按钮禁用边框颜色
817
595
 
818
596
  $-radio-dot-size: var(--wot-radio-dot-size, 8px) !default; // 单选dot模式圆点尺寸
819
597
  $-radio-dot-large-size: var(--wot-radio-dot-large-size, 10px) !default; // 单选dot模式大尺寸圆点尺寸
820
- $-radio-dot-checked-bg: var(
821
- --wot-radio-dot-checked-bg,
822
- $-color-theme
823
- ) !default; // 单选dot模式选中背景色
824
- $-radio-dot-checked-border-color: var(
825
- --wot-radio-dot-checked-border-color,
826
- $-color-theme
827
- ) !default; // 单选dot模式选中边框色
598
+ $-radio-dot-checked-bg: var(--wot-radio-dot-checked-bg,
599
+ $-color-theme) !default; // 单选dot模式选中背景色
600
+ $-radio-dot-checked-border-color: var(--wot-radio-dot-checked-border-color,
601
+ $-color-theme) !default; // 单选dot模式选中边框色
828
602
  $-radio-dot-border-color: var(--wot-radio-dot-border-color, #dcdcdc) !default; // 单选dot模式边框色
829
- $-radio-dot-disabled-border: var(
830
- --wot-radio-dot-disabled-border,
831
- #d9d9d9
832
- ) !default; // 单选dot模式禁用边框颜色
833
- $-radio-dot-disabled-bg: var(
834
- --wot-radio-dot-disabled-bg,
835
- #d9d9d9
836
- ) !default; // 单选dot模式禁用背景颜色
603
+ $-radio-dot-disabled-border: var(--wot-radio-dot-disabled-border,
604
+ #d9d9d9) !default; // 单选dot模式禁用边框颜色
605
+ $-radio-dot-disabled-bg: var(--wot-radio-dot-disabled-bg,
606
+ #d9d9d9) !default; // 单选dot模式禁用背景颜色
837
607
  /* search */
838
608
  $-search-side-padding: var(--wot-search-side-padding, $-size-side-padding) !default; // 左右间距
839
- $-search-padding: var(
840
- --wot-search-padding,
841
- 10px 0 10px $-search-side-padding
842
- ) !default; // 不包含取消按钮的间距
609
+ $-search-padding: var(--wot-search-padding,
610
+ 10px 0 10px $-search-side-padding) !default; // 不包含取消按钮的间距
843
611
  $-search-input-radius: var(--wot-search-input-radius, 15px) !default; // 输入框圆角大小
844
612
  $-search-input-bg: var(--wot-search-input-bg, $-color-bg) !default; // 输入框背景色
845
613
  $-search-input-height: var(--wot-search-input-height, 30px) !default; // 输入框高度
@@ -849,35 +617,25 @@ $-search-input-color: var(--wot-search-input-color, #262626) !default; // 输入
849
617
  $-search-icon-color: var(--wot-search-icon-color, $-color-icon) !default; // 图标颜色
850
618
  $-search-icon-size: var(--wot-search-icon-size, 18px) !default; // 图标大小
851
619
  $-search-clear-icon-size: var(--wot-search-clear-icon-size, $-fs-title) !default; // 清除图标大小
852
- $-search-placeholder-color: var(
853
- --wot-search-placeholder-color,
854
- #bfbfbf
855
- ) !default; // placeholder 颜色
856
- $-search-cancel-padding: var(
857
- --wot-search-cancel-padding,
858
- 0 $-search-side-padding 0 10px
859
- ) !default; // 取消按钮间距
620
+ $-search-placeholder-color: var(--wot-search-placeholder-color,
621
+ #bfbfbf) !default; // placeholder 颜色
622
+ $-search-cancel-padding: var(--wot-search-cancel-padding,
623
+ 0 $-search-side-padding 0 10px) !default; // 取消按钮间距
860
624
  $-search-cancel-fs: var(--wot-search-cancel-fs, $-fs-title) !default; // 取消按钮字号
861
625
  $-search-cancel-color: var(--wot-search-cancel-color, rgba(0, 0, 0, 0.65)) !default; // 取消按钮颜色
862
626
  $-search-light-bg: var(--wot-search-light-bg, $-color-bg) !default; // light 类型的容器背景色
863
627
  /* slider */
864
628
  $-slider-fs: var(--wot-slider-fs, $-fs-content) !default; // 字体大小
865
629
  $-slider-handle-radius: var(--wot-slider-handle-radius, 12px) !default; // 滑块半径
866
- $-slider-handle-bg: var(
867
- --wot-slider-handle-bg,
868
- resultColor(139deg, $-color-theme, 'dark' 'light', #ffffff #f7f7f7, 0% 100%)
869
- ) !default; // 滑块背景
630
+ $-slider-handle-bg: var(--wot-slider-handle-bg,
631
+ resultColor(139deg, $-color-theme, 'dark''light', #ffffff #f7f7f7, 0% 100%)) !default; // 滑块背景
870
632
  $-slider-axie-height: var(--wot-slider-axie-height, 3px) !default; // 滑轴高度
871
633
  $-slider-color: var(--wot-slider-color, #333) !default; // 字体颜色
872
634
  $-slider-axie-bg: var(--wot-slider-axie-bg, #e5e5e5) !default; // 滑轴的默认背景色
873
- $-slider-line-color: var(
874
- --wot-slider-line-color,
875
- resultColor(315deg, $-color-theme, 'dark' 'light', #517cf0 #769ef5, 0% 100%)
876
- ) !default; // 进度条颜色
877
- $-slider-disabled-color: var(
878
- --wot-slider-disabled-color,
879
- rgba(0, 0, 0, 0.25)
880
- ) !default; // 禁用状态下字体颜色
635
+ $-slider-line-color: var(--wot-slider-line-color,
636
+ resultColor(315deg, $-color-theme, 'dark''light', #517cf0 #769ef5, 0% 100%)) !default; // 进度条颜色
637
+ $-slider-disabled-color: var(--wot-slider-disabled-color,
638
+ rgba(0, 0, 0, 0.25)) !default; // 禁用状态下字体颜色
881
639
  /* sort-button */
882
640
  $-sort-button-fs: var(--wot-sort-button-fs, $-fs-content) !default; // 字号
883
641
  $-sort-button-color: var(--wot-sort-button-color, $-color-content) !default; // 颜色
@@ -886,24 +644,18 @@ $-sort-button-line-height: var(--wot-sort-button-line-height, 3px) !default; //
886
644
  $-sort-button-line-color: var(--wot-sort-button-line-color, $-color-theme) !default; // 下划线颜色
887
645
  /* steps */
888
646
  $-steps-icon-size: var(--wot-steps-icon-size, 22px) !default; // 图标尺寸
889
- $-steps-inactive-color: var(
890
- --wot-steps-inactive-color,
891
- rgba(0, 0, 0, 0.25)
892
- ) !default; // 等待状态文字颜色
647
+ $-steps-inactive-color: var(--wot-steps-inactive-color,
648
+ rgba(0, 0, 0, 0.25)) !default; // 等待状态文字颜色
893
649
  $-steps-finished-color: var(--wot-steps-finished-color, $-color-theme) !default; // 完成文字颜色
894
650
  $-steps-icon-text-fs: var(--wot-steps-icon-text-fs, $-fs-content) !default; // 数字图标文字字号
895
651
  $-steps-error-color: var(--wot-steps-error-color, $-color-danger) !default; // 异常颜色
896
652
  $-steps-title-fs: var(--wot-steps-title-fs, $-fs-content) !default; // 标题字号
897
653
  $-steps-title-fw: var(--wot-steps-title-fw, $-fw-medium) !default; // 标题字重
898
654
  $-steps-label-fs: var(--wot-steps-label-fs, $-fs-secondary) !default; // 描述信息字号
899
- $-steps-description-color: var(
900
- --wot-steps-description-color,
901
- rgba(0, 0, 0, 0.45)
902
- ) !default; // 描述信息颜色
903
- $-steps-is-icon-width: var(
904
- --wot-steps-is-icon-width,
905
- 30px
906
- ) !default; // 自定义图标的宽度,给左右留白
655
+ $-steps-description-color: var(--wot-steps-description-color,
656
+ rgba(0, 0, 0, 0.45)) !default; // 描述信息颜色
657
+ $-steps-is-icon-width: var(--wot-steps-is-icon-width,
658
+ 30px) !default; // 自定义图标的宽度,给左右留白
907
659
  $-steps-line-color: var(--wot-steps-line-color, rgba(0, 0, 0, 0.15)) !default; // 线条颜色
908
660
  $-steps-dot-size: var(--wot-steps-dot-size, 7px) !default; // 点状大小
909
661
  $-steps-dot-active-size: var(--wot-steps-dot-active-size, 9px) !default; // 点状高亮大小
@@ -914,15 +666,11 @@ $-switch-height: var(--wot-switch-height, calc(1em + 4px)) !default; // 高度
914
666
  $-switch-circle-size: var(--wot-switch-circle-size, 1em) !default; // 圆点大小
915
667
  $-switch-border-color: var(--wot-switch-border-color, #e5e5e5) !default; // 边框颜色选中状态背景颜色
916
668
  $-switch-active-color: var(--wot-switch-active-color, $-color-theme) !default; // 选中状态背景
917
- $-switch-active-shadow-color: var(
918
- --wot-switch-active-shadow-color,
919
- rgba(0, 83, 162, 0.5)
920
- ) !default; // 选中状态shadow颜色
669
+ $-switch-active-shadow-color: var(--wot-switch-active-shadow-color,
670
+ rgba(0, 83, 162, 0.5)) !default; // 选中状态shadow颜色
921
671
  $-switch-inactive-color: var(--wot-switch-inactive-color, #eaeaea) !default; // 非选中背景颜色
922
- $-switch-inactive-shadow-color: var(
923
- --wot-switch-inactive-shadow-color,
924
- rgba(155, 155, 155, 0.5)
925
- ) !default; // 非选中状态shadow颜色
672
+ $-switch-inactive-shadow-color: var(--wot-switch-inactive-shadow-color,
673
+ rgba(155, 155, 155, 0.5)) !default; // 非选中状态shadow颜色
926
674
  /* tabs */
927
675
  $-tabs-nav-arrow-fs: var(--wot-tabs-nav-arrow-fs, 18px) !default; // 全部Icon字号
928
676
  $-tabs-nav-arrow-open-fs: var(--wot-tabs-nav-arrow-open-fs, 14px) !default; // 展开Icon字号
@@ -932,38 +680,24 @@ $-tabs-nav-fs: var(--wot-tabs-nav-fs, $-fs-content) !default; // 头部切换文
932
680
  $-tabs-nav-color: var(--wot-tabs-nav-color, rgba(0, 0, 0, 0.85)) !default; // 头部切换文字颜色
933
681
  $-tabs-nav-bg: var(--wot-tabs-nav-bg, $-color-white) !default; // 背景颜色
934
682
  $-tabs-nav-active-color: var(--wot-tabs-nav-active-color, $-color-theme) !default; // 头部高亮颜色
935
- $-tabs-nav-disabled-color: var(
936
- --wot-tabs-nav-disabled-color,
937
- rgba(0, 0, 0, 0.25)
938
- ) !default; // 头部禁用颜色
683
+ $-tabs-nav-disabled-color: var(--wot-tabs-nav-disabled-color,
684
+ rgba(0, 0, 0, 0.25)) !default; // 头部禁用颜色
939
685
  $-tabs-nav-line-height: var(--wot-tabs-nav-line-height, 3px) !default; // 高亮边框高度
940
686
  $-tabs-nav-line-width: var(--wot-tabs-nav-line-width, 19px) !default; // 高亮边框宽度
941
687
  $-tabs-nav-line-bg-color: var(--wot-tabs-nav-line-bg-color, $-color-theme) !default; // 底部条颜色
942
688
  $-tabs-nav-map-fs: var(--wot-tabs-nav-map-fs, $-fs-content) !default; // map 类型按钮字号
943
- $-tabs-nav-map-color: var(
944
- --wot-tabs-nav-map-color,
945
- rgba(0, 0, 0, 0.85)
946
- ) !default; // map 类型按钮文字颜色
947
- $-tabs-nav-map-arrow-color: var(
948
- --wot-tabs-nav-map-arrow-color,
949
- rgba(0, 0, 0, 0.65)
950
- ) !default; // map 类型箭头颜色
951
- $-tabs-nav-map-btn-before-bg: var(
952
- --wot-tabs-nav-map-btn-before-bg,
953
- linear-gradient(270deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 100%)
954
- ) !default; // 左侧map遮罩阴影
955
- $-tabs-nav-map-button-back-color: var(
956
- --wot-tabs-nav-map-button-back-color,
957
- rgba(0, 0, 0, 0.04)
958
- ) !default; // map 类型按钮边框颜色
959
- $-tabs-nav-map-button-radius: var(
960
- --wot-tabs-nav-map-button-radius,
961
- 16px
962
- ) !default; // map 类型按钮圆角大小
963
- $-tabs-nav-map-modal-bg: var(
964
- --wot-tabs-nav-map-modal-bg,
965
- $-overlay-bg
966
- ) !default; // map 类型蒙层背景色
689
+ $-tabs-nav-map-color: var(--wot-tabs-nav-map-color,
690
+ rgba(0, 0, 0, 0.85)) !default; // map 类型按钮文字颜色
691
+ $-tabs-nav-map-arrow-color: var(--wot-tabs-nav-map-arrow-color,
692
+ rgba(0, 0, 0, 0.65)) !default; // map 类型箭头颜色
693
+ $-tabs-nav-map-btn-before-bg: var(--wot-tabs-nav-map-btn-before-bg,
694
+ linear-gradient(270deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 100%)) !default; // 左侧map遮罩阴影
695
+ $-tabs-nav-map-button-back-color: var(--wot-tabs-nav-map-button-back-color,
696
+ rgba(0, 0, 0, 0.04)) !default; // map 类型按钮边框颜色
697
+ $-tabs-nav-map-button-radius: var(--wot-tabs-nav-map-button-radius,
698
+ 16px) !default; // map 类型按钮圆角大小
699
+ $-tabs-nav-map-modal-bg: var(--wot-tabs-nav-map-modal-bg,
700
+ $-overlay-bg) !default; // map 类型蒙层背景色
967
701
  /* tag */
968
702
  $-tag-fs: var(--wot-tag-fs, $-fs-secondary) !default; // 字号
969
703
  $-tag-color: var(--wot-tag-color, $-color-white) !default; // 字体颜色
@@ -973,44 +707,34 @@ $-tag-primary-color: var(--wot-tag-primary-color, $-color-theme) !default; //
973
707
  $-tag-danger-color: var(--wot-tag-danger-color, $-color-danger) !default; // danger 颜色
974
708
  $-tag-warning-color: var(--wot-tag-warning-color, $-color-warning) !default; // warning 颜色
975
709
  $-tag-success-color: var(--wot-tag-success-color, $-color-success) !default; // success 颜色
976
- $-tag-info-bg: var(
977
- --wot-tag-info-bg,
978
- resultColor(49deg, $-color-black, 'dark' 'light', #808080 #999999, 0% 100%)
979
- ) !default; // info 背景颜色
710
+ $-tag-info-bg: var(--wot-tag-info-bg,
711
+ resultColor(49deg, $-color-black, 'dark''light', #808080 #999999, 0% 100%)) !default; // info 背景颜色
980
712
  $-tag-primary-bg: var(--wot-tag-primary-bg, $-color-theme) !default; // 主背景颜色
981
713
  $-tag-danger-bg: var(--wot-tag-danger-bg, $-color-danger) !default; // danger 背景颜色
982
714
  $-tag-warning-bg: var(--wot-tag-warning-bg, $-color-warning) !default; // warning 背景颜色
983
715
  $-tag-success-bg: var(--wot-tag-success-bg, $-color-success) !default; // success 背景颜色
984
716
  $-tag-round-color: var(--wot-tag-round-color, rgba(102, 102, 102, 1)) !default; // round 字体颜色
985
- $-tag-round-border-color: var(
986
- --wot-tag-round-border-color,
987
- rgba(225, 225, 225, 1)
988
- ) !default; // round 边框颜色
717
+ $-tag-round-border-color: var(--wot-tag-round-border-color,
718
+ rgba(225, 225, 225, 1)) !default; // round 边框颜色
989
719
  $-tag-round-radius: var(--wot-tag-round-radius, 12px) !default; // round 圆角大小
990
720
  $-tag-mark-radius: var(--wot-tag-mark-radius, 6px 2px 6px 2px) !default; // mark 圆角大小
991
721
  $-tag-close-size: var(--wot-tag-close-size, 14px) !default; // 关闭按钮字号
992
722
  $-tag-close-color: var(--wot-tag-close-color, $-tag-info-color) !default; // 关闭按钮颜色
993
- $-tag-close-active-color: var(
994
- --wot-tag-close-active-color,
995
- rgba(0, 0, 0, 0.45)
996
- ) !default; // 关闭按钮 active 颜色
723
+ $-tag-close-active-color: var(--wot-tag-close-active-color,
724
+ rgba(0, 0, 0, 0.45)) !default; // 关闭按钮 active 颜色
997
725
  /* toast */
998
726
  $-toast-padding: var(--wot-toast-padding, 16px 24px) !default; // padding
999
727
  $-toast-max-width: var(--wot-toast-max-width, 300px) !default; // 最大宽度
1000
728
  $-toast-radius: var(--wot-toast-radius, 8px) !default; // 圆角大小
1001
729
  $-toast-bg: var(--wot-toast-bg, $-overlay-bg) !default; // 背景色
1002
730
  $-toast-fs: var(--wot-toast-fs, $-fs-content) !default; // 字号
1003
- $-toast-with-icon-min-width: var(
1004
- --wot-toast-with-icon-min-width,
1005
- 150px
1006
- ) !default; // 有图标的情况下最小宽度
731
+ $-toast-with-icon-min-width: var(--wot-toast-with-icon-min-width,
732
+ 150px) !default; // 有图标的情况下最小宽度
1007
733
  $-toast-icon-size: var(--wot-toast-icon-size, 32px) !default; // 图标大小
1008
734
  $-toast-icon-margin-right: var(--wot-toast-icon-margin-right, 12px) !default; // 图标右边距
1009
735
  $-toast-loading-padding: var(--wot-toast-loading-padding, 10px) !default; // loading 下的padding
1010
- $-toast-box-shadow: var(
1011
- --wot-toast-box-shadow,
1012
- 0px 6px 16px 0px rgba(0, 0, 0, 0.08)
1013
- ) !default; // 外部阴影
736
+ $-toast-box-shadow: var(--wot-toast-box-shadow,
737
+ 0px 6px 16px 0px rgba(0, 0, 0, 0.08)) !default; // 外部阴影
1014
738
  /* loading */
1015
739
  $-loading-size: var(--wot-loading-size, 32px) !default; // loading 大小
1016
740
  /* tooltip */
@@ -1027,14 +751,10 @@ $-tooltip-line-height: var(--wot-tooltip-line-height, 18px) !default; // 行高
1027
751
  /* popover */
1028
752
  $-popover-bg: var(--wot-popover-bg, $-color-white) !default; // 背景色
1029
753
  $-popover-color: var(--wot-popover-color, rgba(0, 0, 0, 0.85)) !default; // 文字颜色
1030
- $-popover-box-shadow: var(
1031
- --wot-popover-box-shadow,
1032
- 0px 2px 10px 0px rgba(0, 0, 0, 0.1)
1033
- ) !default; // 阴影颜色
1034
- $-popover-arrow-box-shadow: var(
1035
- --wot-popover-arrow-box-shadow,
1036
- 0px 2px 10px 0px rgba(0, 0, 0, 0.2)
1037
- ) !default; // 阴影颜色
754
+ $-popover-box-shadow: var(--wot-popover-box-shadow,
755
+ 0px 2px 10px 0px rgba(0, 0, 0, 0.1)) !default; // 阴影颜色
756
+ $-popover-arrow-box-shadow: var(--wot-popover-arrow-box-shadow,
757
+ 0px 2px 10px 0px rgba(0, 0, 0, 0.2)) !default; // 阴影颜色
1038
758
  $-popover-border-color: var(--wot-popover-border-color, rgba(0, 0, 0, 0.09)) !default; // 阴影颜色
1039
759
  $-popover-radius: var(--wot-popover-radius, 4px) !default; // 圆角大小
1040
760
  $-popover-arrow-size: var(--wot-popover-arrow-size, 6px) !default; // 箭头大小
@@ -1046,10 +766,8 @@ $-popover-z-index: var(--wot-popover-z-index, $-tooltip-z-index) !default;
1046
766
  $-grid-item-fs: var(--wot-grid-item-fs, 12px) !default; // 字号
1047
767
  $-grid-item-bg: var(--wot-grid-item-bg, $-color-white) !default; // 字号
1048
768
  $-grid-item-padding: var(--wot-grid-item-padding, 14px 0px) !default; // 内容的 padding
1049
- $-grid-item-border-color: var(
1050
- --wot-grid-item-border-color,
1051
- $-color-border-light
1052
- ) !default; // 边框颜色
769
+ $-grid-item-border-color: var(--wot-grid-item-border-color,
770
+ $-color-border-light) !default; // 边框颜色
1053
771
  /* statustip */
1054
772
  $-statustip-fs: var(--wot-statustip-fs, $-fs-content) !default; // 字号
1055
773
  $-statustip-color: var(--wot-statustip-color, rgba(0, 0, 0, 0.45)) !default; // 文字颜色
@@ -1060,75 +778,51 @@ $-card-bg: var(--wot-card-bg, $-color-white) !default; // 背景色
1060
778
  $-card-fs: var(--wot-card-fs, $-fs-content) !default; // 卡片字号
1061
779
  $-card-padding: var(--wot-card-padding, 0 $-size-side-padding) !default; // 内边距
1062
780
  $-card-footer-padding: var(--wot-card-footer-padding, 12px 0 16px) !default; // 底部内边距
1063
- $-card-shadow-color: var(
1064
- --wot-card-shadow-color,
1065
- 0px 4px 8px 0px rgba(0, 0, 0, 0.02)
1066
- ) !default; // 阴影
781
+ $-card-shadow-color: var(--wot-card-shadow-color,
782
+ 0px 4px 8px 0px rgba(0, 0, 0, 0.02)) !default; // 阴影
1067
783
  $-card-radius: var(--wot-card-radius, 8px) !default; // 圆角大小
1068
784
  $-card-line-height: var(--wot-card-line-height, 1.1) !default; // 行高
1069
785
  $-card-margin: var(--wot-card-margin, 0 $-size-side-padding) !default; // 外边距
1070
786
  $-card-title-color: var(--wot-card-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题颜色
1071
787
  $-card-title-fs: var(--wot-card-title-fs, $-fs-title) !default; // 矩形卡片标题字号
1072
- $-card-content-border-color: var(
1073
- --wot-card-content-border-color,
1074
- rgba(0, 0, 0, 0.09)
1075
- ) !default; // 内容边框
1076
- $-card-rectangle-title-padding: var(
1077
- --wot-card-rectangle-title-padding,
1078
- 15px 15px 12px
1079
- ) !default; // 矩形卡片头部内边距
1080
- $-card-rectangle-content-padding: var(
1081
- --wot-card-rectangle-content-padding,
1082
- 16px 0
1083
- ) !default; // 矩形卡片内容内边距
1084
- $-card-rectangle-footer-padding: var(
1085
- --wot-card-rectangle-footer-padding,
1086
- 12px 0
1087
- ) !default; // 矩形卡片底部内边距
788
+ $-card-content-border-color: var(--wot-card-content-border-color,
789
+ rgba(0, 0, 0, 0.09)) !default; // 内容边框
790
+ $-card-rectangle-title-padding: var(--wot-card-rectangle-title-padding,
791
+ 15px 15px 12px) !default; // 矩形卡片头部内边距
792
+ $-card-rectangle-content-padding: var(--wot-card-rectangle-content-padding,
793
+ 16px 0) !default; // 矩形卡片内容内边距
794
+ $-card-rectangle-footer-padding: var(--wot-card-rectangle-footer-padding,
795
+ 12px 0) !default; // 矩形卡片底部内边距
1088
796
  $-card-content-color: var(--wot-card-content-color, rgba(0, 0, 0, 0.45)) !default; // 文本内容颜色
1089
797
  $-card-content-line-height: var(--wot-card-content-line-height, 1.428) !default; // 文本内容行高
1090
798
  $-card-content-margin: var(--wot-card-content-margin, 13px 0 12px) !default; // 内容外边距
1091
- $-card-content-rectangle-margin: var(
1092
- --wot-card-content-rectangle-margin,
1093
- 14px 0 12px
1094
- ) !default; // 矩形卡片内容外边距
799
+ $-card-content-rectangle-margin: var(--wot-card-content-rectangle-margin,
800
+ 14px 0 12px) !default; // 矩形卡片内容外边距
1095
801
  /* upload */
1096
802
  $-upload-size: var(--wot-upload-size, 80px) !default; // upload的外边框默认尺寸
1097
803
  $-upload-evoke-icon-size: var(--wot-upload-evoke-icon-size, 32px) !default; // 唤起项的图标大小
1098
804
  $-upload-evoke-bg: var(--wot-upload-evoke-bg, rgba(0, 0, 0, 0.04)) !default; // 唤起项的背景色
1099
- $-upload-evoke-color: var(
1100
- --wot-upload-evoke-color,
1101
- rgba(0, 0, 0, 0.25)
1102
- ) !default; // 唤起项的图标颜色
1103
- $-upload-evoke-disabled-color: var(
1104
- --wot-upload-evoke-disabled-color,
1105
- rgba(0, 0, 0, 0.09)
1106
- ) !default; // 唤起项禁用颜色
805
+ $-upload-evoke-color: var(--wot-upload-evoke-color,
806
+ rgba(0, 0, 0, 0.25)) !default; // 唤起项的图标颜色
807
+ $-upload-evoke-disabled-color: var(--wot-upload-evoke-disabled-color,
808
+ rgba(0, 0, 0, 0.09)) !default; // 唤起项禁用颜色
1107
809
  $-upload-close-icon-size: var(--wot-upload-close-icon-size, 16px) !default; // 移除按钮尺寸
1108
- $-upload-close-icon-color: var(
1109
- --wot-upload-close-icon-color,
1110
- rgba(0, 0, 0, 0.65)
1111
- ) !default; // 移除按钮颜色
810
+ $-upload-close-icon-color: var(--wot-upload-close-icon-color,
811
+ rgba(0, 0, 0, 0.65)) !default; // 移除按钮颜色
1112
812
  $-upload-progress-fs: var(--wot-upload-progress-fs, 14px) !default; // 进度文字字号
1113
813
  $-upload-file-fs: var(--wot-upload-file-fs, 12px) !default; // 文件名字号
1114
814
  $-upload-file-color: var(--wot-upload-file-color, $-color-secondary) !default; // 文件名字颜色
1115
815
  $-upload-preview-name-fs: var(--wot-upload-preview-name-fs, 12px) !default; // 预览图片名字号
1116
816
  $-upload-preview-icon-size: var(--wot-upload-preview-icon-size, 24px) !default; // 预览内部图标尺寸
1117
- $-upload-preview-name-bg: var(
1118
- --wot-upload-preview-name-bg,
1119
- rgba(0, 0, 0, 0.6)
1120
- ) !default; // 预览文件名背景色
1121
- $-upload-preview-name-height: var(
1122
- --wot-upload-preview-name-height,
1123
- 22px
1124
- ) !default; // 预览文件名背景高度
817
+ $-upload-preview-name-bg: var(--wot-upload-preview-name-bg,
818
+ rgba(0, 0, 0, 0.6)) !default; // 预览文件名背景色
819
+ $-upload-preview-name-height: var(--wot-upload-preview-name-height,
820
+ 22px) !default; // 预览文件名背景高度
1125
821
  $-upload-cover-icon-size: var(--wot-upload-cover-icon-size, 22px) !default; // 视频/文件图标尺寸
1126
822
  /* curtain */
1127
823
  $-curtain-content-radius: var(--wot-curtain-content-radius, 24px) !default; // 内容圆角
1128
- $-curtain-content-close-color: var(
1129
- --wot-curtain-content-close-color,
1130
- $-color-white
1131
- ) !default; // 关闭按钮颜色
824
+ $-curtain-content-close-color: var(--wot-curtain-content-close-color,
825
+ $-color-white) !default; // 关闭按钮颜色
1132
826
  $-curtain-content-close-fs: var(--wot-curtain-content-close-fs, $-fs-big) !default; // 关闭按钮大小
1133
827
  /* notify */
1134
828
  $-notify-text-color: var(--wot-notify-text-color, $-color-white) !default;
@@ -1142,10 +836,8 @@ $-notify-warning-background: var(--wot-notify-warning-background, $-color-warnin
1142
836
  /* skeleton */
1143
837
  $-skeleton-background-color: var(--wot-skeleton-background-color, #eee) !default;
1144
838
  $-skeleton-animation-gradient: var(--wot-skeleton-animation-gradient, rgba(0, 0, 0, 0.04)) !default;
1145
- $-skeleton-animation-flashed: var(
1146
- --wot-skeleton-animation-flashed,
1147
- rgba(230, 230, 230, 0.3)
1148
- ) !default;
839
+ $-skeleton-animation-flashed: var(--wot-skeleton-animation-flashed,
840
+ rgba(230, 230, 230, 0.3)) !default;
1149
841
  $-skeleton-text-height-default: var(--wot-skeleton-text-height-default, 16px) !default;
1150
842
  $-skeleton-rect-height-default: var(--wot-skeleton-rect-height-default, 16px) !default;
1151
843
  $-skeleton-circle-height-default: var(--wot-skeleton-circle-height-default, 48px) !default;
@@ -1176,36 +868,24 @@ $-swiper-nav-btn-size: var(--wot-swiper-nav-btn-size, 48rpx) !default;
1176
868
  /* segmented */
1177
869
  $-segmented-padding: var(--wot-segmented-padding, 4px) !default; // 分段器padding
1178
870
  $-segmented-item-bg-color: var(--wot-segmented-item-bg-color, #eeeeee) !default;
1179
- $-segmented-item-color: var(
1180
- --wot-segmented-item-color,
1181
- rgba(0, 0, 0, 0.85)
1182
- ) !default; // 标题文字颜色
871
+ $-segmented-item-color: var(--wot-segmented-item-color,
872
+ rgba(0, 0, 0, 0.85)) !default; // 标题文字颜色
1183
873
  $-segmented-item-acitve-bg: var(--wot-segmented-item-acitve-bg, #ffffff) !default; // 标题文字颜色
1184
- $-segmented-item-disabled-color: var(
1185
- --wot-segmented-item-disabled-color,
1186
- rgba(0, 0, 0, 0.25)
1187
- ) !default; // 标题文字禁用颜色
874
+ $-segmented-item-disabled-color: var(--wot-segmented-item-disabled-color,
875
+ rgba(0, 0, 0, 0.25)) !default; // 标题文字禁用颜色
1188
876
  /* tabbar */
1189
877
  $-tabbar-height: var(--wot-tabbar-height, 50px) !default;
1190
- $-tabbar-box-shadow: var(
1191
- --wot-tabbar-box-shadow,
878
+ $-tabbar-box-shadow: var(--wot-tabbar-box-shadow,
1192
879
  0 6px 30px 5px rgba(0, 0, 0, 0.05),
1193
880
  0 16px 24px 2px rgba(0, 0, 0, 0.04),
1194
- 0 8px 10px -5px rgba(0, 0, 0, 0.08)
1195
- ) !default; // round类型tabbar阴影
881
+ 0 8px 10px -5px rgba(0, 0, 0, 0.08)) !default; // round类型tabbar阴影
1196
882
  /* tabbar-item */
1197
- $-tabbar-item-title-font-size: var(
1198
- --wot-tabbar-item-title-font-size,
1199
- 10px
1200
- ) !default; // tabbar选项文字大小
1201
- $-tabbar-item-title-line-height: var(
1202
- --wot-tabbar-item-title-line-height,
1203
- initial
1204
- ) !default; // tabbar选项标题文字行高
1205
- $-tabbar-inactive-color: var(
1206
- --wot-tabbar-inactive-color,
1207
- $-color-title
1208
- ) !default; // 标题文字和图标颜色
883
+ $-tabbar-item-title-font-size: var(--wot-tabbar-item-title-font-size,
884
+ 10px) !default; // tabbar选项文字大小
885
+ $-tabbar-item-title-line-height: var(--wot-tabbar-item-title-line-height,
886
+ initial) !default; // tabbar选项标题文字行高
887
+ $-tabbar-inactive-color: var(--wot-tabbar-inactive-color,
888
+ $-color-title) !default; // 标题文字和图标颜色
1209
889
  $-tabbar-active-color: var(--wot-tabbar-active-color, $-color-theme) !default; // 选中文字和图标颜色
1210
890
  $-tabbar-item-icon-size: var(--wot-tabbar-item-icon-size, 20px) !default; // tabbar选项图标大小
1211
891
  /* navbar */
@@ -1214,26 +894,20 @@ $-navbar-color: var(--wot-navbar-color, $-font-gray-1) !default; // navbar字体
1214
894
  $-navbar-background: var(--wot-navbar-background, $-color-white) !default; // navbar背景颜色
1215
895
  $-navbar-arrow-size: var(--wot-navbar-arrow-size, 24px) !default; // navbar左箭头图标大小
1216
896
  $-navbar-desc-font-size: var(--wot-navbar-desc-font-size, 16px); // navbar 左箭头字体大小
1217
- $-navbar-desc-font-color: var(
1218
- --wot-navbar-desc-font-color,
1219
- $-font-gray-1
1220
- ) !default; // navbar左右两侧字体颜色
897
+ $-navbar-desc-font-color: var(--wot-navbar-desc-font-color,
898
+ $-font-gray-1) !default; // navbar左右两侧字体颜色
1221
899
  $-navbar-title-font-size: var(--wot-navbar-title-font-size, 18px); // navbar title字体大小
1222
900
  $-navbar-title-font-weight: var(--wot-navbar-title-font-weight, 600); // navbar title字重
1223
- $-navbar-disabled-opacity: var(
1224
- --wot-navbar-disabled-opacity,
1225
- 0.6
1226
- ) !default; // navbar左右两侧字体禁用
901
+ $-navbar-disabled-opacity: var(--wot-navbar-disabled-opacity,
902
+ 0.6) !default; // navbar左右两侧字体禁用
1227
903
  $-navbar-hover-color: var(--wot-navbar-hover-color, #eee) !default; // navbar hover样式
1228
904
  /* navbar-capsule */
1229
905
  $-navbar-capsule-border-color: var(--wot-navbar-capsule-border-color, #e7e7e7) !default;
1230
906
  $-navbar-capsule-border-radius: var(--wot-navbar-capsule-border-radius, 16px) !default;
1231
907
  $-navbar-capsule-width: var(--wot-navbar-capsule-width, 88px) !default;
1232
908
  $-navbar-capsule-height: var(--wot-navbar-capsule-height, 32px) !default;
1233
- $-navbar-capsule-icon-size: var(
1234
- --wot-navbar-capsule-icon-size,
1235
- 20px
1236
- ) !default; // navbar capsule图标大小
909
+ $-navbar-capsule-icon-size: var(--wot-navbar-capsule-icon-size,
910
+ 20px) !default; // navbar capsule图标大小
1237
911
  /* table */
1238
912
  $-table-color: var(--wot-table-color, $-font-gray-1) !default; // 表格字体颜色
1239
913
  $-table-bg: var(--wot-table-bg, #ffffff) !default; // 表格背景颜色
@@ -1272,22 +946,14 @@ $-number-keyboard-key-font-size: var(--wot-number-keyboard-key-font-size, 28px)
1272
946
  $-number-keyboard-key-background: var(--wot-number-keyboard-key-background, $-color-white) !default;
1273
947
  $-number-keyboard-key-border-radius: var(--wot-number-keyboard-key-border-radius, 8px) !default;
1274
948
  $-number-keyboard-delete-font-size: var(--wot-number-keyboard-delete-font-size, 16px) !default;
1275
- $-number-keyboard-key-active-color: var(
1276
- --wot-number-keyboard-key-active-color,
1277
- $-color-gray-3
1278
- ) !default;
1279
- $-number-keyboard-button-text-color: var(
1280
- --wot-number-keyboard-button-text-color,
1281
- $-color-white
1282
- ) !default;
1283
- $-number-keyboard-button-background: var(
1284
- --wot-number-keyboard--button-background,
1285
- $-color-theme
1286
- ) !default;
1287
- $-number-keyboard-button-active-opacity: var(
1288
- --wot-number-keyboard-button-active-opacity,
1289
- 0.6
1290
- ) !default;
949
+ $-number-keyboard-key-active-color: var(--wot-number-keyboard-key-active-color,
950
+ $-color-gray-3) !default;
951
+ $-number-keyboard-button-text-color: var(--wot-number-keyboard-button-text-color,
952
+ $-color-white) !default;
953
+ $-number-keyboard-button-background: var(--wot-number-keyboard--button-background,
954
+ $-color-theme) !default;
955
+ $-number-keyboard-button-active-opacity: var(--wot-number-keyboard-button-active-opacity,
956
+ 0.6) !default;
1291
957
  $-number-keyboard-background: var(--wot-number-keyboard-background, $-color-gray-2) !default;
1292
958
  $-number-keyboard-title-height: var(--wot-number-keyboard-title-height, 34px) !default;
1293
959
  $-number-keyboard-title-color: var(--wot-number-keyboard-title-color, $-color-gray-7) !default;
@@ -1315,14 +981,10 @@ $-password-input-cursor-height: var(--wot-password-input-cursor-height, 40%);
1315
981
  $-password-input-cursor-duration: var(--wot-password-input-cursor-duration, 1s);
1316
982
  /* form-item */
1317
983
  $-form-item-error-message-color: var(--wot-form-item-error-message-color, $-color-danger) !default;
1318
- $-form-item-error-message-font-size: var(
1319
- --wot-form-item-error-message-font-size,
1320
- $-fs-secondary
1321
- ) !default;
1322
- $-form-item-error-message-line-height: var(
1323
- --wot-form-item-error-message-line-height,
1324
- 24px
1325
- ) !default;
984
+ $-form-item-error-message-font-size: var(--wot-form-item-error-message-font-size,
985
+ $-fs-secondary) !default;
986
+ $-form-item-error-message-line-height: var(--wot-form-item-error-message-line-height,
987
+ 24px) !default;
1326
988
  /* backtop */
1327
989
  $-backtop-bg: var(--wot-backtop-bg, #e1e1e1) !default;
1328
990
  $-backtop-icon-size: var(--wot-backtop-icon-size, 20px) !default;
@@ -1337,10 +999,8 @@ $-text-success-color: var(--wot-text-success-color, $-color-success) !default;
1337
999
  /* video-preview */
1338
1000
  $-video-preview-bg: var(--wot-video-preview-bg, rgba(0, 0, 0, 0.8)) !default; // 背景色
1339
1001
  $-video-preview-close-color: var(--wot-video-preview-close-color, #fff) !default; // 图标颜色
1340
- $-video-preview-close-font-size: var(
1341
- --wot-video-preview-close-font-size,
1342
- 20px
1343
- ) !default; // 图标大小
1002
+ $-video-preview-close-font-size: var(--wot-video-preview-close-font-size,
1003
+ 20px) !default; // 图标大小
1344
1004
  /* img-cropper */
1345
1005
  $-img-cropper-icon-size: var(--wot-img-cropper-icon-size, $-fs-big) !default; // 图标大小
1346
- $-img-cropper-icon-color: var(--wot-img-cropper-icon-color, #fff) !default; // 图标颜色
1006
+ $-img-cropper-icon-color: var(--wot-img-cropper-icon-color, #fff) !default; // 图标颜色