@10yun/cv-mobile-ui 0.5.50 → 0.5.52
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/build/common_func.js +3 -1
- package/build/parse-create.js +17 -8
- package/build/parse-pages-pkg.js +10 -4
- package/empty-devtools.js +3 -0
- package/libs/aes.js +50 -0
- package/libs/bledefine/bledefine.js +51 -0
- package/libs/bledefine/ios-ble-statuscode.js +97 -0
- package/libs/nfc/hexiii-nfc.js +236 -0
- package/libs/nfc.js +179 -0
- package/libs/sdk/html2canvas.js +8 -0
- package/libs/sdk/sdk-h5.js +585 -0
- package/{plugins → libs}/storage2.js +0 -5
- package/{plugins → libs}/storage3.js +0 -4
- package/libs/validators/index.js +438 -0
- package/libs/weapp-qrcode.js +1108 -0
- package/package.json +2 -3
- package/ui-cv/components/cv-dialog-share/tui-share.vue +16 -16
- package/ui-cv/components/cv-mask-png/cv-mask-png.vue +27 -0
- package/ui-cv/components/cv-mask-svg/cv-mask-svg.vue +22 -0
- package/ui-cv/components/cv-mask-svg/mixins.js +131 -0
- package/ui-fireui/components/{fui-actionsheet/fui-actionsheet.vue → u-action-sheet/u-action-sheet.vue} +21 -21
- package/ui-fireui/components/{fui-alert/fui-alert.vue → u-alert/u-alert.vue} +13 -13
- package/ui-fireui/components/{fui-badge/fui-badge.vue → u-badge/u-badge.vue} +16 -16
- package/ui-fireui/components/{fui-bottom-navigation/fui-bottom-navigation.vue → u-bottom-navigation/u-bottom-navigation.vue} +47 -46
- package/ui-fireui/components/{fui-bottom-popup/fui-bottom-popup.vue → u-bottom-popup/u-bottom-popup.vue} +9 -8
- package/ui-fireui/components/{fui-bubble-popup/fui-bubble-popup.vue → u-bubble-popup/u-bubble-popup.vue} +19 -15
- package/ui-fireui/components/{fui-button/fui-button.vue → u-button/u-button.vue} +69 -69
- package/ui-fireui/components/u-button/u-button2.vue +553 -0
- package/ui-fireui/components/{fui-calendar/fui-calendar.vue → u-calendar/u-calendar.vue} +78 -78
- package/ui-fireui/components/u-calendar/u-calendar2.vue +801 -0
- package/ui-fireui/components/{fui-card/fui-card.vue → u-card/u-card.vue} +24 -24
- package/ui-fireui/components/{fui-cascade-selection/fui-cascade-selection.vue → u-cascade-selection/u-cascade-selection.vue} +32 -32
- package/ui-fireui/components/{fui-circular-progress/fui-circular-progress.vue → u-circular-progress/u-circular-progress.vue} +14 -6
- package/ui-fireui/components/{fui-collapse/fui-collapse.vue → u-collapse/u-collapse.vue} +19 -19
- package/ui-fireui/components/{fui-countdown/fui-countdown.vue → u-countdown/u-countdown.vue} +28 -28
- package/ui-fireui/components/{fui-datetime/fui-datetime.vue → u-datetime/u-datetime.vue} +51 -51
- package/ui-fireui/components/{fui-divider/fui-divider.vue → u-divider/u-divider.vue} +6 -6
- package/ui-fireui/components/{fui-drawer/fui-drawer.vue → u-drawer/u-drawer.vue} +11 -11
- package/ui-fireui/components/{fui-dropdown-list/fui-dropdown-list.vue → u-dropdown-list/u-dropdown-list.vue} +11 -6
- package/ui-fireui/components/{fui-fab/fui-fab.vue → u-fab/u-fab.vue} +30 -30
- package/ui-fireui/components/{fui-footer/fui-footer.vue → u-footer/u-footer.vue} +19 -15
- package/ui-fireui/components/{fui-grid/fui-grid.vue → u-grid/u-grid.vue} +13 -5
- package/ui-fireui/components/{fui-grid-item/fui-grid-item.vue → u-grid-item/u-grid-item.vue} +19 -19
- package/ui-fireui/components/{fui-icon/fui-icon.vue → u-icon/u-icon.vue} +191 -191
- package/ui-fireui/components/{fui-image-cropper/fui-image-cropper.vue → u-image-cropper/u-image-cropper.vue} +44 -44
- package/ui-fireui/components/{fui-image-group/fui-image-group.vue → u-image-group/u-image-group.vue} +7 -7
- package/ui-fireui/components/{fui-keyboard/fui-keyboard.vue → u-keyboard/u-keyboard.vue} +29 -32
- package/ui-fireui/components/{fui-keyboard-input/fui-keyboard-input.vue → u-keyboard-input/u-keyboard-input.vue} +9 -9
- package/ui-fireui/components/{fui-list-cell/fui-list-cell.vue → u-list-cell/u-list-cell.vue} +23 -23
- package/ui-fireui/components/{fui-list-view/fui-list-view.vue → u-list-view/u-list-view.vue} +11 -11
- package/ui-fireui/components/{fui-loading/fui-loading.vue → u-loading/u-loading.vue} +6 -6
- package/ui-fireui/components/{fui-loadmore/fui-loadmore.vue → u-loadmore/u-loadmore.vue} +15 -15
- package/ui-fireui/components/{fui-modal/fui-modal.vue → u-modal/u-modal.vue} +58 -58
- package/ui-fireui/components/{fui-navigation-bar/fui-navigation-bar.vue → u-navigation-bar/u-navigation-bar.vue} +11 -10
- package/ui-fireui/components/{fui-no-data/fui-no-data.vue → u-no-data/u-no-data.vue} +11 -11
- package/ui-fireui/components/{fui-nomore/fui-nomore.vue → u-nomore/u-nomore.vue} +10 -10
- package/ui-fireui/components/{fui-numberbox/fui-numberbox.vue → u-numberbox/u-numberbox.vue} +12 -12
- package/ui-fireui/components/{fui-numberbox-border/fui-numberbox-border.vue → u-numberbox-border/u-numberbox-border.vue} +10 -10
- package/ui-fireui/components/{fui-picture-cropper/fui-picture-cropper.vue → u-picture-cropper/u-picture-cropper.vue} +42 -42
- package/ui-fireui/components/u-picture-cropper/u-picture-cropper.wxs +582 -0
- package/ui-fireui/components/{fui-round-progress/fui-round-progress.vue → u-round-progress/u-round-progress.vue} +2 -2
- package/ui-fireui/components/{fui-scroll-top/fui-scroll-top.vue → u-scroll-top/u-scroll-top.vue} +21 -21
- package/ui-fireui/components/{fui-sharemodel/fui-sharemodel.vue → u-share-model/u-share-model.vue} +24 -24
- package/ui-fireui/components/{fui-skeleton/fui-skeleton.vue → u-skeleton/u-skeleton.vue} +22 -22
- package/ui-fireui/components/{fui-steps/fui-steps.vue → u-steps/u-steps.vue} +27 -27
- package/ui-fireui/components/{fui-sticky/fui-sticky.vue → u-sticky/u-sticky.vue} +4 -4
- package/ui-fireui/components/{fui-sticky-wxs/fui-sticky-wxs.vue → u-sticky-wxs/u-sticky-wxs.vue} +7 -7
- package/ui-fireui/components/u-sticky-wxs/u-sticky.wxs +46 -0
- package/ui-fireui/components/{fui-swipe-action/fui-swipe-action.vue → u-swipe-action/u-swipe-action.vue} +11 -11
- package/ui-fireui/components/{fui-tabbar/fui-tabbar.vue → u-tabbar/u-tabbar.vue} +26 -30
- package/ui-fireui/components/{fui-tabs/fui-tabs.vue → u-tabs/u-tabs.vue} +17 -17
- package/ui-fireui/components/{fui-tabs2/fui-tabs2.vue → u-tabs2/u-tabs2.vue} +17 -17
- package/ui-fireui/components/{fui-tag/fui-tag.vue → u-tag/u-tag.vue} +362 -374
- package/ui-fireui/components/{fui-time-axis/fui-time-axis.vue → u-time-axis/u-time-axis.vue} +3 -3
- package/ui-fireui/components/{fui-timeaxis-item/fui-timeaxis-item.vue → u-timeaxis-item/u-timeaxis-item.vue} +4 -4
- package/ui-fireui/components/{fui-tips/fui-tips.vue → u-tips/u-tips.vue} +20 -20
- package/ui-fireui/components/{fui-toast/fui-toast.vue → u-toast/u-toast.vue} +13 -13
- package/ui-fireui/components/{fui-top-dropdown/fui-top-dropdown.vue → u-top-dropdown/u-top-dropdown.vue} +8 -8
- package/ui-fireui/components/{fui-upload/fui-upload.vue → u-upload/u-upload.vue} +30 -30
- package/ui-fireui/components/u-upload2/u-upload.vue +464 -0
- package/ui-fireui/components/{fui-uploadsamll/fui-uploadsamll.vue → u-uploadsamll/u-uploadsamll.vue} +34 -34
- package/ui-fireui/css/thorui.css +589 -0
- package/ui-fireui/{fireui.css → index.css} +306 -268
- package/ui-fireui/nvue/u-circular-progress/gcanvas/bridge/bridge-weex.js +241 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/FillStyleLinearGradient.js +18 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/FillStylePattern.js +8 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/FillStyleRadialGradient.js +17 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/RenderingContext.js +666 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/ActiveInfo.js +11 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Buffer.js +21 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Framebuffer.js +21 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/GLenum.js +298 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/GLmethod.js +142 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/GLtype.js +23 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Program.js +21 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Renderbuffer.js +21 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/RenderingContext.js +1191 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Shader.js +22 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/ShaderPrecisionFormat.js +11 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Texture.js +22 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/UniformLocation.js +22 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/classUtils.js +3 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/env/canvas.js +74 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/env/image.js +96 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/env/tool.js +24 -0
- package/ui-fireui/nvue/u-circular-progress/gcanvas/index.js +47 -0
- package/ui-fireui/nvue/u-circular-progress/u-circular-progress.nvue +203 -0
- package/ui-fireui/nvue/u-icon/icons.js +188 -0
- package/ui-fireui/nvue/u-icon/u-icon.vue +78 -0
- package/uview-plus/components/u-grid/u-grid.vue +23 -1
- package/ui-fireui/components/fui-picture-cropper/fui-picture-cropper.wxs +0 -560
- package/ui-fireui/components/fui-rate/fui-rate.vue +0 -167
- package/ui-fireui/components/fui-sticky-wxs/fui-sticky.wxs +0 -44
- /package/ui-fireui/components/{fui-calendar/fui-calendar.js → u-calendar/u-calendar.js} +0 -0
|
@@ -1,9 +1,73 @@
|
|
|
1
|
+
/* Thor UI 基础组件 样式*/
|
|
2
|
+
|
|
3
|
+
/*!
|
|
4
|
+
* =====================================================
|
|
5
|
+
* Thor UI v1.0.0 (https://www.thorui.cn/)
|
|
6
|
+
* =====================================================
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
.up-center {
|
|
10
|
+
text-align: center;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.up-right {
|
|
14
|
+
text-align: right;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.up-col-12 {
|
|
18
|
+
width: 100%;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.up-col-11 {
|
|
22
|
+
width: 91.66666667%;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.up-col-10 {
|
|
26
|
+
width: 83.33333333%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.up-col-9 {
|
|
30
|
+
width: 75%;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.up-col-8 {
|
|
34
|
+
width: 66.66666667%;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.up-col-7 {
|
|
38
|
+
width: 58.33333333%;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.up-col-6 {
|
|
42
|
+
width: 50%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.up-col-5 {
|
|
46
|
+
width: 41.66666667%;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.up-col-4 {
|
|
50
|
+
width: 33.33333333%;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.up-col-3 {
|
|
54
|
+
width: 25%;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.up-col-2 {
|
|
58
|
+
width: 16.66666667%;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.up-col-1 {
|
|
62
|
+
width: 8.33333333%;
|
|
63
|
+
}
|
|
64
|
+
|
|
1
65
|
/*列表统一样式
|
|
2
|
-
.
|
|
66
|
+
.up-list-item {
|
|
3
67
|
position: relative;
|
|
4
68
|
}
|
|
5
69
|
|
|
6
|
-
.
|
|
70
|
+
.up-list-item::after {
|
|
7
71
|
content: '';
|
|
8
72
|
position: absolute;
|
|
9
73
|
border-bottom: 1rpx solid #eaeef1;
|
|
@@ -14,12 +78,12 @@
|
|
|
14
78
|
left: 30rpx;
|
|
15
79
|
}
|
|
16
80
|
|
|
17
|
-
.
|
|
81
|
+
.up-last::after {
|
|
18
82
|
border-bottom: 0 !important;
|
|
19
83
|
}
|
|
20
84
|
|
|
21
85
|
/*按钮样式*/
|
|
22
|
-
.
|
|
86
|
+
.up-button-primary {
|
|
23
87
|
width: 100%;
|
|
24
88
|
height: 90rpx;
|
|
25
89
|
line-height: 90rpx;
|
|
@@ -29,34 +93,34 @@
|
|
|
29
93
|
font-size: 36rpx;
|
|
30
94
|
}
|
|
31
95
|
|
|
32
|
-
.
|
|
96
|
+
.up-button-hover {
|
|
33
97
|
color: #d5d4d9;
|
|
34
98
|
background: linear-gradient(-90deg, #4a67d6, #4e77d9);
|
|
35
99
|
}
|
|
36
100
|
|
|
37
|
-
.
|
|
101
|
+
.up-button-gray {
|
|
38
102
|
background: #ededed;
|
|
39
103
|
color: #999 !important;
|
|
40
104
|
}
|
|
41
105
|
|
|
42
|
-
.
|
|
106
|
+
.up-button-gray_hover {
|
|
43
107
|
background: #d5d5d5 !important;
|
|
44
108
|
color: #898989;
|
|
45
109
|
}
|
|
46
110
|
|
|
47
|
-
.
|
|
111
|
+
.up-button-white {
|
|
48
112
|
background: #fff;
|
|
49
113
|
color: #333 !important;
|
|
50
114
|
}
|
|
51
115
|
|
|
52
|
-
.
|
|
116
|
+
.up-button-white_hover {
|
|
53
117
|
background: #e5e5e5 !important;
|
|
54
118
|
color: #2e2e2e !important;
|
|
55
119
|
}
|
|
56
120
|
|
|
57
121
|
/* #endif */
|
|
58
122
|
|
|
59
|
-
.
|
|
123
|
+
.up-mask {
|
|
60
124
|
width: 100%;
|
|
61
125
|
height: 100%;
|
|
62
126
|
position: fixed;
|
|
@@ -66,13 +130,13 @@
|
|
|
66
130
|
z-index: 999;
|
|
67
131
|
}
|
|
68
132
|
|
|
69
|
-
.
|
|
133
|
+
.up-ellipsis {
|
|
70
134
|
overflow: hidden;
|
|
71
135
|
white-space: nowrap;
|
|
72
136
|
text-overflow: ellipsis;
|
|
73
137
|
}
|
|
74
138
|
|
|
75
|
-
.
|
|
139
|
+
.up-ellipsis-2 {
|
|
76
140
|
display: -webkit-box;
|
|
77
141
|
overflow: hidden;
|
|
78
142
|
white-space: normal !important;
|
|
@@ -82,142 +146,142 @@
|
|
|
82
146
|
-webkit-box-orient: vertical;
|
|
83
147
|
}
|
|
84
148
|
|
|
85
|
-
.
|
|
149
|
+
.up-opcity {
|
|
86
150
|
opacity: 0.5;
|
|
87
151
|
}
|
|
88
152
|
|
|
89
|
-
.
|
|
153
|
+
.up-scale-small {
|
|
90
154
|
transform: scale(0.9);
|
|
91
155
|
transform-origin: center center;
|
|
92
156
|
}
|
|
93
157
|
|
|
94
|
-
.
|
|
158
|
+
.up-height-full {
|
|
95
159
|
height: 100%;
|
|
96
160
|
}
|
|
97
161
|
|
|
98
|
-
.
|
|
162
|
+
.up-width-full {
|
|
99
163
|
width: 100%;
|
|
100
164
|
}
|
|
101
165
|
|
|
102
|
-
.
|
|
166
|
+
.up-ptop-zero {
|
|
103
167
|
padding-top: 0;
|
|
104
168
|
}
|
|
105
169
|
|
|
106
|
-
.
|
|
170
|
+
.up-pbottom-zero {
|
|
107
171
|
padding-bottom: 0;
|
|
108
172
|
}
|
|
109
173
|
|
|
110
|
-
.
|
|
174
|
+
.up-pleft-zero {
|
|
111
175
|
padding-left: 0;
|
|
112
176
|
}
|
|
113
177
|
|
|
114
|
-
.
|
|
178
|
+
.up-pright-zero {
|
|
115
179
|
padding-right: 0;
|
|
116
180
|
}
|
|
117
181
|
|
|
118
|
-
.
|
|
182
|
+
.up-primary {
|
|
119
183
|
background-color: #5677fc !important;
|
|
120
184
|
color: #fff;
|
|
121
185
|
}
|
|
122
186
|
|
|
123
|
-
.
|
|
187
|
+
.up-light-primary {
|
|
124
188
|
background-color: #5c8dff !important;
|
|
125
189
|
color: #fff;
|
|
126
190
|
}
|
|
127
191
|
|
|
128
|
-
.
|
|
192
|
+
.up-dark-primary {
|
|
129
193
|
background-color: #4a67d6 !important;
|
|
130
194
|
color: #fff;
|
|
131
195
|
}
|
|
132
196
|
|
|
133
|
-
.
|
|
197
|
+
.up-dLight-primary {
|
|
134
198
|
background-color: #4e77d9 !important;
|
|
135
199
|
color: #fff;
|
|
136
200
|
}
|
|
137
201
|
|
|
138
|
-
.
|
|
202
|
+
.up-danger {
|
|
139
203
|
background-color: #ed3f14 !important;
|
|
140
204
|
color: #fff;
|
|
141
205
|
}
|
|
142
206
|
|
|
143
|
-
.
|
|
207
|
+
.up-warning {
|
|
144
208
|
background-color: #ff7900 !important;
|
|
145
209
|
color: #fff;
|
|
146
210
|
}
|
|
147
211
|
|
|
148
|
-
.
|
|
212
|
+
.up-blue {
|
|
149
213
|
background-color: #007aff !important;
|
|
150
214
|
color: #fff;
|
|
151
215
|
}
|
|
152
216
|
|
|
153
|
-
.
|
|
217
|
+
.up-green {
|
|
154
218
|
background-color: #19be6b !important;
|
|
155
219
|
color: #fff;
|
|
156
220
|
}
|
|
157
221
|
|
|
158
|
-
.
|
|
222
|
+
.up-black {
|
|
159
223
|
background-color: #000 !important;
|
|
160
224
|
color: #fff;
|
|
161
225
|
}
|
|
162
226
|
|
|
163
|
-
.
|
|
227
|
+
.up-white {
|
|
164
228
|
background-color: #fff !important;
|
|
165
229
|
color: #333 !important;
|
|
166
230
|
}
|
|
167
231
|
|
|
168
|
-
.
|
|
232
|
+
.up-translucent {
|
|
169
233
|
background-color: rgba(0, 0, 0, 0.7);
|
|
170
234
|
}
|
|
171
235
|
|
|
172
|
-
.
|
|
236
|
+
.up-light-black {
|
|
173
237
|
background-color: #333 !important;
|
|
174
238
|
}
|
|
175
239
|
|
|
176
|
-
.
|
|
240
|
+
.up-gray {
|
|
177
241
|
background-color: #80848f;
|
|
178
242
|
}
|
|
179
243
|
|
|
180
|
-
.
|
|
244
|
+
.up-phcolor-gray {
|
|
181
245
|
background-color: #ccc !important;
|
|
182
246
|
}
|
|
183
247
|
|
|
184
|
-
.
|
|
248
|
+
.up-divider-gray {
|
|
185
249
|
background-color: #eaeef1 !important;
|
|
186
250
|
}
|
|
187
251
|
|
|
188
|
-
.
|
|
252
|
+
.up-btn-gray {
|
|
189
253
|
background-color: #ededed !important;
|
|
190
254
|
color: #999 !important;
|
|
191
255
|
}
|
|
192
256
|
|
|
193
|
-
.
|
|
257
|
+
.up-hover {
|
|
194
258
|
background-color: #f7f7f9 !important;
|
|
195
259
|
}
|
|
196
260
|
|
|
197
|
-
.
|
|
261
|
+
.up-hover-gray {
|
|
198
262
|
background-color: #f7f7f9 !important;
|
|
199
263
|
}
|
|
200
264
|
|
|
201
|
-
.
|
|
265
|
+
.up-bg-gray {
|
|
202
266
|
background-color: #fafafa !important;
|
|
203
267
|
}
|
|
204
268
|
|
|
205
|
-
.
|
|
269
|
+
.up-light-blue {
|
|
206
270
|
background-color: #ecf6fd;
|
|
207
271
|
color: #4dabeb !important;
|
|
208
272
|
}
|
|
209
273
|
|
|
210
|
-
.
|
|
274
|
+
.up-light-brownish {
|
|
211
275
|
background-color: #fcebef;
|
|
212
276
|
color: #8a5966 !important;
|
|
213
277
|
}
|
|
214
278
|
|
|
215
|
-
.
|
|
279
|
+
.up-light-orange {
|
|
216
280
|
background-color: #fef5eb;
|
|
217
281
|
color: #faa851 !important;
|
|
218
282
|
}
|
|
219
283
|
|
|
220
|
-
.
|
|
284
|
+
.up-light-green {
|
|
221
285
|
background-color: #e8f6e8;
|
|
222
286
|
color: #44cf85 !important;
|
|
223
287
|
}
|
|
@@ -225,75 +289,75 @@
|
|
|
225
289
|
/* color end*/
|
|
226
290
|
|
|
227
291
|
/*Button start*/
|
|
228
|
-
.
|
|
292
|
+
.up-btn-primary {
|
|
229
293
|
background: #5677fc !important;
|
|
230
294
|
color: #fff;
|
|
231
295
|
}
|
|
232
296
|
|
|
233
|
-
.
|
|
297
|
+
.up-shadow-primary {
|
|
234
298
|
box-shadow: 0 10rpx 14rpx 0 rgba(86, 119, 252, 0.2);
|
|
235
299
|
}
|
|
236
300
|
|
|
237
|
-
.
|
|
301
|
+
.up-btn-danger {
|
|
238
302
|
background: #eb0909 !important;
|
|
239
303
|
color: #fff;
|
|
240
304
|
}
|
|
241
305
|
|
|
242
|
-
.
|
|
306
|
+
.up-shadow-danger {
|
|
243
307
|
box-shadow: 0 10rpx 14rpx 0 rgba(235, 9, 9, 0.2);
|
|
244
308
|
}
|
|
245
309
|
|
|
246
|
-
.
|
|
310
|
+
.up-btn-warning {
|
|
247
311
|
background: #fc872d !important;
|
|
248
312
|
color: #fff;
|
|
249
313
|
}
|
|
250
314
|
|
|
251
|
-
.
|
|
315
|
+
.up-shadow-warning {
|
|
252
316
|
box-shadow: 0 10rpx 14rpx 0 rgba(252, 135, 45, 0.2);
|
|
253
317
|
}
|
|
254
318
|
|
|
255
|
-
.
|
|
319
|
+
.up-btn-green {
|
|
256
320
|
background: #35b06a !important;
|
|
257
321
|
color: #fff;
|
|
258
322
|
}
|
|
259
323
|
|
|
260
|
-
.
|
|
324
|
+
.up-shadow-green {
|
|
261
325
|
box-shadow: 0 10rpx 14rpx 0 rgba(53, 176, 106, 0.2);
|
|
262
326
|
}
|
|
263
327
|
|
|
264
|
-
.
|
|
328
|
+
.up-btn-blue {
|
|
265
329
|
background: #007aff !important;
|
|
266
330
|
color: #fff;
|
|
267
331
|
}
|
|
268
332
|
|
|
269
|
-
.
|
|
333
|
+
.up-shadow-blue {
|
|
270
334
|
box-shadow: 0 10rpx 14rpx 0 rgba(0, 122, 255, 0.2);
|
|
271
335
|
}
|
|
272
336
|
|
|
273
|
-
.
|
|
337
|
+
.up-btn-white {
|
|
274
338
|
background: #fff !important;
|
|
275
339
|
color: #333 !important;
|
|
276
340
|
}
|
|
277
341
|
|
|
278
|
-
.
|
|
342
|
+
.up-btn-gray {
|
|
279
343
|
background: #bfbfbf !important;
|
|
280
344
|
color: #fff !important;
|
|
281
345
|
}
|
|
282
346
|
|
|
283
|
-
.
|
|
347
|
+
.up-btn-black {
|
|
284
348
|
background: #333 !important;
|
|
285
349
|
color: #fff !important;
|
|
286
350
|
}
|
|
287
351
|
|
|
288
|
-
.
|
|
352
|
+
.up-shadow-gray {
|
|
289
353
|
box-shadow: 0 10rpx 14rpx 0 rgba(191, 191, 191, 0.2);
|
|
290
354
|
}
|
|
291
355
|
|
|
292
|
-
.
|
|
356
|
+
.up-hover-gray {
|
|
293
357
|
background: #f7f7f9 !important;
|
|
294
358
|
}
|
|
295
359
|
|
|
296
|
-
.
|
|
360
|
+
.up-black-hover {
|
|
297
361
|
background: #555 !important;
|
|
298
362
|
color: #e5e5e5 !important;
|
|
299
363
|
}
|
|
@@ -302,7 +366,7 @@
|
|
|
302
366
|
* 宽高通过覆盖样式改变
|
|
303
367
|
**/
|
|
304
368
|
|
|
305
|
-
.
|
|
369
|
+
.up-btn {
|
|
306
370
|
width: 100%;
|
|
307
371
|
height: 96rpx;
|
|
308
372
|
line-height: 96rpx;
|
|
@@ -315,7 +379,7 @@
|
|
|
315
379
|
overflow: visible;
|
|
316
380
|
}
|
|
317
381
|
|
|
318
|
-
.
|
|
382
|
+
.up-btn-base {
|
|
319
383
|
width: auto;
|
|
320
384
|
/* #ifdef MP-ALIPAY */
|
|
321
385
|
min-width: 200rpx;
|
|
@@ -325,7 +389,7 @@
|
|
|
325
389
|
line-height: 70rpx;
|
|
326
390
|
}
|
|
327
391
|
|
|
328
|
-
.
|
|
392
|
+
.up-btn-small {
|
|
329
393
|
width: auto;
|
|
330
394
|
/* #ifdef MP-ALIPAY */
|
|
331
395
|
min-width: 140rpx;
|
|
@@ -335,7 +399,7 @@
|
|
|
335
399
|
line-height: 60rpx;
|
|
336
400
|
}
|
|
337
401
|
|
|
338
|
-
.
|
|
402
|
+
.up-btn::after {
|
|
339
403
|
content: '';
|
|
340
404
|
position: absolute;
|
|
341
405
|
width: 200%;
|
|
@@ -349,256 +413,193 @@
|
|
|
349
413
|
border: 0;
|
|
350
414
|
}
|
|
351
415
|
|
|
352
|
-
.
|
|
416
|
+
.up-btn-white::after {
|
|
353
417
|
border: 1rpx solid #bfbfbf;
|
|
354
418
|
}
|
|
355
419
|
|
|
356
|
-
.
|
|
420
|
+
.up-white-hover {
|
|
357
421
|
background: #e5e5e5 !important;
|
|
358
422
|
color: #2e2e2e !important;
|
|
359
423
|
}
|
|
360
424
|
|
|
361
|
-
.
|
|
425
|
+
.up-dark-disabled {
|
|
362
426
|
opacity: 0.6 !important;
|
|
363
427
|
color: #fafbfc !important;
|
|
364
428
|
}
|
|
365
429
|
|
|
366
|
-
.
|
|
430
|
+
.up-dark-disabled-outline {
|
|
367
431
|
opacity: 0.5 !important;
|
|
368
432
|
}
|
|
369
433
|
|
|
370
|
-
.
|
|
434
|
+
.up-gray-disabled {
|
|
371
435
|
background: #f3f3f3 !important;
|
|
372
436
|
color: #919191 !important;
|
|
373
437
|
box-shadow: none;
|
|
374
438
|
}
|
|
375
439
|
|
|
376
|
-
.
|
|
440
|
+
.up-outline-hover {
|
|
377
441
|
opacity: 0.5;
|
|
378
442
|
}
|
|
379
443
|
|
|
380
|
-
.
|
|
444
|
+
.up-primary-hover {
|
|
381
445
|
background: #4a67d6 !important;
|
|
382
446
|
color: #e5e5e5 !important;
|
|
383
447
|
}
|
|
384
448
|
|
|
385
|
-
.
|
|
449
|
+
.up-primary-outline::after {
|
|
386
450
|
border: 1rpx solid #5677fc !important;
|
|
387
451
|
}
|
|
388
452
|
|
|
389
|
-
.
|
|
453
|
+
.up-primary-outline {
|
|
390
454
|
color: #5677fc !important;
|
|
391
455
|
background: transparent;
|
|
392
456
|
}
|
|
393
457
|
|
|
394
|
-
.
|
|
458
|
+
.up-danger-hover {
|
|
395
459
|
background: #c80808 !important;
|
|
396
460
|
color: #e5e5e5 !important;
|
|
397
461
|
}
|
|
398
462
|
|
|
399
|
-
.
|
|
463
|
+
.up-danger-outline {
|
|
400
464
|
color: #eb0909 !important;
|
|
401
465
|
background: transparent;
|
|
402
466
|
}
|
|
403
467
|
|
|
404
|
-
.
|
|
468
|
+
.up-danger-outline::after {
|
|
405
469
|
border: 1rpx solid #eb0909 !important;
|
|
406
470
|
}
|
|
407
471
|
|
|
408
|
-
.
|
|
472
|
+
.up-warning-hover {
|
|
409
473
|
background: #d67326 !important;
|
|
410
474
|
color: #e5e5e5 !important;
|
|
411
475
|
}
|
|
412
476
|
|
|
413
|
-
.
|
|
477
|
+
.up-warning-outline {
|
|
414
478
|
color: #fc872d !important;
|
|
415
479
|
background: transparent;
|
|
416
480
|
}
|
|
417
481
|
|
|
418
|
-
.
|
|
482
|
+
.up-warning-outline::after {
|
|
419
483
|
border: 1px solid #fc872d !important;
|
|
420
484
|
}
|
|
421
485
|
|
|
422
|
-
.
|
|
486
|
+
.up-green-hover {
|
|
423
487
|
background: #2d965a !important;
|
|
424
488
|
color: #e5e5e5 !important;
|
|
425
489
|
}
|
|
426
490
|
|
|
427
|
-
.
|
|
491
|
+
.up-green-outline {
|
|
428
492
|
color: #35b06a !important;
|
|
429
493
|
background: transparent;
|
|
430
494
|
}
|
|
431
495
|
|
|
432
|
-
.
|
|
496
|
+
.up-green-outline::after {
|
|
433
497
|
border: 1rpx solid #35b06a !important;
|
|
434
498
|
}
|
|
435
499
|
|
|
436
|
-
.
|
|
500
|
+
.up-blue-hover {
|
|
437
501
|
background: #0062cc !important;
|
|
438
502
|
color: #e5e5e5 !important;
|
|
439
503
|
}
|
|
440
504
|
|
|
441
|
-
.
|
|
505
|
+
.up-blue-outline {
|
|
442
506
|
color: #007aff !important;
|
|
443
507
|
background: transparent;
|
|
444
508
|
}
|
|
445
509
|
|
|
446
|
-
.
|
|
510
|
+
.up-blue-outline::after {
|
|
447
511
|
border: 1rpx solid #007aff !important;
|
|
448
512
|
}
|
|
449
513
|
|
|
450
514
|
/* #ifndef APP-NVUE */
|
|
451
|
-
.
|
|
515
|
+
.up-btn-gradual {
|
|
452
516
|
background: linear-gradient(90deg, rgb(255, 89, 38), rgb(240, 14, 44)) !important;
|
|
453
517
|
color: #fff !important;
|
|
454
518
|
}
|
|
455
519
|
|
|
456
|
-
.
|
|
520
|
+
.up-shadow-gradual {
|
|
457
521
|
box-shadow: 0 10rpx 14rpx 0 rgba(235, 9, 9, 0.15);
|
|
458
522
|
}
|
|
459
523
|
|
|
460
524
|
/* #endif */
|
|
461
525
|
|
|
462
|
-
.
|
|
526
|
+
.up-gray-hover {
|
|
463
527
|
background: #a3a3a3 !important;
|
|
464
528
|
color: #898989;
|
|
465
529
|
}
|
|
466
530
|
|
|
467
531
|
/* #ifndef APP-NVUE */
|
|
468
|
-
.
|
|
532
|
+
.up-gradual-hover {
|
|
469
533
|
background: linear-gradient(90deg, #d74620, #cd1225) !important;
|
|
470
534
|
color: #fff !important;
|
|
471
535
|
}
|
|
472
536
|
|
|
473
537
|
/* #endif */
|
|
474
538
|
|
|
475
|
-
.
|
|
539
|
+
.up-gray-outline {
|
|
476
540
|
color: #999 !important;
|
|
477
541
|
background: transparent !important;
|
|
478
542
|
}
|
|
479
543
|
|
|
480
|
-
.
|
|
544
|
+
.up-white-outline {
|
|
481
545
|
color: #fff !important;
|
|
482
546
|
background: transparent !important;
|
|
483
547
|
}
|
|
484
548
|
|
|
485
|
-
.
|
|
549
|
+
.up-black-outline {
|
|
486
550
|
background: transparent !important;
|
|
487
551
|
color: #333 !important;
|
|
488
552
|
}
|
|
489
553
|
|
|
490
|
-
.
|
|
554
|
+
.up-gray-outline::after {
|
|
491
555
|
border: 1rpx solid #ccc !important;
|
|
492
556
|
}
|
|
493
557
|
|
|
494
|
-
.
|
|
558
|
+
.up-white-outline::after {
|
|
495
559
|
border: 1px solid #fff !important;
|
|
496
560
|
}
|
|
497
561
|
|
|
498
|
-
.
|
|
562
|
+
.up-black-outline::after {
|
|
499
563
|
border: 1px solid #333 !important;
|
|
500
564
|
}
|
|
501
565
|
|
|
502
566
|
/*圆角 */
|
|
503
567
|
|
|
504
|
-
.
|
|
568
|
+
.up-fillet {
|
|
505
569
|
border-radius: 50rpx;
|
|
506
570
|
}
|
|
507
571
|
|
|
508
|
-
.
|
|
572
|
+
.up-btn-white.up-fillet::after {
|
|
509
573
|
border-radius: 98rpx;
|
|
510
574
|
}
|
|
511
575
|
|
|
512
|
-
.
|
|
576
|
+
.up-outline-fillet::after {
|
|
513
577
|
border-radius: 98rpx;
|
|
514
578
|
}
|
|
515
579
|
|
|
516
580
|
/*平角*/
|
|
517
|
-
.
|
|
581
|
+
.up-rightAngle {
|
|
518
582
|
border-radius: 0;
|
|
519
583
|
}
|
|
520
584
|
|
|
521
|
-
.
|
|
585
|
+
.up-btn-white.up-rightAngle::after {
|
|
522
586
|
border-radius: 0;
|
|
523
587
|
}
|
|
524
588
|
|
|
525
|
-
.
|
|
589
|
+
.up-outline-rightAngle::after {
|
|
526
590
|
border-radius: 0;
|
|
527
591
|
}
|
|
528
592
|
|
|
529
593
|
/*Button end*/
|
|
530
594
|
|
|
531
|
-
/*Tag start*/
|
|
532
|
-
|
|
533
|
-
.fui-tag {
|
|
534
|
-
padding: 16rpx 26rpx;
|
|
535
|
-
font-size: 28rpx;
|
|
536
|
-
display: flex;
|
|
537
|
-
align-items: center;
|
|
538
|
-
justify-content: center;
|
|
539
|
-
border-radius: 6rpx;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.fui-tag-outline {
|
|
543
|
-
position: relative;
|
|
544
|
-
background-color: none;
|
|
545
|
-
color: #5677fc;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.fui-tag-outline::after {
|
|
549
|
-
content: '';
|
|
550
|
-
position: absolute;
|
|
551
|
-
width: 200%;
|
|
552
|
-
height: 200%;
|
|
553
|
-
-webkit-transform-origin: 0 0;
|
|
554
|
-
transform-origin: 0 0;
|
|
555
|
-
-webkit-transform: scale(0.5, 0.5);
|
|
556
|
-
transform: scale(0.5, 0.5);
|
|
557
|
-
-webkit-box-sizing: border-box;
|
|
558
|
-
box-sizing: border-box;
|
|
559
|
-
left: 0;
|
|
560
|
-
top: 0;
|
|
561
|
-
border-radius: 12rpx;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.fui-tag-fillet {
|
|
565
|
-
border-radius: 50rpx;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.fui-white.fui-tag-fillet::after {
|
|
569
|
-
border-radius: 80rpx;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.fui-tag-outline-fillet::after {
|
|
573
|
-
border-radius: 80rpx;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
.fui-tag-fillet-left {
|
|
577
|
-
border-radius: 50rpx 0 0 50rpx;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.fui-tag-fillet-right {
|
|
581
|
-
border-radius: 0 50rpx 50rpx 0;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
.fui-tag-fillet-left.fui-tag-outline::after {
|
|
585
|
-
border-radius: 100rpx 0 0 100rpx;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
.fui-tag-fillet-right.fui-tag-outline::after {
|
|
589
|
-
border-radius: 0 100rpx 100rpx 0;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
/*Tag end*/
|
|
593
|
-
|
|
594
595
|
/*Badge start*/
|
|
595
|
-
.
|
|
596
|
+
.up-badge-dot {
|
|
596
597
|
height: 16rpx;
|
|
597
598
|
width: 16rpx;
|
|
598
599
|
border-radius: 50%;
|
|
599
600
|
}
|
|
600
601
|
|
|
601
|
-
.
|
|
602
|
+
.up-badge {
|
|
602
603
|
font-size: 24rpx;
|
|
603
604
|
height: 36rpx;
|
|
604
605
|
min-width: 12rpx;
|
|
@@ -610,14 +611,14 @@
|
|
|
610
611
|
z-index: 10;
|
|
611
612
|
}
|
|
612
613
|
|
|
613
|
-
.
|
|
614
|
+
.up-badge-scale {
|
|
614
615
|
transform-origin: center center;
|
|
615
616
|
}
|
|
616
617
|
|
|
617
618
|
/*Badge end*/
|
|
618
619
|
|
|
619
620
|
/*List start*/
|
|
620
|
-
.
|
|
621
|
+
.up-list-cell {
|
|
621
622
|
position: relative;
|
|
622
623
|
width: 100%;
|
|
623
624
|
padding: 26rpx 30rpx;
|
|
@@ -625,16 +626,16 @@
|
|
|
625
626
|
box-sizing: border-box;
|
|
626
627
|
}
|
|
627
628
|
|
|
628
|
-
.
|
|
629
|
+
.up-list-radius {
|
|
629
630
|
border-radius: 6rpx;
|
|
630
631
|
overflow: hidden;
|
|
631
632
|
}
|
|
632
633
|
|
|
633
|
-
.
|
|
634
|
+
.up-cell-hover {
|
|
634
635
|
background-color: #f1f1f1 !important;
|
|
635
636
|
}
|
|
636
637
|
|
|
637
|
-
.
|
|
638
|
+
.up-list-cell::after {
|
|
638
639
|
content: '';
|
|
639
640
|
position: absolute;
|
|
640
641
|
border-bottom: 1rpx solid #eaeef1;
|
|
@@ -646,19 +647,19 @@
|
|
|
646
647
|
left: 0;
|
|
647
648
|
}
|
|
648
649
|
|
|
649
|
-
.
|
|
650
|
+
.up-line-left::after {
|
|
650
651
|
left: 30rpx !important;
|
|
651
652
|
}
|
|
652
653
|
|
|
653
|
-
.
|
|
654
|
+
.up-line-right::after {
|
|
654
655
|
right: 30rpx !important;
|
|
655
656
|
}
|
|
656
657
|
|
|
657
|
-
.
|
|
658
|
+
.up-cell-unlined::after {
|
|
658
659
|
border-bottom: 0 !important;
|
|
659
660
|
}
|
|
660
661
|
|
|
661
|
-
.
|
|
662
|
+
.up-cell-arrow::before {
|
|
662
663
|
content: ' ';
|
|
663
664
|
height: 10px;
|
|
664
665
|
width: 10px;
|
|
@@ -673,34 +674,34 @@
|
|
|
673
674
|
right: 30rpx;
|
|
674
675
|
}
|
|
675
676
|
|
|
676
|
-
.
|
|
677
|
+
.up-arrow-right::before {
|
|
677
678
|
right: 0 !important;
|
|
678
679
|
}
|
|
679
680
|
|
|
680
|
-
.
|
|
681
|
+
.up-arrow-gray::before {
|
|
681
682
|
border-color: #666666 !important;
|
|
682
683
|
}
|
|
683
684
|
|
|
684
|
-
.
|
|
685
|
+
.up-arrow-white::before {
|
|
685
686
|
border-color: #ffffff !important;
|
|
686
687
|
}
|
|
687
688
|
|
|
688
|
-
.
|
|
689
|
+
.up-arrow-warning::before {
|
|
689
690
|
border-color: #ff7900 !important;
|
|
690
691
|
}
|
|
691
692
|
|
|
692
|
-
.
|
|
693
|
+
.up-arrow-success::before {
|
|
693
694
|
border-color: #19be6b !important;
|
|
694
695
|
}
|
|
695
696
|
|
|
696
|
-
.
|
|
697
|
+
.up-arrow-danger::before {
|
|
697
698
|
border-color: #eb0909 !important;
|
|
698
699
|
}
|
|
699
700
|
|
|
700
701
|
/*List end*/
|
|
701
702
|
|
|
702
703
|
/*Card start*/
|
|
703
|
-
.
|
|
704
|
+
.up-card {
|
|
704
705
|
margin: 0 30rpx;
|
|
705
706
|
font-size: 28rpx;
|
|
706
707
|
background-color: #fff;
|
|
@@ -710,21 +711,21 @@
|
|
|
710
711
|
overflow: hidden;
|
|
711
712
|
}
|
|
712
713
|
|
|
713
|
-
.
|
|
714
|
+
.up-card-full {
|
|
714
715
|
margin: 0 !important;
|
|
715
716
|
border-radius: 0 !important;
|
|
716
717
|
}
|
|
717
718
|
|
|
718
|
-
.
|
|
719
|
+
.up-card-full::after {
|
|
719
720
|
border-radius: 0 !important;
|
|
720
721
|
}
|
|
721
722
|
|
|
722
|
-
.
|
|
723
|
+
.up-card-border {
|
|
723
724
|
position: relative;
|
|
724
725
|
box-shadow: none !important;
|
|
725
726
|
}
|
|
726
727
|
|
|
727
|
-
.
|
|
728
|
+
.up-card-border::after {
|
|
728
729
|
content: ' ';
|
|
729
730
|
position: absolute;
|
|
730
731
|
height: 200%;
|
|
@@ -741,7 +742,7 @@
|
|
|
741
742
|
pointer-events: none;
|
|
742
743
|
}
|
|
743
744
|
|
|
744
|
-
.
|
|
745
|
+
.up-card-header {
|
|
745
746
|
width: 100%;
|
|
746
747
|
padding: 20rpx;
|
|
747
748
|
display: flex;
|
|
@@ -754,7 +755,7 @@
|
|
|
754
755
|
border-top-right-radius: 10rpx;
|
|
755
756
|
}
|
|
756
757
|
|
|
757
|
-
.
|
|
758
|
+
.up-card-header::after {
|
|
758
759
|
content: '';
|
|
759
760
|
position: absolute;
|
|
760
761
|
border-bottom: 1rpx solid #eaeef1;
|
|
@@ -766,11 +767,11 @@
|
|
|
766
767
|
pointer-events: none;
|
|
767
768
|
}
|
|
768
769
|
|
|
769
|
-
.
|
|
770
|
+
.up-header-line::after {
|
|
770
771
|
border-bottom: 0 !important;
|
|
771
772
|
}
|
|
772
773
|
|
|
773
|
-
.
|
|
774
|
+
.up-header-thumb {
|
|
774
775
|
height: 60rpx;
|
|
775
776
|
width: 60rpx;
|
|
776
777
|
vertical-align: middle;
|
|
@@ -778,11 +779,11 @@
|
|
|
778
779
|
border-radius: 6rpx;
|
|
779
780
|
}
|
|
780
781
|
|
|
781
|
-
.
|
|
782
|
+
.up-thumb-circle {
|
|
782
783
|
border-radius: 50% !important;
|
|
783
784
|
}
|
|
784
785
|
|
|
785
|
-
.
|
|
786
|
+
.up-header-title {
|
|
786
787
|
display: inline-block;
|
|
787
788
|
font-size: 30rpx;
|
|
788
789
|
color: #7a7a7a;
|
|
@@ -793,18 +794,18 @@
|
|
|
793
794
|
text-overflow: ellipsis;
|
|
794
795
|
}
|
|
795
796
|
|
|
796
|
-
.
|
|
797
|
+
.up-header-right {
|
|
797
798
|
font-size: 24rpx;
|
|
798
799
|
color: #b2b2b2;
|
|
799
800
|
}
|
|
800
801
|
|
|
801
|
-
.
|
|
802
|
+
.up-card-body {
|
|
802
803
|
font-size: 32rpx;
|
|
803
804
|
color: #262b3a;
|
|
804
805
|
box-sizing: border-box;
|
|
805
806
|
}
|
|
806
807
|
|
|
807
|
-
.
|
|
808
|
+
.up-card-footer {
|
|
808
809
|
font-size: 28rpx;
|
|
809
810
|
color: #596d96;
|
|
810
811
|
border-bottom-left-radius: 10rpx;
|
|
@@ -815,13 +816,13 @@
|
|
|
815
816
|
/*Card end*/
|
|
816
817
|
|
|
817
818
|
/*Grid start*/
|
|
818
|
-
.
|
|
819
|
+
.up-grids {
|
|
819
820
|
width: 100%;
|
|
820
821
|
position: relative;
|
|
821
822
|
overflow: hidden;
|
|
822
823
|
}
|
|
823
824
|
|
|
824
|
-
.
|
|
825
|
+
.up-grids::after {
|
|
825
826
|
content: ' ';
|
|
826
827
|
position: absolute;
|
|
827
828
|
left: 0;
|
|
@@ -835,57 +836,56 @@
|
|
|
835
836
|
transform: scaleY(0.5);
|
|
836
837
|
}
|
|
837
838
|
|
|
838
|
-
.
|
|
839
|
+
.up-border-top::after {
|
|
839
840
|
border-top: 0 !important;
|
|
840
841
|
}
|
|
841
842
|
|
|
842
|
-
.
|
|
843
|
+
.up-grid {
|
|
843
844
|
position: relative;
|
|
844
|
-
padding:
|
|
845
|
+
padding: 40rpx 20rpx;
|
|
845
846
|
box-sizing: border-box;
|
|
846
847
|
background: #fff;
|
|
847
|
-
float: left;
|
|
848
848
|
}
|
|
849
849
|
|
|
850
|
-
.
|
|
850
|
+
.up-grid-2 {
|
|
851
851
|
width: 50%;
|
|
852
852
|
}
|
|
853
853
|
|
|
854
|
-
.
|
|
854
|
+
.up-grid-3 {
|
|
855
855
|
width: 33.333333333%;
|
|
856
856
|
}
|
|
857
857
|
|
|
858
|
-
.
|
|
858
|
+
.up-grid-4 {
|
|
859
859
|
width: 25%;
|
|
860
860
|
padding: 30rpx 20rpx !important;
|
|
861
861
|
}
|
|
862
862
|
|
|
863
|
-
.
|
|
863
|
+
.up-grid-5 {
|
|
864
864
|
width: 20%;
|
|
865
865
|
padding: 20rpx !important;
|
|
866
866
|
}
|
|
867
867
|
|
|
868
|
-
.
|
|
868
|
+
.up-grid-2:nth-of-type(2n)::before {
|
|
869
869
|
width: 0;
|
|
870
870
|
border-right: 0;
|
|
871
871
|
}
|
|
872
872
|
|
|
873
|
-
.
|
|
873
|
+
.up-grid-3:nth-of-type(3n)::before {
|
|
874
874
|
width: 0;
|
|
875
875
|
border-right: 0;
|
|
876
876
|
}
|
|
877
877
|
|
|
878
|
-
.
|
|
878
|
+
.up-grid-4:nth-of-type(4n)::before {
|
|
879
879
|
width: 0;
|
|
880
880
|
border-right: 0;
|
|
881
881
|
}
|
|
882
882
|
|
|
883
|
-
.
|
|
883
|
+
.up-grid-5:nth-of-type(5n)::before {
|
|
884
884
|
width: 0;
|
|
885
885
|
border-right: 0;
|
|
886
886
|
}
|
|
887
887
|
|
|
888
|
-
.
|
|
888
|
+
.up-grid::before {
|
|
889
889
|
content: ' ';
|
|
890
890
|
position: absolute;
|
|
891
891
|
right: 0;
|
|
@@ -899,7 +899,7 @@
|
|
|
899
899
|
transform: scaleX(0.5);
|
|
900
900
|
}
|
|
901
901
|
|
|
902
|
-
.
|
|
902
|
+
.up-grid::after {
|
|
903
903
|
content: ' ';
|
|
904
904
|
position: absolute;
|
|
905
905
|
left: 0;
|
|
@@ -913,26 +913,53 @@
|
|
|
913
913
|
transform: scaleY(0.5);
|
|
914
914
|
}
|
|
915
915
|
|
|
916
|
-
.
|
|
916
|
+
.up-grid-bottom::after {
|
|
917
917
|
height: 0 !important;
|
|
918
918
|
border-bottom: 0 !important;
|
|
919
919
|
}
|
|
920
920
|
|
|
921
|
-
.
|
|
921
|
+
.up-grid-bg {
|
|
922
922
|
position: relative;
|
|
923
923
|
padding: 0;
|
|
924
924
|
width: 100%;
|
|
925
925
|
box-sizing: border-box;
|
|
926
926
|
}
|
|
927
927
|
|
|
928
|
-
.
|
|
928
|
+
.up-grid-icon {
|
|
929
|
+
width: 64rpx;
|
|
930
|
+
height: 64rpx;
|
|
931
|
+
margin: 0 auto;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
.up-grid-icon image {
|
|
935
|
+
display: block;
|
|
936
|
+
width: 64rpx;
|
|
937
|
+
height: 64rpx;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
.up-grid-icon + .up-grid-label {
|
|
941
|
+
margin-top: 10rpx;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.up-grid-label {
|
|
945
|
+
display: block;
|
|
946
|
+
text-align: center;
|
|
947
|
+
font-weight: 400;
|
|
948
|
+
color: #333;
|
|
949
|
+
font-size: 28rpx;
|
|
950
|
+
white-space: nowrap;
|
|
951
|
+
overflow: hidden;
|
|
952
|
+
text-overflow: ellipsis;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
.up-item-hover {
|
|
929
956
|
background-color: #f7f7f9 !important;
|
|
930
957
|
}
|
|
931
958
|
|
|
932
959
|
/*Grid end*/
|
|
933
960
|
|
|
934
961
|
/*Loading start*/
|
|
935
|
-
.
|
|
962
|
+
.up-loading-init {
|
|
936
963
|
min-width: 200rpx;
|
|
937
964
|
min-height: 200rpx;
|
|
938
965
|
max-width: 500rpx;
|
|
@@ -951,7 +978,7 @@
|
|
|
951
978
|
border-radius: 10rpx;
|
|
952
979
|
}
|
|
953
980
|
|
|
954
|
-
.
|
|
981
|
+
.up-loading-center {
|
|
955
982
|
width: 50rpx;
|
|
956
983
|
height: 50rpx;
|
|
957
984
|
border: 3px solid #fff;
|
|
@@ -964,7 +991,7 @@
|
|
|
964
991
|
margin-bottom: 36rpx;
|
|
965
992
|
}
|
|
966
993
|
|
|
967
|
-
.
|
|
994
|
+
.up-loadmore-tips {
|
|
968
995
|
text-align: center;
|
|
969
996
|
padding: 0 20rpx;
|
|
970
997
|
box-sizing: border-box;
|
|
@@ -990,7 +1017,7 @@
|
|
|
990
1017
|
}
|
|
991
1018
|
}
|
|
992
1019
|
|
|
993
|
-
.
|
|
1020
|
+
.up-loadmore {
|
|
994
1021
|
width: 48%;
|
|
995
1022
|
margin: 1.5em auto;
|
|
996
1023
|
line-height: 1.5em;
|
|
@@ -998,7 +1025,7 @@
|
|
|
998
1025
|
text-align: center;
|
|
999
1026
|
}
|
|
1000
1027
|
|
|
1001
|
-
.
|
|
1028
|
+
.up-loading-1 {
|
|
1002
1029
|
margin: 0 5px;
|
|
1003
1030
|
width: 20px;
|
|
1004
1031
|
height: 20px;
|
|
@@ -1036,12 +1063,12 @@
|
|
|
1036
1063
|
}
|
|
1037
1064
|
}
|
|
1038
1065
|
|
|
1039
|
-
.
|
|
1066
|
+
.up-loadmore-tips {
|
|
1040
1067
|
display: inline-block;
|
|
1041
1068
|
vertical-align: middle;
|
|
1042
1069
|
}
|
|
1043
1070
|
|
|
1044
|
-
.
|
|
1071
|
+
.up-loading-2 {
|
|
1045
1072
|
width: 28rpx;
|
|
1046
1073
|
height: 28rpx;
|
|
1047
1074
|
border: 1px solid #8f8d8e;
|
|
@@ -1073,7 +1100,7 @@
|
|
|
1073
1100
|
}
|
|
1074
1101
|
}
|
|
1075
1102
|
|
|
1076
|
-
.
|
|
1103
|
+
.up-loading-3 {
|
|
1077
1104
|
display: inline-block;
|
|
1078
1105
|
margin: 0 6px;
|
|
1079
1106
|
vertical-align: middle;
|
|
@@ -1083,26 +1110,26 @@
|
|
|
1083
1110
|
border-radius: 50%;
|
|
1084
1111
|
border: 2px solid;
|
|
1085
1112
|
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #8f8d8e;
|
|
1086
|
-
animation:
|
|
1113
|
+
animation: up-rotate 0.7s linear infinite;
|
|
1087
1114
|
}
|
|
1088
1115
|
|
|
1089
|
-
.
|
|
1116
|
+
.up-loading-3.up-loading-primary {
|
|
1090
1117
|
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #5677fc;
|
|
1091
1118
|
}
|
|
1092
1119
|
|
|
1093
|
-
.
|
|
1120
|
+
.up-loading-3.up-loading-green {
|
|
1094
1121
|
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #19be6b;
|
|
1095
1122
|
}
|
|
1096
1123
|
|
|
1097
|
-
.
|
|
1124
|
+
.up-loading-3.up-loading-orange {
|
|
1098
1125
|
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #ff7900;
|
|
1099
1126
|
}
|
|
1100
1127
|
|
|
1101
|
-
.
|
|
1128
|
+
.up-loading-3.up-loading-red {
|
|
1102
1129
|
border-color: #ededed #ededed #ededed #ed3f14;
|
|
1103
1130
|
}
|
|
1104
1131
|
|
|
1105
|
-
@-webkit-keyframes
|
|
1132
|
+
@-webkit-keyframes up-rotate {
|
|
1106
1133
|
0% {
|
|
1107
1134
|
transform: rotate(0);
|
|
1108
1135
|
}
|
|
@@ -1112,7 +1139,7 @@
|
|
|
1112
1139
|
}
|
|
1113
1140
|
}
|
|
1114
1141
|
|
|
1115
|
-
@keyframes
|
|
1142
|
+
@keyframes up-rotate {
|
|
1116
1143
|
0% {
|
|
1117
1144
|
transform: rotate(0);
|
|
1118
1145
|
}
|
|
@@ -1122,7 +1149,7 @@
|
|
|
1122
1149
|
}
|
|
1123
1150
|
}
|
|
1124
1151
|
|
|
1125
|
-
.
|
|
1152
|
+
.up-loadmore-none {
|
|
1126
1153
|
width: 50%;
|
|
1127
1154
|
margin: 1.5em auto;
|
|
1128
1155
|
line-height: 1.5em;
|
|
@@ -1131,7 +1158,7 @@
|
|
|
1131
1158
|
justify-content: center;
|
|
1132
1159
|
}
|
|
1133
1160
|
|
|
1134
|
-
.
|
|
1161
|
+
.up-nomore {
|
|
1135
1162
|
width: 100%;
|
|
1136
1163
|
height: 100%;
|
|
1137
1164
|
position: relative;
|
|
@@ -1141,7 +1168,7 @@
|
|
|
1141
1168
|
padding-bottom: 6rpx;
|
|
1142
1169
|
}
|
|
1143
1170
|
|
|
1144
|
-
.
|
|
1171
|
+
.up-nomore::before {
|
|
1145
1172
|
content: ' ';
|
|
1146
1173
|
position: absolute;
|
|
1147
1174
|
border-bottom: 1rpx solid #e5e5e5;
|
|
@@ -1152,7 +1179,7 @@
|
|
|
1152
1179
|
left: 0;
|
|
1153
1180
|
}
|
|
1154
1181
|
|
|
1155
|
-
.
|
|
1182
|
+
.up-nomore-text {
|
|
1156
1183
|
color: #999;
|
|
1157
1184
|
font-size: 24rpx;
|
|
1158
1185
|
text-align: center;
|
|
@@ -1163,7 +1190,7 @@
|
|
|
1163
1190
|
z-index: 1;
|
|
1164
1191
|
}
|
|
1165
1192
|
|
|
1166
|
-
.
|
|
1193
|
+
.up-nomore-dot {
|
|
1167
1194
|
position: relative;
|
|
1168
1195
|
text-align: center;
|
|
1169
1196
|
-webkit-display: flex;
|
|
@@ -1174,7 +1201,7 @@
|
|
|
1174
1201
|
padding-bottom: 6rpx;
|
|
1175
1202
|
}
|
|
1176
1203
|
|
|
1177
|
-
.
|
|
1204
|
+
.up-nomore-dot::before {
|
|
1178
1205
|
content: '';
|
|
1179
1206
|
position: absolute;
|
|
1180
1207
|
border-bottom: 1rpx solid #e5e5e5;
|
|
@@ -1184,7 +1211,7 @@
|
|
|
1184
1211
|
top: 18rpx;
|
|
1185
1212
|
}
|
|
1186
1213
|
|
|
1187
|
-
.
|
|
1214
|
+
.up-dot-text {
|
|
1188
1215
|
position: relative;
|
|
1189
1216
|
color: #e5e5e5;
|
|
1190
1217
|
font-size: 10px;
|
|
@@ -1202,7 +1229,7 @@
|
|
|
1202
1229
|
/*Loading end*/
|
|
1203
1230
|
|
|
1204
1231
|
/*Footer start*/
|
|
1205
|
-
.
|
|
1232
|
+
.up-footer {
|
|
1206
1233
|
width: 100%;
|
|
1207
1234
|
overflow: hidden;
|
|
1208
1235
|
padding: 30rpx 24rpx;
|
|
@@ -1211,7 +1238,7 @@
|
|
|
1211
1238
|
color: #a7a7a7;
|
|
1212
1239
|
}
|
|
1213
1240
|
|
|
1214
|
-
.
|
|
1241
|
+
.up-fixed {
|
|
1215
1242
|
position: fixed;
|
|
1216
1243
|
z-index: 9999;
|
|
1217
1244
|
/* #ifdef H5 */
|
|
@@ -1222,7 +1249,7 @@
|
|
|
1222
1249
|
/* #endif */
|
|
1223
1250
|
}
|
|
1224
1251
|
|
|
1225
|
-
.
|
|
1252
|
+
.up-footer-link {
|
|
1226
1253
|
color: #596d96;
|
|
1227
1254
|
display: flex;
|
|
1228
1255
|
align-items: center;
|
|
@@ -1230,13 +1257,13 @@
|
|
|
1230
1257
|
font-size: 28rpx;
|
|
1231
1258
|
}
|
|
1232
1259
|
|
|
1233
|
-
.
|
|
1260
|
+
.up-link {
|
|
1234
1261
|
position: relative;
|
|
1235
1262
|
padding: 0 18rpx;
|
|
1236
1263
|
line-height: 1;
|
|
1237
1264
|
}
|
|
1238
1265
|
|
|
1239
|
-
.
|
|
1266
|
+
.up-link::before {
|
|
1240
1267
|
content: ' ';
|
|
1241
1268
|
position: absolute;
|
|
1242
1269
|
right: 0;
|
|
@@ -1250,15 +1277,15 @@
|
|
|
1250
1277
|
transform: scaleX(0.5);
|
|
1251
1278
|
}
|
|
1252
1279
|
|
|
1253
|
-
.
|
|
1280
|
+
.up-link:last-child::before {
|
|
1254
1281
|
border-right: 0 !important;
|
|
1255
1282
|
}
|
|
1256
1283
|
|
|
1257
|
-
.
|
|
1284
|
+
.up-link-hover {
|
|
1258
1285
|
opacity: 0.5;
|
|
1259
1286
|
}
|
|
1260
1287
|
|
|
1261
|
-
.
|
|
1288
|
+
.up-footer-copyright {
|
|
1262
1289
|
font-size: 24rpx;
|
|
1263
1290
|
color: #a7a7a7;
|
|
1264
1291
|
line-height: 1;
|
|
@@ -1271,29 +1298,29 @@
|
|
|
1271
1298
|
/*layout start*/
|
|
1272
1299
|
|
|
1273
1300
|
/*形状*/
|
|
1274
|
-
.
|
|
1301
|
+
.up-triangle {
|
|
1275
1302
|
border: 16rpx solid;
|
|
1276
1303
|
width: 0;
|
|
1277
1304
|
height: 0;
|
|
1278
1305
|
}
|
|
1279
1306
|
|
|
1280
|
-
.
|
|
1307
|
+
.up-triangle-left {
|
|
1281
1308
|
border-color: transparent #5c8dff transparent transparent;
|
|
1282
1309
|
}
|
|
1283
1310
|
|
|
1284
|
-
.
|
|
1311
|
+
.up-triangle-right {
|
|
1285
1312
|
border-color: transparent transparent transparent #5c8dff;
|
|
1286
1313
|
}
|
|
1287
1314
|
|
|
1288
|
-
.
|
|
1315
|
+
.up-triangle-top {
|
|
1289
1316
|
border-color: transparent transparent #5c8dff transparent;
|
|
1290
1317
|
}
|
|
1291
1318
|
|
|
1292
|
-
.
|
|
1319
|
+
.up-triangle-bottom {
|
|
1293
1320
|
border-color: #5c8dff transparent transparent transparent;
|
|
1294
1321
|
}
|
|
1295
1322
|
|
|
1296
|
-
.
|
|
1323
|
+
.up-parallelogram {
|
|
1297
1324
|
width: 100rpx;
|
|
1298
1325
|
height: 50rpx;
|
|
1299
1326
|
transform: skew(-10deg);
|
|
@@ -1301,41 +1328,41 @@
|
|
|
1301
1328
|
margin-left: 10rpx;
|
|
1302
1329
|
}
|
|
1303
1330
|
|
|
1304
|
-
.
|
|
1331
|
+
.up-crescent {
|
|
1305
1332
|
width: 60rpx;
|
|
1306
1333
|
height: 60rpx;
|
|
1307
1334
|
border-radius: 50%;
|
|
1308
1335
|
box-shadow: 12rpx 12rpx 0 0 yellowgreen;
|
|
1309
1336
|
}
|
|
1310
1337
|
|
|
1311
|
-
.
|
|
1338
|
+
.up-input {
|
|
1312
1339
|
flex: 1;
|
|
1313
1340
|
font-size: 32rpx;
|
|
1314
1341
|
overflow: visible;
|
|
1315
1342
|
}
|
|
1316
1343
|
|
|
1317
|
-
.
|
|
1344
|
+
.up-phcolor {
|
|
1318
1345
|
color: #ccc;
|
|
1319
1346
|
font-size: 32rpx;
|
|
1320
1347
|
overflow: visible;
|
|
1321
1348
|
}
|
|
1322
1349
|
|
|
1323
|
-
.
|
|
1350
|
+
.up-text-left {
|
|
1324
1351
|
text-align: left;
|
|
1325
1352
|
}
|
|
1326
1353
|
|
|
1327
|
-
.
|
|
1354
|
+
.up-text-right {
|
|
1328
1355
|
text-align: right;
|
|
1329
1356
|
}
|
|
1330
1357
|
|
|
1331
1358
|
/*上传*/
|
|
1332
|
-
.
|
|
1359
|
+
.up-upload-box {
|
|
1333
1360
|
width: 100%;
|
|
1334
1361
|
display: flex;
|
|
1335
1362
|
flex-wrap: wrap;
|
|
1336
1363
|
}
|
|
1337
1364
|
|
|
1338
|
-
.
|
|
1365
|
+
.up-upload-item {
|
|
1339
1366
|
width: 220rpx;
|
|
1340
1367
|
height: 220rpx;
|
|
1341
1368
|
position: relative;
|
|
@@ -1343,17 +1370,17 @@
|
|
|
1343
1370
|
margin-bottom: 20rpx;
|
|
1344
1371
|
}
|
|
1345
1372
|
|
|
1346
|
-
.
|
|
1373
|
+
.up-upload-item:nth-of-type(3n) {
|
|
1347
1374
|
margin-right: 0;
|
|
1348
1375
|
}
|
|
1349
1376
|
|
|
1350
|
-
.
|
|
1377
|
+
.up-upload-img {
|
|
1351
1378
|
width: 220rpx;
|
|
1352
1379
|
height: 220rpx;
|
|
1353
1380
|
display: block;
|
|
1354
1381
|
}
|
|
1355
1382
|
|
|
1356
|
-
.
|
|
1383
|
+
.up-upload-del {
|
|
1357
1384
|
position: absolute;
|
|
1358
1385
|
right: -18rpx;
|
|
1359
1386
|
top: -18rpx;
|
|
@@ -1362,7 +1389,7 @@
|
|
|
1362
1389
|
justify-content: center;
|
|
1363
1390
|
}
|
|
1364
1391
|
|
|
1365
|
-
.
|
|
1392
|
+
.up-upload-add {
|
|
1366
1393
|
width: 220rpx;
|
|
1367
1394
|
height: 220rpx;
|
|
1368
1395
|
font-size: 68rpx;
|
|
@@ -1376,7 +1403,7 @@
|
|
|
1376
1403
|
}
|
|
1377
1404
|
|
|
1378
1405
|
/* 操作条*/
|
|
1379
|
-
.
|
|
1406
|
+
.up-operation {
|
|
1380
1407
|
width: 100%;
|
|
1381
1408
|
height: 100rpx;
|
|
1382
1409
|
box-sizing: border-box;
|
|
@@ -1388,7 +1415,7 @@
|
|
|
1388
1415
|
justify-content: space-between;
|
|
1389
1416
|
}
|
|
1390
1417
|
|
|
1391
|
-
.
|
|
1418
|
+
.up-operation::before {
|
|
1392
1419
|
content: '';
|
|
1393
1420
|
position: absolute;
|
|
1394
1421
|
top: 0px;
|
|
@@ -1399,12 +1426,12 @@
|
|
|
1399
1426
|
transform: scaleY(0.5);
|
|
1400
1427
|
}
|
|
1401
1428
|
|
|
1402
|
-
.
|
|
1429
|
+
.up-operation-left {
|
|
1403
1430
|
display: flex;
|
|
1404
1431
|
align-items: center;
|
|
1405
1432
|
}
|
|
1406
1433
|
|
|
1407
|
-
.
|
|
1434
|
+
.up-operation-item {
|
|
1408
1435
|
flex: 1;
|
|
1409
1436
|
display: flex;
|
|
1410
1437
|
align-items: center;
|
|
@@ -1413,23 +1440,23 @@
|
|
|
1413
1440
|
position: relative;
|
|
1414
1441
|
}
|
|
1415
1442
|
|
|
1416
|
-
.
|
|
1443
|
+
.up-operation-text {
|
|
1417
1444
|
font-size: 22rpx;
|
|
1418
1445
|
color: #333;
|
|
1419
1446
|
}
|
|
1420
1447
|
|
|
1421
|
-
.
|
|
1448
|
+
.up-operation-right {
|
|
1422
1449
|
flex: 1;
|
|
1423
1450
|
height: 100rpx;
|
|
1424
1451
|
box-sizing: border-box;
|
|
1425
1452
|
padding-top: 0;
|
|
1426
1453
|
}
|
|
1427
1454
|
|
|
1428
|
-
.
|
|
1455
|
+
.up-relative {
|
|
1429
1456
|
position: relative;
|
|
1430
1457
|
}
|
|
1431
1458
|
|
|
1432
|
-
.
|
|
1459
|
+
.up-btn-comment {
|
|
1433
1460
|
height: 64rpx;
|
|
1434
1461
|
width: 84%;
|
|
1435
1462
|
background: #ededed;
|
|
@@ -1443,3 +1470,14 @@
|
|
|
1443
1470
|
padding-top: 0;
|
|
1444
1471
|
margin-left: 30rpx;
|
|
1445
1472
|
}
|
|
1473
|
+
|
|
1474
|
+
.up-input-box {
|
|
1475
|
+
width: 78%;
|
|
1476
|
+
justify-content: flex-start;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
.up-voice-icon {
|
|
1480
|
+
margin-left: 12rpx;
|
|
1481
|
+
margin-right: 12rpx;
|
|
1482
|
+
}
|
|
1483
|
+
/* custom end*/
|