eoss-mobiles 0.3.97 → 0.3.99
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/lib/checkbox.js +21 -0
- package/lib/eoss-mobile.common.js +284 -123
- package/lib/flow-btn.js +21 -0
- package/lib/flow-list.js +21 -0
- package/lib/flow.js +244 -83
- package/lib/index.js +1 -1
- package/lib/picker.js +27 -6
- package/lib/radio.js +26 -5
- package/lib/retrial-auth.js +21 -0
- package/lib/selector.js +49 -28
- package/lib/table-column.js +21 -0
- package/lib/table.js +21 -0
- package/lib/theme-chalk/fonts/iconfont.scss +98 -98
- package/lib/theme-chalk/fonts/iconfont1.scss +90 -90
- package/lib/uploader.js +21 -0
- package/lib/utils/util.js +21 -0
- package/package.json +1 -1
- package/packages/action-sheet/index.js +5 -5
- package/packages/action-sheet/src/main.vue +32 -32
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +15 -15
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +80 -80
- package/packages/calendar/index.js +5 -5
- package/packages/calendar/src/main.vue +34 -34
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +39 -39
- package/packages/cell/index.js +5 -5
- package/packages/cell/src/main.vue +77 -77
- package/packages/checkbox/index.js +5 -5
- package/packages/checkbox/src/main.vue +232 -232
- package/packages/circle/index.js +5 -5
- package/packages/circle/src/main.vue +27 -27
- package/packages/count-down/index.js +5 -5
- package/packages/count-down/src/main.vue +27 -27
- package/packages/date/index.js +5 -5
- package/packages/date/src/date-time.vue +290 -290
- package/packages/date/src/main.vue +401 -401
- package/packages/empty/index.js +5 -5
- package/packages/empty/src/main.vue +16 -16
- package/packages/esign/index.js +5 -5
- package/packages/esign/src/main.vue +144 -144
- package/packages/field/index.js +5 -5
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/components/Circulate.vue +595 -595
- package/packages/flow/src/components/Handle.vue +2404 -2404
- package/packages/flow/src/components/Message.vue +208 -208
- package/packages/flow/src/components/ProcessSettings.vue +342 -342
- package/packages/flow/src/components/TaskRead.vue +100 -4
- package/packages/flow/src/components/supervise.vue +139 -139
- package/packages/flow/src/flowMix.js +288 -288
- package/packages/flow/src/main.vue +116 -116
- package/packages/flow-btn/index.js +5 -5
- package/packages/flow-btn/src/main.vue +494 -494
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +248 -248
- package/packages/form/index.js +5 -5
- package/packages/grid/index.js +5 -5
- package/packages/grid/src/main.vue +486 -486
- package/packages/grid-item/index.js +5 -5
- package/packages/grid-item/src/main.vue +16 -16
- package/packages/image/index.js +5 -5
- package/packages/image/src/main.vue +12 -12
- package/packages/image-preview/index.js +5 -5
- package/packages/list/index.js +5 -5
- package/packages/list/src/main.vue +32 -32
- package/packages/loading/index.js +5 -5
- package/packages/loading/src/main.vue +19 -19
- package/packages/nav-bar/index.js +5 -5
- package/packages/nav-bar/src/main.vue +24 -24
- package/packages/notice-bar/index.js +5 -5
- package/packages/notice-bar/src/main.vue +15 -15
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +73 -73
- package/packages/picker/index.js +5 -5
- package/packages/picker/src/main.vue +604 -604
- package/packages/popover/index.js +5 -5
- package/packages/popover/src/main.vue +32 -32
- package/packages/popup/index.js +5 -5
- package/packages/popup/src/main.vue +27 -27
- package/packages/pull-refresh/index.js +5 -5
- package/packages/pull-refresh/src/main.vue +31 -31
- package/packages/radio/index.js +5 -5
- package/packages/radio/src/main.vue +179 -179
- package/packages/rate/index.js +5 -5
- package/packages/rate/src/main.vue +26 -26
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +257 -257
- package/packages/search/index.js +5 -5
- package/packages/search/src/main.vue +39 -39
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +186 -186
- package/packages/selector/src/selector-tree.vue +1117 -1117
- package/packages/selector/src/tree.vue +405 -405
- package/packages/skeleton/index.js +5 -5
- package/packages/skeleton/src/main.vue +17 -17
- package/packages/stepper/index.js +5 -5
- package/packages/stepper/src/main.vue +25 -25
- package/packages/swipe/index.js +5 -5
- package/packages/swipe/src/main.vue +42 -42
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +38 -38
- package/packages/tab/index.js +5 -5
- package/packages/tab/src/main.vue +16 -16
- package/packages/table/index.js +5 -5
- package/packages/table/src/main.vue +1006 -1006
- package/packages/table-column/index.js +5 -5
- package/packages/table-column/src/main.vue +931 -931
- package/packages/table-column/src/mixins/table.js +12 -12
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +34 -34
- package/packages/tag/index.js +5 -5
- package/packages/tag/src/main.vue +16 -16
- package/packages/theme-chalk/gulpfile.js +25 -0
- package/packages/theme-chalk/src/base.scss +195 -195
- package/packages/theme-chalk/src/button-group.scss +25 -25
- package/packages/theme-chalk/src/button.scss +2 -2
- package/packages/theme-chalk/src/calendar.scss +11 -11
- package/packages/theme-chalk/src/cascader.scss +11 -11
- package/packages/theme-chalk/src/cell.scss +14 -14
- package/packages/theme-chalk/src/checkbox.scss +9 -9
- package/packages/theme-chalk/src/circle.scss +6 -6
- package/packages/theme-chalk/src/common/var.scss +1525 -1525
- package/packages/theme-chalk/src/esign.scss +51 -51
- package/packages/theme-chalk/src/field.scss +98 -98
- package/packages/theme-chalk/src/flow-btn.scss +99 -99
- package/packages/theme-chalk/src/flow-list.scss +122 -122
- package/packages/theme-chalk/src/fonts/iconfont.scss +98 -98
- package/packages/theme-chalk/src/fonts/iconfont1.scss +90 -90
- package/packages/theme-chalk/src/form.scss +33 -33
- package/packages/theme-chalk/src/grid-item.scss +16 -16
- package/packages/theme-chalk/src/grid.scss +46 -46
- package/packages/theme-chalk/src/icon.scss +1661 -1661
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/navbar.scss +5 -5
- package/packages/theme-chalk/src/pagination.scss +12 -12
- package/packages/theme-chalk/src/picker.scss +31 -31
- package/packages/theme-chalk/src/radio.scss +6 -6
- package/packages/theme-chalk/src/retrial-auth.scss +28 -28
- package/packages/theme-chalk/src/selector.scss +247 -247
- package/packages/theme-chalk/src/stepper.scss +9 -9
- package/packages/theme-chalk/src/switch.scss +5 -5
- package/packages/theme-chalk/src/table.scss +86 -86
- package/packages/theme-chalk/src/tabs.scss +31 -31
- package/packages/theme-chalk/src/tag.scss +12 -12
- package/packages/theme-chalk/src/theme.scss +1 -1
- package/packages/theme-chalk/src/tree.scss +127 -127
- package/packages/uploader/index.js +5 -5
- package/src/config/api.js +190 -190
- package/src/index.js +1 -1
- package/src/utils/axios.js +217 -217
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +106 -106
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/util.js +21 -0
- package/CHANGELOG.md +0 -95
- package/packages/theme-chalk/lib/action-sheet.css +0 -0
- package/packages/theme-chalk/lib/base.css +0 -1
- package/packages/theme-chalk/lib/button-group.css +0 -1
- package/packages/theme-chalk/lib/button.css +0 -1
- package/packages/theme-chalk/lib/calendar.css +0 -1
- package/packages/theme-chalk/lib/cascader.css +0 -1
- package/packages/theme-chalk/lib/cell.css +0 -1
- package/packages/theme-chalk/lib/checkbox.css +0 -1
- package/packages/theme-chalk/lib/circle.css +0 -1
- package/packages/theme-chalk/lib/count-down.css +0 -0
- package/packages/theme-chalk/lib/date.css +0 -0
- package/packages/theme-chalk/lib/empty.css +0 -0
- package/packages/theme-chalk/lib/esign.css +0 -1
- package/packages/theme-chalk/lib/field.css +0 -1
- package/packages/theme-chalk/lib/flow-btn.css +0 -1
- package/packages/theme-chalk/lib/flow-list-task-read.css +0 -1
- package/packages/theme-chalk/lib/flow-list.css +0 -1
- package/packages/theme-chalk/lib/flow.css +0 -1
- package/packages/theme-chalk/lib/fonts/iconfont.scss +0 -98
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont1.scss +0 -90
- package/packages/theme-chalk/lib/form.css +0 -1
- package/packages/theme-chalk/lib/grid-item.css +0 -1
- package/packages/theme-chalk/lib/grid.css +0 -1
- package/packages/theme-chalk/lib/icon.css +0 -1
- package/packages/theme-chalk/lib/image-preview.css +0 -0
- package/packages/theme-chalk/lib/image.css +0 -0
- package/packages/theme-chalk/lib/index.css +0 -1
- package/packages/theme-chalk/lib/list.css +0 -0
- package/packages/theme-chalk/lib/loading.css +0 -0
- package/packages/theme-chalk/lib/nav-bar.css +0 -0
- package/packages/theme-chalk/lib/navbar.css +0 -1
- package/packages/theme-chalk/lib/notice-bar.css +0 -0
- package/packages/theme-chalk/lib/pagination.css +0 -1
- package/packages/theme-chalk/lib/picker.css +0 -1
- package/packages/theme-chalk/lib/popover.css +0 -0
- package/packages/theme-chalk/lib/popup.css +0 -0
- package/packages/theme-chalk/lib/pull-refresh.css +0 -0
- package/packages/theme-chalk/lib/radio.css +0 -1
- package/packages/theme-chalk/lib/rate.css +0 -0
- package/packages/theme-chalk/lib/retrial-auth.css +0 -1
- package/packages/theme-chalk/lib/search.css +0 -0
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/skeleton.css +0 -0
- package/packages/theme-chalk/lib/stepper.css +0 -1
- package/packages/theme-chalk/lib/swipe.css +0 -0
- package/packages/theme-chalk/lib/switch.css +0 -1
- package/packages/theme-chalk/lib/tab.css +0 -0
- package/packages/theme-chalk/lib/table-column.css +0 -0
- package/packages/theme-chalk/lib/table.css +0 -1
- package/packages/theme-chalk/lib/tabs.css +0 -1
- package/packages/theme-chalk/lib/tag.css +0 -1
- package/packages/theme-chalk/lib/theme.css +0 -0
- package/packages/theme-chalk/lib/tree.css +0 -1
- package/packages/theme-chalk/lib/uploader.css +0 -0
package/src/utils/http.js
CHANGED
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
import base from './axios';
|
|
2
|
-
const request = options => {
|
|
3
|
-
let fn;
|
|
4
|
-
switch (options.type) {
|
|
5
|
-
case 'post':
|
|
6
|
-
fn = base.post(
|
|
7
|
-
options.url,
|
|
8
|
-
options.params,
|
|
9
|
-
options.headers,
|
|
10
|
-
options.format,
|
|
11
|
-
options.isData,
|
|
12
|
-
options.isParams
|
|
13
|
-
);
|
|
14
|
-
break;
|
|
15
|
-
case 'POST':
|
|
16
|
-
fn = base.post(
|
|
17
|
-
options.url,
|
|
18
|
-
options.params,
|
|
19
|
-
options.headers,
|
|
20
|
-
options.format,
|
|
21
|
-
options.isData,
|
|
22
|
-
options.isParams
|
|
23
|
-
);
|
|
24
|
-
break;
|
|
25
|
-
case 'get':
|
|
26
|
-
fn = base.get(
|
|
27
|
-
options.url,
|
|
28
|
-
options.params,
|
|
29
|
-
(options.headers = {}),
|
|
30
|
-
(options.format = false),
|
|
31
|
-
(options.isData = true),
|
|
32
|
-
(options.isParams = true)
|
|
33
|
-
);
|
|
34
|
-
break;
|
|
35
|
-
case 'GET':
|
|
36
|
-
fn = base.get(
|
|
37
|
-
options.url,
|
|
38
|
-
options.params,
|
|
39
|
-
(options.headers = {}),
|
|
40
|
-
(options.format = false),
|
|
41
|
-
(options.isData = true),
|
|
42
|
-
(options.isParams = true)
|
|
43
|
-
);
|
|
44
|
-
break;
|
|
45
|
-
default:
|
|
46
|
-
fn = base.get(
|
|
47
|
-
options.url,
|
|
48
|
-
options.params,
|
|
49
|
-
(options.headers = {}),
|
|
50
|
-
(options.format = false),
|
|
51
|
-
(options.isData = true),
|
|
52
|
-
(options.isParams = true)
|
|
53
|
-
);
|
|
54
|
-
}
|
|
55
|
-
return fn;
|
|
56
|
-
};
|
|
57
|
-
export default request;
|
|
58
|
-
|
|
59
|
-
// // 封装请求参数
|
|
60
|
-
// import qs from 'qs';
|
|
61
|
-
// import http from './axios.js';
|
|
62
|
-
// import $ from './util.js';
|
|
63
|
-
|
|
64
|
-
// function request({
|
|
65
|
-
// method = 'get',
|
|
66
|
-
// url,
|
|
67
|
-
// data = {},
|
|
68
|
-
// params = {},
|
|
69
|
-
// headers = {},
|
|
70
|
-
// format = true,
|
|
71
|
-
// mix = true
|
|
72
|
-
// }) {
|
|
73
|
-
// if (
|
|
74
|
-
// method.toLowerCase() === 'post' &&
|
|
75
|
-
// !Object.prototype.hasOwnProperty.call(data, 'userId') &&
|
|
76
|
-
// $.getStorage('userId')
|
|
77
|
-
// ) {
|
|
78
|
-
// data.userId = $.getStorage('userId');
|
|
79
|
-
// }
|
|
80
|
-
// if (
|
|
81
|
-
// (method === 'get' || method === 'GET') &&
|
|
82
|
-
// !Object.prototype.hasOwnProperty.call(params, 'userId') &&
|
|
83
|
-
// $.getStorage('userId')
|
|
84
|
-
// ) {
|
|
85
|
-
// params.userId = $.getStorage('userId');
|
|
86
|
-
// }
|
|
87
|
-
// if (format && (method === 'post' || method === 'POST')) {
|
|
88
|
-
// data = qs.stringify(data);
|
|
89
|
-
// headers['content-type'] = 'application/x-www-form-urlencoded';
|
|
90
|
-
// }
|
|
91
|
-
// if (!mix && (method === 'get' || method === 'GET')) {
|
|
92
|
-
// data = {};
|
|
93
|
-
// }
|
|
94
|
-
// if (!mix && (method === 'post' || method === 'POST')) {
|
|
95
|
-
// params = {};
|
|
96
|
-
// }
|
|
97
|
-
// return http({
|
|
98
|
-
// method,
|
|
99
|
-
// url,
|
|
100
|
-
// data,
|
|
101
|
-
// params,
|
|
102
|
-
// headers
|
|
103
|
-
// });
|
|
104
|
-
// }
|
|
105
|
-
|
|
106
|
-
// export default request;
|
|
1
|
+
import base from './axios';
|
|
2
|
+
const request = options => {
|
|
3
|
+
let fn;
|
|
4
|
+
switch (options.type) {
|
|
5
|
+
case 'post':
|
|
6
|
+
fn = base.post(
|
|
7
|
+
options.url,
|
|
8
|
+
options.params,
|
|
9
|
+
options.headers,
|
|
10
|
+
options.format,
|
|
11
|
+
options.isData,
|
|
12
|
+
options.isParams
|
|
13
|
+
);
|
|
14
|
+
break;
|
|
15
|
+
case 'POST':
|
|
16
|
+
fn = base.post(
|
|
17
|
+
options.url,
|
|
18
|
+
options.params,
|
|
19
|
+
options.headers,
|
|
20
|
+
options.format,
|
|
21
|
+
options.isData,
|
|
22
|
+
options.isParams
|
|
23
|
+
);
|
|
24
|
+
break;
|
|
25
|
+
case 'get':
|
|
26
|
+
fn = base.get(
|
|
27
|
+
options.url,
|
|
28
|
+
options.params,
|
|
29
|
+
(options.headers = {}),
|
|
30
|
+
(options.format = false),
|
|
31
|
+
(options.isData = true),
|
|
32
|
+
(options.isParams = true)
|
|
33
|
+
);
|
|
34
|
+
break;
|
|
35
|
+
case 'GET':
|
|
36
|
+
fn = base.get(
|
|
37
|
+
options.url,
|
|
38
|
+
options.params,
|
|
39
|
+
(options.headers = {}),
|
|
40
|
+
(options.format = false),
|
|
41
|
+
(options.isData = true),
|
|
42
|
+
(options.isParams = true)
|
|
43
|
+
);
|
|
44
|
+
break;
|
|
45
|
+
default:
|
|
46
|
+
fn = base.get(
|
|
47
|
+
options.url,
|
|
48
|
+
options.params,
|
|
49
|
+
(options.headers = {}),
|
|
50
|
+
(options.format = false),
|
|
51
|
+
(options.isData = true),
|
|
52
|
+
(options.isParams = true)
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
return fn;
|
|
56
|
+
};
|
|
57
|
+
export default request;
|
|
58
|
+
|
|
59
|
+
// // 封装请求参数
|
|
60
|
+
// import qs from 'qs';
|
|
61
|
+
// import http from './axios.js';
|
|
62
|
+
// import $ from './util.js';
|
|
63
|
+
|
|
64
|
+
// function request({
|
|
65
|
+
// method = 'get',
|
|
66
|
+
// url,
|
|
67
|
+
// data = {},
|
|
68
|
+
// params = {},
|
|
69
|
+
// headers = {},
|
|
70
|
+
// format = true,
|
|
71
|
+
// mix = true
|
|
72
|
+
// }) {
|
|
73
|
+
// if (
|
|
74
|
+
// method.toLowerCase() === 'post' &&
|
|
75
|
+
// !Object.prototype.hasOwnProperty.call(data, 'userId') &&
|
|
76
|
+
// $.getStorage('userId')
|
|
77
|
+
// ) {
|
|
78
|
+
// data.userId = $.getStorage('userId');
|
|
79
|
+
// }
|
|
80
|
+
// if (
|
|
81
|
+
// (method === 'get' || method === 'GET') &&
|
|
82
|
+
// !Object.prototype.hasOwnProperty.call(params, 'userId') &&
|
|
83
|
+
// $.getStorage('userId')
|
|
84
|
+
// ) {
|
|
85
|
+
// params.userId = $.getStorage('userId');
|
|
86
|
+
// }
|
|
87
|
+
// if (format && (method === 'post' || method === 'POST')) {
|
|
88
|
+
// data = qs.stringify(data);
|
|
89
|
+
// headers['content-type'] = 'application/x-www-form-urlencoded';
|
|
90
|
+
// }
|
|
91
|
+
// if (!mix && (method === 'get' || method === 'GET')) {
|
|
92
|
+
// data = {};
|
|
93
|
+
// }
|
|
94
|
+
// if (!mix && (method === 'post' || method === 'POST')) {
|
|
95
|
+
// params = {};
|
|
96
|
+
// }
|
|
97
|
+
// return http({
|
|
98
|
+
// method,
|
|
99
|
+
// url,
|
|
100
|
+
// data,
|
|
101
|
+
// params,
|
|
102
|
+
// headers
|
|
103
|
+
// });
|
|
104
|
+
// }
|
|
105
|
+
|
|
106
|
+
// export default request;
|
package/src/utils/rules.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
// 手机号
|
|
2
|
-
const phone = {pattern: '^[1][3, 4, 5, 6, 7, 8][0-9]{9}$', message: '手机号不合法'};
|
|
3
|
-
// 身份证
|
|
4
|
-
const idCard = {pattern: '(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)', message: '身份证号不合法'};
|
|
5
|
-
// 座机号
|
|
6
|
-
const telephone = {pattern: '^(\\d{3,4}-)?\\d{7,8}$', message: '座机号不合法'};
|
|
7
|
-
// IP
|
|
8
|
-
const ip = {pattern: '^(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])$', message: 'IP地址不合法'};
|
|
9
|
-
// 银行卡号
|
|
10
|
-
const bankCard = {pattern: '^([1-9]{1})(\\d{14}|\\d{18})$', message: '银行卡号不合法'};
|
|
11
|
-
|
|
12
|
-
export default {
|
|
13
|
-
phone,
|
|
14
|
-
idCard,
|
|
15
|
-
telephone,
|
|
16
|
-
ip,
|
|
17
|
-
bankCard
|
|
18
|
-
};
|
|
1
|
+
// 手机号
|
|
2
|
+
const phone = {pattern: '^[1][3, 4, 5, 6, 7, 8][0-9]{9}$', message: '手机号不合法'};
|
|
3
|
+
// 身份证
|
|
4
|
+
const idCard = {pattern: '(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)', message: '身份证号不合法'};
|
|
5
|
+
// 座机号
|
|
6
|
+
const telephone = {pattern: '^(\\d{3,4}-)?\\d{7,8}$', message: '座机号不合法'};
|
|
7
|
+
// IP
|
|
8
|
+
const ip = {pattern: '^(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])$', message: 'IP地址不合法'};
|
|
9
|
+
// 银行卡号
|
|
10
|
+
const bankCard = {pattern: '^([1-9]{1})(\\d{14}|\\d{18})$', message: '银行卡号不合法'};
|
|
11
|
+
|
|
12
|
+
export default {
|
|
13
|
+
phone,
|
|
14
|
+
idCard,
|
|
15
|
+
telephone,
|
|
16
|
+
ip,
|
|
17
|
+
bankCard
|
|
18
|
+
};
|
package/src/utils/store.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
let store = {
|
|
2
|
-
state: {},
|
|
3
|
-
set(name, value) {
|
|
4
|
-
this.state[name] = value;
|
|
5
|
-
},
|
|
6
|
-
get(name) {
|
|
7
|
-
return this.state[name];
|
|
8
|
-
},
|
|
9
|
-
clear(name) {
|
|
10
|
-
this.state[name] = null;
|
|
11
|
-
},
|
|
12
|
-
remove(name) {
|
|
13
|
-
if (name) {
|
|
14
|
-
delete this.state[name];
|
|
15
|
-
} else {
|
|
16
|
-
this.state = {};
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
window.__store = store;
|
|
21
|
-
export default store;
|
|
1
|
+
let store = {
|
|
2
|
+
state: {},
|
|
3
|
+
set(name, value) {
|
|
4
|
+
this.state[name] = value;
|
|
5
|
+
},
|
|
6
|
+
get(name) {
|
|
7
|
+
return this.state[name];
|
|
8
|
+
},
|
|
9
|
+
clear(name) {
|
|
10
|
+
this.state[name] = null;
|
|
11
|
+
},
|
|
12
|
+
remove(name) {
|
|
13
|
+
if (name) {
|
|
14
|
+
delete this.state[name];
|
|
15
|
+
} else {
|
|
16
|
+
this.state = {};
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
window.__store = store;
|
|
21
|
+
export default store;
|
package/src/utils/util.js
CHANGED
|
@@ -540,6 +540,26 @@ const getValues = function(obj, flag) {
|
|
|
540
540
|
return val;
|
|
541
541
|
};
|
|
542
542
|
|
|
543
|
+
/**
|
|
544
|
+
* uuid
|
|
545
|
+
* @desc:唯一id
|
|
546
|
+
* @author huangbo
|
|
547
|
+
* @date 2022年5月7日
|
|
548
|
+
* @param {number} [len] - 长度
|
|
549
|
+
**/
|
|
550
|
+
const uuid = function (len) {
|
|
551
|
+
len = len || 32;
|
|
552
|
+
let s = 4;
|
|
553
|
+
let str = '';
|
|
554
|
+
function S4() {
|
|
555
|
+
return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
|
|
556
|
+
}
|
|
557
|
+
for (let i = 0; i < Math.ceil(len / s); i++) {
|
|
558
|
+
str += S4();
|
|
559
|
+
}
|
|
560
|
+
return str.substring(0, len);
|
|
561
|
+
};
|
|
562
|
+
|
|
543
563
|
/**
|
|
544
564
|
* loading 需全局引入element-ui
|
|
545
565
|
* @desc:loading
|
|
@@ -1454,5 +1474,6 @@ export default {
|
|
|
1454
1474
|
jsGoPayrollIndexAct,
|
|
1455
1475
|
exportXls,
|
|
1456
1476
|
generateUUID,
|
|
1477
|
+
uuid,
|
|
1457
1478
|
toFunction
|
|
1458
1479
|
};
|
package/CHANGELOG.md
DELETED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
## 更新日志
|
|
2
|
-
|
|
3
|
-
### 0.2.72
|
|
4
|
-
|
|
5
|
-
- 2024-08-12
|
|
6
|
-
- fix:<br/>1. table 新增属性 open-enlarge 是否开启横批功能、enlarge-color 横批图标颜色、enlarge-size 横批图标大小
|
|
7
|
-
- 版本号:0.2.72
|
|
8
|
-
- 2024-08-07
|
|
9
|
-
- fix:<br/>1. picker 新增属性 is-search 是否开启搜索功能、search-key 搜索字段名
|
|
10
|
-
<br/>2. selector 新增属性 show-name-icon 是否展示名称图标、name-size 图标大小、name-bg-color 图标背景颜色、name-color 图标字体颜色、show-count 是否展示数量、count-key 数量字段名、unit 数量单位、count-position 数量展示位置<br/>
|
|
11
|
-
- 版本号:0.2.70
|
|
12
|
-
- 2024-02-27
|
|
13
|
-
- fix:<br/>1. picker 新增属性 object-type 是否返回对象格式<br/>
|
|
14
|
-
- 版本号:0.2.31
|
|
15
|
-
- 2024-02-26
|
|
16
|
-
- feat:<br/>1. 新增 flow-list 流程列表<br/>2. 新增 flow-btn 流程按钮<br/>
|
|
17
|
-
- 版本号:0.2.30
|
|
18
|
-
- 2024-01-25
|
|
19
|
-
- fix:<br/>1. 新增 NoticeBar 通知栏<br/>2. 新增 RetrialAuth 二次鉴权<br/>3.Table 优化<br/>4.flow 流程组件新增同意/不同意功能<br/>5.Checkbox、Radio 组件新增 allow-html 属性:是否允许文字渲染 HTML
|
|
20
|
-
- 版本号:0.2.20
|
|
21
|
-
- 2024-01-03
|
|
22
|
-
- fix:<br/>1. 新增 Swipe 轮播组件<br/>2. selector 组件优化
|
|
23
|
-
- 版本号:0.2.11
|
|
24
|
-
- 2023-12-20
|
|
25
|
-
- fix:<br/>1. 新增 Esign 手写签批组件<br/>2. selector 组件新增 left-icon 方法
|
|
26
|
-
- 版本号:0.2.4
|
|
27
|
-
- 2023-12-14
|
|
28
|
-
- fix:<br/>1. selector 组件新增属性 show-tree 只展示选择树、新增 tree-icon 插槽 自定义左侧图标<br/>2. table 组件样式优化
|
|
29
|
-
- 版本号:0.1.96
|
|
30
|
-
- 2023-12-08
|
|
31
|
-
- fix:<br/>1. input 组件新增属性 required-position 必填图标展示的位置<br/>2. form 组件优化验证表格<br/>3. table 组件样式优化
|
|
32
|
-
- 版本号:0.1.90
|
|
33
|
-
- 2023-12-05
|
|
34
|
-
- fix:<br/>1. input 组件新增属性 show-password 是否显示切换密码图标<br/>2. form 组件优化验证表格<br/>3. flow 组件优化
|
|
35
|
-
- 版本号:0.1.84
|
|
36
|
-
- 2023-11-29
|
|
37
|
-
- feat:<br/>1. flow 组件新增会签流程、接口前缀 base-url、优化驳回和分阅流程意见乱码问题<br/>2. form 组件新增表格配置、show-btn 是否展示按钮属性<br/>3. picker 组件新增接口 befor-response 返回成功后回调<br/>4. input 组件新增属性 label-position 表单域提示文字的位置
|
|
38
|
-
- 版本号:0.1.73
|
|
39
|
-
- 2023-11-06
|
|
40
|
-
- fix:<br/>1. Date 组件优化<br/>2. flow 组件配置优化
|
|
41
|
-
- 版本号:0.1.34
|
|
42
|
-
- 2023-10-24
|
|
43
|
-
- feat:<br/>1. Selector 组件新增分类选择人员部门,配置多个 tabs 类型时有效<br/>2. flow 组件新增联合审核、征求意见、稿件递送流程
|
|
44
|
-
- 版本号:0.1.28
|
|
45
|
-
- 2023-08-04
|
|
46
|
-
- feat:<br/>1.新增 Rate 评分组件<br/>2.新增 Loading 加载组件<br/>3.新增 ActionSheet 动作面板
|
|
47
|
-
- 版本号:0.1.11
|
|
48
|
-
- 2023-07-31
|
|
49
|
-
- feat:<br/>1.新增 Calendar 日历组件<br/>2.新增 CountDown 倒计时组件<br/>3.新增 Form 表单组件<br/>4.新增 Skeleton 骨架屏组件<br/>5.新增 Cascader 级联选择组件
|
|
50
|
-
- 版本号:0.1.3
|
|
51
|
-
- 2023-07-06
|
|
52
|
-
- feat:<br/>1.新增 Table 数据表格组件<br/>2.新增 Popover 气泡弹出框组件<br/>3.新增 Pagination 分页组件<br/>4.新增 Circle 环形进度条组件
|
|
53
|
-
- 版本号:0.1.2
|
|
54
|
-
- 2023-06-26
|
|
55
|
-
- fix:Selector 人员(单位)选择器组件优化。
|
|
56
|
-
- 版本号:0.0.81
|
|
57
|
-
- 2023-06-21
|
|
58
|
-
- fix:Flow 流程组件样式优化。
|
|
59
|
-
- 版本号:0.0.80
|
|
60
|
-
- 2023-06-21
|
|
61
|
-
- feat:新增 Flow 流程组件。
|
|
62
|
-
- 版本号:0.0.78
|
|
63
|
-
- 2023-06-20
|
|
64
|
-
- fix:Selector 人员(单位)选择器样式优化、点击节点渲染数据问题。
|
|
65
|
-
- 版本号:0.0.77
|
|
66
|
-
- 2023-06-19
|
|
67
|
-
- fix:Selector 人员(单位)选择器新增自定义插槽、搜索功能展示/隐藏(show-search)、是否可选企业功能(is-enterprise)
|
|
68
|
-
- 版本号:0.0.72
|
|
69
|
-
- 2023-06-07
|
|
70
|
-
- fix:<br/>1.优化 Picker 选择器组件多选时删除数据后反显问题<br/>2.优化 Date 日期选择器选择完整时间时需要点击两次确认数据才能反显
|
|
71
|
-
- 版本号:0.0.71
|
|
72
|
-
- 2023-06-07
|
|
73
|
-
- fix:Selector 组件优化
|
|
74
|
-
- 2023-06-05
|
|
75
|
-
- feat:新增 Empty 空状态、Grid 宫格组件
|
|
76
|
-
- 2023-05-14
|
|
77
|
-
- fix:Date 时间选择器组件优化
|
|
78
|
-
- 2023-05-08
|
|
79
|
-
- feat:新增 NavBar 导航栏组件
|
|
80
|
-
- 2023-05-06
|
|
81
|
-
- feat:新增 List 列表组件
|
|
82
|
-
- 2023-05-04
|
|
83
|
-
- fix:Selector 人员选择器组件优化
|
|
84
|
-
- 2023-04-25
|
|
85
|
-
- fix:Picker 组件优化
|
|
86
|
-
- 2023-04-24
|
|
87
|
-
- feat:新增标签组件
|
|
88
|
-
- 2023-04-24
|
|
89
|
-
- fix:选择器组件优化
|
|
90
|
-
- 2023-04-19
|
|
91
|
-
- fix:Picker 组件优化
|
|
92
|
-
- 2023-04-04
|
|
93
|
-
- feat:新增组件
|
|
94
|
-
- 2023-03-01
|
|
95
|
-
- feat: 新建项目
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.es-gutter-left-50+.es-gutter-left-50,.es-margin-left-50{margin-left:50px}.es-gutter-top-50+.es-gutter-top-50,.es-margin-top-50{margin-top:50px}.es-text-ellipsis-row2,.es-text-ellipsis-row3,.es-text-ellipsis-row4,.es-text-ellipsis-row5,.es-text-ellipsis-row6{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.es-flex,.es-flex-vertical{-webkit-box-direction:normal;position:relative}table{border-collapse:collapse;border-spacing:0;border-color:#d9d9d9}.es-margin-50{margin:50px}.es-margin-right-50{margin-right:50px}.es-margin-bottom-50{margin-bottom:50px}.es-padding-50{padding:50px}.es-padding-left-50{padding-left:50px}.es-padding-top-50{padding-top:50px}.es-padding-right-50{padding-right:50px}.es-padding-bottom-50{padding-bottom:50px}.es-gutter-left-49+.es-gutter-left-49,.es-margin-left-49{margin-left:49px}.es-gutter-top-49+.es-gutter-top-49,.es-margin-top-49{margin-top:49px}.es-margin-49{margin:49px}.es-margin-right-49{margin-right:49px}.es-margin-bottom-49{margin-bottom:49px}.es-padding-49{padding:49px}.es-padding-left-49{padding-left:49px}.es-padding-top-49{padding-top:49px}.es-padding-right-49{padding-right:49px}.es-padding-bottom-49{padding-bottom:49px}.es-gutter-left-48+.es-gutter-left-48,.es-margin-left-48{margin-left:48px}.es-gutter-top-48+.es-gutter-top-48,.es-margin-top-48{margin-top:48px}.es-margin-48{margin:48px}.es-margin-right-48{margin-right:48px}.es-margin-bottom-48{margin-bottom:48px}.es-padding-48{padding:48px}.es-padding-left-48{padding-left:48px}.es-padding-top-48{padding-top:48px}.es-padding-right-48{padding-right:48px}.es-padding-bottom-48{padding-bottom:48px}.es-gutter-left-47+.es-gutter-left-47,.es-margin-left-47{margin-left:47px}.es-gutter-top-47+.es-gutter-top-47,.es-margin-top-47{margin-top:47px}.es-margin-47{margin:47px}.es-margin-right-47{margin-right:47px}.es-margin-bottom-47{margin-bottom:47px}.es-padding-47{padding:47px}.es-padding-left-47{padding-left:47px}.es-padding-top-47{padding-top:47px}.es-padding-right-47{padding-right:47px}.es-padding-bottom-47{padding-bottom:47px}.es-gutter-left-46+.es-gutter-left-46,.es-margin-left-46{margin-left:46px}.es-gutter-top-46+.es-gutter-top-46,.es-margin-top-46{margin-top:46px}.es-margin-46{margin:46px}.es-margin-right-46{margin-right:46px}.es-margin-bottom-46{margin-bottom:46px}.es-padding-46{padding:46px}.es-padding-left-46{padding-left:46px}.es-padding-top-46{padding-top:46px}.es-padding-right-46{padding-right:46px}.es-padding-bottom-46{padding-bottom:46px}.es-gutter-left-45+.es-gutter-left-45,.es-margin-left-45{margin-left:45px}.es-gutter-top-45+.es-gutter-top-45,.es-margin-top-45{margin-top:45px}.es-margin-45{margin:45px}.es-margin-right-45{margin-right:45px}.es-margin-bottom-45{margin-bottom:45px}.es-padding-45{padding:45px}.es-padding-left-45{padding-left:45px}.es-padding-top-45{padding-top:45px}.es-padding-right-45{padding-right:45px}.es-padding-bottom-45{padding-bottom:45px}.es-gutter-left-44+.es-gutter-left-44,.es-margin-left-44{margin-left:44px}.es-gutter-top-44+.es-gutter-top-44,.es-margin-top-44{margin-top:44px}.es-margin-44{margin:44px}.es-margin-right-44{margin-right:44px}.es-margin-bottom-44{margin-bottom:44px}.es-padding-44{padding:44px}.es-padding-left-44{padding-left:44px}.es-padding-top-44{padding-top:44px}.es-padding-right-44{padding-right:44px}.es-padding-bottom-44{padding-bottom:44px}.es-gutter-left-43+.es-gutter-left-43,.es-margin-left-43{margin-left:43px}.es-gutter-top-43+.es-gutter-top-43,.es-margin-top-43{margin-top:43px}.es-margin-43{margin:43px}.es-margin-right-43{margin-right:43px}.es-margin-bottom-43{margin-bottom:43px}.es-padding-43{padding:43px}.es-padding-left-43{padding-left:43px}.es-padding-top-43{padding-top:43px}.es-padding-right-43{padding-right:43px}.es-padding-bottom-43{padding-bottom:43px}.es-gutter-left-42+.es-gutter-left-42,.es-margin-left-42{margin-left:42px}.es-gutter-top-42+.es-gutter-top-42,.es-margin-top-42{margin-top:42px}.es-margin-42{margin:42px}.es-margin-right-42{margin-right:42px}.es-margin-bottom-42{margin-bottom:42px}.es-padding-42{padding:42px}.es-padding-left-42{padding-left:42px}.es-padding-top-42{padding-top:42px}.es-padding-right-42{padding-right:42px}.es-padding-bottom-42{padding-bottom:42px}.es-gutter-left-41+.es-gutter-left-41,.es-margin-left-41{margin-left:41px}.es-gutter-top-41+.es-gutter-top-41,.es-margin-top-41{margin-top:41px}.es-margin-41{margin:41px}.es-margin-right-41{margin-right:41px}.es-margin-bottom-41{margin-bottom:41px}.es-padding-41{padding:41px}.es-padding-left-41{padding-left:41px}.es-padding-top-41{padding-top:41px}.es-padding-right-41{padding-right:41px}.es-padding-bottom-41{padding-bottom:41px}.es-gutter-left-40+.es-gutter-left-40,.es-margin-left-40{margin-left:40px}.es-gutter-top-40+.es-gutter-top-40,.es-margin-top-40{margin-top:40px}.es-margin-40{margin:40px}.es-margin-right-40{margin-right:40px}.es-margin-bottom-40{margin-bottom:40px}.es-padding-40{padding:40px}.es-padding-left-40{padding-left:40px}.es-padding-top-40{padding-top:40px}.es-padding-right-40{padding-right:40px}.es-padding-bottom-40{padding-bottom:40px}.es-gutter-left-39+.es-gutter-left-39,.es-margin-left-39{margin-left:39px}.es-gutter-top-39+.es-gutter-top-39,.es-margin-top-39{margin-top:39px}.es-margin-39{margin:39px}.es-margin-right-39{margin-right:39px}.es-margin-bottom-39{margin-bottom:39px}.es-padding-39{padding:39px}.es-padding-left-39{padding-left:39px}.es-padding-top-39{padding-top:39px}.es-padding-right-39{padding-right:39px}.es-padding-bottom-39{padding-bottom:39px}.es-gutter-left-38+.es-gutter-left-38,.es-margin-left-38{margin-left:38px}.es-gutter-top-38+.es-gutter-top-38,.es-margin-top-38{margin-top:38px}.es-margin-38{margin:38px}.es-margin-right-38{margin-right:38px}.es-margin-bottom-38{margin-bottom:38px}.es-padding-38{padding:38px}.es-padding-left-38{padding-left:38px}.es-padding-top-38{padding-top:38px}.es-padding-right-38{padding-right:38px}.es-padding-bottom-38{padding-bottom:38px}.es-gutter-left-37+.es-gutter-left-37,.es-margin-left-37{margin-left:37px}.es-gutter-top-37+.es-gutter-top-37,.es-margin-top-37{margin-top:37px}.es-margin-37{margin:37px}.es-margin-right-37{margin-right:37px}.es-margin-bottom-37{margin-bottom:37px}.es-padding-37{padding:37px}.es-padding-left-37{padding-left:37px}.es-padding-top-37{padding-top:37px}.es-padding-right-37{padding-right:37px}.es-padding-bottom-37{padding-bottom:37px}.es-gutter-left-36+.es-gutter-left-36,.es-margin-left-36{margin-left:36px}.es-gutter-top-36+.es-gutter-top-36,.es-margin-top-36{margin-top:36px}.es-margin-36{margin:36px}.es-margin-right-36{margin-right:36px}.es-margin-bottom-36{margin-bottom:36px}.es-padding-36{padding:36px}.es-padding-left-36{padding-left:36px}.es-padding-top-36{padding-top:36px}.es-padding-right-36{padding-right:36px}.es-padding-bottom-36{padding-bottom:36px}.es-gutter-left-35+.es-gutter-left-35,.es-margin-left-35{margin-left:35px}.es-gutter-top-35+.es-gutter-top-35,.es-margin-top-35{margin-top:35px}.es-margin-35{margin:35px}.es-margin-right-35{margin-right:35px}.es-margin-bottom-35{margin-bottom:35px}.es-padding-35{padding:35px}.es-padding-left-35{padding-left:35px}.es-padding-top-35{padding-top:35px}.es-padding-right-35{padding-right:35px}.es-padding-bottom-35{padding-bottom:35px}.es-gutter-left-34+.es-gutter-left-34,.es-margin-left-34{margin-left:34px}.es-gutter-top-34+.es-gutter-top-34,.es-margin-top-34{margin-top:34px}.es-margin-34{margin:34px}.es-margin-right-34{margin-right:34px}.es-margin-bottom-34{margin-bottom:34px}.es-padding-34{padding:34px}.es-padding-left-34{padding-left:34px}.es-padding-top-34{padding-top:34px}.es-padding-right-34{padding-right:34px}.es-padding-bottom-34{padding-bottom:34px}.es-gutter-left-33+.es-gutter-left-33,.es-margin-left-33{margin-left:33px}.es-gutter-top-33+.es-gutter-top-33,.es-margin-top-33{margin-top:33px}.es-margin-33{margin:33px}.es-margin-right-33{margin-right:33px}.es-margin-bottom-33{margin-bottom:33px}.es-padding-33{padding:33px}.es-padding-left-33{padding-left:33px}.es-padding-top-33{padding-top:33px}.es-padding-right-33{padding-right:33px}.es-padding-bottom-33{padding-bottom:33px}.es-gutter-left-32+.es-gutter-left-32,.es-margin-left-32{margin-left:32px}.es-gutter-top-32+.es-gutter-top-32,.es-margin-top-32{margin-top:32px}.es-margin-32{margin:32px}.es-margin-right-32{margin-right:32px}.es-margin-bottom-32{margin-bottom:32px}.es-padding-32{padding:32px}.es-padding-left-32{padding-left:32px}.es-padding-top-32{padding-top:32px}.es-padding-right-32{padding-right:32px}.es-padding-bottom-32{padding-bottom:32px}.es-gutter-left-31+.es-gutter-left-31,.es-margin-left-31{margin-left:31px}.es-gutter-top-31+.es-gutter-top-31,.es-margin-top-31{margin-top:31px}.es-margin-31{margin:31px}.es-margin-right-31{margin-right:31px}.es-margin-bottom-31{margin-bottom:31px}.es-padding-31{padding:31px}.es-padding-left-31{padding-left:31px}.es-padding-top-31{padding-top:31px}.es-padding-right-31{padding-right:31px}.es-padding-bottom-31{padding-bottom:31px}.es-gutter-left-30+.es-gutter-left-30,.es-margin-left-30{margin-left:30px}.es-gutter-top-30+.es-gutter-top-30,.es-margin-top-30{margin-top:30px}.es-margin-30{margin:30px}.es-margin-right-30{margin-right:30px}.es-margin-bottom-30{margin-bottom:30px}.es-padding-30{padding:30px}.es-padding-left-30{padding-left:30px}.es-padding-top-30{padding-top:30px}.es-padding-right-30{padding-right:30px}.es-padding-bottom-30{padding-bottom:30px}.es-gutter-left-29+.es-gutter-left-29,.es-margin-left-29{margin-left:29px}.es-gutter-top-29+.es-gutter-top-29,.es-margin-top-29{margin-top:29px}.es-margin-29{margin:29px}.es-margin-right-29{margin-right:29px}.es-margin-bottom-29{margin-bottom:29px}.es-padding-29{padding:29px}.es-padding-left-29{padding-left:29px}.es-padding-top-29{padding-top:29px}.es-padding-right-29{padding-right:29px}.es-padding-bottom-29{padding-bottom:29px}.es-gutter-left-28+.es-gutter-left-28,.es-margin-left-28{margin-left:28px}.es-gutter-top-28+.es-gutter-top-28,.es-margin-top-28{margin-top:28px}.es-margin-28{margin:28px}.es-margin-right-28{margin-right:28px}.es-margin-bottom-28{margin-bottom:28px}.es-padding-28{padding:28px}.es-padding-left-28{padding-left:28px}.es-padding-top-28{padding-top:28px}.es-padding-right-28{padding-right:28px}.es-padding-bottom-28{padding-bottom:28px}.es-gutter-left-27+.es-gutter-left-27,.es-margin-left-27{margin-left:27px}.es-gutter-top-27+.es-gutter-top-27,.es-margin-top-27{margin-top:27px}.es-margin-27{margin:27px}.es-margin-right-27{margin-right:27px}.es-margin-bottom-27{margin-bottom:27px}.es-padding-27{padding:27px}.es-padding-left-27{padding-left:27px}.es-padding-top-27{padding-top:27px}.es-padding-right-27{padding-right:27px}.es-padding-bottom-27{padding-bottom:27px}.es-gutter-left-26+.es-gutter-left-26,.es-margin-left-26{margin-left:26px}.es-gutter-top-26+.es-gutter-top-26,.es-margin-top-26{margin-top:26px}.es-margin-26{margin:26px}.es-margin-right-26{margin-right:26px}.es-margin-bottom-26{margin-bottom:26px}.es-padding-26{padding:26px}.es-padding-left-26{padding-left:26px}.es-padding-top-26{padding-top:26px}.es-padding-right-26{padding-right:26px}.es-padding-bottom-26{padding-bottom:26px}.es-gutter-left-25+.es-gutter-left-25,.es-margin-left-25{margin-left:25px}.es-gutter-top-25+.es-gutter-top-25,.es-margin-top-25{margin-top:25px}.es-margin-25{margin:25px}.es-margin-right-25{margin-right:25px}.es-margin-bottom-25{margin-bottom:25px}.es-padding-25{padding:25px}.es-padding-left-25{padding-left:25px}.es-padding-top-25{padding-top:25px}.es-padding-right-25{padding-right:25px}.es-padding-bottom-25{padding-bottom:25px}.es-gutter-left-24+.es-gutter-left-24,.es-margin-left-24{margin-left:24px}.es-gutter-top-24+.es-gutter-top-24,.es-margin-top-24{margin-top:24px}.es-margin-24{margin:24px}.es-margin-right-24{margin-right:24px}.es-margin-bottom-24{margin-bottom:24px}.es-padding-24{padding:24px}.es-padding-left-24{padding-left:24px}.es-padding-top-24{padding-top:24px}.es-padding-right-24{padding-right:24px}.es-padding-bottom-24{padding-bottom:24px}.es-gutter-left-23+.es-gutter-left-23,.es-margin-left-23{margin-left:23px}.es-gutter-top-23+.es-gutter-top-23,.es-margin-top-23{margin-top:23px}.es-margin-23{margin:23px}.es-margin-right-23{margin-right:23px}.es-margin-bottom-23{margin-bottom:23px}.es-padding-23{padding:23px}.es-padding-left-23{padding-left:23px}.es-padding-top-23{padding-top:23px}.es-padding-right-23{padding-right:23px}.es-padding-bottom-23{padding-bottom:23px}.es-gutter-left-22+.es-gutter-left-22,.es-margin-left-22{margin-left:22px}.es-gutter-top-22+.es-gutter-top-22,.es-margin-top-22{margin-top:22px}.es-margin-22{margin:22px}.es-margin-right-22{margin-right:22px}.es-margin-bottom-22{margin-bottom:22px}.es-padding-22{padding:22px}.es-padding-left-22{padding-left:22px}.es-padding-top-22{padding-top:22px}.es-padding-right-22{padding-right:22px}.es-padding-bottom-22{padding-bottom:22px}.es-gutter-left-21+.es-gutter-left-21,.es-margin-left-21{margin-left:21px}.es-gutter-top-21+.es-gutter-top-21,.es-margin-top-21{margin-top:21px}.es-margin-21{margin:21px}.es-margin-right-21{margin-right:21px}.es-margin-bottom-21{margin-bottom:21px}.es-padding-21{padding:21px}.es-padding-left-21{padding-left:21px}.es-padding-top-21{padding-top:21px}.es-padding-right-21{padding-right:21px}.es-padding-bottom-21{padding-bottom:21px}.es-gutter-left-20+.es-gutter-left-20,.es-margin-left-20{margin-left:20px}.es-gutter-top-20+.es-gutter-top-20,.es-margin-top-20{margin-top:20px}.es-margin-20{margin:20px}.es-margin-right-20{margin-right:20px}.es-margin-bottom-20{margin-bottom:20px}.es-padding-20{padding:20px}.es-padding-left-20{padding-left:20px}.es-padding-top-20{padding-top:20px}.es-padding-right-20{padding-right:20px}.es-padding-bottom-20{padding-bottom:20px}.es-gutter-left-19+.es-gutter-left-19,.es-margin-left-19{margin-left:19px}.es-gutter-top-19+.es-gutter-top-19,.es-margin-top-19{margin-top:19px}.es-margin-19{margin:19px}.es-margin-right-19{margin-right:19px}.es-margin-bottom-19{margin-bottom:19px}.es-padding-19{padding:19px}.es-padding-left-19{padding-left:19px}.es-padding-top-19{padding-top:19px}.es-padding-right-19{padding-right:19px}.es-padding-bottom-19{padding-bottom:19px}.es-gutter-left-18+.es-gutter-left-18,.es-margin-left-18{margin-left:18px}.es-gutter-top-18+.es-gutter-top-18,.es-margin-top-18{margin-top:18px}.es-margin-18{margin:18px}.es-margin-right-18{margin-right:18px}.es-margin-bottom-18{margin-bottom:18px}.es-padding-18{padding:18px}.es-padding-left-18{padding-left:18px}.es-padding-top-18{padding-top:18px}.es-padding-right-18{padding-right:18px}.es-padding-bottom-18{padding-bottom:18px}.es-gutter-left-17+.es-gutter-left-17,.es-margin-left-17{margin-left:17px}.es-gutter-top-17+.es-gutter-top-17,.es-margin-top-17{margin-top:17px}.es-margin-17{margin:17px}.es-margin-right-17{margin-right:17px}.es-margin-bottom-17{margin-bottom:17px}.es-padding-17{padding:17px}.es-padding-left-17{padding-left:17px}.es-padding-top-17{padding-top:17px}.es-padding-right-17{padding-right:17px}.es-padding-bottom-17{padding-bottom:17px}.es-gutter-left-16+.es-gutter-left-16,.es-margin-left-16{margin-left:16px}.es-gutter-top-16+.es-gutter-top-16,.es-margin-top-16{margin-top:16px}.es-margin-16{margin:16px}.es-margin-right-16{margin-right:16px}.es-margin-bottom-16{margin-bottom:16px}.es-padding-16{padding:16px}.es-padding-left-16{padding-left:16px}.es-padding-top-16{padding-top:16px}.es-padding-right-16{padding-right:16px}.es-padding-bottom-16{padding-bottom:16px}.es-gutter-left-15+.es-gutter-left-15,.es-margin-left-15{margin-left:15px}.es-gutter-top-15+.es-gutter-top-15,.es-margin-top-15{margin-top:15px}.es-margin-15{margin:15px}.es-margin-right-15{margin-right:15px}.es-margin-bottom-15{margin-bottom:15px}.es-padding-15{padding:15px}.es-padding-left-15{padding-left:15px}.es-padding-top-15{padding-top:15px}.es-padding-right-15{padding-right:15px}.es-padding-bottom-15{padding-bottom:15px}.es-gutter-left-14+.es-gutter-left-14,.es-margin-left-14{margin-left:14px}.es-gutter-top-14+.es-gutter-top-14,.es-margin-top-14{margin-top:14px}.es-margin-14{margin:14px}.es-margin-right-14{margin-right:14px}.es-margin-bottom-14{margin-bottom:14px}.es-padding-14{padding:14px}.es-padding-left-14{padding-left:14px}.es-padding-top-14{padding-top:14px}.es-padding-right-14{padding-right:14px}.es-padding-bottom-14{padding-bottom:14px}.es-gutter-left-13+.es-gutter-left-13,.es-margin-left-13{margin-left:13px}.es-gutter-top-13+.es-gutter-top-13,.es-margin-top-13{margin-top:13px}.es-margin-13{margin:13px}.es-margin-right-13{margin-right:13px}.es-margin-bottom-13{margin-bottom:13px}.es-padding-13{padding:13px}.es-padding-left-13{padding-left:13px}.es-padding-top-13{padding-top:13px}.es-padding-right-13{padding-right:13px}.es-padding-bottom-13{padding-bottom:13px}.es-gutter-left-12+.es-gutter-left-12,.es-margin-left-12{margin-left:12px}.es-gutter-top-12+.es-gutter-top-12,.es-margin-top-12{margin-top:12px}.es-margin-12{margin:12px}.es-margin-right-12{margin-right:12px}.es-margin-bottom-12{margin-bottom:12px}.es-padding-12{padding:12px}.es-padding-left-12{padding-left:12px}.es-padding-top-12{padding-top:12px}.es-padding-right-12{padding-right:12px}.es-padding-bottom-12{padding-bottom:12px}.es-gutter-left-11+.es-gutter-left-11,.es-margin-left-11{margin-left:11px}.es-gutter-top-11+.es-gutter-top-11,.es-margin-top-11{margin-top:11px}.es-flex-12{-webkit-box-flex:12;-ms-flex:12;flex:12}.es-margin-11{margin:11px}.es-margin-right-11{margin-right:11px}.es-margin-bottom-11{margin-bottom:11px}.es-padding-11{padding:11px}.es-padding-left-11{padding-left:11px}.es-padding-top-11{padding-top:11px}.es-padding-right-11{padding-right:11px}.es-padding-bottom-11{padding-bottom:11px}.es-gutter-left-10+.es-gutter-left-10,.es-margin-left-10{margin-left:10px}.es-gutter-top-10+.es-gutter-top-10,.es-margin-top-10{margin-top:10px}.es-flex-11{-webkit-box-flex:11;-ms-flex:11;flex:11}.es-margin-10{margin:10px}.es-margin-right-10{margin-right:10px}.es-margin-bottom-10{margin-bottom:10px}.es-padding-10{padding:10px}.es-padding-left-10{padding-left:10px}.es-padding-top-10{padding-top:10px}.es-padding-right-10{padding-right:10px}.es-padding-bottom-10{padding-bottom:10px}.es-gutter-left-9+.es-gutter-left-9,.es-margin-left-9{margin-left:9px}.es-gutter-top-9+.es-gutter-top-9,.es-margin-top-9{margin-top:9px}.es-flex-10{-webkit-box-flex:10;-ms-flex:10;flex:10}.es-margin-9{margin:9px}.es-margin-right-9{margin-right:9px}.es-margin-bottom-9{margin-bottom:9px}.es-margin-bottom-8,.van-radio{margin-bottom:8px}.es-padding-9{padding:9px}.es-padding-left-9{padding-left:9px}.es-padding-top-9{padding-top:9px}.es-padding-right-9{padding-right:9px}.es-padding-bottom-9{padding-bottom:9px}.es-gutter-left-8+.es-gutter-left-8,.es-margin-left-8{margin-left:8px}.es-gutter-top-8+.es-gutter-top-8,.es-margin-top-8{margin-top:8px}.es-flex-9{-webkit-box-flex:9;-ms-flex:9;flex:9}.es-margin-8{margin:8px}.es-margin-right-8{margin-right:8px}.es-padding-8{padding:8px}.es-padding-left-8{padding-left:8px}.es-padding-top-8{padding-top:8px}.es-padding-right-8{padding-right:8px}.es-padding-bottom-8{padding-bottom:8px}.es-gutter-left-7+.es-gutter-left-7,.es-margin-left-7{margin-left:7px}.es-gutter-top-7+.es-gutter-top-7,.es-margin-top-7{margin-top:7px}.es-flex-8{-webkit-box-flex:8;-ms-flex:8;flex:8}.es-margin-7{margin:7px}.es-margin-right-7{margin-right:7px}.es-margin-bottom-7{margin-bottom:7px}.es-padding-7{padding:7px}.es-padding-left-7{padding-left:7px}.es-padding-top-7{padding-top:7px}.es-padding-right-7{padding-right:7px}.es-padding-bottom-7{padding-bottom:7px}.es-gutter-left-6+.es-gutter-left-6,.es-margin-left-6{margin-left:6px}.es-gutter-top-6+.es-gutter-top-6,.es-margin-top-6{margin-top:6px}.es-flex-7{-webkit-box-flex:7;-ms-flex:7;flex:7}.es-margin-6{margin:6px}.es-margin-right-6{margin-right:6px}.es-margin-bottom-6{margin-bottom:6px}.es-padding-6{padding:6px}.es-padding-left-6{padding-left:6px}.es-padding-top-6{padding-top:6px}.es-padding-right-6{padding-right:6px}.es-padding-bottom-6{padding-bottom:6px}.es-gutter-left-5+.es-gutter-left-5,.es-margin-left-5{margin-left:5px}.es-gutter-top-5+.es-gutter-top-5,.es-margin-top-5{margin-top:5px}.es-flex-6{-webkit-box-flex:6;-ms-flex:6;flex:6}.es-margin-5{margin:5px}.es-margin-right-5{margin-right:5px}.es-margin-bottom-5{margin-bottom:5px}.es-padding-5{padding:5px}.es-padding-left-5{padding-left:5px}.es-padding-top-5{padding-top:5px}.es-padding-right-5{padding-right:5px}.es-padding-bottom-5{padding-bottom:5px}.es-gutter-left-4+.es-gutter-left-4,.es-margin-left-4{margin-left:4px}.es-gutter-top-4+.es-gutter-top-4,.es-margin-top-4{margin-top:4px}.es-flex-5{-webkit-box-flex:5;-ms-flex:5;flex:5}.es-margin-4{margin:4px}.es-margin-right-4{margin-right:4px}.es-margin-bottom-4{margin-bottom:4px}.es-padding-4{padding:4px}.es-padding-left-4{padding-left:4px}.es-padding-top-4{padding-top:4px}.es-padding-right-4{padding-right:4px}.es-padding-bottom-4{padding-bottom:4px}.es-gutter-left-3+.es-gutter-left-3,.es-margin-left-3{margin-left:3px}.es-gutter-top-3+.es-gutter-top-3,.es-margin-top-3{margin-top:3px}.es-flex-4{-webkit-box-flex:4;-ms-flex:4;flex:4}.es-margin-3{margin:3px}.es-margin-right-3{margin-right:3px}.es-margin-bottom-3{margin-bottom:3px}.es-padding-3{padding:3px}.es-padding-left-3{padding-left:3px}.es-padding-top-3{padding-top:3px}.es-padding-right-3{padding-right:3px}.es-padding-bottom-3{padding-bottom:3px}.es-gutter-left-2+.es-gutter-left-2,.es-margin-left-2{margin-left:2px}.es-gutter-top-2+.es-gutter-top-2,.es-margin-top-2{margin-top:2px}.es-flex-3{-webkit-box-flex:3;-ms-flex:3;flex:3}.es-margin-2{margin:2px}.es-margin-right-2{margin-right:2px}.es-margin-bottom-2{margin-bottom:2px}.es-padding-2{padding:2px}.es-padding-left-2{padding-left:2px}.es-padding-top-2{padding-top:2px}.es-padding-right-2{padding-right:2px}.es-padding-bottom-2{padding-bottom:2px}.es-gutter-left-1+.es-gutter-left-1,.es-margin-left-1{margin-left:1px}.es-gutter-top-1+.es-gutter-top-1,.es-margin-top-1{margin-top:1px}.es-flex-2{-webkit-box-flex:2;-ms-flex:2;flex:2}.es-margin-1{margin:1px}.es-margin-right-1{margin-right:1px}.es-margin-bottom-1{margin-bottom:1px}.es-padding-1{padding:1px}.es-padding-left-1{padding-left:1px}.es-padding-top-1{padding-top:1px}.es-padding-right-1{padding-right:1px}.es-padding-bottom-1{padding-bottom:1px}.es-gutter-left-0+.es-gutter-left-0,.es-margin-left-0{margin-left:0}.es-gutter-top-0+.es-gutter-top-0,.es-margin-top-0{margin-top:0}.es-flex-1{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-margin-0{margin:0}.es-margin-right-0{margin-right:0}.es-margin-bottom-0{margin-bottom:0}.es-padding-0{padding:0}.es-padding-left-0{padding-left:0}.es-padding-top-0{padding-top:0}.es-padding-right-0{padding-right:0}.es-padding-bottom-0{padding-bottom:0}.es-gutter-left--1+.es-gutter-left--1,.es-margin-left--1{margin-left:-1px}.es-gutter-top--1+.es-gutter-top--1,.es-margin-top--1{margin-top:-1px}.es-margin--1{margin:-1px}.es-margin-right--1{margin-right:-1px}.es-margin-bottom--1{margin-bottom:-1px}.es-gutter-left--2+.es-gutter-left--2,.es-margin-left--2{margin-left:-2px}.es-gutter-top--2+.es-gutter-top--2,.es-margin-top--2{margin-top:-2px}.es-margin--2{margin:-2px}.es-margin-right--2{margin-right:-2px}.es-margin-bottom--2{margin-bottom:-2px}.es-gutter-left--3+.es-gutter-left--3,.es-margin-left--3{margin-left:-3px}.es-gutter-top--3+.es-gutter-top--3,.es-margin-top--3{margin-top:-3px}.es-margin--3{margin:-3px}.es-margin-right--3{margin-right:-3px}.es-margin-bottom--3{margin-bottom:-3px}.es-gutter-left--4+.es-gutter-left--4,.es-margin-left--4{margin-left:-4px}.es-gutter-top--4+.es-gutter-top--4,.es-margin-top--4{margin-top:-4px}.es-margin--4{margin:-4px}.es-margin-right--4{margin-right:-4px}.es-margin-bottom--4{margin-bottom:-4px}.es-gutter-left--5+.es-gutter-left--5,.es-margin-left--5{margin-left:-5px}.es-gutter-top--5+.es-gutter-top--5,.es-margin-top--5{margin-top:-5px}.es-margin--5{margin:-5px}.es-margin-right--5{margin-right:-5px}.es-margin-bottom--5{margin-bottom:-5px}.es-gutter-left--6+.es-gutter-left--6,.es-margin-left--6{margin-left:-6px}.es-gutter-top--6+.es-gutter-top--6,.es-margin-top--6{margin-top:-6px}.es-margin--6{margin:-6px}.es-margin-right--6{margin-right:-6px}.es-margin-bottom--6{margin-bottom:-6px}.es-gutter-left--7+.es-gutter-left--7,.es-margin-left--7{margin-left:-7px}.es-gutter-top--7+.es-gutter-top--7,.es-margin-top--7{margin-top:-7px}.es-margin--7{margin:-7px}.es-margin-right--7{margin-right:-7px}.es-margin-bottom--7{margin-bottom:-7px}.es-gutter-left--8+.es-gutter-left--8,.es-margin-left--8{margin-left:-8px}.es-gutter-top--8+.es-gutter-top--8,.es-margin-top--8{margin-top:-8px}.es-margin--8{margin:-8px}.es-margin-right--8{margin-right:-8px}.es-margin-bottom--8{margin-bottom:-8px}.es-gutter-left--9+.es-gutter-left--9,.es-margin-left--9{margin-left:-9px}.es-gutter-top--9+.es-gutter-top--9,.es-margin-top--9{margin-top:-9px}.es-margin--9{margin:-9px}.es-margin-right--9{margin-right:-9px}.es-margin-bottom--9{margin-bottom:-9px}.es-gutter-left--10+.es-gutter-left--10,.es-margin-left--10{margin-left:-10px}.es-gutter-top--10+.es-gutter-top--10,.es-margin-top--10{margin-top:-10px}.es-margin--10{margin:-10px}.es-margin-right--10{margin-right:-10px}.es-margin-bottom--10{margin-bottom:-10px}.es-gutter-left--11+.es-gutter-left--11,.es-margin-left--11{margin-left:-11px}.es-gutter-top--11+.es-gutter-top--11,.es-margin-top--11{margin-top:-11px}.es-margin--11{margin:-11px}.es-margin-right--11{margin-right:-11px}.es-margin-bottom--11{margin-bottom:-11px}.es-gutter-left--12+.es-gutter-left--12,.es-margin-left--12{margin-left:-12px}.es-gutter-top--12+.es-gutter-top--12,.es-margin-top--12{margin-top:-12px}.es-margin--12{margin:-12px}.es-margin-right--12{margin-right:-12px}.es-margin-bottom--12{margin-bottom:-12px}.es-gutter-left--13+.es-gutter-left--13,.es-margin-left--13{margin-left:-13px}.es-gutter-top--13+.es-gutter-top--13,.es-margin-top--13{margin-top:-13px}.es-margin--13{margin:-13px}.es-margin-right--13{margin-right:-13px}.es-margin-bottom--13{margin-bottom:-13px}.es-gutter-left--14+.es-gutter-left--14,.es-margin-left--14{margin-left:-14px}.es-gutter-top--14+.es-gutter-top--14,.es-margin-top--14{margin-top:-14px}.es-margin--14{margin:-14px}.es-margin-right--14{margin-right:-14px}.es-margin-bottom--14{margin-bottom:-14px}.es-gutter-left--15+.es-gutter-left--15,.es-margin-left--15{margin-left:-15px}.es-gutter-top--15+.es-gutter-top--15,.es-margin-top--15{margin-top:-15px}.es-margin--15{margin:-15px}.es-margin-right--15{margin-right:-15px}.es-margin-bottom--15{margin-bottom:-15px}.es-gutter-left--16+.es-gutter-left--16,.es-margin-left--16{margin-left:-16px}.es-gutter-top--16+.es-gutter-top--16,.es-margin-top--16{margin-top:-16px}.es-margin--16{margin:-16px}.es-margin-right--16{margin-right:-16px}.es-margin-bottom--16{margin-bottom:-16px}.es-gutter-left--17+.es-gutter-left--17,.es-margin-left--17{margin-left:-17px}.es-gutter-top--17+.es-gutter-top--17,.es-margin-top--17{margin-top:-17px}.es-margin--17{margin:-17px}.es-margin-right--17{margin-right:-17px}.es-margin-bottom--17{margin-bottom:-17px}.es-gutter-left--18+.es-gutter-left--18,.es-margin-left--18{margin-left:-18px}.es-gutter-top--18+.es-gutter-top--18,.es-margin-top--18{margin-top:-18px}.es-margin--18{margin:-18px}.es-margin-right--18{margin-right:-18px}.es-margin-bottom--18{margin-bottom:-18px}.es-gutter-left--19+.es-gutter-left--19,.es-margin-left--19{margin-left:-19px}.es-gutter-top--19+.es-gutter-top--19,.es-margin-top--19{margin-top:-19px}.es-margin--19{margin:-19px}.es-margin-right--19{margin-right:-19px}.es-margin-bottom--19{margin-bottom:-19px}.es-gutter-left--20+.es-gutter-left--20,.es-margin-left--20{margin-left:-20px}.es-gutter-top--20+.es-gutter-top--20,.es-margin-top--20{margin-top:-20px}.es-margin--20{margin:-20px}.es-margin-right--20{margin-right:-20px}.es-margin-bottom--20{margin-bottom:-20px}.es-gutter-left--21+.es-gutter-left--21,.es-margin-left--21{margin-left:-21px}.es-gutter-top--21+.es-gutter-top--21,.es-margin-top--21{margin-top:-21px}.es-margin--21{margin:-21px}.es-margin-right--21{margin-right:-21px}.es-margin-bottom--21{margin-bottom:-21px}.es-gutter-left--22+.es-gutter-left--22,.es-margin-left--22{margin-left:-22px}.es-gutter-top--22+.es-gutter-top--22,.es-margin-top--22{margin-top:-22px}.es-margin--22{margin:-22px}.es-margin-right--22{margin-right:-22px}.es-margin-bottom--22{margin-bottom:-22px}.es-gutter-left--23+.es-gutter-left--23,.es-margin-left--23{margin-left:-23px}.es-gutter-top--23+.es-gutter-top--23,.es-margin-top--23{margin-top:-23px}.es-margin--23{margin:-23px}.es-margin-right--23{margin-right:-23px}.es-margin-bottom--23{margin-bottom:-23px}.es-gutter-left--24+.es-gutter-left--24,.es-margin-left--24{margin-left:-24px}.es-gutter-top--24+.es-gutter-top--24,.es-margin-top--24{margin-top:-24px}.es-margin--24{margin:-24px}.es-margin-right--24{margin-right:-24px}.es-margin-bottom--24{margin-bottom:-24px}.es-gutter-left--25+.es-gutter-left--25,.es-margin-left--25{margin-left:-25px}.es-gutter-top--25+.es-gutter-top--25,.es-margin-top--25{margin-top:-25px}.es-margin--25{margin:-25px}.es-margin-right--25{margin-right:-25px}.es-margin-bottom--25{margin-bottom:-25px}.es-gutter-left--26+.es-gutter-left--26,.es-margin-left--26{margin-left:-26px}.es-gutter-top--26+.es-gutter-top--26,.es-margin-top--26{margin-top:-26px}.es-margin--26{margin:-26px}.es-margin-right--26{margin-right:-26px}.es-margin-bottom--26{margin-bottom:-26px}.es-gutter-left--27+.es-gutter-left--27,.es-margin-left--27{margin-left:-27px}.es-gutter-top--27+.es-gutter-top--27,.es-margin-top--27{margin-top:-27px}.es-margin--27{margin:-27px}.es-margin-right--27{margin-right:-27px}.es-margin-bottom--27{margin-bottom:-27px}.es-gutter-left--28+.es-gutter-left--28,.es-margin-left--28{margin-left:-28px}.es-gutter-top--28+.es-gutter-top--28,.es-margin-top--28{margin-top:-28px}.es-margin--28{margin:-28px}.es-margin-right--28{margin-right:-28px}.es-margin-bottom--28{margin-bottom:-28px}.es-gutter-left--29+.es-gutter-left--29,.es-margin-left--29{margin-left:-29px}.es-gutter-top--29+.es-gutter-top--29,.es-margin-top--29{margin-top:-29px}.es-margin--29{margin:-29px}.es-margin-right--29{margin-right:-29px}.es-margin-bottom--29{margin-bottom:-29px}.es-gutter-left--30+.es-gutter-left--30,.es-margin-left--30{margin-left:-30px}.es-gutter-top--30+.es-gutter-top--30,.es-margin-top--30{margin-top:-30px}.es-margin--30{margin:-30px}.es-margin-right--30{margin-right:-30px}.es-margin-bottom--30{margin-bottom:-30px}.es-gutter-left--31+.es-gutter-left--31,.es-margin-left--31{margin-left:-31px}.es-gutter-top--31+.es-gutter-top--31,.es-margin-top--31{margin-top:-31px}.es-margin--31{margin:-31px}.es-margin-right--31{margin-right:-31px}.es-margin-bottom--31{margin-bottom:-31px}.es-gutter-left--32+.es-gutter-left--32,.es-margin-left--32{margin-left:-32px}.es-gutter-top--32+.es-gutter-top--32,.es-margin-top--32{margin-top:-32px}.es-margin--32{margin:-32px}.es-margin-right--32{margin-right:-32px}.es-margin-bottom--32{margin-bottom:-32px}.es-gutter-left--33+.es-gutter-left--33,.es-margin-left--33{margin-left:-33px}.es-gutter-top--33+.es-gutter-top--33,.es-margin-top--33{margin-top:-33px}.es-margin--33{margin:-33px}.es-margin-right--33{margin-right:-33px}.es-margin-bottom--33{margin-bottom:-33px}.es-gutter-left--34+.es-gutter-left--34,.es-margin-left--34{margin-left:-34px}.es-gutter-top--34+.es-gutter-top--34,.es-margin-top--34{margin-top:-34px}.es-margin--34{margin:-34px}.es-margin-right--34{margin-right:-34px}.es-margin-bottom--34{margin-bottom:-34px}.es-gutter-left--35+.es-gutter-left--35,.es-margin-left--35{margin-left:-35px}.es-gutter-top--35+.es-gutter-top--35,.es-margin-top--35{margin-top:-35px}.es-margin--35{margin:-35px}.es-margin-right--35{margin-right:-35px}.es-margin-bottom--35{margin-bottom:-35px}.es-gutter-left--36+.es-gutter-left--36,.es-margin-left--36{margin-left:-36px}.es-gutter-top--36+.es-gutter-top--36,.es-margin-top--36{margin-top:-36px}.es-margin--36{margin:-36px}.es-margin-right--36{margin-right:-36px}.es-margin-bottom--36{margin-bottom:-36px}.es-gutter-left--37+.es-gutter-left--37,.es-margin-left--37{margin-left:-37px}.es-gutter-top--37+.es-gutter-top--37,.es-margin-top--37{margin-top:-37px}.es-margin--37{margin:-37px}.es-margin-right--37{margin-right:-37px}.es-margin-bottom--37{margin-bottom:-37px}.es-gutter-left--38+.es-gutter-left--38,.es-margin-left--38{margin-left:-38px}.es-gutter-top--38+.es-gutter-top--38,.es-margin-top--38{margin-top:-38px}.es-margin--38{margin:-38px}.es-margin-right--38{margin-right:-38px}.es-margin-bottom--38{margin-bottom:-38px}.es-gutter-left--39+.es-gutter-left--39,.es-margin-left--39{margin-left:-39px}.es-gutter-top--39+.es-gutter-top--39,.es-margin-top--39{margin-top:-39px}.es-margin--39{margin:-39px}.es-margin-right--39{margin-right:-39px}.es-margin-bottom--39{margin-bottom:-39px}.es-gutter-left--40+.es-gutter-left--40,.es-margin-left--40{margin-left:-40px}.es-gutter-top--40+.es-gutter-top--40,.es-margin-top--40{margin-top:-40px}.es-margin--40{margin:-40px}.es-margin-right--40{margin-right:-40px}.es-margin-bottom--40{margin-bottom:-40px}.es-gutter-left--41+.es-gutter-left--41,.es-margin-left--41{margin-left:-41px}.es-gutter-top--41+.es-gutter-top--41,.es-margin-top--41{margin-top:-41px}.es-margin--41{margin:-41px}.es-margin-right--41{margin-right:-41px}.es-margin-bottom--41{margin-bottom:-41px}.es-gutter-left--42+.es-gutter-left--42,.es-margin-left--42{margin-left:-42px}.es-gutter-top--42+.es-gutter-top--42,.es-margin-top--42{margin-top:-42px}.es-margin--42{margin:-42px}.es-margin-right--42{margin-right:-42px}.es-margin-bottom--42{margin-bottom:-42px}.es-gutter-left--43+.es-gutter-left--43,.es-margin-left--43{margin-left:-43px}.es-gutter-top--43+.es-gutter-top--43,.es-margin-top--43{margin-top:-43px}.es-margin--43{margin:-43px}.es-margin-right--43{margin-right:-43px}.es-margin-bottom--43{margin-bottom:-43px}.es-gutter-left--44+.es-gutter-left--44,.es-margin-left--44{margin-left:-44px}.es-gutter-top--44+.es-gutter-top--44,.es-margin-top--44{margin-top:-44px}.es-margin--44{margin:-44px}.es-margin-right--44{margin-right:-44px}.es-margin-bottom--44{margin-bottom:-44px}.es-gutter-left--45+.es-gutter-left--45,.es-margin-left--45{margin-left:-45px}.es-gutter-top--45+.es-gutter-top--45,.es-margin-top--45{margin-top:-45px}.es-margin--45{margin:-45px}.es-margin-right--45{margin-right:-45px}.es-margin-bottom--45{margin-bottom:-45px}.es-gutter-left--46+.es-gutter-left--46,.es-margin-left--46{margin-left:-46px}.es-gutter-top--46+.es-gutter-top--46,.es-margin-top--46{margin-top:-46px}.es-margin--46{margin:-46px}.es-margin-right--46{margin-right:-46px}.es-margin-bottom--46{margin-bottom:-46px}.es-gutter-left--47+.es-gutter-left--47,.es-margin-left--47{margin-left:-47px}.es-gutter-top--47+.es-gutter-top--47,.es-margin-top--47{margin-top:-47px}.es-margin--47{margin:-47px}.es-margin-right--47{margin-right:-47px}.es-margin-bottom--47{margin-bottom:-47px}.es-gutter-left--48+.es-gutter-left--48,.es-margin-left--48{margin-left:-48px}.es-gutter-top--48+.es-gutter-top--48,.es-margin-top--48{margin-top:-48px}.es-margin--48{margin:-48px}.es-margin-right--48{margin-right:-48px}.es-margin-bottom--48{margin-bottom:-48px}.es-gutter-left--49+.es-gutter-left--49,.es-margin-left--49{margin-left:-49px}.es-gutter-top--49+.es-gutter-top--49,.es-margin-top--49{margin-top:-49px}.es-margin--49{margin:-49px}.es-margin-right--49{margin-right:-49px}.es-margin-bottom--49{margin-bottom:-49px}.es-gutter-left--50+.es-gutter-left--50,.es-margin-left--50{margin-left:-50px}.es-gutter-top--50+.es-gutter-top--50,.es-margin-top--50{margin-top:-50px}.es-margin--50{margin:-50px}.es-margin-right--50{margin-right:-50px}.es-margin-bottom--50{margin-bottom:-50px}.es-none{display:none}.es-block{display:block}.es-inline{display:inline}.es-inline-block{display:inline-block}.es-text-left{text-align:left}.es-text-center{text-align:center}.es-text-right{text-align:right}.es-text-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.es-text-ellipsis-row2{display:-webkit-box;-webkit-line-clamp:2}.es-text-ellipsis-row3{display:-webkit-box;-webkit-line-clamp:3}.es-text-ellipsis-row4{display:-webkit-box;-webkit-line-clamp:4}.es-text-ellipsis-row5{display:-webkit-box;-webkit-line-clamp:5}.es-text-ellipsis-row6{display:-webkit-box;-webkit-line-clamp:6}.es-float-left{float:left}.es-float-right{float:right}.es-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.es-flex-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;box-orient:vertical}.es-align-start,.es-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.es-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.es-align-bottom,.es-align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.es-content-start,.es-content-top{-ms-flex-line-pack:start;align-content:flex-start}.es-content-middle{-ms-flex-line-pack:center;align-content:center}.es-content-bottom,.es-content-end{-ms-flex-line-pack:end;align-content:flex-end}.es-align-left,.es-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.es-align-center,.es-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.es-align-right,.es-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.es-align-between,.es-justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.es-align-evenly,.es-justify-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.es-align-around,.es-justify-around{-ms-flex-pack:distribute;justify-content:space-around}.es-pointer{cursor:pointer}.es-scrollbar{height:100%}.es-scrollbar .el-scrollbar__wrap{height:calc(100% + 17px)}.es-badge{max-width:100%}.es-badge .el-badge__content{border:0;padding:0}.es-badge .el-badge__content:not(.is-dot){width:20px;height:20px;line-height:20px}.es-badge.es-badge-right{padding-right:20px}.es-badge.es-dot-right{padding-right:8px}.es-required .cell::before{content:'*';color:#f56c6c;margin-right:4px}.van-button--primary{background-color:#12278B;border-color:#12278B}.van-button--plain.van-button--primary{background-color:#fff;color:#12278B}.van-dialog__confirm,.van-dialog__confirm:active{color:#12278B}.van-image{width:100%;height:100%}.van-field--disabled .van-field__label{color:unset!important}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.em-button-group .em-button{margin:0}.em-button-group .em-button:not(:first-child){border-left:0;border-radius:0}.em-button-group .em-button:first-child{border-radius:2px 0 0 2px}.em-button-group .em-button-group-more,.em-button-group .em-button:last-child{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.em-button-group .em-button-more{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.em-button{margin:5px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.em-calendar .van-button--danger,.em-calendar .van-calendar__day--end,.em-calendar .van-calendar__day--multiple-middle,.em-calendar .van-calendar__day--multiple-selected,.em-calendar .van-calendar__day--start,.em-calendar .van-calendar__day--start-end,.em-calendar .van-calendar__selected-day{background-color:#12278B}.em-calendar .van-button--danger{border-color:#12278B}.em-calendar .van-calendar__day--middle{color:#12278B}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.em-cascader .van-cascader__title{font-size:16px!important}.em-cascader .van-tabs__line{background-color:#12278B}.em-cascader .van-cascader__option--selected{color:#12278B}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.em-cell .van-cell::after{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.em-checkbox-group .em-checkbox{margin-bottom:5px}.em-checkbox-group .van-checkbox__icon--checked .van-icon{border:1px solid #12278B;background:#12278B}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.em-circle .van-circle__hover{stroke:#12278B}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.em-esign .signature-box{margin-top:7px;height:80px;background-color:#f7f5f5;padding:5px;text-align:center}.em-esign .signature-box img{height:100%;background-color:#fff}.em-esign .opinion-box{height:32px;padding-top:10px;padding-bottom:5px;padding-right:10px;font-size:13px;color:#12278B;text-align:right}.em-esign .esign-skin{width:100%;border-radius:5px}.em-esign .esign-skin .van-popup__close-icon{top:8px;right:8px}.em-esign .esign-box .esign-title{height:40px;line-height:40px;border-bottom:1px solid #12278B;font-size:15px;padding:0 10px}.em-esign .esign-box .esign-btn-box{padding:10px;text-align:right}.em-esign .esign-box .esign-btn-box .van-button{padding:0 7px;border-radius:4px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.em-input{position:relative}.em-input .van-field__left-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.em-input .input-right .van-field__error-message{text-align:right}.em-input .input-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.em-input .input-wrap .van-field__label{width:100%!important;padding-right:20px}.em-input .input-wrap .van-field__left-icon{position:absolute}.em-input .is-left-icon.input-wrap .van-field__label{margin-left:20px}.em-input .required-right .van-field__label::before{display:none}.em-input .isRequired.input-wrap.is-left-icon .van-field__label{margin-left:30px}.em-input .isRequired .van-field__left-icon{margin-right:14px}.em-input .em-cell--required{position:relative;display:inline-block}.em-input .van-field__label{margin-right:17px;-ms-flex-item-align:center;align-self:center}.em-input .em-cell--required::after{position:absolute;right:-8px;top:60%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);color:#ee0a24;font-size:14px;content:'*'}.em-input .hide-label .van-field__label{display:none}.em-input .van-cell--required::before{content:''}.em-input .van-cell--required .van-field__label{position:relative}.em-input .van-cell--required .van-field__label::before{position:absolute;left:-10px;top:60%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);color:#ee0a24;font-size:14px;content:'*'}.em-input-border::after{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;content:' ';display:inline-block;pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.em-flow-btn .btn-list{position:fixed;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;padding:10px 10px 34px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;bottom:-1px;left:0;z-index:998;-webkit-box-shadow:0 -7px 7px -7px #ddd;box-shadow:0 -7px 7px -7px #ddd}.em-flow-btn .btn-list .left{display:-webkit-box;display:-ms-flexbox;display:flex}.em-flow-btn .btn-list .left .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:35px}.em-flow-btn .btn-list .left .item:last-child{margin-right:0}.em-flow-btn .btn-list .left .item .icon{width:18px;height:auto}.em-flow-btn .btn-list .left .item .label{color:#666;font-weight:400;font-size:14px;margin-top:4px}.em-flow-btn .btn-list .right-one .audit{width:160px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#12278B;color:#fff;border-radius:20px;text-align:center;font-size:18px}.em-flow-btn .btn-list .right-two{display:-webkit-box;display:-ms-flexbox;display:flex}.em-flow-btn .btn-list .right-two .reject{width:80px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#12278B;text-align:center;border:1px solid #12278B;font-size:18px;border-radius:20px 0 0 20px}.em-flow-btn .btn-list .right-two .audit{width:80px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#12278B;color:#fff;border:1px solid #12278B;border-radius:0 20px 20px 0;text-align:center;font-size:18px}.em-flow-btn .btn-list-1{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.em-flow-btn .more-list{position:fixed;background-color:#fff;width:100%;bottom:83px;color:#999;padding:10px}.em-flow-btn .more-list .item{padding:10px;border-bottom:1px solid #999}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.process-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.process-page .main{padding:20px 12px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.process-page .box{background:#fff;border-radius:8px;height:auto}.process-page .box .title{font-size:16px;color:#3a3211;padding:16px;border-bottom:1px solid #f0f0f0}.process-page .box .title .check-btn{float:right}.process-page .box .list-area{padding:0 12px}.process-page .box .list-area .van-checkbox__label{-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #f0f0f0;padding:14px 0 14px 4px}.process-page .box .list-area .list-item .name-area{font-size:12px;color:#222;display:-webkit-box;display:-ms-flexbox;display:flex}.process-page .box .list-area .list-item .name-area span{display:inline-block}.process-page .box .list-area .list-item .name-area .user-name,.process-page .box .list-area .list-item .name-area .user-name-flow{display:inline-block;margin-right:8px;border-right:1px solid #f0f0f0;width:36px}.process-page .box .list-area .list-item .name-area .handle-name,.process-page .box .list-area .list-item .name-area .handle-name-flow{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:8px}.process-page .box .list-area .list-item .name-area .handle-name-flow{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.process-page .box .list-area .list-item .name-area .user-name-flow{border:unset;-webkit-box-flex:1;-ms-flex:1;flex:1;width:unset}.process-page .box .list-area .list-item .name-area .handle-status{width:44px;height:22px;float:right;border-radius:4px;background:rgba(232,35,52,.1);color:#e82334;font-size:12px;text-align:center;line-height:22px}.process-page .box .list-area .list-item .name-area .handle-status.success{background:rgba(41,225,41,.1);color:#29e129}.process-page .box .list-area .list-item .time{font-size:12px;color:#999;margin-top:12px}.process-page .box .list-area .list-item.list-item2{border-bottom:1px solid #f0f0f0;padding:14px 0}.btn-area{width:100%;height:90px;background:#fff;padding:12px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.btn-area .btn{width:calc(50% - 10px);color:#12278B;border:1px solid #12278B;font-size:16px}.btn-area .btn:last-child{color:#fff}.no-data{text-align:center;padding:20px 0;color:#999}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.process-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.process-page .main{padding:20px 12px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.process-page .box{background:#fff;border-radius:8px;height:auto}.process-page .box .title{font-size:16px;color:#3a3211;padding:16px;border-bottom:1px solid #f0f0f0}.process-page .box .title .check-btn{float:right}.process-page .box .list-area{padding:0 12px}.process-page .box .list-area .van-checkbox__label{-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #f0f0f0;padding:14px 0 14px 4px}.process-page .box .list-area .list-item .name-area{font-size:12px;color:#222;display:-webkit-box;display:-ms-flexbox;display:flex}.process-page .box .list-area .list-item .name-area span{display:inline-block}.process-page .box .list-area .list-item .name-area .user-name,.process-page .box .list-area .list-item .name-area .user-name-flow{display:inline-block;margin-right:8px;border-right:1px solid #f0f0f0;width:36px}.process-page .box .list-area .list-item .name-area .handle-name,.process-page .box .list-area .list-item .name-area .handle-name-flow{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:8px}.process-page .box .list-area .list-item .name-area .handle-name-flow{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.process-page .box .list-area .list-item .name-area .user-name-flow{border:unset;-webkit-box-flex:1;-ms-flex:1;flex:1;width:unset}.process-page .box .list-area .list-item .name-area .handle-status{width:44px;height:22px;float:right;border-radius:4px;background:rgba(232,35,52,.1);color:#e82334;font-size:12px;text-align:center;line-height:22px}.process-page .box .list-area .list-item .name-area .handle-status.success{background:rgba(41,225,41,.1);color:#29e129}.process-page .box .list-area .list-item .time{font-size:12px;color:#999;margin-top:12px}.process-page .box .list-area .list-item.list-item2{border-bottom:1px solid #f0f0f0;padding:14px 0}.btn-area{width:100%;height:90px;background:#fff;padding:12px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.btn-area .btn{width:calc(50% - 10px);color:#12278B;border:1px solid #12278B;font-size:16px}.btn-area .btn:last-child{color:#fff}.no-data{text-align:center;padding:20px 0;color:#999}.em-flow-list{width:100%;height:100%}.em-flow-list .list{padding:32px 16px 0}.em-flow-list .list .item{position:relative;border-left:1px solid #eee;padding:10px 0;margin:10px 0}.em-flow-list .list .item .icon-gou{position:absolute;top:-15px;left:-8px;color:#12278B}.em-flow-list .list .item .process-pending{position:absolute;top:-15px;left:-8.5px;width:16px;height:16px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.em-flow-list .list .item .process-pending .process-pending-yuan{display:inline-block;width:6px;height:6px;border-radius:50%;background:#12278B}.em-flow-list .list .item:last-child{border-left-color:transparent;height:auto}.em-flow-list .list .item .icon-finish{width:16px;height:auto;position:relative;left:-8px}.em-flow-list .list .item .icon-ing{width:34px;height:auto;position:relative;left:-14px}.em-flow-list .list .item .item-box{padding-left:29px;width:100%}.em-flow-list .list .item .item-box .one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-18px}.em-flow-list .list .item .item-box .one .label{font-size:14px;font-family:PingFang SC;font-weight:400;color:#666}.em-flow-list .list .item .item-box .one .time{font-size:12px;font-family:PingFang SC;font-weight:400;color:#999}.em-flow-list .list .item .item-box .two{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;padding-bottom:10px;border-bottom:1px solid #eee}.em-flow-list .list .item .item-box .tree{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;font-family:PingFang SC;color:#999;line-height:16px;margin-bottom:16px;margin-top:10px}.em-flow-list .list .item .time{text-align:right;color:#333;font-size:13px;padding-top:10px;height:16px;line-height:15px}.em-flow-list .list .success-icon{border-left-color:#12278B}.em-flow-list .more{color:#12278B}.em-flow-list .custom-image .van-empty__image{width:90px;height:90px}
|