@nutui/nutui 4.3.2 → 4.3.3
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/nutui.es.js +2 -4
- package/dist/nutui.js +6502 -6815
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/addresslist/AddressList.js +2 -2
- package/dist/packages/backtop/Backtop.js +79 -89
- package/dist/packages/calendar/Calendar.js +814 -3
- package/dist/packages/calendar/index.scss +0 -1
- package/dist/packages/calendarcard/CalendarCard.js +1 -1
- package/dist/packages/card/Card.js +2 -2
- package/dist/packages/circleprogress/CircleProgress.js +90 -97
- package/dist/packages/comment/Comment.js +2 -2
- package/dist/packages/ecard/Ecard.js +2 -2
- package/dist/packages/input/Input.js +7 -7
- package/dist/packages/inputnumber/InputNumber.js +83 -102
- package/dist/packages/invoice/Invoice.js +87 -138
- package/dist/packages/navbar/Navbar.js +103 -115
- package/dist/packages/progress/Progress.js +96 -115
- package/dist/packages/rate/Rate.js +98 -140
- package/dist/packages/sku/Sku.js +2 -2
- package/dist/packages/swipe/Swipe.js +96 -110
- package/dist/packages/swipegroup/SwipeGroup.js +41 -23
- package/dist/packages/tag/Tag.js +57 -66
- package/dist/packages/uploader/Uploader.js +4 -4
- package/dist/smartips/web-types.json +2 -2
- package/dist/styles/base-jdb.css +1 -1
- package/dist/styles/base-jddkh.css +1 -1
- package/dist/styles/base-jdt.css +1 -1
- package/dist/styles/themes/default.scss +0 -1
- package/dist/styles/themes/jdb.scss +0 -1
- package/dist/styles/themes/jddkh.scss +0 -1
- package/dist/styles/themes/jdt.scss +0 -1
- package/dist/styles/variables-jdb.scss +0 -1
- package/dist/styles/variables-jddkh.scss +0 -1
- package/dist/styles/variables-jdt.scss +0 -1
- package/dist/styles/variables.scss +0 -1
- package/dist/types/__VUE/backtop/backtop.vue.d.ts +87 -0
- package/dist/types/__VUE/backtop/index.d.ts +5 -0
- package/dist/types/__VUE/calendaritem/index.vue.d.ts +2 -12
- package/dist/types/__VUE/circleprogress/circle-progress.vue.d.ts +88 -0
- package/dist/types/__VUE/circleprogress/index.d.ts +6 -0
- package/dist/types/__VUE/inputnumber/index.d.ts +5 -0
- package/dist/types/__VUE/inputnumber/input-number.vue.d.ts +112 -0
- package/dist/types/__VUE/invoice/index.d.ts +6 -0
- package/dist/types/__VUE/invoice/invoice.vue.d.ts +59 -0
- package/dist/types/__VUE/invoice/types.d.ts +12 -0
- package/dist/types/__VUE/navbar/index.d.ts +5 -0
- package/dist/types/__VUE/navbar/navbar.vue.d.ts +125 -0
- package/dist/types/__VUE/progress/index.d.ts +6 -0
- package/dist/types/__VUE/progress/progress.vue.d.ts +91 -0
- package/dist/types/__VUE/rate/index.d.ts +5 -0
- package/dist/types/__VUE/rate/rate.vue.d.ts +208 -0
- package/dist/types/__VUE/swipe/index.d.ts +6 -0
- package/dist/types/__VUE/swipe/swipe.vue.d.ts +79 -0
- package/dist/types/__VUE/swipe/types.d.ts +1 -0
- package/dist/types/__VUE/swipegroup/index.d.ts +5 -0
- package/dist/types/__VUE/swipegroup/swipe-group.vue.d.ts +47 -0
- package/dist/types/__VUE/tag/index.d.ts +6 -0
- package/dist/types/__VUE/tag/tag.vue.d.ts +90 -0
- package/dist/types/__VUE/tag/types.d.ts +1 -1
- package/dist/types/index.d.ts +22 -13
- package/package.json +1 -1
- package/dist/packages/calendaritem/CalendarItem.js +0 -819
- package/dist/packages/calendaritem/index.css +0 -0
- package/dist/packages/calendaritem/index.mjs +0 -2
- package/dist/packages/calendaritem/index.scss +0 -0
- package/dist/packages/calendaritem/style/css.mjs +0 -2
- package/dist/packages/calendaritem/style/index.mjs +0 -2
- package/dist/types/__VUE/backtop/index.vue.d.ts +0 -98
- package/dist/types/__VUE/circleprogress/index.vue.d.ts +0 -95
- package/dist/types/__VUE/inputnumber/index.vue.d.ts +0 -117
- package/dist/types/__VUE/invoice/index.vue.d.ts +0 -53
- package/dist/types/__VUE/navbar/index.vue.d.ts +0 -129
- package/dist/types/__VUE/progress/index.vue.d.ts +0 -120
- package/dist/types/__VUE/rate/index.vue.d.ts +0 -240
- package/dist/types/__VUE/swipe/index.vue.d.ts +0 -70
- package/dist/types/__VUE/swipegroup/index.vue.d.ts +0 -26
- package/dist/types/__VUE/tag/index.vue.d.ts +0 -94
|
@@ -17,33 +17,24 @@ var __spreadValues = (a, b) => {
|
|
|
17
17
|
return a;
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
import { defineComponent, ref, computed, inject, watch, reactive, openBlock, createElementBlock, normalizeStyle, createElementVNode, renderSlot } from "vue";
|
|
20
21
|
import { u as useTouch } from "../index-084nl_oE.js";
|
|
21
|
-
import { ref, computed, inject, watch, reactive, openBlock, createElementBlock, normalizeStyle, createElementVNode, renderSlot } from "vue";
|
|
22
|
-
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
23
22
|
import { S as SWIPE_KEY } from "../types-qOrhXtA_.js";
|
|
24
|
-
import {
|
|
25
|
-
const
|
|
26
|
-
|
|
23
|
+
import { w as withInstall } from "../with-install-p59gYYU_.js";
|
|
24
|
+
const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, {
|
|
25
|
+
name: "NutSwipe"
|
|
26
|
+
}), {
|
|
27
|
+
__name: "swipe",
|
|
27
28
|
props: {
|
|
28
|
-
name: {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
touchMoveStopPropagation: {
|
|
33
|
-
type: Boolean,
|
|
34
|
-
default: false
|
|
35
|
-
},
|
|
36
|
-
touchMovePreventDefault: {
|
|
37
|
-
type: Boolean,
|
|
38
|
-
default: false
|
|
39
|
-
},
|
|
40
|
-
disabled: {
|
|
41
|
-
type: Boolean,
|
|
42
|
-
default: false
|
|
43
|
-
}
|
|
29
|
+
name: { default: "" },
|
|
30
|
+
touchMoveStopPropagation: { type: Boolean, default: false },
|
|
31
|
+
touchMovePreventDefault: { type: Boolean, default: false },
|
|
32
|
+
disabled: { type: Boolean, default: false }
|
|
44
33
|
},
|
|
45
34
|
emits: ["open", "close", "click"],
|
|
46
|
-
setup(
|
|
35
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
36
|
+
const props = __props;
|
|
37
|
+
const emit = __emit;
|
|
47
38
|
const getRefWidth = (ref2) => {
|
|
48
39
|
var _a;
|
|
49
40
|
return ((_a = ref2.value) == null ? void 0 : _a.getBoundingClientRect().width) || 0;
|
|
@@ -130,100 +121,95 @@ const _sfc_main = create({
|
|
|
130
121
|
state.offset = offset;
|
|
131
122
|
};
|
|
132
123
|
const touch = useTouch();
|
|
133
|
-
const
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
event.preventDefault();
|
|
149
|
-
}
|
|
150
|
-
if (props.touchMoveStopPropagation) {
|
|
151
|
-
event.stopPropagation();
|
|
152
|
-
}
|
|
124
|
+
const onTouchStart = (event) => {
|
|
125
|
+
if (props.disabled)
|
|
126
|
+
return;
|
|
127
|
+
touch.start(event);
|
|
128
|
+
};
|
|
129
|
+
const onTouchMove = (event) => {
|
|
130
|
+
if (props.disabled)
|
|
131
|
+
return;
|
|
132
|
+
touch.move(event);
|
|
133
|
+
if (touch.isHorizontal()) {
|
|
134
|
+
lockClick.value = true;
|
|
135
|
+
state.moving = true;
|
|
136
|
+
setoffset(touch.deltaX.value);
|
|
137
|
+
if (props.touchMovePreventDefault) {
|
|
138
|
+
event.preventDefault();
|
|
153
139
|
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
if (state.moving) {
|
|
157
|
-
state.moving = false;
|
|
158
|
-
oldPosition = position;
|
|
159
|
-
switch (position) {
|
|
160
|
-
case "left":
|
|
161
|
-
if (Math.abs(state.offset) <= rightRefWidth.value / 2) {
|
|
162
|
-
close();
|
|
163
|
-
} else {
|
|
164
|
-
state.offset = -rightRefWidth.value;
|
|
165
|
-
open();
|
|
166
|
-
}
|
|
167
|
-
break;
|
|
168
|
-
case "right":
|
|
169
|
-
if (Math.abs(state.offset) <= leftRefWidth.value / 2) {
|
|
170
|
-
close();
|
|
171
|
-
} else {
|
|
172
|
-
state.offset = leftRefWidth.value;
|
|
173
|
-
open();
|
|
174
|
-
}
|
|
175
|
-
break;
|
|
176
|
-
}
|
|
177
|
-
setTimeout(() => {
|
|
178
|
-
lockClick.value = false;
|
|
179
|
-
}, 0);
|
|
140
|
+
if (props.touchMoveStopPropagation) {
|
|
141
|
+
event.stopPropagation();
|
|
180
142
|
}
|
|
181
143
|
}
|
|
182
144
|
};
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
145
|
+
const onTouchEnd = () => {
|
|
146
|
+
if (state.moving) {
|
|
147
|
+
state.moving = false;
|
|
148
|
+
oldPosition = position;
|
|
149
|
+
switch (position) {
|
|
150
|
+
case "left":
|
|
151
|
+
if (Math.abs(state.offset) <= rightRefWidth.value / 2) {
|
|
152
|
+
close();
|
|
153
|
+
} else {
|
|
154
|
+
state.offset = -rightRefWidth.value;
|
|
155
|
+
open();
|
|
156
|
+
}
|
|
157
|
+
break;
|
|
158
|
+
case "right":
|
|
159
|
+
if (Math.abs(state.offset) <= leftRefWidth.value / 2) {
|
|
160
|
+
close();
|
|
161
|
+
} else {
|
|
162
|
+
state.offset = leftRefWidth.value;
|
|
163
|
+
open();
|
|
164
|
+
}
|
|
165
|
+
break;
|
|
166
|
+
}
|
|
167
|
+
setTimeout(() => {
|
|
168
|
+
lockClick.value = false;
|
|
169
|
+
}, 0);
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
__expose({
|
|
188
173
|
open,
|
|
189
|
-
close
|
|
190
|
-
onClick,
|
|
191
|
-
lockClick
|
|
174
|
+
close
|
|
192
175
|
});
|
|
176
|
+
return (_ctx, _cache) => {
|
|
177
|
+
return openBlock(), createElementBlock("view", {
|
|
178
|
+
class: "nut-swipe",
|
|
179
|
+
style: normalizeStyle(touchStyle.value),
|
|
180
|
+
onTouchstart: onTouchStart,
|
|
181
|
+
onTouchmove: onTouchMove,
|
|
182
|
+
onTouchend: onTouchEnd,
|
|
183
|
+
onTouchcancel: onTouchEnd
|
|
184
|
+
}, [
|
|
185
|
+
createElementVNode("view", {
|
|
186
|
+
ref_key: "leftRef",
|
|
187
|
+
ref: leftRef,
|
|
188
|
+
class: "nut-swipe__left",
|
|
189
|
+
onClick: _cache[0] || (_cache[0] = ($event) => onClick($event, "left", true))
|
|
190
|
+
}, [
|
|
191
|
+
renderSlot(_ctx.$slots, "left")
|
|
192
|
+
], 512),
|
|
193
|
+
createElementVNode("view", {
|
|
194
|
+
class: "nut-swipe__content",
|
|
195
|
+
onClick: _cache[1] || (_cache[1] = ($event) => onClick($event, "content", lockClick.value))
|
|
196
|
+
}, [
|
|
197
|
+
renderSlot(_ctx.$slots, "default")
|
|
198
|
+
]),
|
|
199
|
+
createElementVNode("view", {
|
|
200
|
+
ref_key: "rightRef",
|
|
201
|
+
ref: rightRef,
|
|
202
|
+
class: "nut-swipe__right",
|
|
203
|
+
onClick: _cache[2] || (_cache[2] = ($event) => onClick($event, "right", true))
|
|
204
|
+
}, [
|
|
205
|
+
renderSlot(_ctx.$slots, "right")
|
|
206
|
+
], 512)
|
|
207
|
+
], 36);
|
|
208
|
+
};
|
|
193
209
|
}
|
|
194
|
-
});
|
|
195
|
-
|
|
196
|
-
return openBlock(), createElementBlock("view", {
|
|
197
|
-
class: "nut-swipe",
|
|
198
|
-
style: normalizeStyle(_ctx.touchStyle),
|
|
199
|
-
onTouchstart: _cache[3] || (_cache[3] = (...args) => _ctx.onTouchStart && _ctx.onTouchStart(...args)),
|
|
200
|
-
onTouchmove: _cache[4] || (_cache[4] = (...args) => _ctx.onTouchMove && _ctx.onTouchMove(...args)),
|
|
201
|
-
onTouchend: _cache[5] || (_cache[5] = (...args) => _ctx.onTouchEnd && _ctx.onTouchEnd(...args)),
|
|
202
|
-
onTouchcancel: _cache[6] || (_cache[6] = (...args) => _ctx.onTouchEnd && _ctx.onTouchEnd(...args))
|
|
203
|
-
}, [
|
|
204
|
-
createElementVNode("view", {
|
|
205
|
-
ref: "leftRef",
|
|
206
|
-
class: "nut-swipe__left",
|
|
207
|
-
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.onClick($event, "left", true))
|
|
208
|
-
}, [
|
|
209
|
-
renderSlot(_ctx.$slots, "left")
|
|
210
|
-
], 512),
|
|
211
|
-
createElementVNode("view", {
|
|
212
|
-
class: "nut-swipe__content",
|
|
213
|
-
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.onClick($event, "content", _ctx.lockClick))
|
|
214
|
-
}, [
|
|
215
|
-
renderSlot(_ctx.$slots, "default")
|
|
216
|
-
]),
|
|
217
|
-
createElementVNode("view", {
|
|
218
|
-
ref: "rightRef",
|
|
219
|
-
class: "nut-swipe__right",
|
|
220
|
-
onClick: _cache[2] || (_cache[2] = ($event) => _ctx.onClick($event, "right", true))
|
|
221
|
-
}, [
|
|
222
|
-
renderSlot(_ctx.$slots, "right")
|
|
223
|
-
], 512)
|
|
224
|
-
], 36);
|
|
225
|
-
}
|
|
226
|
-
const NutSwipe = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
210
|
+
}));
|
|
211
|
+
withInstall(_sfc_main);
|
|
227
212
|
export {
|
|
228
|
-
|
|
213
|
+
_sfc_main as Swipe,
|
|
214
|
+
_sfc_main as default
|
|
229
215
|
};
|
|
@@ -1,16 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
import { defineComponent, ref, provide, openBlock, createElementBlock, renderSlot } from "vue";
|
|
3
21
|
import { S as SWIPE_KEY } from "../types-qOrhXtA_.js";
|
|
4
|
-
import {
|
|
5
|
-
const
|
|
6
|
-
|
|
22
|
+
import { w as withInstall } from "../with-install-p59gYYU_.js";
|
|
23
|
+
const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, {
|
|
24
|
+
name: "NutSwipeGroup"
|
|
25
|
+
}), {
|
|
26
|
+
__name: "swipe-group",
|
|
7
27
|
props: {
|
|
8
|
-
lock: {
|
|
9
|
-
type: Boolean,
|
|
10
|
-
default: false
|
|
11
|
-
}
|
|
28
|
+
lock: { type: Boolean, default: false }
|
|
12
29
|
},
|
|
13
|
-
setup(
|
|
30
|
+
setup(__props) {
|
|
31
|
+
const props = __props;
|
|
14
32
|
const swipeGroupRef = ref(null);
|
|
15
33
|
const name = ref("");
|
|
16
34
|
const update = (n) => {
|
|
@@ -21,19 +39,19 @@ const _sfc_main = create({
|
|
|
21
39
|
lock: props.lock,
|
|
22
40
|
name
|
|
23
41
|
});
|
|
24
|
-
return
|
|
42
|
+
return (_ctx, _cache) => {
|
|
43
|
+
return openBlock(), createElementBlock("div", {
|
|
44
|
+
ref_key: "swipeGroupRef",
|
|
45
|
+
ref: swipeGroupRef,
|
|
46
|
+
class: "nut-swipe-group"
|
|
47
|
+
}, [
|
|
48
|
+
renderSlot(_ctx.$slots, "default")
|
|
49
|
+
], 512);
|
|
50
|
+
};
|
|
25
51
|
}
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
ref: "swipeGroupRef",
|
|
29
|
-
class: "nut-swipe-group"
|
|
30
|
-
};
|
|
31
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32
|
-
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
33
|
-
renderSlot(_ctx.$slots, "default")
|
|
34
|
-
], 512);
|
|
35
|
-
}
|
|
36
|
-
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
52
|
+
}));
|
|
53
|
+
withInstall(_sfc_main);
|
|
37
54
|
export {
|
|
38
|
-
|
|
55
|
+
_sfc_main as SwipeGroup,
|
|
56
|
+
_sfc_main as default
|
|
39
57
|
};
|
package/dist/packages/tag/Tag.js
CHANGED
|
@@ -1,44 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, normalizeStyle, renderSlot, createBlock, unref, withModifiers, createCommentVNode } from "vue";
|
|
3
21
|
import { Close } from "@nutui/icons-vue";
|
|
4
|
-
import {
|
|
5
|
-
const
|
|
6
|
-
|
|
22
|
+
import { w as withInstall } from "../with-install-p59gYYU_.js";
|
|
23
|
+
const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, {
|
|
24
|
+
name: "NutTag"
|
|
25
|
+
}), {
|
|
26
|
+
__name: "tag",
|
|
7
27
|
props: {
|
|
8
|
-
color: {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
},
|
|
16
|
-
type: {
|
|
17
|
-
type: String,
|
|
18
|
-
default: "default"
|
|
19
|
-
},
|
|
20
|
-
plain: {
|
|
21
|
-
type: Boolean,
|
|
22
|
-
default: false
|
|
23
|
-
},
|
|
24
|
-
round: {
|
|
25
|
-
type: Boolean,
|
|
26
|
-
default: false
|
|
27
|
-
},
|
|
28
|
-
mark: {
|
|
29
|
-
type: Boolean,
|
|
30
|
-
default: false
|
|
31
|
-
},
|
|
32
|
-
closeable: {
|
|
33
|
-
type: Boolean,
|
|
34
|
-
default: false
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
components: {
|
|
38
|
-
Close
|
|
28
|
+
color: { default: "" },
|
|
29
|
+
textColor: { default: "" },
|
|
30
|
+
type: { default: "default" },
|
|
31
|
+
plain: { type: Boolean, default: false },
|
|
32
|
+
round: { type: Boolean, default: false },
|
|
33
|
+
mark: { type: Boolean, default: false },
|
|
34
|
+
closeable: { type: Boolean, default: false }
|
|
39
35
|
},
|
|
40
36
|
emits: ["close", "click"],
|
|
41
|
-
setup(
|
|
37
|
+
setup(__props, { emit: __emit }) {
|
|
38
|
+
const props = __props;
|
|
39
|
+
const emits = __emit;
|
|
42
40
|
const classes = computed(() => {
|
|
43
41
|
const prefixCls = "nut-tag";
|
|
44
42
|
return {
|
|
@@ -58,45 +56,38 @@ const _sfc_main = create({
|
|
|
58
56
|
}
|
|
59
57
|
if (props.plain) {
|
|
60
58
|
style2.background = "#fff";
|
|
61
|
-
style2
|
|
59
|
+
style2.borderColor = props.color;
|
|
62
60
|
} else if (props.color) {
|
|
63
61
|
style2.background = props.color;
|
|
64
62
|
}
|
|
65
63
|
return style2;
|
|
66
64
|
});
|
|
67
65
|
const onClose = (event) => {
|
|
68
|
-
event
|
|
69
|
-
emit("close", event);
|
|
66
|
+
emits("close", event);
|
|
70
67
|
};
|
|
71
68
|
const onClick = (event) => {
|
|
72
|
-
|
|
69
|
+
emits("click", event);
|
|
73
70
|
};
|
|
74
|
-
return {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
71
|
+
return (_ctx, _cache) => {
|
|
72
|
+
return openBlock(), createElementBlock("view", {
|
|
73
|
+
class: normalizeClass(classes.value),
|
|
74
|
+
style: normalizeStyle(style.value),
|
|
75
|
+
onClick
|
|
76
|
+
}, [
|
|
77
|
+
renderSlot(_ctx.$slots, "default"),
|
|
78
|
+
_ctx.closeable ? (openBlock(), createBlock(unref(Close), {
|
|
79
|
+
key: 0,
|
|
80
|
+
class: "nut-tag--close",
|
|
81
|
+
width: "12px",
|
|
82
|
+
height: "12px",
|
|
83
|
+
onClick: withModifiers(onClose, ["stop"])
|
|
84
|
+
})) : createCommentVNode("", true)
|
|
85
|
+
], 6);
|
|
79
86
|
};
|
|
80
87
|
}
|
|
81
|
-
});
|
|
82
|
-
|
|
83
|
-
const _component_Close = resolveComponent("Close");
|
|
84
|
-
return openBlock(), createElementBlock("view", {
|
|
85
|
-
class: normalizeClass(_ctx.classes),
|
|
86
|
-
style: normalizeStyle(_ctx.style),
|
|
87
|
-
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
|
|
88
|
-
}, [
|
|
89
|
-
renderSlot(_ctx.$slots, "default"),
|
|
90
|
-
_ctx.closeable ? (openBlock(), createBlock(_component_Close, {
|
|
91
|
-
key: 0,
|
|
92
|
-
class: "nut-tag--close",
|
|
93
|
-
width: "12px",
|
|
94
|
-
height: "12px",
|
|
95
|
-
onClick: _ctx.onClose
|
|
96
|
-
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
97
|
-
], 6);
|
|
98
|
-
}
|
|
99
|
-
const NutTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
88
|
+
}));
|
|
89
|
+
withInstall(_sfc_main);
|
|
100
90
|
export {
|
|
101
|
-
|
|
91
|
+
_sfc_main as Tag,
|
|
92
|
+
_sfc_main as default
|
|
102
93
|
};
|
|
@@ -4,10 +4,10 @@ var __publicField = (obj, key, value) => {
|
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
|
-
import { toRef, ref, watch, h, reactive, resolveComponent, openBlock, createElementBlock, renderSlot, createBlock, resolveDynamicComponent, createCommentVNode, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createVNode } from "vue";
|
|
7
|
+
import { toRef, ref, watch, h, reactive, resolveComponent, openBlock, createElementBlock, renderSlot, createBlock, resolveDynamicComponent, createCommentVNode, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createVNode, withModifiers } from "vue";
|
|
8
8
|
import { c as createComponent } from "../component-TCzwHGVq.js";
|
|
9
9
|
import { f as funInterceptor } from "../Interceptor-WYVtGbGC.js";
|
|
10
|
-
import
|
|
10
|
+
import { Progress as _sfc_main$1 } from "../progress/Progress.js";
|
|
11
11
|
import { Photograph, Failure, Loading, Del, Link } from "@nutui/icons-vue";
|
|
12
12
|
import { u as useLocale } from "../index-s3RgMhc7.js";
|
|
13
13
|
import { u as useFormDisabled } from "../common-FZL3qC99.js";
|
|
@@ -94,7 +94,7 @@ const { create } = createComponent("uploader");
|
|
|
94
94
|
const cN = "NutUploader";
|
|
95
95
|
const _sfc_main = create({
|
|
96
96
|
components: {
|
|
97
|
-
NutProgress,
|
|
97
|
+
NutProgress: _sfc_main$1,
|
|
98
98
|
Photograph,
|
|
99
99
|
Failure,
|
|
100
100
|
Loading,
|
|
@@ -452,7 +452,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
452
452
|
key: 0,
|
|
453
453
|
color: "#808080",
|
|
454
454
|
class: "nut-uploader__preview-img__file__del",
|
|
455
|
-
onClick: ($event) => _ctx.onDelete(item, index2)
|
|
455
|
+
onClick: withModifiers(($event) => _ctx.onDelete(item, index2), ["stop"])
|
|
456
456
|
}, null, 8, ["onClick"])) : createCommentVNode("", true)
|
|
457
457
|
], 10, _hoisted_13),
|
|
458
458
|
item.status == "uploading" ? (openBlock(), createBlock(_component_nut_progress, {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "NutUI",
|
|
5
|
-
"version": "4.3.
|
|
5
|
+
"version": "4.3.3",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"tags": [
|
|
@@ -6331,7 +6331,7 @@
|
|
|
6331
6331
|
{
|
|
6332
6332
|
"name": "type",
|
|
6333
6333
|
"default": "`default`",
|
|
6334
|
-
"description": "标签类型,可选值为 `primary`、`success`、`danger`、`warning`",
|
|
6334
|
+
"description": "标签类型,可选值为 `primary`、`success`、`danger`、`warning`、`default`",
|
|
6335
6335
|
"value": {
|
|
6336
6336
|
"type": "string",
|
|
6337
6337
|
"kind": "expression"
|
package/dist/styles/base-jdb.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--nut-tdd-color-brand-normal: #f82c45;--nut-tdd-color-brand-gradient-normal-1: #ff566a;--nut-tdd-color-brand-gradient-normal-2: #f82c45;--nut-tdd-color-auxiliary-normal: #ffa41c;--nut-tdd-color-auxiliary-gradient-normal-1: #ffba0d;--nut-tdd-color-auxiliary-gradient-normal-2: #ffa41c;--nut-tdd-color-success-normal: #00c38f;--nut-tdd-color-nfos-normal: #4d84fe;--nut-tdd-color-warning: #de6a1c;--nut-tdd-color-error: #ff1923;--nut-tdd-color-font-400: #1a1a1a;--nut-tdd-color-font-300: #666666;--nut-tdd-color-font-200: #999999;--nut-tdd-color-font-100: #cccccc;--nut-tdd-color-fill-400: #cccccc;--nut-tdd-color-fill-300: #ebebeb;--nut-tdd-color-fill-200: #f4f4f4;--nut-tdd-color-fill-100: #f7f7f7;--nut-tdd-color-line-300: #999999;--nut-tdd-color-line-200: #ebebeb;--nut-tdd-color-line-100: #f4f4f4;--nut-tdd-color-black: rgb(0, 0, 0);--nut-tdd-color-black-80: rgba(0, 0, 0, 0.8);--nut-tdd-color-black-50: rgba(0, 0, 0, 0.5);--nut-tdd-color-black-10: rgba(0, 0, 0, 0.1);--nut-tdd-color-black-2: rgba(0, 0, 0, 0.02);--nut-tdd-color-white: #ffffff;--nut-tdd-font-size-1: 30px;--nut-tdd-font-size-2: 24px;--nut-tdd-font-size-3: 20px;--nut-tdd-font-size-4: 18px;--nut-tdd-font-size-5: 16px;--nut-tdd-font-size-6: 14px;--nut-tdd-font-size-7: 12px;--nut-tdd-font-size-8: 10px;--nut-tdd-line-height-1: 1;--nut-tdd-line-height-2: 1.5;--nut-tdd-line-height-3: 2;--nut-tdd-border-radius-1: 2px;--nut-tdd-border-radius-2: 4px;--nut-tdd-border-radius-3: 4px;--nut-tdd-border-radius-4: 4px;--nut-tdd-border-radius-5: 8px;--nut-tdd-border-radius-6: 6px;--nut-tdd-border-radius-7: 8px;--nut-tdd-border-radius-8: 8px;--nut-tdd-border-radius-9: 8px;--nut-tdd-border-radius-10: 6px;--nut-primary-disabled-opacity: 1;--nut-primary-color: #f82c45;--nut-primary-color-start: #ff566a;--nut-primary-color-end: #f82c45;--nut-help-color: #f5f5f5;--nut-title-color: #1a1a1a;--nut-title-color2: #666666;--nut-text-color: #808080;--nut-disable-color: #cccccc;--nut-white: #fff;--nut-black: #000;--nut-required-color: #fa2c19;--nut-dark-background: #131313;--nut-dark-background2: #1b1b1b;--nut-dark-background3: #141414;--nut-dark-background4: #323233;--nut-dark-background5: #646566;--nut-dark-background6: #380e08;--nut-dark-background7: #707070;--nut-dark-color: #fff;--nut-dark-color2: #f2270c;--nut-dark-color3: rgba(232, 230, 227, 0.8);--nut-dark-color-gray: #808080;--nut-dark-calendar-choose-color: rgba(227, 227, 227, 0.2);--nut-font-family: var(--nut-font-family, PingFang SC, Microsoft YaHei, Helvetica, Hiragino Sans GB, SimSun, sans-serif);--nut-animation-duration: 0.25s;--nut-animation-timing-fun: cubic-bezier(0.55, 0.085, 0.68, 0.53);--nut-font-size-0: 10px;--nut-font-size-1: 12px;--nut-font-size-2: 14px;--nut-font-size-3: 16px;--nut-font-size-4: 18px;--nut-font-weight-bold: 400;--nut-font-size-small: 12px;--nut-font-size-base: 14px;--nut-font-size-large: 16px;--nut-line-height-base: 1.5;--nut-button-border-radius: 8px;--nut-button-border-width: 1px;--nut-button-default-bg-color: #fff;--nut-button-default-border-color: rgb(204, 204, 204);--nut-button-default-color: rgb(102, 102, 102);--nut-button-default-padding: 0 18px;--nut-button-mini-padding: 0 12px;--nut-button-small-padding: 0 12px;--nut-button-small-height: 28px;--nut-button-mini-height: 24px;--nut-button-default-height: 38px;--nut-button-large-height: 48px;--nut-button-large-line-height: 46px;--nut-button-small-line-height: 26px;--nut-button-block-height: 48px;--nut-button-default-line-height: 36px;--nut-button-block-line-height: 46px;--nut-button-default-font-size: 14px;--nut-button-large-font-size: 14px;--nut-button-small-font-size: 12px;--nut-button-mini-font-size: 12px;--nut-button-mini-line-height: 1.2;--nut-button-disabled-opacity: 1;--nut-button-primary-color: #ffffff;--nut-button-primary-border-color: #f82c45;--nut-button-primary-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-button-info-color: #fff;--nut-button-info-border-color: rgb(73, 106, 242);--nut-button-info-background-color: linear-gradient(315deg, rgb(73, 143, 242) 0%, rgb(73, 101, 242) 100%);--nut-button-success-color: #fff;--nut-button-success-border-color: rgb(38, 191, 38);--nut-button-success-background-color: linear-gradient(135deg, rgb(38, 191, 38) 0%, rgb(39, 197, 48) 45%, rgb(40, 207, 63) 83%, rgb(41, 212, 70) 100%);--nut-button-danger-color: #fff;--nut-button-danger-border-color: rgb(250, 44, 25);--nut-button-danger-background-color: rgb(250, 44, 25);--nut-button-warning-color: #fff;--nut-button-warning-border-color: rgb(255, 158, 13);--nut-button-warning-background-color: linear-gradient(135deg, rgb(255, 158, 13) 0%, rgb(255, 167, 13) 45%, rgb(255, 182, 13) 83%, rgb(255, 190, 13) 100%);--nut-button-plain-background-color: #fff;--nut-button-small-round-border-radius: 8px;--nut-cell-color: #666666;--nut-cell-title-font: 14px;--nut-cell-title-desc-font: 12px;--nut-cell-desc-font: 14px;--nut-cell-desc-color: #cccccc;--nut-cell-border-radius: 6px;--nut-cell-padding: 13px 16px;--nut-cell-line-height: 20px;--nut-cell-after-right: 16px;--nut-cell-after-border-bottom: 1px solid #f5f6f7;--nut-cell-default-icon-margin: 0 4px 0 0px;--nut-cell-background: #fff;--nut-cell-box-shadow: 0px 1px 7px 0px rgb(237, 238, 241);--nut-cell-group-title-padding: 0 10px;--nut-cell-group-title-color: #909ca4;--nut-cell-group-title-font-size: 14px;--nut-cell-group-title-line-height: 20px;--nut-cell-group-desc-padding: 0 10px;--nut-cell-group-desc-color: #909ca4;--nut-cell-group-desc-font-size: 12px;--nut-cell-group-desc-line-height: 16px;--nut-cell-group-background-color: #fff;--nut-cell-large-title-font: 16px;--nut-cell-large-title-desc-font: 14px;--nut-cell-large-padding: 15px 16px;--nut-divider-margin: 16px 0;--nut-divider-text-font-size: 14px;--nut-divider-text-color: #909ca4;--nut-divider-line-height: 2px;--nut-divider-before-margin-right: 16px;--nut-divider-after-margin-left: 16px;--nut-divider-vertical-height: 12px;--nut-divider-vertical-top: 2px;--nut-divider-vertical-border-left: rgba(0, 0, 0, 0.06);--nut-divider-vertical-margin: 0 8px;--nut-icon-height: 20px;--nut-icon-width: 20px;--nut-icon-line-height: 20px;--nut-uploader-picture-width: 100px;--nut-uploader-picture-height: 100px;--nut-uploader-background: #f7f8fa;--nut-picker-cancel-color: #808080;--nut-picker-ok-color: #f82c45;--nut-picker-bar-cancel-font-size: 14px;--nut-picker-bar-ok-font-size: 14px;--nut-picker-bar-button-padding: 0 15px;--nut-picker-bar-title-font-size: 16px;--nut-picker-bar-title-color: #1a1a1a;--nut-picker-bar-title-font-weight: normal;--nut-picker-item-height: 36px;--nut-picker-item-text-color: #1a1a1a;--nut-picker-item-text-font-size: 14px;--nut-picker-item-active-line-border: 1px solid #d8d8d8;--nut-input-border-bottom: #eaf0fb;--nut-input-disabled-color: #c8c9cc;--nut-input-required-color: #fa2c19;--nut-input-font-size: 14px;--nut-textarea-font: 14px;--nut-textarea-height: 100px;--nut-textarea-limit-color: #808080;--nut-textarea-text-color: #1a1a1a;--nut-textarea-disabled-color: #cccccc;--nut-inputnumber-icon-color: #1a1a1a;--nut-inputnumber-icon-void-color: #cccccc;--nut-inputnumber-icon-size: 20px;--nut-inputnumber-input-font-size: 12px;--nut-inputnumber-input-font-color: #1a1a1a;--nut-inputnumber-input-background-color: #f5f5f5;--nut-inputnumber-input-border-radius: 4px;--nut-inputnumber-input-width: 40px;--nut-inputnumber-input-margin: 0 6px;--nut-inputnumber-input-border: 0;--nut-inputnumber-border: 0;--nut-inputnumber-border-radius: 0;--nut-inputnumber-height: auto;--nut-inputnumber-line-height: normal;--nut-inputnumber-border-box: content-box;--nut-inputnumber-display: inline-flex;--nut-actionsheet-light-color: #f6f6f6;--nut-actionsheet-item-border-bottom: none;--nut-actionsheet-item-font-size: 14px;--nut-actionsheet-item-subdesc-font-size: 12px;--nut-actionsheet-item-cancel-border-top: 1px solid #f6f6f6;--nut-actionsheet-item-line-height: 24px;--nut-actionsheet-item-font-color: #1a1a1a;--nut-shortpassword-background-color: rgb(245, 245, 245);--nut-shortpassword-border-color: #ddd;--nut-shortpassword-error: #f82c45;--nut-shortpassword-forget: rgb(128, 128, 128);--nut-numberkeyboard-width: 100%;--nut-numberkeyboard-padding: 0 0 22px 0;--nut-numberkeyboard-background-color: #f2f3f5;--nut-numberkeyboard-header-height: 34px;--nut-numberkeyboard-header-padding: 6px 0 0 0;--nut-numberkeyboard-header-color: #646566;--nut-numberkeyboard-header-font-size: 16px;--nut-numberkeyboard-header-close-padding: 0 16px;--nut-numberkeyboard-header-close-color: #576b95;--nut-numberkeyboard-header-close-font-size: 14px;--nut-numberkeyboard-header-close-background-color: transparent;--nut-numberkeyboard-key-background-color: #fff;--nut-numberkeyboard-key-active-background-color: #ebedf0;--nut-numberkeyboard-key-height: 48px;--nut-numberkeyboard-key-line-height: 1.5;--nut-numberkeyboard-key-border-radius: 8px;--nut-numberkeyboard-key-font-size: 28px;--nut-numberkeyboard-key-font-size-color: #333;--nut-numberkeyboard-key-finish-font-size: 16px;--nut-numberkeyboard-key-finish-font-size-color: #fff;--nut-numberkeyboard-key-finish-background-color: #1989fa;--nut-numberkeyboard-key-activeFinsh-background-color: #0570db;--nut-countdown-display: flex;--nut-countdown-color: inherit;--nut-countdown-font-size: initial;--nut-price-symbol-big-size: 18px;--nut-price-big-size: 24px;--nut-price-decimal-big-size: 18px;--nut-price-symbol-medium-size: 14px;--nut-price-medium-size: 16px;--nut-price-decimal-medium-size: 14px;--nut-price-symbol-small-size: 10px;--nut-price-small-size: 12px;--nut-price-decimal-small-size: 10px;--nut-avatar-square: 5px;--nut-avatar-large-width: 60px;--nut-avatar-large-height: 60px;--nut-avatar-small-width: 32px;--nut-avatar-small-height: 32px;--nut-avatar-normal-width: 40px;--nut-avatar-normal-height: 40px;--nut-switch-close-bg-color: #ebebeb;--nut-switch-close-cline-bg-color: #f0f0f0;--nut-switch-width: 36px;--nut-switch-height: 21px;--nut-switch-line-height: 21px;--nut-switch-border-radius: 21px;--nut-switch-inside-width: 13px;--nut-switch-inside-height: 13px;--nut-switch-inside-open-transform: translateX(146%);--nut-switch-inside-close-transform: translateX(30%);--nut-toast-title-font-size: 16px;--nut-toast-text-font-size: 14px;--nut-toast-font-color: #fff;--nut-toast-inner-padding: 24px 30px;--nut-toast-inner-bg-color: rgba(0, 0, 0, 0.8);--nut-toast-inner-border-radius: 8px;--nut-toast-cover-bg-color: rgba(0, 0, 0, 0);--nut-backtop-border-color: #e0e0e0;--nut-calendar-primary-color: #f82c45;--nut-calendar-choose-color: rgba(248, 44, 69, 0.09);--nut-calendar-choose-background-color: rgba(248, 44, 69, 0.09);--nut-calendar-choose-font-color: #f82c45;--nut-calendar-base-color: #333333;--nut-calendar-disable-color: #d1d0d0;--nut-calendar-base-font: 16px;--nut-calendar-title-font: 18px;--nut-calendar-title-font-weight: 500;--nut-calendar-sub-title-font: 14px;--nut-calendar-text-font: 12px;--nut-calendar-day-font: 16px;--nut-calendar-day-active-border-radius: 0px;--nut-calendar-day-font-weight: 500;--nut-calendar-day67-font-color: #f82c45;--nut-calendar-month-title-font-size: inherit;--nut-overlay-bg-color: rgba(0, 0, 0, 0.7);--nut-popup-close-icon-margin: 16px;--nut-popup-border-radius: 8px;--nut-notify-text-color: #fff;--nut-notify-padding: 12px 0;--nut-notify-font-size: 14px;--nut-notify-height: 44px;--nut-notify-line-height: auto;--nut-notify-base-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-notify-primary-background-color: linear-gradient(315deg, rgb(73, 143, 242) 0%, rgb(73, 101, 242) 100%);--nut-notify-success-background-color: linear-gradient(135deg, rgb(38, 191, 38) 0%, rgb(39, 197, 48) 45%, rgb(40, 207, 63) 83%, rgb(41, 212, 70) 100%);--nut-notify-danger-background-color: rgb(250, 50, 25);--nut-notify-warning-background-color: linear-gradient(135deg, rgb(255, 93, 13) 0%, rgb(255, 154, 13) 100%);--nut-rate-icon-color: #f82c45;--nut-rate-icon-void-color: #cccccc;--nut-tabbar-active-color: #f82c45;--nut-tabbar-unactive-color: #f82c45;--nut-tabbar-border-top: 1px solid #eee;--nut-tabbar-border-bottom: 1px solid #eee;--nut-tabbar-box-shadow: none;--nut-tabbar-item-text-font-size: 10px;--nut-tabbar-item-text-line-height: initial;--nut-tabbar-height: 50px;--nut-tabbar-word-margin-top: auto;--nut-infiniteloading-bottom-color: #c8c8c8;--nut-range-tip-font-color: #333333;--nut-range-bg-color: rgba(248, 44, 69, 0.5);--nut-range-bg-color-tick: #fa958c;--nut-range-bar-bg-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-range-bar-btn-bg-color: #fff;--nut-range-bar-btn-width: 24px;--nut-range-bar-btn-height: 24px;--nut-range-bar-btn-border: 1px solid #f82c45;--nut-swiper-pagination-item-width: 8px;--nut-swiper-pagination-item-height: 3px;--nut-swiper-pagination-item-margin-right: 7px;--nut-swiper-pagination-item-border-radius: 2px;--nut-address-region-tab-line: linear-gradient(90deg, #ff566a 0%, rgba(248, 44, 69, 0.15) 100%);--nut-address-icon-color: #f82c45;--nut-address-header-title-font-size: 18px;--nut-address-header-title-color: #262626;--nut-address-region-tab-font-size: 13px;--nut-address-region-tab-color: #1d1e1e;--nut-address-region-tab-active-item-font-weight: bold;--nut-address-region-tab-line-border-radius: 0;--nut-address-region-tab-line-opacity: 1;--nut-address-region-item-color: #333;--nut-address-region-item-font-size: 12px;--nut-address-item-margin-right: 9px;--nut-steps-base-icon-width: 25px;--nut-steps-base-icon-height: 25px;--nut-steps-base-icon-line-height: 25px;--nut-steps-base-icon-font-size: 13px;--nut-steps-base-title-font-size: 14px;--nut-steps-base-line-color: #909ca4;--nut-steps-base-title-color: #909ca4;--nut-steps-base-title-margin-bottom: 10px;--nut-steps-base-content-font-size: 14px;--nut-steps-base-content-color: #666;--nut-steps-wait-icon-bg-color: #959fb1;--nut-steps-wait-icon-color: #fff;--nut-steps-wait-head-color: #909ca4;--nut-steps-wait-head-border-color: #909ca4;--nut-steps-wait-content-color: #909ca4;--nut-steps-wait-icon-text-color: #ffffff;--nut-steps-finish-head-color: #f82c45;--nut-steps-finish-head-border-color: #f82c45;--nut-steps-finish-title-color: #f82c45;--nut-steps-finish-line-background: #f82c45;--nut-steps-finish-icon-text-color: #fff;--nut-steps-process-head-color: #fff;--nut-steps-process-head-border-color: #f82c45;--nut-steps-process-title-color: #f82c45;--nut-steps-process-icon-text-color: #f82c45;--nut-dialog-width: 296px;--nut-dialog-header-font-weight: normal;--nut-dialog-header-color: rgb(38, 38, 38);--nut-dialog-footer-justify-content: space-around;--nut-checkbox-label-color: #1d1e1e;--nut-checkbox-label-disable-color: #999;--nut-checkbox-icon-disable-color: #d6d6d6;--nut-checkbox-label-margin-left: 15px;--nut-checkbox-label-font-size: 14px;--nut-checkbox-icon-font-size: 18px;--nut-checkbox-icon-disable-color2: var(--nut-checkbox-icon-disable-color2, #f5f5f5);--nut-checkbox-button-padding: var(--nut-checkbox-button-padding, 5px 18px);--nut-checkbox-button-font-size: var(--nut-checkbox-button-font-size, 12px);--nut-checkbox-button-border-radius: var(--nut-checkbox-button-border-radius, 15px);--nut-checkbox-button-border-color: var(--nut-checkbox-button-border-color, #f6f7f9);--nut-checkbox-button-background: var(--nut-checkbox-button-background, #f6f7f9);--nut-checkbox-button-font-color-active: var(--nut-checkbox-button-font-color-active, #f82c45);--nut-checkbox-button-border-color-active: var(--nut-checkbox-button-border-color-active, #f82c45);--nut-checkbox-button-background-active: var(--nut-checkbox-button-background-active, #f82c45);--nut-checkbox-display: var(--nut-checkbox-display, inline-flex);--nut-checkbox-margin-right: var(--nut-checkbox-margin-right, 20px);--nut-radio-label-font-color: #1d1e1e;--nut-radio-label-font-active-color: #f82c45;--nut-radio-label-disable-color: #999;--nut-radio-icon-disable-color: #cccccc;--nut-radio-label-button-border-color: #f82c45;--nut-radio-label-button-background: rgba(248, 44, 69, 0.05);--nut-radio-label-margin-left: 15px;--nut-radio-button-border-radius: 15px;--nut-radio-label-font-size: 14px;--nut-radio-button-font-size: 12px;--nut-radio-button-padding: 5px 18px;--nut-radio-icon-font-size: 18px;--nut-radio-icon-disable-color2: #f5f5f5;--nut-fixednav-bg-color: #fff;--nut-fixednav-font-color: #000;--nut-fixednav-index: 201;--nut-fixednav-btn-bg: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-fixednav-item-active-color: #f82c45;--nut-noticebar-background: rgb(251, 248, 220);--nut-noticebar-color: #d9500b;--nut-noticebar-font-size: 14px;--nut-noticebar-across-height: 40px;--nut-noticebar-across-line-height: 24px;--nut-noticebar-box-padding: 0 16px;--nut-noticebar-wrapable-padding: 16px;--nut-noticebar-lefticon-margin: 0px 10px;--nut-noticebar-righticon-margin: 0px 10px;--nut-timeselect-title-font-size: 14px;--nut-timeselect-title-color: #1a1a1a;--nut-timeselect-title-width: 100%;--nut-timeselect-title-height: 50px;--nut-timeselect-title-line-height: 50px;--nut-timeselect-pannel-bg-color: #f6f7f9;--nut-timeselect-timepannel-text-color: #666666;--nut-timeselect-timepannel-font-size: 14px;--nut-timeselect-timepannel-cur-bg-color: #fff;--nut-timeselect-timepannel-cur-text-color: #333333;--nut-timeselect-timepannel-width: 140px;--nut-timeselect-timepannel-height: 40px;--nut-timeselect-timepannel-padding: 15px;--nut-timeselect-timedetail-padding: 0 5px 50px 13px;--nut-timeselect-timedetail-item-width: 100px;--nut-timeselect-timedetail-item-height: 50px;--nut-timeselect-timedetail-item-line-height: 50px;--nut-timeselect-timedetail-item-bg-color: #f6f7f9;--nut-timeselect-timedetail-item-border-radius: 5px;--nut-timeselect-timedetail-item-text-color: #333333;--nut-timeselect-timedetail-item-text-font-size: 14px;--nut-timeselect-timedetail-item-cur-bg-color: rgba(248, 44, 69, 0.15);--nut-timeselect-timedetail-item-cur-border: #f82c45;--nut-timeselect-timedetail-item-cur-text-color: #f82c45;--nut-tag-font-size: 12px;--nut-tag-default-border-radius: 4px;--nut-tag-round-border-radius: 8px;--nut-tag-default-background-color: #000000;--nut-tag-primary-background-color: #3460fa;--nut-tag-success-background-color: #4fc08d;--nut-tag-danger-background-color: linear-gradient(135deg, rgb(242, 20, 12) 0%, rgb(232, 34, 14) 70%, rgb(242, 77, 12) 100%);--nut-tag-danger-background-color-plain: #df3526;--nut-tag-warning-background-color: #f3812e;--nut-tag-default-color: #ffffff;--nut-tag-border-width: 1px;--nut-tag-plain-background-color: #fff;--nut-tag-height: auto;--nut-badge-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-badge-color: #fff;--nut-badge-font-size: 12px;--nut-badge-border-radius: 14px;--nut-badge-icon-padding: 4px;--nut-badge-padding: 0 5px;--nut-badge-content-transform: translate(50%, -50%);--nut-badge-z-index: 1;--nut-badge-dot-width: 7px;--nut-badge-dot-height: 7px;--nut-badge-dot-border-radius: 7px;--nut-badge-dot-padding: 0px;--nut-popover-white-background-color: rgb(255, 255, 255);--nut-popover-dark-background-color: rgb(75, 76, 77);--nut-popover-border-bottom-color: rgb(229, 229, 229);--nut-popover-primary-text-color: rgb(51, 51, 51);--nut-popover-disable-color: rgb(154, 155, 157);--nut-popover-menu-item-padding: 8px 0;--nut-popover-menu-item-margin: 0 8px;--nut-popover-menu-name-line-height: normal;--nut-progress-inner-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-progress-insidetext-background: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-progress-outer-background-color: #f3f3f3;--nut-progress-outer-border-radius: 12px;--nut-progress-insidetext-border-radius: 5px;--nut-progress-insidetext-padding: 3px 5px 3px 6px;--nut-progress-insidetext-top: -42%;--nut-progress-small-height: 5px;--nut-progress-small-text-font-size: 7px;--nut-progress-small-text-line-height: 10px;--nut-progress-small-text-padding: 2px 4px;--nut-progress-small-text-top: -100%;--nut-progress-base-height: 10px;--nut-progress-base-text-font-size: 9px;--nut-progress-base-text-line-height: 13px;--nut-progress-base-text-padding: 3px 5px 3px 6px;--nut-progress-base-text-top: -42%;--nut-progress-large-height: 15px;--nut-progress-large-text-font-size: 13px;--nut-progress-large-text-line-height: 18px;--nut-progress-large-text-padding: 3px 5px 3px 6px;--nut-progress-large-text-top: -42%;--nut-pagination-color: #f82c45;--nut-pagination-font-size: 14px;--nut-pagination-item-border-color: #e4e7eb;--nut-pagination-active-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-pagination-disable-color: rgba(116, 116, 116, 0.31);--nut-pagination-disable-background-color: #f7f8fa;--nut-pagination-item-border-width: 1px;--nut-pagination-item-border-radius: 2px;--nut-pagination-prev-next-padding: 0 11px;--nut-tabs-tab-smile-color: #f82c45;--nut-tabs-titles-border-radius: 0;--nut-tabs-titles-item-large-font-size: 16px;--nut-tabs-titles-item-font-size: 14px;--nut-tabs-titles-item-small-font-size: 12px;--nut-tabs-titles-item-color: #1a1a1a;--nut-tabs-titles-item-active-color: #1a1a1a;--nut-tabs-titles-background-color: #f5f5f5;--nut-tabs-horizontal-tab-line-color: linear-gradient(90deg, #f82c45 0%, rgba(248, 44, 69, 0.15) 100%);--nut-tabs-horizontal-titles-height: 46px;--nut-tabs-horizontal-titles-item-min-width: 50px;--nut-tabs-horizontal-titles-item-active-line-width: 40px;--nut-tabs-vertical-tab-line-color: linear-gradient(180deg, #f82c45 0%, rgba(248, 44, 69, 0.15) 100%);--nut-tabs-vertical-titles-item-height: 40px;--nut-tabs-vertical-titles-item-active-line-height: 14px;--nut-tabs-vertical-titles-width: 100px;--nut-tabs-titles-item-line-border-radius: 0;--nut-tabs-titles-item-line-opacity: 1;--nut-indicator-bg-color: #f82c45;--nut-indicator-dot-color: #cccccc;--nut-indicator-color: #fff;--nut-indicator-size: 18px;--nut-indicator-dot-size: 6px;--nut-indicator-border-size: 20px;--nut-indicator-number-font-size: 10px;--nut-menu-bar-line-height: 48px;--nut-menu-item-font-size: 14px;--nut-menu-item-text-color: #1a1a1a;--nut-menu-item-active-text-color: #f82c45;--nut-menu-bar-border-bottom-color: #eaf0fb;--nut-menu-bar-opened-z-index: 2001;--nut-menu-item-disabled-color: #969799;--nut-menu-title-text-padding-left: 8px;--nut-menu-title-text-padding-right: 8px;--nut-menu-item-content-padding: 12px 24px;--nut-menu-item-content-max-height: 214px;--nut-menu-item-option-padding-top: 12px;--nut-menu-item-option-padding-bottom: 12px;--nut-menu-item-option-i-margin-right: 6px;--nut-menu-bar-box-shadow: 0 2px 12px rgba(89, 89, 89, 0.12);--nut-menu-scroll-fixed-top: 0;--nut-menu-scroll-fixed-z-index: 1000;--nut-menu-active-item-font-weight: 500;--nut-collapse-item-padding: 13px 36px 13px 26px;--nut-collapse-item-color: #666666;--nut-collapse-item-disabled-color: #c8c9cc;--nut-collapse-item-icon-color: #666666;--nut-collapse-item-font-size: 14px;--nut-collapse-item-line-height: 24px;--nut-collapse-item-sub-title-color: #666666;--nut-collapse-wrapper-content-padding: 12px 26px;--nut-collapse-wrapper-empty-content-padding: 0 26px;--nut-collapse-wrapper-content-color: #666666;--nut-collapse-wrapper-content-font-size: 14px;--nut-collapse-wrapper-content-line-height: 1.5;--nut-collapse-wrapper-content-background-color: #fff;--nut-searchbar-background: #fff;--nut-searchbar-right-out-color: #000;--nut-searchbar-padding: 9px 16px;--nut-searchbar-width: 100%;--nut-searchbar-input-background: #f7f7f7;--nut-searchbar-input-padding: 0 0 0 13px;--nut-searchbar-input-height: 32px;--nut-searchbar-input-width: 100%;--nut-searchbar-input-border-radius: 16px;--nut-searchbar-input-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);--nut-searchbar-input-bar-color: inherit;--nut-searchbar-input-bar-placeholder-color: inherit;--nut-empty-padding: 32px 0;--nut-empty-image-size: 170px;--nut-empty-description-margin-top: 4px;--nut-empty-description-color: #666666;--nut-empty-description-font-size: 14px;--nut-empty-description-line-height: 20px;--nut-empty-description-padding: 0 40px;--nut-cascader-font-size: 14px;--nut-cascader-line-height: 22px;--nut-cascader-tabs-item-padding: 0 10px;--nut-cascader-bar-padding: 24px 20px 17px;--nut-cascader-bar-font-size: 18px;--nut-cascader-bar-line-height: 20px;--nut-cascader-bar-color: #1a1a1a;--nut-cascader-item-padding: 10px 20px;--nut-cascader-item-color: #1a1a1a;--nut-cascader-item-font-size: 14px;--nut-cascader-item-active-color: #f82c45;--nut-form-item-error-line-color: #fa2c19;--nut-form-item-required-color: #fa2c19;--nut-form-item-error-message-color: #fa2c19;--nut-form-item-label-font-size: 14px;--nut-form-item-label-width: 90px;--nut-form-item-label-margin-right: 10px;--nut-form-item-label-text-align: left;--nut-form-item-required-margin-right: 4px;--nut-form-item-body-font-size: 14px;--nut-form-item-body-slots-text-align: left;--nut-form-item-body-input-text-align: left;--nut-form-item-tip-font-size: 10px;--nut-form-item-tip-text-align: left;--nut-skeleton-content-avatar-background-color: #efefef;--nut-skeleton-content-line-background-color: #efefef;--nut-skeleton-animation-background-color: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5) 50%, hsla(0, 0%, 100%, 0) 80%);--nut-sku-item-border: 1px solid #f82c45;--nut-sku-item-disable-line: line-through;--nut-sku-opetate-bg-default: linear-gradient(90deg, #ff566a, #f82c45 100%);--nut-sku-item-active-bg: rgba(248, 44, 69, 0.15);--nut-sku-opetate-bg-buy: linear-gradient(135deg, rgb(255, 186, 13) 0%, rgb(255, 195, 13) 69%, rgb(255, 207, 13) 100%);--nut-card-font-size-0: 10px;--nut-card-font-size-1: 12px;--nut-card-font-size-2: 14px;--nut-card-font-size-3: 16px;--nut-sku-spec-height: 30px;--nut-sku-spec-line-height: 30px;--nut-sku-spec-font-size: 11px;--nut-sku-spec-background: rgb(242, 242, 242);--nut-sku-spec-color: #000;--nut-sku-spec-margin-right: 12px;--nut-sku-spec-padding: 0 18px;--nut-sku-spec-title-font-weight: bold;--nut-sku-spec-title-font-size: 13px;--nut-sku-spec-title-color: #000;--nut-sku-spec-title-margin-bottom: 18px;--nut-sku-operate-btn-height: 54px;--nut-sku-operate-btn-border-top: 0;--nut-sku-operate-btn-item-height: 40px;--nut-sku-operate-btn-item-line-height: 40px;--nut-sku-operate-btn-item-font-size: 15px;--nut-sku-operate-btn-item-font-weight: normal;--nut-sku-product-img-width: 100px;--nut-sku-product-img-height: 100px;--nut-sku-product-img-border-radius: 0;--nut-grid-border-color: #f5f6f7;--nut-grid-item-content-padding: 16px 8px;--nut-grid-item-content-bg-color: #fff;--nut-grid-item-text-margin: 8px;--nut-grid-item-text-color: #666666;--nut-grid-item-text-font-size: 12px;--nut-card-left-border-radius: 0;--nut-card-left-background-color: inherit;--nut-table-border-color: #ececec;--nut-table-cols-padding: 10px;--nut-table-tr-even-bg-color: #f3f3f3;--nut-table-tr-odd-bg-color: #fff;--nut-navbar-height: 44px;--nut-navbar-margin-bottom: 20px;--nut-navbar-padding: 0 16px;--nut-navbar-background: #fff;--nut-navbar-box-shadow: 0px 1px 7px 0px rgb(237, 238, 241);--nut-navbar-color: #666666;--nut-navbar-title-base-font: 14px;--nut-navbar-title-font: 14px;--nut-navbar-title-font-weight: 0;--nut-navbar-title-font-color: #666666;--nut-navbar-title-width: 100px;--nut-navbar-title-icon-margin: 0 0 0 13px;--nut-sidenavbar-content-bg-color: #fff;--nut-sidenavbar-sub-title-border-color: #f6f6f6;--nut-sidenavbar-sub-title-bg-color: #f6f6f6;--nut-sidenavbar-sub-title-font-size: 16px;--nut-sidenavbar-sub-title-radius: 0;--nut-sidenavbar-sub-title-border: 0;--nut-sidenavbar-sub-title-width: 100%;--nut-sidenavbar-sub-title-height: 40px;--nut-sidenavbar-sub-title-text-line-height: 40px;--nut-sidenavbar-sub-title-text-color: #1a1a1a;--nut-sidenavbar-item-title-color: #333;--nut-sidenavbar-item-title-bg-color: #fff;--nut-sidenavbar-item-height: 40px;--nut-sidenavbar-item-line-height: 40px;--nut-sidenavbar-item-font-size: 16px;--nut-elevator-list-item-highcolor: #f82c45;--nut-elevator-list-item-font-size: 12px;--nut-elevator-list-item-font-color: #333333;--nut-elevator-list-item-name-padding: 0 20px;--nut-elevator-list-item-name-height: 30px;--nut-elevator-list-item-name-line-height: 30px;--nut-elevator-list-item-code-font-size: 14px;--nut-elevator-list-item-code-font-color: #1a1a1a;--nut-elevator-list-item-code-font-weight: 500;--nut-elevator-list-item-code-padding: 0 20px;--nut-elevator-list-item-code-height: 35px;--nut-elevator-list-item-code-line-height: 35px;--nut-elevator-list-item-code-after-width: 100%;--nut-elevator-list-item-code-after-height: 1px;--nut-elevator-list-item-code-after-bg-color: #f5f5f5;--nut-elevator-list-item-code-current-box-shadow: 0 3px 3px 1px rgb(240, 240, 240);--nut-elevator-list-item-code-current-bg-color: #fff;--nut-elevator-list-item-code-current-border-radius: 50%;--nut-elevator-list-item-code-current-width: 45px;--nut-elevator-list-item-code-current-height: 45px;--nut-elevator-list-item-code-current-line-height: 45px;--nut-elevator-list-item-code-current-position: absolute;--nut-elevator-list-item-code-current-right: 60px;--nut-elevator-list-item-code-current-top: 50%;--nut-elevator-list-item-code-current-transform: translateY(-50%);--nut-elevator-list-item-code-current-text-align: center;--nut-elevator-list-item-bars-position: absolute;--nut-elevator-list-item-bars-right: 8px;--nut-elevator-list-item-bars-top: 50%;--nut-elevator-list-item-bars-transform: translateY(-50%);--nut-elevator-list-item-bars-padding: 15px 0;--nut-elevator-list-item-bars-background-color: #eeeff2;--nut-elevator-list-item-bars-border-radius: 6px;--nut-elevator-list-item-bars-text-align: center;--nut-elevator-list-item-bars-z-index: 1;--nut-elevator-list-item-bars-inner-item-padding: 3px;--nut-elevator-list-item-bars-inner-item-font-size: 10px;--nut-elevator-list-fixed-color: #f82c45;--nut-elevator-list-fixed-bg-color: #fff;--nut-elevator-list-fixed-box-shadow: 0 0 10px #eee;--nut-elevator-list-item-bars-inner-item-active-color: #f82c45;--nut-list-item-margin: 0 0 10px 0;--nut-ecard-bg-color: #f0f2f5;--nut-addresslist-bg: #fff;--nut-addresslist-border: #f0f0f0;--nut-addresslist-font-color: #333333;--nut-addresslist-font-size: 16px;--nut-addresslist-mask-bg: rgba(0, 0, 0, 0.4);--nut-addresslist-addr-font-color: #666666;--nut-addresslist-addr-font-size: 12px;--nut-addresslist-set-bg: #f5a623;--nut-addresslist-del-bg: #e1251b;--nut-addresslist-contnts-contact-default: #f82c45;--nut-addresslist-contnts-contact-color: #fff;--nut-category-bg-color: rgb(255, 255, 255);--nut-category-list-left-bg-color: rgb(246, 247, 249);--nut-category-list-item-color: #1a1a1a;--nut-category-list-item-checked-color: rgb(255, 255, 255);--nut-category-list-item-checked-img-bg-color: #f82c45;--nut-category-pane-gray-color: #666;--nut-category-pane-border-color: rgb(153, 153, 153);--nut-category-pane-title-color: rgb(51, 51, 51);--nut-circleprogress-primary-color: #f82c45;--nut-circleprogress-path-color: #e5e9f2;--nut-circleprogress-text-color: #000000;--nut-circleprogress-text-size: 16px;--nut-comment-header-user-name-color: rgb(51, 51, 51);--nut-comment-header-time-color: rgb(153, 153, 153);--nut-comment-bottom-label-color: rgb(153, 153, 153);--nut-comment-shop-color: #f82c45;--nut-ellipsis-expand-collapse-color: #3460fa;--nut-watermark-z-index: 2000;--nut-invoice-padding: 10px 10px 20px;--nut-trendarrow-font-size: 14px;--nut-trendarrow-before-icon-margin: 4px;--nut-space-gap: var(--nut-space-gap, 8px)}
|
|
1
|
+
:root{--nut-tdd-color-brand-normal: #f82c45;--nut-tdd-color-brand-gradient-normal-1: #ff566a;--nut-tdd-color-brand-gradient-normal-2: #f82c45;--nut-tdd-color-auxiliary-normal: #ffa41c;--nut-tdd-color-auxiliary-gradient-normal-1: #ffba0d;--nut-tdd-color-auxiliary-gradient-normal-2: #ffa41c;--nut-tdd-color-success-normal: #00c38f;--nut-tdd-color-nfos-normal: #4d84fe;--nut-tdd-color-warning: #de6a1c;--nut-tdd-color-error: #ff1923;--nut-tdd-color-font-400: #1a1a1a;--nut-tdd-color-font-300: #666666;--nut-tdd-color-font-200: #999999;--nut-tdd-color-font-100: #cccccc;--nut-tdd-color-fill-400: #cccccc;--nut-tdd-color-fill-300: #ebebeb;--nut-tdd-color-fill-200: #f4f4f4;--nut-tdd-color-fill-100: #f7f7f7;--nut-tdd-color-line-300: #999999;--nut-tdd-color-line-200: #ebebeb;--nut-tdd-color-line-100: #f4f4f4;--nut-tdd-color-black: rgb(0, 0, 0);--nut-tdd-color-black-80: rgba(0, 0, 0, 0.8);--nut-tdd-color-black-50: rgba(0, 0, 0, 0.5);--nut-tdd-color-black-10: rgba(0, 0, 0, 0.1);--nut-tdd-color-black-2: rgba(0, 0, 0, 0.02);--nut-tdd-color-white: #ffffff;--nut-tdd-font-size-1: 30px;--nut-tdd-font-size-2: 24px;--nut-tdd-font-size-3: 20px;--nut-tdd-font-size-4: 18px;--nut-tdd-font-size-5: 16px;--nut-tdd-font-size-6: 14px;--nut-tdd-font-size-7: 12px;--nut-tdd-font-size-8: 10px;--nut-tdd-line-height-1: 1;--nut-tdd-line-height-2: 1.5;--nut-tdd-line-height-3: 2;--nut-tdd-border-radius-1: 2px;--nut-tdd-border-radius-2: 4px;--nut-tdd-border-radius-3: 4px;--nut-tdd-border-radius-4: 4px;--nut-tdd-border-radius-5: 8px;--nut-tdd-border-radius-6: 6px;--nut-tdd-border-radius-7: 8px;--nut-tdd-border-radius-8: 8px;--nut-tdd-border-radius-9: 8px;--nut-tdd-border-radius-10: 6px;--nut-primary-disabled-opacity: 1;--nut-primary-color: #f82c45;--nut-primary-color-start: #ff566a;--nut-primary-color-end: #f82c45;--nut-help-color: #f5f5f5;--nut-title-color: #1a1a1a;--nut-title-color2: #666666;--nut-text-color: #808080;--nut-disable-color: #cccccc;--nut-white: #fff;--nut-black: #000;--nut-required-color: #fa2c19;--nut-dark-background: #131313;--nut-dark-background2: #1b1b1b;--nut-dark-background3: #141414;--nut-dark-background4: #323233;--nut-dark-background5: #646566;--nut-dark-background6: #380e08;--nut-dark-background7: #707070;--nut-dark-color: #fff;--nut-dark-color2: #f2270c;--nut-dark-color3: rgba(232, 230, 227, 0.8);--nut-dark-color-gray: #808080;--nut-dark-calendar-choose-color: rgba(227, 227, 227, 0.2);--nut-font-family: var(--nut-font-family, PingFang SC, Microsoft YaHei, Helvetica, Hiragino Sans GB, SimSun, sans-serif);--nut-animation-duration: 0.25s;--nut-animation-timing-fun: cubic-bezier(0.55, 0.085, 0.68, 0.53);--nut-font-size-0: 10px;--nut-font-size-1: 12px;--nut-font-size-2: 14px;--nut-font-size-3: 16px;--nut-font-size-4: 18px;--nut-font-weight-bold: 400;--nut-font-size-small: 12px;--nut-font-size-base: 14px;--nut-font-size-large: 16px;--nut-line-height-base: 1.5;--nut-button-border-radius: 8px;--nut-button-border-width: 1px;--nut-button-default-bg-color: #fff;--nut-button-default-border-color: rgb(204, 204, 204);--nut-button-default-color: rgb(102, 102, 102);--nut-button-default-padding: 0 18px;--nut-button-mini-padding: 0 12px;--nut-button-small-padding: 0 12px;--nut-button-small-height: 28px;--nut-button-mini-height: 24px;--nut-button-default-height: 38px;--nut-button-large-height: 48px;--nut-button-large-line-height: 46px;--nut-button-small-line-height: 26px;--nut-button-block-height: 48px;--nut-button-default-line-height: 36px;--nut-button-block-line-height: 46px;--nut-button-default-font-size: 14px;--nut-button-large-font-size: 14px;--nut-button-small-font-size: 12px;--nut-button-mini-font-size: 12px;--nut-button-mini-line-height: 1.2;--nut-button-disabled-opacity: 1;--nut-button-primary-color: #ffffff;--nut-button-primary-border-color: #f82c45;--nut-button-primary-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-button-info-color: #fff;--nut-button-info-border-color: rgb(73, 106, 242);--nut-button-info-background-color: linear-gradient(315deg, rgb(73, 143, 242) 0%, rgb(73, 101, 242) 100%);--nut-button-success-color: #fff;--nut-button-success-border-color: rgb(38, 191, 38);--nut-button-success-background-color: linear-gradient(135deg, rgb(38, 191, 38) 0%, rgb(39, 197, 48) 45%, rgb(40, 207, 63) 83%, rgb(41, 212, 70) 100%);--nut-button-danger-color: #fff;--nut-button-danger-border-color: rgb(250, 44, 25);--nut-button-danger-background-color: rgb(250, 44, 25);--nut-button-warning-color: #fff;--nut-button-warning-border-color: rgb(255, 158, 13);--nut-button-warning-background-color: linear-gradient(135deg, rgb(255, 158, 13) 0%, rgb(255, 167, 13) 45%, rgb(255, 182, 13) 83%, rgb(255, 190, 13) 100%);--nut-button-plain-background-color: #fff;--nut-button-small-round-border-radius: 8px;--nut-cell-color: #666666;--nut-cell-title-font: 14px;--nut-cell-title-desc-font: 12px;--nut-cell-desc-font: 14px;--nut-cell-desc-color: #cccccc;--nut-cell-border-radius: 6px;--nut-cell-padding: 13px 16px;--nut-cell-line-height: 20px;--nut-cell-after-right: 16px;--nut-cell-after-border-bottom: 1px solid #f5f6f7;--nut-cell-default-icon-margin: 0 4px 0 0px;--nut-cell-background: #fff;--nut-cell-box-shadow: 0px 1px 7px 0px rgb(237, 238, 241);--nut-cell-group-title-padding: 0 10px;--nut-cell-group-title-color: #909ca4;--nut-cell-group-title-font-size: 14px;--nut-cell-group-title-line-height: 20px;--nut-cell-group-desc-padding: 0 10px;--nut-cell-group-desc-color: #909ca4;--nut-cell-group-desc-font-size: 12px;--nut-cell-group-desc-line-height: 16px;--nut-cell-group-background-color: #fff;--nut-cell-large-title-font: 16px;--nut-cell-large-title-desc-font: 14px;--nut-cell-large-padding: 15px 16px;--nut-divider-margin: 16px 0;--nut-divider-text-font-size: 14px;--nut-divider-text-color: #909ca4;--nut-divider-line-height: 2px;--nut-divider-before-margin-right: 16px;--nut-divider-after-margin-left: 16px;--nut-divider-vertical-height: 12px;--nut-divider-vertical-top: 2px;--nut-divider-vertical-border-left: rgba(0, 0, 0, 0.06);--nut-divider-vertical-margin: 0 8px;--nut-icon-height: 20px;--nut-icon-width: 20px;--nut-icon-line-height: 20px;--nut-uploader-picture-width: 100px;--nut-uploader-picture-height: 100px;--nut-uploader-background: #f7f8fa;--nut-picker-cancel-color: #808080;--nut-picker-ok-color: #f82c45;--nut-picker-bar-cancel-font-size: 14px;--nut-picker-bar-ok-font-size: 14px;--nut-picker-bar-button-padding: 0 15px;--nut-picker-bar-title-font-size: 16px;--nut-picker-bar-title-color: #1a1a1a;--nut-picker-bar-title-font-weight: normal;--nut-picker-item-height: 36px;--nut-picker-item-text-color: #1a1a1a;--nut-picker-item-text-font-size: 14px;--nut-picker-item-active-line-border: 1px solid #d8d8d8;--nut-input-border-bottom: #eaf0fb;--nut-input-disabled-color: #c8c9cc;--nut-input-required-color: #fa2c19;--nut-input-font-size: 14px;--nut-textarea-font: 14px;--nut-textarea-height: 100px;--nut-textarea-limit-color: #808080;--nut-textarea-text-color: #1a1a1a;--nut-textarea-disabled-color: #cccccc;--nut-inputnumber-icon-color: #1a1a1a;--nut-inputnumber-icon-void-color: #cccccc;--nut-inputnumber-icon-size: 20px;--nut-inputnumber-input-font-size: 12px;--nut-inputnumber-input-font-color: #1a1a1a;--nut-inputnumber-input-background-color: #f5f5f5;--nut-inputnumber-input-border-radius: 4px;--nut-inputnumber-input-width: 40px;--nut-inputnumber-input-margin: 0 6px;--nut-inputnumber-input-border: 0;--nut-inputnumber-border: 0;--nut-inputnumber-border-radius: 0;--nut-inputnumber-height: auto;--nut-inputnumber-line-height: normal;--nut-inputnumber-border-box: content-box;--nut-inputnumber-display: inline-flex;--nut-actionsheet-light-color: #f6f6f6;--nut-actionsheet-item-border-bottom: none;--nut-actionsheet-item-font-size: 14px;--nut-actionsheet-item-subdesc-font-size: 12px;--nut-actionsheet-item-cancel-border-top: 1px solid #f6f6f6;--nut-actionsheet-item-line-height: 24px;--nut-actionsheet-item-font-color: #1a1a1a;--nut-shortpassword-background-color: rgb(245, 245, 245);--nut-shortpassword-border-color: #ddd;--nut-shortpassword-error: #f82c45;--nut-shortpassword-forget: rgb(128, 128, 128);--nut-numberkeyboard-width: 100%;--nut-numberkeyboard-padding: 0 0 22px 0;--nut-numberkeyboard-background-color: #f2f3f5;--nut-numberkeyboard-header-height: 34px;--nut-numberkeyboard-header-padding: 6px 0 0 0;--nut-numberkeyboard-header-color: #646566;--nut-numberkeyboard-header-font-size: 16px;--nut-numberkeyboard-header-close-padding: 0 16px;--nut-numberkeyboard-header-close-color: #576b95;--nut-numberkeyboard-header-close-font-size: 14px;--nut-numberkeyboard-header-close-background-color: transparent;--nut-numberkeyboard-key-background-color: #fff;--nut-numberkeyboard-key-active-background-color: #ebedf0;--nut-numberkeyboard-key-height: 48px;--nut-numberkeyboard-key-line-height: 1.5;--nut-numberkeyboard-key-border-radius: 8px;--nut-numberkeyboard-key-font-size: 28px;--nut-numberkeyboard-key-font-size-color: #333;--nut-numberkeyboard-key-finish-font-size: 16px;--nut-numberkeyboard-key-finish-font-size-color: #fff;--nut-numberkeyboard-key-finish-background-color: #1989fa;--nut-numberkeyboard-key-activeFinsh-background-color: #0570db;--nut-countdown-display: flex;--nut-countdown-color: inherit;--nut-countdown-font-size: initial;--nut-price-symbol-big-size: 18px;--nut-price-big-size: 24px;--nut-price-decimal-big-size: 18px;--nut-price-symbol-medium-size: 14px;--nut-price-medium-size: 16px;--nut-price-decimal-medium-size: 14px;--nut-price-symbol-small-size: 10px;--nut-price-small-size: 12px;--nut-price-decimal-small-size: 10px;--nut-avatar-square: 5px;--nut-avatar-large-width: 60px;--nut-avatar-large-height: 60px;--nut-avatar-small-width: 32px;--nut-avatar-small-height: 32px;--nut-avatar-normal-width: 40px;--nut-avatar-normal-height: 40px;--nut-switch-close-bg-color: #ebebeb;--nut-switch-close-cline-bg-color: #f0f0f0;--nut-switch-width: 36px;--nut-switch-height: 21px;--nut-switch-line-height: 21px;--nut-switch-border-radius: 21px;--nut-switch-inside-width: 13px;--nut-switch-inside-height: 13px;--nut-switch-inside-open-transform: translateX(146%);--nut-switch-inside-close-transform: translateX(30%);--nut-toast-title-font-size: 16px;--nut-toast-text-font-size: 14px;--nut-toast-font-color: #fff;--nut-toast-inner-padding: 24px 30px;--nut-toast-inner-bg-color: rgba(0, 0, 0, 0.8);--nut-toast-inner-border-radius: 8px;--nut-toast-cover-bg-color: rgba(0, 0, 0, 0);--nut-backtop-border-color: #e0e0e0;--nut-calendar-primary-color: #f82c45;--nut-calendar-choose-color: rgba(248, 44, 69, 0.09);--nut-calendar-choose-background-color: rgba(248, 44, 69, 0.09);--nut-calendar-choose-font-color: #f82c45;--nut-calendar-base-color: #333333;--nut-calendar-disable-color: #d1d0d0;--nut-calendar-base-font: 16px;--nut-calendar-title-font: 18px;--nut-calendar-title-font-weight: 500;--nut-calendar-sub-title-font: 14px;--nut-calendar-text-font: 12px;--nut-calendar-day-font: 16px;--nut-calendar-day-active-border-radius: 0px;--nut-calendar-day-font-weight: 500;--nut-calendar-day67-font-color: #f82c45;--nut-calendar-month-title-font-size: inherit;--nut-overlay-bg-color: rgba(0, 0, 0, 0.7);--nut-popup-close-icon-margin: 16px;--nut-popup-border-radius: 8px;--nut-notify-text-color: #fff;--nut-notify-padding: 12px 0;--nut-notify-font-size: 14px;--nut-notify-height: 44px;--nut-notify-line-height: auto;--nut-notify-base-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-notify-primary-background-color: linear-gradient(315deg, rgb(73, 143, 242) 0%, rgb(73, 101, 242) 100%);--nut-notify-success-background-color: linear-gradient(135deg, rgb(38, 191, 38) 0%, rgb(39, 197, 48) 45%, rgb(40, 207, 63) 83%, rgb(41, 212, 70) 100%);--nut-notify-danger-background-color: rgb(250, 50, 25);--nut-notify-warning-background-color: linear-gradient(135deg, rgb(255, 93, 13) 0%, rgb(255, 154, 13) 100%);--nut-rate-icon-color: #f82c45;--nut-rate-icon-void-color: #cccccc;--nut-tabbar-active-color: #f82c45;--nut-tabbar-unactive-color: #f82c45;--nut-tabbar-border-top: 1px solid #eee;--nut-tabbar-border-bottom: 1px solid #eee;--nut-tabbar-box-shadow: none;--nut-tabbar-item-text-font-size: 10px;--nut-tabbar-item-text-line-height: initial;--nut-tabbar-height: 50px;--nut-tabbar-word-margin-top: auto;--nut-infiniteloading-bottom-color: #c8c8c8;--nut-range-tip-font-color: #333333;--nut-range-bg-color: rgba(248, 44, 69, 0.5);--nut-range-bg-color-tick: #fa958c;--nut-range-bar-bg-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-range-bar-btn-bg-color: #fff;--nut-range-bar-btn-width: 24px;--nut-range-bar-btn-height: 24px;--nut-range-bar-btn-border: 1px solid #f82c45;--nut-swiper-pagination-item-width: 8px;--nut-swiper-pagination-item-height: 3px;--nut-swiper-pagination-item-margin-right: 7px;--nut-swiper-pagination-item-border-radius: 2px;--nut-address-region-tab-line: linear-gradient(90deg, #ff566a 0%, rgba(248, 44, 69, 0.15) 100%);--nut-address-icon-color: #f82c45;--nut-address-header-title-font-size: 18px;--nut-address-header-title-color: #262626;--nut-address-region-tab-font-size: 13px;--nut-address-region-tab-color: #1d1e1e;--nut-address-region-tab-active-item-font-weight: bold;--nut-address-region-tab-line-border-radius: 0;--nut-address-region-tab-line-opacity: 1;--nut-address-region-item-color: #333;--nut-address-region-item-font-size: 12px;--nut-address-item-margin-right: 9px;--nut-steps-base-icon-width: 25px;--nut-steps-base-icon-height: 25px;--nut-steps-base-icon-line-height: 25px;--nut-steps-base-icon-font-size: 13px;--nut-steps-base-title-font-size: 14px;--nut-steps-base-line-color: #909ca4;--nut-steps-base-title-color: #909ca4;--nut-steps-base-title-margin-bottom: 10px;--nut-steps-base-content-font-size: 14px;--nut-steps-base-content-color: #666;--nut-steps-wait-icon-bg-color: #959fb1;--nut-steps-wait-icon-color: #fff;--nut-steps-wait-head-color: #909ca4;--nut-steps-wait-head-border-color: #909ca4;--nut-steps-wait-content-color: #909ca4;--nut-steps-wait-icon-text-color: #ffffff;--nut-steps-finish-head-color: #f82c45;--nut-steps-finish-head-border-color: #f82c45;--nut-steps-finish-title-color: #f82c45;--nut-steps-finish-line-background: #f82c45;--nut-steps-finish-icon-text-color: #fff;--nut-steps-process-head-color: #fff;--nut-steps-process-head-border-color: #f82c45;--nut-steps-process-title-color: #f82c45;--nut-steps-process-icon-text-color: #f82c45;--nut-dialog-width: 296px;--nut-dialog-header-font-weight: normal;--nut-dialog-header-color: rgb(38, 38, 38);--nut-dialog-footer-justify-content: space-around;--nut-checkbox-label-color: #1d1e1e;--nut-checkbox-label-disable-color: #999;--nut-checkbox-icon-disable-color: #d6d6d6;--nut-checkbox-label-margin-left: 15px;--nut-checkbox-label-font-size: 14px;--nut-checkbox-icon-font-size: 18px;--nut-checkbox-icon-disable-color2: var(--nut-checkbox-icon-disable-color2, #f5f5f5);--nut-checkbox-button-padding: var(--nut-checkbox-button-padding, 5px 18px);--nut-checkbox-button-font-size: var(--nut-checkbox-button-font-size, 12px);--nut-checkbox-button-border-radius: var(--nut-checkbox-button-border-radius, 15px);--nut-checkbox-button-border-color: var(--nut-checkbox-button-border-color, #f6f7f9);--nut-checkbox-button-background: var(--nut-checkbox-button-background, #f6f7f9);--nut-checkbox-button-font-color-active: var(--nut-checkbox-button-font-color-active, #f82c45);--nut-checkbox-button-border-color-active: var(--nut-checkbox-button-border-color-active, #f82c45);--nut-checkbox-button-background-active: var(--nut-checkbox-button-background-active, #f82c45);--nut-checkbox-display: var(--nut-checkbox-display, inline-flex);--nut-checkbox-margin-right: var(--nut-checkbox-margin-right, 20px);--nut-radio-label-font-color: #1d1e1e;--nut-radio-label-font-active-color: #f82c45;--nut-radio-label-disable-color: #999;--nut-radio-icon-disable-color: #cccccc;--nut-radio-label-button-border-color: #f82c45;--nut-radio-label-button-background: rgba(248, 44, 69, 0.05);--nut-radio-label-margin-left: 15px;--nut-radio-button-border-radius: 15px;--nut-radio-label-font-size: 14px;--nut-radio-button-font-size: 12px;--nut-radio-button-padding: 5px 18px;--nut-radio-icon-font-size: 18px;--nut-radio-icon-disable-color2: #f5f5f5;--nut-fixednav-bg-color: #fff;--nut-fixednav-font-color: #000;--nut-fixednav-index: 201;--nut-fixednav-btn-bg: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-fixednav-item-active-color: #f82c45;--nut-noticebar-background: rgb(251, 248, 220);--nut-noticebar-color: #d9500b;--nut-noticebar-font-size: 14px;--nut-noticebar-across-height: 40px;--nut-noticebar-across-line-height: 24px;--nut-noticebar-box-padding: 0 16px;--nut-noticebar-wrapable-padding: 16px;--nut-noticebar-lefticon-margin: 0px 10px;--nut-noticebar-righticon-margin: 0px 10px;--nut-timeselect-title-font-size: 14px;--nut-timeselect-title-color: #1a1a1a;--nut-timeselect-title-width: 100%;--nut-timeselect-title-height: 50px;--nut-timeselect-title-line-height: 50px;--nut-timeselect-pannel-bg-color: #f6f7f9;--nut-timeselect-timepannel-text-color: #666666;--nut-timeselect-timepannel-font-size: 14px;--nut-timeselect-timepannel-cur-bg-color: #fff;--nut-timeselect-timepannel-cur-text-color: #333333;--nut-timeselect-timepannel-width: 140px;--nut-timeselect-timepannel-height: 40px;--nut-timeselect-timepannel-padding: 15px;--nut-timeselect-timedetail-padding: 0 5px 50px 13px;--nut-timeselect-timedetail-item-width: 100px;--nut-timeselect-timedetail-item-height: 50px;--nut-timeselect-timedetail-item-line-height: 50px;--nut-timeselect-timedetail-item-bg-color: #f6f7f9;--nut-timeselect-timedetail-item-border-radius: 5px;--nut-timeselect-timedetail-item-text-color: #333333;--nut-timeselect-timedetail-item-text-font-size: 14px;--nut-timeselect-timedetail-item-cur-bg-color: rgba(248, 44, 69, 0.15);--nut-timeselect-timedetail-item-cur-border: #f82c45;--nut-timeselect-timedetail-item-cur-text-color: #f82c45;--nut-tag-font-size: 12px;--nut-tag-default-border-radius: 4px;--nut-tag-round-border-radius: 8px;--nut-tag-default-background-color: #000000;--nut-tag-primary-background-color: #3460fa;--nut-tag-success-background-color: #4fc08d;--nut-tag-danger-background-color: linear-gradient(135deg, rgb(242, 20, 12) 0%, rgb(232, 34, 14) 70%, rgb(242, 77, 12) 100%);--nut-tag-danger-background-color-plain: #df3526;--nut-tag-warning-background-color: #f3812e;--nut-tag-default-color: #ffffff;--nut-tag-border-width: 1px;--nut-tag-plain-background-color: #fff;--nut-tag-height: auto;--nut-badge-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-badge-color: #fff;--nut-badge-font-size: 12px;--nut-badge-border-radius: 14px;--nut-badge-icon-padding: 4px;--nut-badge-padding: 0 5px;--nut-badge-content-transform: translate(50%, -50%);--nut-badge-z-index: 1;--nut-badge-dot-width: 7px;--nut-badge-dot-height: 7px;--nut-badge-dot-border-radius: 7px;--nut-badge-dot-padding: 0px;--nut-popover-white-background-color: rgb(255, 255, 255);--nut-popover-dark-background-color: rgb(75, 76, 77);--nut-popover-border-bottom-color: rgb(229, 229, 229);--nut-popover-primary-text-color: rgb(51, 51, 51);--nut-popover-disable-color: rgb(154, 155, 157);--nut-popover-menu-item-padding: 8px 0;--nut-popover-menu-item-margin: 0 8px;--nut-popover-menu-name-line-height: normal;--nut-progress-inner-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-progress-insidetext-background: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-progress-outer-background-color: #f3f3f3;--nut-progress-outer-border-radius: 12px;--nut-progress-insidetext-border-radius: 5px;--nut-progress-insidetext-padding: 3px 5px 3px 6px;--nut-progress-insidetext-top: -42%;--nut-progress-small-height: 5px;--nut-progress-small-text-font-size: 7px;--nut-progress-small-text-line-height: 10px;--nut-progress-small-text-padding: 2px 4px;--nut-progress-small-text-top: -100%;--nut-progress-base-height: 10px;--nut-progress-base-text-font-size: 9px;--nut-progress-base-text-line-height: 13px;--nut-progress-base-text-padding: 3px 5px 3px 6px;--nut-progress-base-text-top: -42%;--nut-progress-large-height: 15px;--nut-progress-large-text-font-size: 13px;--nut-progress-large-text-line-height: 18px;--nut-progress-large-text-padding: 3px 5px 3px 6px;--nut-progress-large-text-top: -42%;--nut-pagination-color: #f82c45;--nut-pagination-font-size: 14px;--nut-pagination-item-border-color: #e4e7eb;--nut-pagination-active-background-color: linear-gradient(135deg, #ff566a 0%, #f82c45 100%);--nut-pagination-disable-color: rgba(116, 116, 116, 0.31);--nut-pagination-disable-background-color: #f7f8fa;--nut-pagination-item-border-width: 1px;--nut-pagination-item-border-radius: 2px;--nut-pagination-prev-next-padding: 0 11px;--nut-tabs-tab-smile-color: #f82c45;--nut-tabs-titles-border-radius: 0;--nut-tabs-titles-item-large-font-size: 16px;--nut-tabs-titles-item-font-size: 14px;--nut-tabs-titles-item-small-font-size: 12px;--nut-tabs-titles-item-color: #1a1a1a;--nut-tabs-titles-item-active-color: #1a1a1a;--nut-tabs-titles-background-color: #f5f5f5;--nut-tabs-horizontal-tab-line-color: linear-gradient(90deg, #f82c45 0%, rgba(248, 44, 69, 0.15) 100%);--nut-tabs-horizontal-titles-height: 46px;--nut-tabs-horizontal-titles-item-min-width: 50px;--nut-tabs-horizontal-titles-item-active-line-width: 40px;--nut-tabs-vertical-tab-line-color: linear-gradient(180deg, #f82c45 0%, rgba(248, 44, 69, 0.15) 100%);--nut-tabs-vertical-titles-item-height: 40px;--nut-tabs-vertical-titles-item-active-line-height: 14px;--nut-tabs-vertical-titles-width: 100px;--nut-tabs-titles-item-line-border-radius: 0;--nut-tabs-titles-item-line-opacity: 1;--nut-indicator-bg-color: #f82c45;--nut-indicator-dot-color: #cccccc;--nut-indicator-color: #fff;--nut-indicator-size: 18px;--nut-indicator-dot-size: 6px;--nut-indicator-border-size: 20px;--nut-indicator-number-font-size: 10px;--nut-menu-bar-line-height: 48px;--nut-menu-item-font-size: 14px;--nut-menu-item-text-color: #1a1a1a;--nut-menu-item-active-text-color: #f82c45;--nut-menu-bar-border-bottom-color: #eaf0fb;--nut-menu-bar-opened-z-index: 2001;--nut-menu-item-disabled-color: #969799;--nut-menu-title-text-padding-left: 8px;--nut-menu-title-text-padding-right: 8px;--nut-menu-item-content-padding: 12px 24px;--nut-menu-item-content-max-height: 214px;--nut-menu-item-option-padding-top: 12px;--nut-menu-item-option-padding-bottom: 12px;--nut-menu-item-option-i-margin-right: 6px;--nut-menu-bar-box-shadow: 0 2px 12px rgba(89, 89, 89, 0.12);--nut-menu-scroll-fixed-top: 0;--nut-menu-scroll-fixed-z-index: 1000;--nut-menu-active-item-font-weight: 500;--nut-collapse-item-padding: 13px 36px 13px 26px;--nut-collapse-item-color: #666666;--nut-collapse-item-disabled-color: #c8c9cc;--nut-collapse-item-icon-color: #666666;--nut-collapse-item-font-size: 14px;--nut-collapse-item-line-height: 24px;--nut-collapse-item-sub-title-color: #666666;--nut-collapse-wrapper-content-padding: 12px 26px;--nut-collapse-wrapper-empty-content-padding: 0 26px;--nut-collapse-wrapper-content-color: #666666;--nut-collapse-wrapper-content-font-size: 14px;--nut-collapse-wrapper-content-line-height: 1.5;--nut-collapse-wrapper-content-background-color: #fff;--nut-searchbar-background: #fff;--nut-searchbar-right-out-color: #000;--nut-searchbar-padding: 9px 16px;--nut-searchbar-width: 100%;--nut-searchbar-input-background: #f7f7f7;--nut-searchbar-input-padding: 0 0 0 13px;--nut-searchbar-input-height: 32px;--nut-searchbar-input-width: 100%;--nut-searchbar-input-border-radius: 16px;--nut-searchbar-input-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);--nut-searchbar-input-bar-color: inherit;--nut-searchbar-input-bar-placeholder-color: inherit;--nut-empty-padding: 32px 0;--nut-empty-image-size: 170px;--nut-empty-description-margin-top: 4px;--nut-empty-description-color: #666666;--nut-empty-description-font-size: 14px;--nut-empty-description-line-height: 20px;--nut-empty-description-padding: 0 40px;--nut-cascader-font-size: 14px;--nut-cascader-line-height: 22px;--nut-cascader-tabs-item-padding: 0 10px;--nut-cascader-bar-padding: 24px 20px 17px;--nut-cascader-bar-font-size: 18px;--nut-cascader-bar-line-height: 20px;--nut-cascader-bar-color: #1a1a1a;--nut-cascader-item-padding: 10px 20px;--nut-cascader-item-color: #1a1a1a;--nut-cascader-item-font-size: 14px;--nut-cascader-item-active-color: #f82c45;--nut-form-item-error-line-color: #fa2c19;--nut-form-item-required-color: #fa2c19;--nut-form-item-error-message-color: #fa2c19;--nut-form-item-label-font-size: 14px;--nut-form-item-label-width: 90px;--nut-form-item-label-margin-right: 10px;--nut-form-item-label-text-align: left;--nut-form-item-required-margin-right: 4px;--nut-form-item-body-font-size: 14px;--nut-form-item-body-slots-text-align: left;--nut-form-item-body-input-text-align: left;--nut-form-item-tip-font-size: 10px;--nut-form-item-tip-text-align: left;--nut-skeleton-content-avatar-background-color: #efefef;--nut-skeleton-content-line-background-color: #efefef;--nut-skeleton-animation-background-color: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5) 50%, hsla(0, 0%, 100%, 0) 80%);--nut-sku-item-border: 1px solid #f82c45;--nut-sku-item-disable-line: line-through;--nut-sku-opetate-bg-default: linear-gradient(90deg, #ff566a, #f82c45 100%);--nut-sku-item-active-bg: rgba(248, 44, 69, 0.15);--nut-sku-opetate-bg-buy: linear-gradient(135deg, rgb(255, 186, 13) 0%, rgb(255, 195, 13) 69%, rgb(255, 207, 13) 100%);--nut-card-font-size-0: 10px;--nut-card-font-size-1: 12px;--nut-card-font-size-2: 14px;--nut-card-font-size-3: 16px;--nut-sku-spec-height: 30px;--nut-sku-spec-line-height: 30px;--nut-sku-spec-font-size: 11px;--nut-sku-spec-background: rgb(242, 242, 242);--nut-sku-spec-color: #000;--nut-sku-spec-margin-right: 12px;--nut-sku-spec-padding: 0 18px;--nut-sku-spec-title-font-weight: bold;--nut-sku-spec-title-font-size: 13px;--nut-sku-spec-title-color: #000;--nut-sku-spec-title-margin-bottom: 18px;--nut-sku-operate-btn-height: 54px;--nut-sku-operate-btn-border-top: 0;--nut-sku-operate-btn-item-height: 40px;--nut-sku-operate-btn-item-line-height: 40px;--nut-sku-operate-btn-item-font-size: 15px;--nut-sku-operate-btn-item-font-weight: normal;--nut-sku-product-img-width: 100px;--nut-sku-product-img-height: 100px;--nut-sku-product-img-border-radius: 0;--nut-grid-border-color: #f5f6f7;--nut-grid-item-content-padding: 16px 8px;--nut-grid-item-content-bg-color: #fff;--nut-grid-item-text-margin: 8px;--nut-grid-item-text-color: #666666;--nut-grid-item-text-font-size: 12px;--nut-card-left-border-radius: 0;--nut-card-left-background-color: inherit;--nut-table-border-color: #ececec;--nut-table-cols-padding: 10px;--nut-table-tr-even-bg-color: #f3f3f3;--nut-table-tr-odd-bg-color: #fff;--nut-navbar-height: 44px;--nut-navbar-padding: 0 16px;--nut-navbar-background: #fff;--nut-navbar-box-shadow: 0px 1px 7px 0px rgb(237, 238, 241);--nut-navbar-color: #666666;--nut-navbar-title-base-font: 14px;--nut-navbar-title-font: 14px;--nut-navbar-title-font-weight: 0;--nut-navbar-title-font-color: #666666;--nut-navbar-title-width: 100px;--nut-navbar-title-icon-margin: 0 0 0 13px;--nut-sidenavbar-content-bg-color: #fff;--nut-sidenavbar-sub-title-border-color: #f6f6f6;--nut-sidenavbar-sub-title-bg-color: #f6f6f6;--nut-sidenavbar-sub-title-font-size: 16px;--nut-sidenavbar-sub-title-radius: 0;--nut-sidenavbar-sub-title-border: 0;--nut-sidenavbar-sub-title-width: 100%;--nut-sidenavbar-sub-title-height: 40px;--nut-sidenavbar-sub-title-text-line-height: 40px;--nut-sidenavbar-sub-title-text-color: #1a1a1a;--nut-sidenavbar-item-title-color: #333;--nut-sidenavbar-item-title-bg-color: #fff;--nut-sidenavbar-item-height: 40px;--nut-sidenavbar-item-line-height: 40px;--nut-sidenavbar-item-font-size: 16px;--nut-elevator-list-item-highcolor: #f82c45;--nut-elevator-list-item-font-size: 12px;--nut-elevator-list-item-font-color: #333333;--nut-elevator-list-item-name-padding: 0 20px;--nut-elevator-list-item-name-height: 30px;--nut-elevator-list-item-name-line-height: 30px;--nut-elevator-list-item-code-font-size: 14px;--nut-elevator-list-item-code-font-color: #1a1a1a;--nut-elevator-list-item-code-font-weight: 500;--nut-elevator-list-item-code-padding: 0 20px;--nut-elevator-list-item-code-height: 35px;--nut-elevator-list-item-code-line-height: 35px;--nut-elevator-list-item-code-after-width: 100%;--nut-elevator-list-item-code-after-height: 1px;--nut-elevator-list-item-code-after-bg-color: #f5f5f5;--nut-elevator-list-item-code-current-box-shadow: 0 3px 3px 1px rgb(240, 240, 240);--nut-elevator-list-item-code-current-bg-color: #fff;--nut-elevator-list-item-code-current-border-radius: 50%;--nut-elevator-list-item-code-current-width: 45px;--nut-elevator-list-item-code-current-height: 45px;--nut-elevator-list-item-code-current-line-height: 45px;--nut-elevator-list-item-code-current-position: absolute;--nut-elevator-list-item-code-current-right: 60px;--nut-elevator-list-item-code-current-top: 50%;--nut-elevator-list-item-code-current-transform: translateY(-50%);--nut-elevator-list-item-code-current-text-align: center;--nut-elevator-list-item-bars-position: absolute;--nut-elevator-list-item-bars-right: 8px;--nut-elevator-list-item-bars-top: 50%;--nut-elevator-list-item-bars-transform: translateY(-50%);--nut-elevator-list-item-bars-padding: 15px 0;--nut-elevator-list-item-bars-background-color: #eeeff2;--nut-elevator-list-item-bars-border-radius: 6px;--nut-elevator-list-item-bars-text-align: center;--nut-elevator-list-item-bars-z-index: 1;--nut-elevator-list-item-bars-inner-item-padding: 3px;--nut-elevator-list-item-bars-inner-item-font-size: 10px;--nut-elevator-list-fixed-color: #f82c45;--nut-elevator-list-fixed-bg-color: #fff;--nut-elevator-list-fixed-box-shadow: 0 0 10px #eee;--nut-elevator-list-item-bars-inner-item-active-color: #f82c45;--nut-list-item-margin: 0 0 10px 0;--nut-ecard-bg-color: #f0f2f5;--nut-addresslist-bg: #fff;--nut-addresslist-border: #f0f0f0;--nut-addresslist-font-color: #333333;--nut-addresslist-font-size: 16px;--nut-addresslist-mask-bg: rgba(0, 0, 0, 0.4);--nut-addresslist-addr-font-color: #666666;--nut-addresslist-addr-font-size: 12px;--nut-addresslist-set-bg: #f5a623;--nut-addresslist-del-bg: #e1251b;--nut-addresslist-contnts-contact-default: #f82c45;--nut-addresslist-contnts-contact-color: #fff;--nut-category-bg-color: rgb(255, 255, 255);--nut-category-list-left-bg-color: rgb(246, 247, 249);--nut-category-list-item-color: #1a1a1a;--nut-category-list-item-checked-color: rgb(255, 255, 255);--nut-category-list-item-checked-img-bg-color: #f82c45;--nut-category-pane-gray-color: #666;--nut-category-pane-border-color: rgb(153, 153, 153);--nut-category-pane-title-color: rgb(51, 51, 51);--nut-circleprogress-primary-color: #f82c45;--nut-circleprogress-path-color: #e5e9f2;--nut-circleprogress-text-color: #000000;--nut-circleprogress-text-size: 16px;--nut-comment-header-user-name-color: rgb(51, 51, 51);--nut-comment-header-time-color: rgb(153, 153, 153);--nut-comment-bottom-label-color: rgb(153, 153, 153);--nut-comment-shop-color: #f82c45;--nut-ellipsis-expand-collapse-color: #3460fa;--nut-watermark-z-index: 2000;--nut-invoice-padding: 10px 10px 20px;--nut-trendarrow-font-size: 14px;--nut-trendarrow-before-icon-margin: 4px;--nut-space-gap: var(--nut-space-gap, 8px)}
|