@ibiz-template/mob-theme 3.1.2 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +2 -2
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.mjs +155 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
- package/es/theme/elements/index.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/rolldate.css +1 -0
- package/es/theme/generic/vant-rem.css +1 -0
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/objects/editor/editor.css +1 -0
- package/es/theme/objects/index.css +1 -1
- package/es/theme/objects/view/view.css +1 -0
- package/es/theme/theme/dark/dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/es/theme/theme/light/light-theme.css +1 -1
- package/es/theme/var.css +1 -1
- package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
- package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
- package/lib/theme/elements/index.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/rolldate.css +1 -0
- package/lib/theme/generic/vant-rem.css +1 -0
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/objects/app/app.css +0 -0
- package/lib/theme/objects/ctrl/ctrl.css +0 -0
- package/lib/theme/objects/editor/editor.css +1 -0
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/objects/view/view.css +1 -0
- package/lib/theme/theme/dark/dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/lib/theme/theme/light/light-theme.css +1 -1
- package/lib/theme/var.css +1 -1
- package/package.json +2 -2
- package/es/index.d.ts +0 -5
- package/es/publish/app-index-view-layout-blank-mode.d.ts +0 -33
- package/es/publish/app-index-view-layout.d.ts +0 -46
- package/es/publish/app-login-view.d.ts +0 -341
- package/es/publish/app-wf-step-trace-view-layout.d.ts +0 -38
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +0 -45
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.d.ts +0 -99
- package/es/publish/index.d.ts +0 -9
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +0 -45
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +0 -271
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +0 -47
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +0 -270
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +0 -242
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +0 -278
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +0 -46
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +0 -201
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +0 -240
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +0 -324
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +0 -45
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +0 -271
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +0 -254
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +0 -75
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +0 -47
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +0 -342
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +0 -95
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +0 -186
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +0 -221
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +0 -127
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +0 -242
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +0 -243
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +0 -252
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +0 -323
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +0 -245
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +0 -208
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +0 -201
- /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
- /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
|
@@ -10,6 +10,27 @@ var DEMobTreeView = {
|
|
|
10
10
|
"layout": "FLEX"
|
|
11
11
|
},
|
|
12
12
|
"rootPanelItems": [
|
|
13
|
+
{
|
|
14
|
+
"rawItem": {
|
|
15
|
+
"rawItemParams": [
|
|
16
|
+
{
|
|
17
|
+
"key": "POSITION",
|
|
18
|
+
"value": "TOP"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"predefinedType": "VIEWMSG_POS",
|
|
22
|
+
"id": "viewmsg_pos_top"
|
|
23
|
+
},
|
|
24
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
25
|
+
"itemStyle": "DEFAULT",
|
|
26
|
+
"itemType": "RAWITEM",
|
|
27
|
+
"layoutPos": {
|
|
28
|
+
"shrink": 0,
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "viewmsg_pos_top"
|
|
33
|
+
},
|
|
13
34
|
{
|
|
14
35
|
"actionGroupExtractMode": "ITEM",
|
|
15
36
|
"panelItems": [
|
|
@@ -249,6 +270,27 @@ var DEMobTreeView = {
|
|
|
249
270
|
"showCaption": true,
|
|
250
271
|
"id": "panelpart"
|
|
251
272
|
},
|
|
273
|
+
{
|
|
274
|
+
"rawItem": {
|
|
275
|
+
"rawItemParams": [
|
|
276
|
+
{
|
|
277
|
+
"key": "POSITION",
|
|
278
|
+
"value": "BODY"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"predefinedType": "VIEWMSG_POS",
|
|
282
|
+
"id": "viewmsg_pos_body"
|
|
283
|
+
},
|
|
284
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
285
|
+
"itemStyle": "DEFAULT",
|
|
286
|
+
"itemType": "RAWITEM",
|
|
287
|
+
"layoutPos": {
|
|
288
|
+
"shrink": 0,
|
|
289
|
+
"layout": "FLEX"
|
|
290
|
+
},
|
|
291
|
+
"showCaption": true,
|
|
292
|
+
"id": "viewmsg_pos_body"
|
|
293
|
+
},
|
|
252
294
|
{
|
|
253
295
|
"actionGroupExtractMode": "ITEM",
|
|
254
296
|
"panelItems": [
|
|
@@ -279,6 +321,27 @@ var DEMobTreeView = {
|
|
|
279
321
|
"layout": "FLEX"
|
|
280
322
|
},
|
|
281
323
|
"id": "view_content"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"rawItem": {
|
|
327
|
+
"rawItemParams": [
|
|
328
|
+
{
|
|
329
|
+
"key": "POSITION",
|
|
330
|
+
"value": "BOTTOM"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"predefinedType": "VIEWMSG_POS",
|
|
334
|
+
"id": "viewmsg_pos_bottom"
|
|
335
|
+
},
|
|
336
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
337
|
+
"itemStyle": "DEFAULT",
|
|
338
|
+
"itemType": "RAWITEM",
|
|
339
|
+
"layoutPos": {
|
|
340
|
+
"shrink": 0,
|
|
341
|
+
"layout": "FLEX"
|
|
342
|
+
},
|
|
343
|
+
"showCaption": true,
|
|
344
|
+
"id": "viewmsg_pos_bottom"
|
|
282
345
|
}
|
|
283
346
|
],
|
|
284
347
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DEMobWFDynaActionView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"actionGroupExtractMode": "ITEM",
|
|
14
35
|
"panelItems": [
|
|
@@ -173,6 +194,27 @@ var DEMobWFDynaActionView = {
|
|
|
173
194
|
"showCaption": true,
|
|
174
195
|
"id": "panelpart"
|
|
175
196
|
},
|
|
197
|
+
{
|
|
198
|
+
"rawItem": {
|
|
199
|
+
"rawItemParams": [
|
|
200
|
+
{
|
|
201
|
+
"key": "POSITION",
|
|
202
|
+
"value": "BODY"
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"predefinedType": "VIEWMSG_POS",
|
|
206
|
+
"id": "viewmsg_pos_body"
|
|
207
|
+
},
|
|
208
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
209
|
+
"itemStyle": "DEFAULT",
|
|
210
|
+
"itemType": "RAWITEM",
|
|
211
|
+
"layoutPos": {
|
|
212
|
+
"shrink": 0,
|
|
213
|
+
"layout": "FLEX"
|
|
214
|
+
},
|
|
215
|
+
"showCaption": true,
|
|
216
|
+
"id": "viewmsg_pos_body"
|
|
217
|
+
},
|
|
176
218
|
{
|
|
177
219
|
"actionGroupExtractMode": "ITEM",
|
|
178
220
|
"panelItems": [
|
|
@@ -203,27 +245,43 @@ var DEMobWFDynaActionView = {
|
|
|
203
245
|
},
|
|
204
246
|
"id": "view_content"
|
|
205
247
|
},
|
|
248
|
+
{
|
|
249
|
+
"rawItem": {
|
|
250
|
+
"rawItemParams": [
|
|
251
|
+
{
|
|
252
|
+
"key": "POSITION",
|
|
253
|
+
"value": "BOTTOM"
|
|
254
|
+
}
|
|
255
|
+
],
|
|
256
|
+
"predefinedType": "VIEWMSG_POS",
|
|
257
|
+
"id": "viewmsg_pos_bottom"
|
|
258
|
+
},
|
|
259
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
260
|
+
"itemStyle": "DEFAULT",
|
|
261
|
+
"itemType": "RAWITEM",
|
|
262
|
+
"layoutPos": {
|
|
263
|
+
"shrink": 0,
|
|
264
|
+
"layout": "FLEX"
|
|
265
|
+
},
|
|
266
|
+
"showCaption": true,
|
|
267
|
+
"id": "viewmsg_pos_bottom"
|
|
268
|
+
},
|
|
206
269
|
{
|
|
207
270
|
"actionGroupExtractMode": "ITEM",
|
|
208
271
|
"panelItems": [
|
|
209
272
|
{
|
|
210
273
|
"actionType": "UIACTION",
|
|
211
|
-
"buttonHeight": 40,
|
|
212
274
|
"buttonStyle": "DEFAULT",
|
|
213
275
|
"buttonType": "PANELBUTTON",
|
|
214
276
|
"uiactionId": "view_cancelaction",
|
|
215
277
|
"renderMode": "BUTTON",
|
|
216
278
|
"tooltip": "\u53D6\u6D88",
|
|
217
279
|
"caption": "\u53D6\u6D88",
|
|
218
|
-
"contentHeight": 40,
|
|
219
|
-
"height": 40,
|
|
220
280
|
"itemStyle": "DEFAULT",
|
|
221
281
|
"itemType": "BUTTON",
|
|
222
282
|
"layoutPos": {
|
|
223
283
|
"grow": 1,
|
|
224
284
|
"shrink": 1,
|
|
225
|
-
"height": 40,
|
|
226
|
-
"heightMode": "PX",
|
|
227
285
|
"layout": "FLEX",
|
|
228
286
|
"spacingRight": "OUTERSMALL"
|
|
229
287
|
},
|
|
@@ -232,22 +290,17 @@ var DEMobWFDynaActionView = {
|
|
|
232
290
|
},
|
|
233
291
|
{
|
|
234
292
|
"actionType": "UIACTION",
|
|
235
|
-
"buttonHeight": 40,
|
|
236
293
|
"buttonStyle": "PRIMARY",
|
|
237
294
|
"buttonType": "PANELBUTTON",
|
|
238
295
|
"uiactionId": "view_okaction",
|
|
239
296
|
"renderMode": "BUTTON",
|
|
240
297
|
"tooltip": "\u786E\u5B9A",
|
|
241
298
|
"caption": "\u786E\u5B9A",
|
|
242
|
-
"contentHeight": 40,
|
|
243
|
-
"height": 40,
|
|
244
299
|
"itemStyle": "PRIMARY",
|
|
245
300
|
"itemType": "BUTTON",
|
|
246
301
|
"layoutPos": {
|
|
247
302
|
"grow": 1,
|
|
248
303
|
"shrink": 1,
|
|
249
|
-
"height": 40,
|
|
250
|
-
"heightMode": "PX",
|
|
251
304
|
"layout": "FLEX",
|
|
252
305
|
"spacingLeft": "OUTERSMALL"
|
|
253
306
|
},
|
|
@@ -9,6 +9,27 @@ var DEMobWFDynaEditView3 = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"actionGroupExtractMode": "ITEM",
|
|
14
35
|
"panelItems": [
|
|
@@ -218,6 +239,27 @@ var DEMobWFDynaEditView3 = {
|
|
|
218
239
|
},
|
|
219
240
|
"id": "view_top"
|
|
220
241
|
},
|
|
242
|
+
{
|
|
243
|
+
"rawItem": {
|
|
244
|
+
"rawItemParams": [
|
|
245
|
+
{
|
|
246
|
+
"key": "POSITION",
|
|
247
|
+
"value": "BODY"
|
|
248
|
+
}
|
|
249
|
+
],
|
|
250
|
+
"predefinedType": "VIEWMSG_POS",
|
|
251
|
+
"id": "viewmsg_pos_body"
|
|
252
|
+
},
|
|
253
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
254
|
+
"itemStyle": "DEFAULT",
|
|
255
|
+
"itemType": "RAWITEM",
|
|
256
|
+
"layoutPos": {
|
|
257
|
+
"shrink": 0,
|
|
258
|
+
"layout": "FLEX"
|
|
259
|
+
},
|
|
260
|
+
"showCaption": true,
|
|
261
|
+
"id": "viewmsg_pos_body"
|
|
262
|
+
},
|
|
221
263
|
{
|
|
222
264
|
"actionGroupExtractMode": "ITEM",
|
|
223
265
|
"panelItems": [
|
|
@@ -281,6 +323,27 @@ var DEMobWFDynaEditView3 = {
|
|
|
281
323
|
},
|
|
282
324
|
"id": "view_content"
|
|
283
325
|
},
|
|
326
|
+
{
|
|
327
|
+
"rawItem": {
|
|
328
|
+
"rawItemParams": [
|
|
329
|
+
{
|
|
330
|
+
"key": "POSITION",
|
|
331
|
+
"value": "BOTTOM"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"predefinedType": "VIEWMSG_POS",
|
|
335
|
+
"id": "viewmsg_pos_bottom"
|
|
336
|
+
},
|
|
337
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
338
|
+
"itemStyle": "DEFAULT",
|
|
339
|
+
"itemType": "RAWITEM",
|
|
340
|
+
"layoutPos": {
|
|
341
|
+
"shrink": 0,
|
|
342
|
+
"layout": "FLEX"
|
|
343
|
+
},
|
|
344
|
+
"showCaption": true,
|
|
345
|
+
"id": "viewmsg_pos_bottom"
|
|
346
|
+
},
|
|
284
347
|
{
|
|
285
348
|
"actionGroupExtractMode": "ITEM",
|
|
286
349
|
"panelItems": [
|
|
@@ -316,7 +379,7 @@ var DEMobWFDynaEditView3 = {
|
|
|
316
379
|
"itemStyle": "DEFAULT",
|
|
317
380
|
"itemType": "CTRLPOS",
|
|
318
381
|
"layoutPos": {
|
|
319
|
-
"shrink":
|
|
382
|
+
"shrink": 0,
|
|
320
383
|
"layout": "FLEX"
|
|
321
384
|
},
|
|
322
385
|
"showCaption": true,
|
|
@@ -332,7 +395,7 @@ var DEMobWFDynaEditView3 = {
|
|
|
332
395
|
"itemStyle": "DEFAULT",
|
|
333
396
|
"itemType": "CONTAINER",
|
|
334
397
|
"layoutPos": {
|
|
335
|
-
"shrink":
|
|
398
|
+
"shrink": 0,
|
|
336
399
|
"layout": "FLEX",
|
|
337
400
|
"spacingBottom": "INNERMEDIUM",
|
|
338
401
|
"spacingLeft": "INNERMEDIUM",
|
|
@@ -9,6 +9,27 @@ var DEMobWFDynaEditView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"actionGroupExtractMode": "ITEM",
|
|
14
35
|
"panelItems": [
|
|
@@ -173,6 +194,27 @@ var DEMobWFDynaEditView = {
|
|
|
173
194
|
"showCaption": true,
|
|
174
195
|
"id": "panelpart"
|
|
175
196
|
},
|
|
197
|
+
{
|
|
198
|
+
"rawItem": {
|
|
199
|
+
"rawItemParams": [
|
|
200
|
+
{
|
|
201
|
+
"key": "POSITION",
|
|
202
|
+
"value": "BODY"
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"predefinedType": "VIEWMSG_POS",
|
|
206
|
+
"id": "viewmsg_pos_body"
|
|
207
|
+
},
|
|
208
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
209
|
+
"itemStyle": "DEFAULT",
|
|
210
|
+
"itemType": "RAWITEM",
|
|
211
|
+
"layoutPos": {
|
|
212
|
+
"shrink": 0,
|
|
213
|
+
"layout": "FLEX"
|
|
214
|
+
},
|
|
215
|
+
"showCaption": true,
|
|
216
|
+
"id": "viewmsg_pos_body"
|
|
217
|
+
},
|
|
176
218
|
{
|
|
177
219
|
"actionGroupExtractMode": "ITEM",
|
|
178
220
|
"panelItems": [
|
|
@@ -204,6 +246,27 @@ var DEMobWFDynaEditView = {
|
|
|
204
246
|
},
|
|
205
247
|
"id": "view_content"
|
|
206
248
|
},
|
|
249
|
+
{
|
|
250
|
+
"rawItem": {
|
|
251
|
+
"rawItemParams": [
|
|
252
|
+
{
|
|
253
|
+
"key": "POSITION",
|
|
254
|
+
"value": "BOTTOM"
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"predefinedType": "VIEWMSG_POS",
|
|
258
|
+
"id": "viewmsg_pos_bottom"
|
|
259
|
+
},
|
|
260
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
261
|
+
"itemStyle": "DEFAULT",
|
|
262
|
+
"itemType": "RAWITEM",
|
|
263
|
+
"layoutPos": {
|
|
264
|
+
"shrink": 0,
|
|
265
|
+
"layout": "FLEX"
|
|
266
|
+
},
|
|
267
|
+
"showCaption": true,
|
|
268
|
+
"id": "viewmsg_pos_bottom"
|
|
269
|
+
},
|
|
207
270
|
{
|
|
208
271
|
"actionGroupExtractMode": "ITEM",
|
|
209
272
|
"panelItems": [
|
|
@@ -10,6 +10,27 @@ var DEMobWizardVIEW = {
|
|
|
10
10
|
"layout": "FLEX"
|
|
11
11
|
},
|
|
12
12
|
"rootPanelItems": [
|
|
13
|
+
{
|
|
14
|
+
"rawItem": {
|
|
15
|
+
"rawItemParams": [
|
|
16
|
+
{
|
|
17
|
+
"key": "POSITION",
|
|
18
|
+
"value": "TOP"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"predefinedType": "VIEWMSG_POS",
|
|
22
|
+
"id": "viewmsg_pos_top"
|
|
23
|
+
},
|
|
24
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
25
|
+
"itemStyle": "DEFAULT",
|
|
26
|
+
"itemType": "RAWITEM",
|
|
27
|
+
"layoutPos": {
|
|
28
|
+
"shrink": 0,
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "viewmsg_pos_top"
|
|
33
|
+
},
|
|
13
34
|
{
|
|
14
35
|
"actionGroupExtractMode": "ITEM",
|
|
15
36
|
"panelItems": [
|
|
@@ -174,6 +195,27 @@ var DEMobWizardVIEW = {
|
|
|
174
195
|
"showCaption": true,
|
|
175
196
|
"id": "panelpart"
|
|
176
197
|
},
|
|
198
|
+
{
|
|
199
|
+
"rawItem": {
|
|
200
|
+
"rawItemParams": [
|
|
201
|
+
{
|
|
202
|
+
"key": "POSITION",
|
|
203
|
+
"value": "BODY"
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
"predefinedType": "VIEWMSG_POS",
|
|
207
|
+
"id": "viewmsg_pos_body"
|
|
208
|
+
},
|
|
209
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
210
|
+
"itemStyle": "DEFAULT",
|
|
211
|
+
"itemType": "RAWITEM",
|
|
212
|
+
"layoutPos": {
|
|
213
|
+
"shrink": 0,
|
|
214
|
+
"layout": "FLEX"
|
|
215
|
+
},
|
|
216
|
+
"showCaption": true,
|
|
217
|
+
"id": "viewmsg_pos_body"
|
|
218
|
+
},
|
|
177
219
|
{
|
|
178
220
|
"actionGroupExtractMode": "ITEM",
|
|
179
221
|
"panelItems": [
|
|
@@ -205,6 +247,27 @@ var DEMobWizardVIEW = {
|
|
|
205
247
|
},
|
|
206
248
|
"id": "view_content"
|
|
207
249
|
},
|
|
250
|
+
{
|
|
251
|
+
"rawItem": {
|
|
252
|
+
"rawItemParams": [
|
|
253
|
+
{
|
|
254
|
+
"key": "POSITION",
|
|
255
|
+
"value": "BOTTOM"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"predefinedType": "VIEWMSG_POS",
|
|
259
|
+
"id": "viewmsg_pos_bottom"
|
|
260
|
+
},
|
|
261
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
262
|
+
"itemStyle": "DEFAULT",
|
|
263
|
+
"itemType": "RAWITEM",
|
|
264
|
+
"layoutPos": {
|
|
265
|
+
"shrink": 0,
|
|
266
|
+
"layout": "FLEX"
|
|
267
|
+
},
|
|
268
|
+
"showCaption": true,
|
|
269
|
+
"id": "viewmsg_pos_bottom"
|
|
270
|
+
},
|
|
208
271
|
{
|
|
209
272
|
"actionGroupExtractMode": "ITEM",
|
|
210
273
|
"panelItems": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";body,html{padding:0;margin:0;overflow:hidden}*{box-sizing:border-box}.ibiz-app{width:100vw;height:100vh}::-webkit-scrollbar{width:0;height:.375rem}::-webkit-scrollbar-thumb{background:var(--ibiz-color-tertiary-light-active)}div::-webkit-scrollbar{width:0;height:.375rem}div::-webkit-scrollbar-thumb{background:var(--ibiz-color-tertiary-light-active)}
|
|
1
|
+
@charset "UTF-8";body,html{padding:0;margin:0;overflow:hidden}*{box-sizing:border-box}.ibiz-app{width:100vw;height:100vh}::-webkit-scrollbar{width:0;height:.375rem}::-webkit-scrollbar-thumb{background:var(--ibiz-color-tertiary-light-active)}div::-webkit-scrollbar{width:0;height:.375rem}div::-webkit-scrollbar-thumb{background:var(--ibiz-color-tertiary-light-active)}@media screen and (min-width:320px){html{font-size:12px}}@media screen and (min-width:375px){html{font-size:14px}}@media screen and (min-width:425px){html{font-size:16px}}@media screen and (min-width:768px){html{font-size:18px}}@media screen and (min-width:1024px){html{font-size:20px}}@media screen and (min-width:1440px){html{font-size:24px}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";:root{color:var(--ibiz-color-text-0);background-color:var(--ibiz-color-bg-0);--van-primary-color:var(--ibiz-color-primary);--van-success-color:var(--ibiz-color-success);--van-danger-color:var(--ibiz-color-danger);--van-warning-color:var(--ibiz-color-warning);--van-text-color:var(--ibiz-color-text-0);--van-text-color-2:var(--ibiz-color-text-1);--van-text-color-3:var(--ibiz-color-text-2);--van-background:var(--ibiz-color-bg-1);--van-background-2:var(--ibiz-color-bg-2);--van-background-3:var(--ibiz-color-bg-3);--van-border-color:var(--ibiz-color-border);--van-search-content-background:var(--ibiz-color-tertiary-light-hover);--van-cell-right-icon-color:inherit;--van-tabs-line-height:var(--ibiz-height-control-large);--van-button-normal-padding:0 var(--ibiz-spacing-tight);--van-button-normal-font-size:var(--ibiz-font-size-regular);--van-grid-item-content-background:transparent;--van-grid-item-content-padding:var(--ibiz-spacing-tight);--van-tabs-bottom-bar-color:var(--ibiz-color-text-0);--van-uploader-size:3.125rem;--van-uploader-icon-size:1.125rem;--van-cell-horizontal-padding:0;--van-dialog-background:var(--ibiz-color-bg-0);--van-font-size-sm:var(--ibiz-font-size-small);--van-font-size-md:var(--ibiz-font-size-header-6);--van-line-height-md:var(--ibiz-font-size-header-3);--van-field-input-disabled-text-color:var(--ibiz-color-disabled-text);--van-padding-base:var(--ibiz-spacing-extra-tight);--van-padding-xs:var(--ibiz-spacing-tight);--van-padding-sm:var(--ibiz-spacing-base-tight);--van-padding-md:0.875rem;--van-padding-lg:var(--ibiz-spacing-base);--van-radius-sm:var(--ibiz-border-radius-extra-small);--van-radius-md:var(--ibiz-border-radius-small);--van-radius-lg:0.5rem;--van-radius-max:var(--ibiz-border-radius-full);--van-search-padding:0.625rem var(--ibiz-spacing-base-tight);--van-search-input-height:2.125rem;--van-button-small-height:2rem;--van-tabbar-height:3.125rem;--van-uploader-delete-icon-size:var(--ibiz-font-size-header-6)}.van-cell{padding:0}.van-popover--light .van-popover__action:active{color:var(--ibiz-color-bg-0)}.van-cell__value,.van-field__control{text-align:inherit}.van-field__right-icon{display:flex}.van-search__content{padding-right:var(--van-padding-sm)}
|
|
1
|
+
@charset "UTF-8";:root{--van-padding-base:0.25rem;--van-padding-xs:0.5rem;--van-padding-sm:0.75rem;--van-padding-md:1rem;--van-padding-lg:1.5rem;--van-padding-xl:2rem;--van-font-size-xs:0.625rem;--van-font-size-sm:0.75rem;--van-font-size-md:0.875rem;--van-font-size-lg:1rem;--van-line-height-xs:0.875rem;--van-line-height-sm:1.125rem;--van-line-height-md:1.25rem;--van-line-height-lg:1.375rem;--van-radius-sm:0.125rem;--van-radius-md:0.25rem;--van-radius-lg:0.5rem;--van-radius-max:62.4375rem;--van-action-bar-height:3.125rem;--van-badge-size:1rem;--van-badge-padding:0 0.1875rem;--van-badge-dot-size:0.5rem;--van-skeleton-image-size:6rem;--van-skeleton-image-radius:1.5rem;--van-tabbar-height:3.125rem;--van-tabbar-item-icon-size:1.375rem;--van-rate-icon-size:1.25rem;--van-notice-bar-height:2.5rem;--van-notice-bar-line-height:1.5rem;--van-notice-bar-icon-size:1rem;--van-notice-bar-icon-min-width:1.5rem;--van-nav-bar-height:2.875rem;--van-nav-bar-arrow-size:1rem;--van-floating-bubble-size:3rem;--van-floating-bubble-initial-gap:1.5rem;--van-floating-bubble-icon-size:1.75rem;--van-image-loading-icon-size:2rem;--van-image-error-icon-size:2rem;--van-back-top-size:2.5rem;--van-back-top-right:1.875rem;--van-back-top-bottom:2.5rem;--van-back-top-icon-size:1.25rem;--van-stepper-input-width:2rem;--van-stepper-input-height:1.75rem;--van-tag-radius:0.125rem;--van-tag-line-height:1rem;--van-tag-medium-padding:0.125rem 0.375rem;--van-card-thumb-size:5.5rem;--van-card-title-line-height:1rem;--van-cell-line-height:1.5rem;--van-cell-vertical-padding:0.625rem;--van-cell-icon-size:1rem;--van-contact-card-add-icon-size:2.5rem;--van-field-icon-size:1.125rem;--van-field-clear-icon-size:1.125rem;--van-field-error-message-font-size:0.75rem;--van-field-text-area-min-height:3.75rem;--van-field-word-limit-line-height:1rem;--van-search-padding:0.625rem var(--van-padding-sm);--van-search-input-height:2.125rem;--van-search-label-padding:0 0.3125rem;--van-action-bar-icon-width:3rem;--van-action-bar-icon-size:1.125rem;--van-loading-spinner-size:1.875rem;--van-pull-refresh-head-height:3.125rem;--van-pull-refresh-loading-icon-size:1rem;--van-number-keyboard-key-height:3rem;--van-number-keyboard-key-font-size:1.75rem;--van-number-keyboard-title-height:2.125rem;--van-list-text-line-height:3.125rem;--van-list-loading-icon-size:1rem;--van-switch-size:1.625rem;--van-switch-width:calc(1.8em + 0.25rem);--van-switch-height:calc(1em + 0.25rem);--van-switch-node-shadow:0 0.1875rem 0.0625rem 0 rgb(0 0 0 / 5%);--van-button-mini-height:1.5rem;--van-button-small-height:2rem;--van-button-normal-padding:0 0.9375rem;--van-button-large-height:3.125rem;--van-button-default-height:2.75rem;--van-button-loading-icon-size:1.25rem;--van-submit-bar-height:3.125rem;--van-submit-bar-button-width:6.875rem;--van-submit-bar-price-integer-font-size:1.25rem;--van-submit-bar-tip-icon-size:0.75rem;--van-submit-bar-button-height:2.5rem;--van-signature-content-height:12.5rem;--van-action-bar-button-height:2.5rem;--van-popup-round-radius:1rem;--van-popup-close-icon-size:1.375rem;--van-popup-close-icon-margin:1rem;--van-share-sheet-description-line-height:1rem;--van-share-sheet-icon-size:3rem;--van-share-sheet-cancel-button-height:3rem;--van-popover-arrow-size:0.375rem;--van-popover-action-width:8rem;--van-popover-action-height:2.75rem;--van-popover-action-icon-size:1.25rem;--van-popover-horizontal-action-height:2.125rem;--van-popover-horizontal-action-icon-size:1rem;--van-dialog-width:20rem;--van-dialog-radius:1rem;--van-dialog-header-line-height:1.5rem;--van-dialog-header-padding-top:1.625rem;--van-dialog-button-height:3rem;--van-dialog-round-button-height:2.25rem;--van-toast-icon-size:2.25rem;--van-toast-text-min-width:6rem;--van-toast-default-width:5.5rem;--van-toast-default-min-height:5.5rem;--van-action-sheet-header-height:3rem;--van-action-sheet-close-icon-size:1.375rem;--van-action-sheet-loading-icon-size:1.375rem;--van-swipe-indicator-size:0.375rem;--van-image-preview-close-icon-size:1.375rem;--van-uploader-size:5rem;--van-uploader-icon-size:1.5rem;--van-uploader-delete-icon-size:0.875rem;--van-uploader-file-icon-size:1.25rem;--van-uploader-mask-icon-size:1.375rem;--van-uploader-loading-icon-size:1.375rem;--van-tabs-line-height:2.75rem;--van-tabs-card-height:1.875rem;--van-tabs-bottom-bar-width:2.5rem;--van-tabs-bottom-bar-height:0.1875rem;--van-cascader-header-height:3rem;--van-cascader-title-line-height:1.25rem;--van-cascader-close-icon-size:1.375rem;--van-cascader-selected-icon-size:1.125rem;--van-cascader-tabs-height:3rem;--van-cascader-options-height:24rem;--van-picker-toolbar-height:2.75rem;--van-calendar-header-shadow:0 0.125rem 0.625rem rgb(125 126 128 / 16%);--van-calendar-header-title-height:2.75rem;--van-calendar-weekdays-height:1.875rem;--van-calendar-month-mark-font-size:10rem;--van-calendar-day-height:4rem;--van-calendar-day-margin-bottom:0.25rem;--van-calendar-selected-day-size:3.375rem;--van-calendar-confirm-button-height:2.25rem;--van-calendar-confirm-button-margin:0.4375rem 0;--van-checkbox-size:1.25rem;--van-coupon-content-height:5.25rem;--van-coupon-content-padding:0.875rem 0;--van-coupon-shadow:0 0 0.25rem rgb(0 0 0 / 10%);--van-coupon-head-width:6rem;--van-coupon-amount-font-size:1.875rem;--van-radio-size:1.25rem;--van-radio-dot-size:0.5rem;--van-contact-list-padding:var(--van-padding-sm) var(--van-padding-sm) 5rem;--van-contact-list-edit-icon-size:1rem;--van-address-list-padding:var(--van-padding-sm) var(--van-padding-sm) 5rem;--van-address-list-item-font-size:0.8125rem;--van-address-list-edit-icon-size:1.25rem;--van-barrage-font-size:1rem;--van-barrage-space:0.625rem;--van-cell-group-title-line-height:1rem;--van-circle-size:6.25rem;--van-empty-image-size:10rem;--van-empty-description-padding:0 3.75rem;--van-empty-bottom-margin-top:1.5rem;--van-coupon-list-field-padding:0.3125rem 0 0.3125rem var(--van-padding-md);--van-coupon-list-exchange-button-height:2rem;--van-coupon-list-close-button-height:2.5rem;--van-divider-line-height:1.5rem;--van-dropdown-menu-height:3rem;--van-dropdown-menu-shadow:0 0.125rem 0.75rem rgb(100 101 102 / 12%);--van-dropdown-menu-title-font-size:0.9375rem;--van-floating-panel-border-radius:1rem;--van-floating-panel-header-height:1.875rem;--van-floating-panel-bar-width:1.25rem;--van-floating-panel-bar-height:0.1875rem;--van-grid-item-icon-size:1.75rem;--van-index-anchor-line-height:2rem;--van-pagination-height:2.5rem;--van-pagination-item-width:2.25rem;--van-password-input-height:3.125rem;--van-password-input-font-size:1.25rem;--van-password-input-radius:0.375rem;--van-password-input-dot-size:0.625rem;--van-progress-height:0.25rem;--van-progress-pivot-padding:0 0.3125rem;--van-rolling-text-item-width:0.9375rem;--van-rolling-text-item-border-radius:0rem;--van-sidebar-width:5rem;--van-sidebar-padding:1.25rem var(--van-padding-sm);--van-sidebar-selected-border-width:0.25rem;--van-sidebar-selected-border-height:1rem;--van-tree-select-nav-item-padding:0.875rem var(--van-padding-sm);--van-tree-select-item-height:3rem;--van-tree-select-item-selected-size:1rem;--van-skeleton-avatar-size:2rem;--van-skeleton-paragraph-height:1rem;--van-slider-bar-height:0.125rem;--van-slider-button-width:1.5rem;--van-slider-button-height:1.5rem;--van-slider-button-shadow:0 0.0625rem 0.125rem rgb(0 0 0 / 50%);--van-step-icon-size:0.75rem;--van-step-circle-size:0.3125rem}.van-back-top{box-shadow:0 .125rem .5rem rgba(0,0,0,.12)}.van-tag--mark::after{width:.125rem}.van-tag__close{margin-left:.125rem}.van-card__title{max-height:2rem}.van-card__origin-price{margin-left:.3125rem}.van-card__tag{top:.125rem}.van-card__footer .van-button{margin-left:.3125rem}.van-contact-card__title{margin-left:.3125rem}.van-contact-card::before{height:.125rem;background-size:5rem}.van-field__label--required::before{margin-right:.125rem}.van-loading__line::before{width:.125rem}.van-number-keyboard{padding-bottom:1.375rem}.van-number-keyboard--with-title{border-radius:1.25rem 1.25rem 0 0}.van-number-keyboard__header{padding-top:.375rem}.van-number-keyboard__body{padding:.375rem 0 0 .375rem}.van-key--large{inset:0 .375rem .375rem 0}.van-key__wrapper{padding:0 .375rem .375rem 0}.van-key__delete-icon{width:2rem;height:1.375rem}.van-key__collapse-icon{width:1.875rem;height:1.5rem}.van-switch__node{top:.125rem;left:.125rem}.van-switch--on .van-switch__node{transform:translate(calc(var(--van-switch-width) - var(--van-switch-node-size) - .25rem))}.van-contact-edit__switch-cell{padding-top:.5625rem;padding-bottom:.5625rem;margin-top:.625rem}.van-action-bar-button--first{margin-left:.3125rem}.van-action-bar-button--last{margin-right:.3125rem}@media (width <= 321px){.van-action-bar-button{font-size:.8125rem}}.van-share-sheet__icon--link,.van-share-sheet__icon--poster,.van-share-sheet__icon--qrcode{font-size:1.625rem}.van-share-sheet__icon--weapp-qrcode{font-size:1.75rem}.van-share-sheet__icon--qq,.van-share-sheet__icon--wechat,.van-share-sheet__icon--wechat-moments,.van-share-sheet__icon--weibo{font-size:1.875rem}.van-popover--light .van-popover__content{box-shadow:0 .125rem .75rem rgba(50,50,51,.12)}.van-dialog__content--isolated{min-height:6.5rem}.van-dialog__message{padding:1.625rem var(--van-dialog-message-padding)}.van-action-sheet__cancel,.van-action-sheet__item{padding:.875rem var(--van-padding-md)}.van-action-sheet__description{padding:1.25rem var(--van-padding-md)}.van-image-preview__image .van-image__error-icon,.van-image-preview__image-wrap .van-image__error-icon{font-size:2.25rem}.van-uploader__preview-delete--shadow{border-radius:0 0 0 .75rem}.van-uploader__mask-message{margin-top:.375rem}.van-tabs__nav--line{padding-bottom:.9375rem}.van-tabs__line{bottom:.9375rem}.van-cascader__option{padding:.625rem var(--van-padding-md)}.van-cascader__options{padding-top:.375rem}.van-picker-group__tab-title{margin-right:1rem}.van-calendar__popup .van-popup__close-icon{top:.6875rem}@media (width <= 350px){.van-calendar__bottom-info,.van-calendar__top-info{font-size:.5625rem}}.van-calendar__top-info{top:.375rem}.van-calendar__bottom-info{bottom:.375rem}.van-coupon__amount{margin-bottom:.375rem}.van-coupon__amount span:not(:empty){margin-left:.125rem}.van-coupon__condition{line-height:1rem}.van-coupon__name{margin-bottom:.625rem}.van-coupon--disabled .van-coupon-item__content{height:calc(var(--van-coupon-content-height) - .625rem)}.van-contact-list__add{height:2.5rem;margin:.3125rem 0}.van-address-list__add{height:2.5rem;margin:.3125rem 0}.van-address-item__title{padding-right:2.75rem}.van-coupon-list__field .van-field__body{height:2.125rem;line-height:2.125rem}.van-coupon-list__exchange{line-height:calc(var(--van-coupon-list-exchange-button-height) - .125rem)}.van-coupon-list .van-tabs__wrap{box-shadow:0 .375rem .75rem -.75rem var(--van-gray-6)}.van-coupon-list__list--with-bottom{padding-bottom:3.125rem}.van-coupon-list__bottom{padding:.3125rem var(--van-padding-md)}.van-dropdown-menu__title::after{right:-.25rem;margin-top:-.3125rem;border:.1875rem solid}.van-tree-select__item{padding:0 2rem 0 var(--van-padding-md)}.van-skeleton-title+.van-skeleton-paragraph{margin-top:1.25rem}.van-steps--horizontal{padding:.625rem .625rem 0}.van-steps--horizontal .van-steps__items{padding-bottom:1.375rem;margin:0 0 .625rem}.van-step--horizontal:last-child:not(:first-child) .van-step__circle-container{right:-.5625rem}.van-step--horizontal .van-step__circle-container{top:1.875rem}.van-step--horizontal .van-step__title{margin-left:.1875rem}.van-step--horizontal .van-step__line{top:1.875rem}.van-step--vertical{padding:.625rem .625rem .625rem 0}.van-step--vertical .van-step__circle-container{top:1.1875rem;left:-.9375rem}.van-step--vertical .van-step__line{top:1rem;left:-.9375rem}.van-stepper__input{margin:0 .125rem}.van-tabbar-item__icon img{height:1.25rem}:root{color:var(--ibiz-color-text-0);background-color:var(--ibiz-color-bg-0);--van-primary-color:var(--ibiz-color-primary);--van-success-color:var(--ibiz-color-success);--van-danger-color:var(--ibiz-color-danger);--van-warning-color:var(--ibiz-color-warning);--van-text-color:var(--ibiz-color-text-0);--van-text-color-2:var(--ibiz-color-text-1);--van-text-color-3:var(--ibiz-color-text-2);--van-background:var(--ibiz-color-bg-1);--van-background-2:var(--ibiz-color-bg-2);--van-background-3:var(--ibiz-color-bg-3);--van-border-color:var(--ibiz-color-border);--van-search-content-background:var(--ibiz-color-tertiary-light-hover);--van-cell-right-icon-color:inherit;--van-tabs-line-height:var(--ibiz-height-control-large);--van-button-normal-padding:0 var(--ibiz-spacing-tight);--van-button-normal-font-size:var(--ibiz-font-size-regular);--van-grid-item-content-background:transparent;--van-grid-item-content-padding:var(--ibiz-spacing-tight);--van-uploader-size:3.125rem;--van-uploader-icon-size:1.125rem;--van-uploader-upload-active-color:var(--ibiz-color-primary-light-active);--van-cell-horizontal-padding:0;--van-dialog-background:var(--ibiz-color-bg-0);--van-font-size-sm:var(--ibiz-font-size-small);--van-font-size-md:var(--ibiz-font-size-header-6);--van-line-height-md:var(--ibiz-font-size-header-3);--van-field-input-disabled-text-color:var(--ibiz-color-disabled-text);--van-padding-base:var(--ibiz-spacing-extra-tight);--van-padding-xs:var(--ibiz-spacing-tight);--van-padding-sm:var(--ibiz-spacing-base-tight);--van-padding-md:0.875rem;--van-padding-lg:var(--ibiz-spacing-base);--van-radius-sm:var(--ibiz-border-radius-extra-small);--van-radius-md:var(--ibiz-border-radius-small);--van-radius-lg:0.5rem;--van-radius-max:var(--ibiz-border-radius-full);--van-search-padding:0.625rem var(--ibiz-spacing-base-tight);--van-search-input-height:2.125rem;--van-button-small-height:2rem;--van-button-default-height:2.5rem;--van-tabbar-height:3.125rem;--van-uploader-delete-icon-size:var(--ibiz-font-size-header-6);--van-cell-group-title-line-height:1.125rem;--van-tab-active-text-color:var(--ibiz-color-primary);--van-tabs-bottom-bar-color:var(--ibiz-color-primary);--van-sidebar-selected-text-color:var(--ibiz-color-primary);--van-sidebar-selected-border-color:var(--ibiz-color-primary);--van-notify-primary-background:var(--ibiz-color-info-light-default);--van-notify-success-background:var(--ibiz-color-success-light-default);--van-notify-warning-background:var(--ibiz-color-warning-light-default);--van-notify-danger-background:var(--ibiz-color-danger-light-default);--van-notice-bar-wrapable-padding:var(--ibiz-spacing-extra-tight) var(--ibiz-spacing-tight);--van-popover-light-action-disabled-text-color:var(--ibiz-color-disabled-text);--van-loading-spinner-color:var(--ibiz-color-primary);--van-cell-background:transparent;--van-tab-text-color:var(--ibiz-color-text-0)}:root.dark{--van-picker-mask-color:unset}.van-cell{padding:0}.van-popover--light .van-popover__action:active{color:var(--ibiz-color-bg-0)}.van-cell__value,.van-field__control{text-align:inherit}.van-field__right-icon{display:flex}.van-search__content{padding-right:var(--van-padding-sm)}.van-cell-group__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:var(--ibiz-color-bg-0);padding:var(--ibiz-spacing-base);font-size:var(--ibiz-font-size-header-6)}.van-hairline--top-bottom::after{border:none}.van-cell--clickable:active{background-color:var(--ibiz-color-bg-0)}.van-popup--bottom.van-popup--round{border-radius:0}.van-popup--left.van-popup--round{border-radius:0}.van-popup--right.van-popup--round{border-radius:0}.van-popup--top.van-popup--round{border-radius:0}.van-steps--horizontal{padding:var(--ibiz-spacing-base) var(--ibiz-spacing-base) 0}.van-pagination .van-pagination__item--active{color:var(--ibiz-color-primary);background-color:var(--ibiz-color-primary-light-default)}.van-notify--primary{color:var(--ibiz-color-info)}.van-notify--success{color:var(--ibiz-color-success)}.van-notify--warning{color:var(--ibiz-color-warning)}.van-notify--danger{color:var(--ibiz-color-danger)}.van-notice-bar{border:1px solid var(--ibiz-color-border)}.van-notice-bar[type=info]{color:var(--ibiz-color-info);background-color:var(--ibiz-color-info-light-default);border-color:var(--ibiz-color-info-light-hover)}.van-notice-bar[type=warn],.van-notice-bar[type=warning]{color:var(--ibiz-color-warning);background-color:var(--ibiz-color-warning-light-default);border-color:var(--ibiz-color-warning-light-hover)}.van-notice-bar[type=success]{color:var(--ibiz-color-success);background-color:var(--ibiz-color-success-light-default);border-color:var(--ibiz-color-success-light-hover)}.van-notice-bar[type=error]{color:var(--ibiz-color-danger);background-color:var(--ibiz-color-danger-light-default);border-color:var(--ibiz-color-danger-light-hover)}.van-button--default{color:var(--ibiz-color-primary);background-color:transparent;border-color:var(--ibiz-color-primary)}.van-button--primary{color:var(--ibiz-color-white);background-color:var(--ibiz-color-primary);border-color:var(--ibiz-color-primary)}.van-button--inverse{color:var(--ibiz-color-text-0);background-color:transparent;border-color:var(--ibiz-color-border)}.van-button--danger{color:var(--ibiz-color-white);background-color:var(--ibiz-color-danger);border-color:var(--ibiz-color-danger)}.van-button--info{color:var(--ibiz-color-white);background-color:var(--ibiz-color-info);border:none}.van-button--success{color:var(--ibiz-color-white);background-color:var(--ibiz-color-success);border:none}.van-button--warning{color:var(--ibiz-color-white);background-color:var(--ibiz-color-warning);border:none}.van-button--link{color:var(--ibiz-color-primary);background-color:transparent;border:none}.van-button--link:active:before{opacity:0}.van-pull-refresh__head{z-index:-1}:root .rolldate-container{color:var(--ibiz-color-text-0)}:root .rolldate-container .rolldate-mask{background-color:var(--ibiz-color-bg-overlay)}:root .rolldate-container .rolldate-panel{background-color:var(--ibiz-color-bg-0)}:root .rolldate-container header{border-color:var(--ibiz-color-border)}:root .rolldate-container .rolldate-btn{color:var(--ibiz-color-text-1)}:root .rolldate-container .rolldate-confirm{color:var(--ibiz-color-primary)}:root .rolldate-container .mask-top{background:linear-gradient(0deg,rgba(var(--ibiz-grey-0),.4),rgba(var(--ibiz-grey-0),.8));border-color:var(--ibiz-color-border)}:root .rolldate-container .mask-bottom{background:linear-gradient(0deg,rgba(var(--ibiz-grey-0),.4),rgba(var(--ibiz-grey-0),.8));border-color:var(--ibiz-color-border)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root .rolldate-container{color:var(--ibiz-color-text-0)}:root .rolldate-container .rolldate-mask{background-color:var(--ibiz-color-bg-overlay)}:root .rolldate-container .rolldate-panel{background-color:var(--ibiz-color-bg-0)}:root .rolldate-container header{border-color:var(--ibiz-color-border)}:root .rolldate-container .rolldate-btn{color:var(--ibiz-color-text-1)}:root .rolldate-container .rolldate-confirm{color:var(--ibiz-color-primary)}:root .rolldate-container .mask-top{background:linear-gradient(0deg,rgba(var(--ibiz-grey-0),.4),rgba(var(--ibiz-grey-0),.8));border-color:var(--ibiz-color-border)}:root .rolldate-container .mask-bottom{background:linear-gradient(0deg,rgba(var(--ibiz-grey-0),.4),rgba(var(--ibiz-grey-0),.8));border-color:var(--ibiz-color-border)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--van-padding-base:0.25rem;--van-padding-xs:0.5rem;--van-padding-sm:0.75rem;--van-padding-md:1rem;--van-padding-lg:1.5rem;--van-padding-xl:2rem;--van-font-size-xs:0.625rem;--van-font-size-sm:0.75rem;--van-font-size-md:0.875rem;--van-font-size-lg:1rem;--van-line-height-xs:0.875rem;--van-line-height-sm:1.125rem;--van-line-height-md:1.25rem;--van-line-height-lg:1.375rem;--van-radius-sm:0.125rem;--van-radius-md:0.25rem;--van-radius-lg:0.5rem;--van-radius-max:62.4375rem;--van-action-bar-height:3.125rem;--van-badge-size:1rem;--van-badge-padding:0 0.1875rem;--van-badge-dot-size:0.5rem;--van-skeleton-image-size:6rem;--van-skeleton-image-radius:1.5rem;--van-tabbar-height:3.125rem;--van-tabbar-item-icon-size:1.375rem;--van-rate-icon-size:1.25rem;--van-notice-bar-height:2.5rem;--van-notice-bar-line-height:1.5rem;--van-notice-bar-icon-size:1rem;--van-notice-bar-icon-min-width:1.5rem;--van-nav-bar-height:2.875rem;--van-nav-bar-arrow-size:1rem;--van-floating-bubble-size:3rem;--van-floating-bubble-initial-gap:1.5rem;--van-floating-bubble-icon-size:1.75rem;--van-image-loading-icon-size:2rem;--van-image-error-icon-size:2rem;--van-back-top-size:2.5rem;--van-back-top-right:1.875rem;--van-back-top-bottom:2.5rem;--van-back-top-icon-size:1.25rem;--van-stepper-input-width:2rem;--van-stepper-input-height:1.75rem;--van-tag-radius:0.125rem;--van-tag-line-height:1rem;--van-tag-medium-padding:0.125rem 0.375rem;--van-card-thumb-size:5.5rem;--van-card-title-line-height:1rem;--van-cell-line-height:1.5rem;--van-cell-vertical-padding:0.625rem;--van-cell-icon-size:1rem;--van-contact-card-add-icon-size:2.5rem;--van-field-icon-size:1.125rem;--van-field-clear-icon-size:1.125rem;--van-field-error-message-font-size:0.75rem;--van-field-text-area-min-height:3.75rem;--van-field-word-limit-line-height:1rem;--van-search-padding:0.625rem var(--van-padding-sm);--van-search-input-height:2.125rem;--van-search-label-padding:0 0.3125rem;--van-action-bar-icon-width:3rem;--van-action-bar-icon-size:1.125rem;--van-loading-spinner-size:1.875rem;--van-pull-refresh-head-height:3.125rem;--van-pull-refresh-loading-icon-size:1rem;--van-number-keyboard-key-height:3rem;--van-number-keyboard-key-font-size:1.75rem;--van-number-keyboard-title-height:2.125rem;--van-list-text-line-height:3.125rem;--van-list-loading-icon-size:1rem;--van-switch-size:1.625rem;--van-switch-width:calc(1.8em + 0.25rem);--van-switch-height:calc(1em + 0.25rem);--van-switch-node-shadow:0 0.1875rem 0.0625rem 0 rgb(0 0 0 / 5%);--van-button-mini-height:1.5rem;--van-button-small-height:2rem;--van-button-normal-padding:0 0.9375rem;--van-button-large-height:3.125rem;--van-button-default-height:2.75rem;--van-button-loading-icon-size:1.25rem;--van-submit-bar-height:3.125rem;--van-submit-bar-button-width:6.875rem;--van-submit-bar-price-integer-font-size:1.25rem;--van-submit-bar-tip-icon-size:0.75rem;--van-submit-bar-button-height:2.5rem;--van-signature-content-height:12.5rem;--van-action-bar-button-height:2.5rem;--van-popup-round-radius:1rem;--van-popup-close-icon-size:1.375rem;--van-popup-close-icon-margin:1rem;--van-share-sheet-description-line-height:1rem;--van-share-sheet-icon-size:3rem;--van-share-sheet-cancel-button-height:3rem;--van-popover-arrow-size:0.375rem;--van-popover-action-width:8rem;--van-popover-action-height:2.75rem;--van-popover-action-icon-size:1.25rem;--van-popover-horizontal-action-height:2.125rem;--van-popover-horizontal-action-icon-size:1rem;--van-dialog-width:20rem;--van-dialog-radius:1rem;--van-dialog-header-line-height:1.5rem;--van-dialog-header-padding-top:1.625rem;--van-dialog-button-height:3rem;--van-dialog-round-button-height:2.25rem;--van-toast-icon-size:2.25rem;--van-toast-text-min-width:6rem;--van-toast-default-width:5.5rem;--van-toast-default-min-height:5.5rem;--van-action-sheet-header-height:3rem;--van-action-sheet-close-icon-size:1.375rem;--van-action-sheet-loading-icon-size:1.375rem;--van-swipe-indicator-size:0.375rem;--van-image-preview-close-icon-size:1.375rem;--van-uploader-size:5rem;--van-uploader-icon-size:1.5rem;--van-uploader-delete-icon-size:0.875rem;--van-uploader-file-icon-size:1.25rem;--van-uploader-mask-icon-size:1.375rem;--van-uploader-loading-icon-size:1.375rem;--van-tabs-line-height:2.75rem;--van-tabs-card-height:1.875rem;--van-tabs-bottom-bar-width:2.5rem;--van-tabs-bottom-bar-height:0.1875rem;--van-cascader-header-height:3rem;--van-cascader-title-line-height:1.25rem;--van-cascader-close-icon-size:1.375rem;--van-cascader-selected-icon-size:1.125rem;--van-cascader-tabs-height:3rem;--van-cascader-options-height:24rem;--van-picker-toolbar-height:2.75rem;--van-calendar-header-shadow:0 0.125rem 0.625rem rgb(125 126 128 / 16%);--van-calendar-header-title-height:2.75rem;--van-calendar-weekdays-height:1.875rem;--van-calendar-month-mark-font-size:10rem;--van-calendar-day-height:4rem;--van-calendar-day-margin-bottom:0.25rem;--van-calendar-selected-day-size:3.375rem;--van-calendar-confirm-button-height:2.25rem;--van-calendar-confirm-button-margin:0.4375rem 0;--van-checkbox-size:1.25rem;--van-coupon-content-height:5.25rem;--van-coupon-content-padding:0.875rem 0;--van-coupon-shadow:0 0 0.25rem rgb(0 0 0 / 10%);--van-coupon-head-width:6rem;--van-coupon-amount-font-size:1.875rem;--van-radio-size:1.25rem;--van-radio-dot-size:0.5rem;--van-contact-list-padding:var(--van-padding-sm) var(--van-padding-sm) 5rem;--van-contact-list-edit-icon-size:1rem;--van-address-list-padding:var(--van-padding-sm) var(--van-padding-sm) 5rem;--van-address-list-item-font-size:0.8125rem;--van-address-list-edit-icon-size:1.25rem;--van-barrage-font-size:1rem;--van-barrage-space:0.625rem;--van-cell-group-title-line-height:1rem;--van-circle-size:6.25rem;--van-empty-image-size:10rem;--van-empty-description-padding:0 3.75rem;--van-empty-bottom-margin-top:1.5rem;--van-coupon-list-field-padding:0.3125rem 0 0.3125rem var(--van-padding-md);--van-coupon-list-exchange-button-height:2rem;--van-coupon-list-close-button-height:2.5rem;--van-divider-line-height:1.5rem;--van-dropdown-menu-height:3rem;--van-dropdown-menu-shadow:0 0.125rem 0.75rem rgb(100 101 102 / 12%);--van-dropdown-menu-title-font-size:0.9375rem;--van-floating-panel-border-radius:1rem;--van-floating-panel-header-height:1.875rem;--van-floating-panel-bar-width:1.25rem;--van-floating-panel-bar-height:0.1875rem;--van-grid-item-icon-size:1.75rem;--van-index-anchor-line-height:2rem;--van-pagination-height:2.5rem;--van-pagination-item-width:2.25rem;--van-password-input-height:3.125rem;--van-password-input-font-size:1.25rem;--van-password-input-radius:0.375rem;--van-password-input-dot-size:0.625rem;--van-progress-height:0.25rem;--van-progress-pivot-padding:0 0.3125rem;--van-rolling-text-item-width:0.9375rem;--van-rolling-text-item-border-radius:0rem;--van-sidebar-width:5rem;--van-sidebar-padding:1.25rem var(--van-padding-sm);--van-sidebar-selected-border-width:0.25rem;--van-sidebar-selected-border-height:1rem;--van-tree-select-nav-item-padding:0.875rem var(--van-padding-sm);--van-tree-select-item-height:3rem;--van-tree-select-item-selected-size:1rem;--van-skeleton-avatar-size:2rem;--van-skeleton-paragraph-height:1rem;--van-slider-bar-height:0.125rem;--van-slider-button-width:1.5rem;--van-slider-button-height:1.5rem;--van-slider-button-shadow:0 0.0625rem 0.125rem rgb(0 0 0 / 50%);--van-step-icon-size:0.75rem;--van-step-circle-size:0.3125rem}.van-back-top{box-shadow:0 .125rem .5rem rgba(0,0,0,.12)}.van-tag--mark::after{width:.125rem}.van-tag__close{margin-left:.125rem}.van-card__title{max-height:2rem}.van-card__origin-price{margin-left:.3125rem}.van-card__tag{top:.125rem}.van-card__footer .van-button{margin-left:.3125rem}.van-contact-card__title{margin-left:.3125rem}.van-contact-card::before{height:.125rem;background-size:5rem}.van-field__label--required::before{margin-right:.125rem}.van-loading__line::before{width:.125rem}.van-number-keyboard{padding-bottom:1.375rem}.van-number-keyboard--with-title{border-radius:1.25rem 1.25rem 0 0}.van-number-keyboard__header{padding-top:.375rem}.van-number-keyboard__body{padding:.375rem 0 0 .375rem}.van-key--large{inset:0 .375rem .375rem 0}.van-key__wrapper{padding:0 .375rem .375rem 0}.van-key__delete-icon{width:2rem;height:1.375rem}.van-key__collapse-icon{width:1.875rem;height:1.5rem}.van-switch__node{top:.125rem;left:.125rem}.van-switch--on .van-switch__node{transform:translate(calc(var(--van-switch-width) - var(--van-switch-node-size) - .25rem))}.van-contact-edit__switch-cell{padding-top:.5625rem;padding-bottom:.5625rem;margin-top:.625rem}.van-action-bar-button--first{margin-left:.3125rem}.van-action-bar-button--last{margin-right:.3125rem}@media (width <= 321px){.van-action-bar-button{font-size:.8125rem}}.van-share-sheet__icon--link,.van-share-sheet__icon--poster,.van-share-sheet__icon--qrcode{font-size:1.625rem}.van-share-sheet__icon--weapp-qrcode{font-size:1.75rem}.van-share-sheet__icon--qq,.van-share-sheet__icon--wechat,.van-share-sheet__icon--wechat-moments,.van-share-sheet__icon--weibo{font-size:1.875rem}.van-popover--light .van-popover__content{box-shadow:0 .125rem .75rem rgba(50,50,51,.12)}.van-dialog__content--isolated{min-height:6.5rem}.van-dialog__message{padding:1.625rem var(--van-dialog-message-padding)}.van-action-sheet__cancel,.van-action-sheet__item{padding:.875rem var(--van-padding-md)}.van-action-sheet__description{padding:1.25rem var(--van-padding-md)}.van-image-preview__image .van-image__error-icon,.van-image-preview__image-wrap .van-image__error-icon{font-size:2.25rem}.van-uploader__preview-delete--shadow{border-radius:0 0 0 .75rem}.van-uploader__mask-message{margin-top:.375rem}.van-tabs__nav--line{padding-bottom:.9375rem}.van-tabs__line{bottom:.9375rem}.van-cascader__option{padding:.625rem var(--van-padding-md)}.van-cascader__options{padding-top:.375rem}.van-picker-group__tab-title{margin-right:1rem}.van-calendar__popup .van-popup__close-icon{top:.6875rem}@media (width <= 350px){.van-calendar__bottom-info,.van-calendar__top-info{font-size:.5625rem}}.van-calendar__top-info{top:.375rem}.van-calendar__bottom-info{bottom:.375rem}.van-coupon__amount{margin-bottom:.375rem}.van-coupon__amount span:not(:empty){margin-left:.125rem}.van-coupon__condition{line-height:1rem}.van-coupon__name{margin-bottom:.625rem}.van-coupon--disabled .van-coupon-item__content{height:calc(var(--van-coupon-content-height) - .625rem)}.van-contact-list__add{height:2.5rem;margin:.3125rem 0}.van-address-list__add{height:2.5rem;margin:.3125rem 0}.van-address-item__title{padding-right:2.75rem}.van-coupon-list__field .van-field__body{height:2.125rem;line-height:2.125rem}.van-coupon-list__exchange{line-height:calc(var(--van-coupon-list-exchange-button-height) - .125rem)}.van-coupon-list .van-tabs__wrap{box-shadow:0 .375rem .75rem -.75rem var(--van-gray-6)}.van-coupon-list__list--with-bottom{padding-bottom:3.125rem}.van-coupon-list__bottom{padding:.3125rem var(--van-padding-md)}.van-dropdown-menu__title::after{right:-.25rem;margin-top:-.3125rem;border:.1875rem solid}.van-tree-select__item{padding:0 2rem 0 var(--van-padding-md)}.van-skeleton-title+.van-skeleton-paragraph{margin-top:1.25rem}.van-steps--horizontal{padding:.625rem .625rem 0}.van-steps--horizontal .van-steps__items{padding-bottom:1.375rem;margin:0 0 .625rem}.van-step--horizontal:last-child:not(:first-child) .van-step__circle-container{right:-.5625rem}.van-step--horizontal .van-step__circle-container{top:1.875rem}.van-step--horizontal .van-step__title{margin-left:.1875rem}.van-step--horizontal .van-step__line{top:1.875rem}.van-step--vertical{padding:.625rem .625rem .625rem 0}.van-step--vertical .van-step__circle-container{top:1.1875rem;left:-.9375rem}.van-step--vertical .van-step__line{top:1rem;left:-.9375rem}.van-stepper__input{margin:0 .125rem}.van-tabbar-item__icon img{height:1.25rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{color:var(--ibiz-color-text-0);background-color:var(--ibiz-color-bg-0);--van-primary-color:var(--ibiz-color-primary);--van-success-color:var(--ibiz-color-success);--van-danger-color:var(--ibiz-color-danger);--van-warning-color:var(--ibiz-color-warning);--van-text-color:var(--ibiz-color-text-0);--van-text-color-2:var(--ibiz-color-text-1);--van-text-color-3:var(--ibiz-color-text-2);--van-background:var(--ibiz-color-bg-1);--van-background-2:var(--ibiz-color-bg-2);--van-background-3:var(--ibiz-color-bg-3);--van-border-color:var(--ibiz-color-border);--van-search-content-background:var(--ibiz-color-tertiary-light-hover);--van-cell-right-icon-color:inherit;--van-tabs-line-height:var(--ibiz-height-control-large);--van-button-normal-padding:0 var(--ibiz-spacing-tight);--van-button-normal-font-size:var(--ibiz-font-size-regular);--van-grid-item-content-background:transparent;--van-grid-item-content-padding:var(--ibiz-spacing-tight);--van-
|
|
1
|
+
:root{color:var(--ibiz-color-text-0);background-color:var(--ibiz-color-bg-0);--van-primary-color:var(--ibiz-color-primary);--van-success-color:var(--ibiz-color-success);--van-danger-color:var(--ibiz-color-danger);--van-warning-color:var(--ibiz-color-warning);--van-text-color:var(--ibiz-color-text-0);--van-text-color-2:var(--ibiz-color-text-1);--van-text-color-3:var(--ibiz-color-text-2);--van-background:var(--ibiz-color-bg-1);--van-background-2:var(--ibiz-color-bg-2);--van-background-3:var(--ibiz-color-bg-3);--van-border-color:var(--ibiz-color-border);--van-search-content-background:var(--ibiz-color-tertiary-light-hover);--van-cell-right-icon-color:inherit;--van-tabs-line-height:var(--ibiz-height-control-large);--van-button-normal-padding:0 var(--ibiz-spacing-tight);--van-button-normal-font-size:var(--ibiz-font-size-regular);--van-grid-item-content-background:transparent;--van-grid-item-content-padding:var(--ibiz-spacing-tight);--van-uploader-size:3.125rem;--van-uploader-icon-size:1.125rem;--van-uploader-upload-active-color:var(--ibiz-color-primary-light-active);--van-cell-horizontal-padding:0;--van-dialog-background:var(--ibiz-color-bg-0);--van-font-size-sm:var(--ibiz-font-size-small);--van-font-size-md:var(--ibiz-font-size-header-6);--van-line-height-md:var(--ibiz-font-size-header-3);--van-field-input-disabled-text-color:var(--ibiz-color-disabled-text);--van-padding-base:var(--ibiz-spacing-extra-tight);--van-padding-xs:var(--ibiz-spacing-tight);--van-padding-sm:var(--ibiz-spacing-base-tight);--van-padding-md:0.875rem;--van-padding-lg:var(--ibiz-spacing-base);--van-radius-sm:var(--ibiz-border-radius-extra-small);--van-radius-md:var(--ibiz-border-radius-small);--van-radius-lg:0.5rem;--van-radius-max:var(--ibiz-border-radius-full);--van-search-padding:0.625rem var(--ibiz-spacing-base-tight);--van-search-input-height:2.125rem;--van-button-small-height:2rem;--van-button-default-height:2.5rem;--van-tabbar-height:3.125rem;--van-uploader-delete-icon-size:var(--ibiz-font-size-header-6);--van-cell-group-title-line-height:1.125rem;--van-tab-active-text-color:var(--ibiz-color-primary);--van-tabs-bottom-bar-color:var(--ibiz-color-primary);--van-sidebar-selected-text-color:var(--ibiz-color-primary);--van-sidebar-selected-border-color:var(--ibiz-color-primary);--van-notify-primary-background:var(--ibiz-color-info-light-default);--van-notify-success-background:var(--ibiz-color-success-light-default);--van-notify-warning-background:var(--ibiz-color-warning-light-default);--van-notify-danger-background:var(--ibiz-color-danger-light-default);--van-notice-bar-wrapable-padding:var(--ibiz-spacing-extra-tight) var(--ibiz-spacing-tight);--van-popover-light-action-disabled-text-color:var(--ibiz-color-disabled-text);--van-loading-spinner-color:var(--ibiz-color-primary);--van-cell-background:transparent;--van-tab-text-color:var(--ibiz-color-text-0)}:root.dark{--van-picker-mask-color:unset}.van-cell{padding:0}.van-popover--light .van-popover__action:active{color:var(--ibiz-color-bg-0)}.van-cell__value,.van-field__control{text-align:inherit}.van-field__right-icon{display:flex}.van-search__content{padding-right:var(--van-padding-sm)}.van-cell-group__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:var(--ibiz-color-bg-0);padding:var(--ibiz-spacing-base);font-size:var(--ibiz-font-size-header-6)}.van-hairline--top-bottom::after{border:none}.van-cell--clickable:active{background-color:var(--ibiz-color-bg-0)}.van-popup--bottom.van-popup--round{border-radius:0}.van-popup--left.van-popup--round{border-radius:0}.van-popup--right.van-popup--round{border-radius:0}.van-popup--top.van-popup--round{border-radius:0}.van-steps--horizontal{padding:var(--ibiz-spacing-base) var(--ibiz-spacing-base) 0}.van-pagination .van-pagination__item--active{color:var(--ibiz-color-primary);background-color:var(--ibiz-color-primary-light-default)}.van-notify--primary{color:var(--ibiz-color-info)}.van-notify--success{color:var(--ibiz-color-success)}.van-notify--warning{color:var(--ibiz-color-warning)}.van-notify--danger{color:var(--ibiz-color-danger)}.van-notice-bar{border:1px solid var(--ibiz-color-border)}.van-notice-bar[type=info]{color:var(--ibiz-color-info);background-color:var(--ibiz-color-info-light-default);border-color:var(--ibiz-color-info-light-hover)}.van-notice-bar[type=warn],.van-notice-bar[type=warning]{color:var(--ibiz-color-warning);background-color:var(--ibiz-color-warning-light-default);border-color:var(--ibiz-color-warning-light-hover)}.van-notice-bar[type=success]{color:var(--ibiz-color-success);background-color:var(--ibiz-color-success-light-default);border-color:var(--ibiz-color-success-light-hover)}.van-notice-bar[type=error]{color:var(--ibiz-color-danger);background-color:var(--ibiz-color-danger-light-default);border-color:var(--ibiz-color-danger-light-hover)}.van-button--default{color:var(--ibiz-color-primary);background-color:transparent;border-color:var(--ibiz-color-primary)}.van-button--primary{color:var(--ibiz-color-white);background-color:var(--ibiz-color-primary);border-color:var(--ibiz-color-primary)}.van-button--inverse{color:var(--ibiz-color-text-0);background-color:transparent;border-color:var(--ibiz-color-border)}.van-button--danger{color:var(--ibiz-color-white);background-color:var(--ibiz-color-danger);border-color:var(--ibiz-color-danger)}.van-button--info{color:var(--ibiz-color-white);background-color:var(--ibiz-color-info);border:none}.van-button--success{color:var(--ibiz-color-white);background-color:var(--ibiz-color-success);border:none}.van-button--warning{color:var(--ibiz-color-white);background-color:var(--ibiz-color-warning);border:none}.van-button--link{color:var(--ibiz-color-primary);background-color:transparent;border:none}.van-button--link:active:before{opacity:0}.van-pull-refresh__head{z-index:-1}
|