@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,8 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<button
|
|
3
|
-
class="
|
|
3
|
+
class="up-btn"
|
|
4
4
|
:class="[
|
|
5
|
-
plain ? '
|
|
5
|
+
plain ? 'up-' + type + '-outline' : 'up-btn-' + (type || 'primary'),
|
|
6
6
|
getDisabledClass(disabled, type, plain),
|
|
7
7
|
getShapeClass(shape, plain),
|
|
8
8
|
getShadowClass(type, shadow, plain)
|
|
@@ -96,31 +96,31 @@ export default {
|
|
|
96
96
|
getShadowClass(type, shadow, plain) {
|
|
97
97
|
let className = '';
|
|
98
98
|
if (shadow && type != 'white' && !plain) {
|
|
99
|
-
className = '
|
|
99
|
+
className = 'up-shadow-' + type;
|
|
100
100
|
}
|
|
101
101
|
return className;
|
|
102
102
|
},
|
|
103
103
|
getDisabledClass(disabled, type, plain) {
|
|
104
104
|
let className = '';
|
|
105
105
|
if (disabled && type != 'white') {
|
|
106
|
-
let classVal = this.disabledGray ? '
|
|
107
|
-
className = plain ? '
|
|
106
|
+
let classVal = this.disabledGray ? 'up-gray-disabled' : 'up-dark-disabled';
|
|
107
|
+
className = plain ? 'up-dark-disabled-outline' : classVal;
|
|
108
108
|
}
|
|
109
109
|
return className;
|
|
110
110
|
},
|
|
111
111
|
getShapeClass(shape, plain) {
|
|
112
112
|
let className = '';
|
|
113
113
|
if (shape == 'circle') {
|
|
114
|
-
className = plain ? '
|
|
114
|
+
className = plain ? 'up-outline-fillet' : 'up-fillet';
|
|
115
115
|
} else if (shape == 'rightAngle') {
|
|
116
|
-
className = plain ? '
|
|
116
|
+
className = plain ? 'up-outline-rightAngle' : 'up-rightAngle';
|
|
117
117
|
}
|
|
118
118
|
return className;
|
|
119
119
|
},
|
|
120
120
|
getHoverClass(disabled, type, plain) {
|
|
121
121
|
let className = '';
|
|
122
122
|
if (!disabled) {
|
|
123
|
-
className = plain ? '
|
|
123
|
+
className = plain ? 'up-outline-hover' : 'up-' + (type || 'primary') + '-hover';
|
|
124
124
|
}
|
|
125
125
|
return className;
|
|
126
126
|
}
|
|
@@ -129,88 +129,88 @@ export default {
|
|
|
129
129
|
</script>
|
|
130
130
|
|
|
131
131
|
<style scoped>
|
|
132
|
-
.
|
|
132
|
+
.up-btn-primary {
|
|
133
133
|
background: #5677fc !important;
|
|
134
134
|
color: #fff;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
.up-shadow-primary {
|
|
138
138
|
box-shadow: 0 10rpx 14rpx 0 rgba(86, 119, 252, 0.2);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
.
|
|
141
|
+
.up-btn-danger {
|
|
142
142
|
background: #eb0909 !important;
|
|
143
143
|
color: #fff;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
.
|
|
146
|
+
.up-shadow-danger {
|
|
147
147
|
box-shadow: 0 10rpx 14rpx 0 rgba(235, 9, 9, 0.2);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.
|
|
150
|
+
.up-btn-warning {
|
|
151
151
|
background: #fc872d !important;
|
|
152
152
|
color: #fff;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
.up-shadow-warning {
|
|
156
156
|
box-shadow: 0 10rpx 14rpx 0 rgba(252, 135, 45, 0.2);
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.
|
|
159
|
+
.up-btn-green {
|
|
160
160
|
background: #4fb49b !important;
|
|
161
161
|
color: #fff;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.
|
|
164
|
+
.up-shadow-green {
|
|
165
165
|
box-shadow: 0 10rpx 14rpx 0 rgba(53, 176, 106, 0.2);
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
.
|
|
168
|
+
.up-btn-blue {
|
|
169
169
|
background: #007aff !important;
|
|
170
170
|
color: #fff;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
.up-shadow-blue {
|
|
174
174
|
box-shadow: 0 10rpx 14rpx 0 rgba(0, 122, 255, 0.2);
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
.up-btn-white {
|
|
178
178
|
background: #fff !important;
|
|
179
179
|
color: #333 !important;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.
|
|
182
|
+
.up-btn-gray {
|
|
183
183
|
background: #bfbfbf !important;
|
|
184
184
|
color: #fff !important;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
.
|
|
187
|
+
.up-btn-black {
|
|
188
188
|
background: #262871 !important;
|
|
189
189
|
color: #999999 !important;
|
|
190
190
|
}
|
|
191
|
-
.
|
|
191
|
+
.up-btn-hgray {
|
|
192
192
|
background: #707070 !important;
|
|
193
193
|
color: #fff !important;
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
.up-shadow-gray {
|
|
196
196
|
box-shadow: 0 10rpx 14rpx 0 rgba(191, 191, 191, 0.2);
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
.
|
|
199
|
+
.up-hover-gray {
|
|
200
200
|
background: #f7f7f9 !important;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
.
|
|
203
|
+
.up-black-hover {
|
|
204
204
|
background: #555 !important;
|
|
205
205
|
color: #999999 !important;
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.up-btn-hover {
|
|
208
208
|
background: #707070 !important;
|
|
209
209
|
color: #fff !important;
|
|
210
210
|
}
|
|
211
211
|
/* button start*/
|
|
212
212
|
|
|
213
|
-
.
|
|
213
|
+
.up-btn {
|
|
214
214
|
width: 100%;
|
|
215
215
|
position: relative;
|
|
216
216
|
border: 0 !important;
|
|
@@ -220,7 +220,7 @@ export default {
|
|
|
220
220
|
overflow: visible;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
.
|
|
223
|
+
.up-btn::after {
|
|
224
224
|
content: '';
|
|
225
225
|
position: absolute;
|
|
226
226
|
width: 200%;
|
|
@@ -234,191 +234,191 @@ export default {
|
|
|
234
234
|
border: 0;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.
|
|
237
|
+
.up-btn-white::after {
|
|
238
238
|
border: 1rpx solid #bfbfbf;
|
|
239
239
|
}
|
|
240
|
-
.
|
|
240
|
+
.up-btn-hgray::after {
|
|
241
241
|
border: 1rpx solid #707070;
|
|
242
242
|
}
|
|
243
|
-
.
|
|
243
|
+
.up-white-hover {
|
|
244
244
|
background: #e5e5e5 !important;
|
|
245
245
|
color: #2e2e2e !important;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
.
|
|
248
|
+
.up-dark-disabled {
|
|
249
249
|
opacity: 0.6 !important;
|
|
250
250
|
color: #fafbfc !important;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
.
|
|
253
|
+
.up-dark-disabled-outline {
|
|
254
254
|
opacity: 0.5 !important;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
.
|
|
257
|
+
.up-gray-disabled {
|
|
258
258
|
background: #f3f3f3 !important;
|
|
259
259
|
color: #919191 !important;
|
|
260
260
|
box-shadow: none;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.
|
|
263
|
+
.up-outline-hover {
|
|
264
264
|
opacity: 0.5;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.
|
|
267
|
+
.up-primary-hover {
|
|
268
268
|
background: #4a67d6 !important;
|
|
269
269
|
color: #e5e5e5 !important;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.
|
|
272
|
+
.up-primary-outline::after {
|
|
273
273
|
border: 1rpx solid #5677fc !important;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
.
|
|
276
|
+
.up-primary-outline {
|
|
277
277
|
color: #5677fc !important;
|
|
278
278
|
background: transparent;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.
|
|
281
|
+
.up-danger-hover {
|
|
282
282
|
background: #c80808 !important;
|
|
283
283
|
color: #e5e5e5 !important;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
.
|
|
286
|
+
.up-danger-outline {
|
|
287
287
|
color: #eb0909 !important;
|
|
288
288
|
background: transparent;
|
|
289
289
|
}
|
|
290
|
-
.
|
|
290
|
+
.up-hgray-outline {
|
|
291
291
|
color: #999999 !important;
|
|
292
292
|
background: transparent;
|
|
293
293
|
}
|
|
294
|
-
.
|
|
294
|
+
.up-hgray-outline::after {
|
|
295
295
|
border: 1rpx solid #999999 !important;
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
.
|
|
298
|
+
.up-warning-hover {
|
|
299
299
|
background: #d67326 !important;
|
|
300
300
|
color: #e5e5e5 !important;
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
.
|
|
303
|
+
.up-warning-outline {
|
|
304
304
|
color: #fc872d !important;
|
|
305
305
|
background: transparent;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
.
|
|
308
|
+
.up-warning-outline::after {
|
|
309
309
|
border: 1px solid #fc872d !important;
|
|
310
310
|
}
|
|
311
|
-
.
|
|
311
|
+
.up-btn-outline::after {
|
|
312
312
|
border: 1px solid #fc872d !important;
|
|
313
313
|
}
|
|
314
|
-
.
|
|
314
|
+
.up-green-hover {
|
|
315
315
|
background: #4fb49b !important;
|
|
316
316
|
color: #e5e5e5 !important;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
|
-
.
|
|
319
|
+
.up-green-outline {
|
|
320
320
|
color: #4fb49b !important;
|
|
321
321
|
background: transparent;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
.
|
|
324
|
+
.up-green-outline::after {
|
|
325
325
|
border: 1rpx solid #4fb49b !important;
|
|
326
326
|
}
|
|
327
327
|
|
|
328
|
-
.
|
|
328
|
+
.up-blue-hover {
|
|
329
329
|
background: #0062cc !important;
|
|
330
330
|
color: #e5e5e5 !important;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
-
.
|
|
333
|
+
.up-blue-outline {
|
|
334
334
|
color: #007aff !important;
|
|
335
335
|
background: transparent;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
.
|
|
338
|
+
.up-blue-outline::after {
|
|
339
339
|
border: 1rpx solid #007aff !important;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
/* #ifndef APP-NVUE */
|
|
343
|
-
.
|
|
343
|
+
.up-btn-gradual {
|
|
344
344
|
background: linear-gradient(90deg, rgb(255, 89, 38), rgb(240, 14, 44)) !important;
|
|
345
345
|
color: #fff !important;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
.
|
|
348
|
+
.up-shadow-gradual {
|
|
349
349
|
box-shadow: 0 10rpx 14rpx 0 rgba(235, 9, 9, 0.15);
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
/* #endif */
|
|
353
353
|
|
|
354
|
-
.
|
|
354
|
+
.up-gray-hover {
|
|
355
355
|
background: #a3a3a3 !important;
|
|
356
356
|
color: #898989;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
/* #ifndef APP-NVUE */
|
|
360
|
-
.
|
|
360
|
+
.up-gradual-hover {
|
|
361
361
|
background: linear-gradient(90deg, #d74620, #cd1225) !important;
|
|
362
362
|
color: #fff !important;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
/* #endif */
|
|
366
366
|
|
|
367
|
-
.
|
|
367
|
+
.up-gray-outline {
|
|
368
368
|
color: #999 !important;
|
|
369
369
|
background: transparent !important;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
-
.
|
|
372
|
+
.up-white-outline {
|
|
373
373
|
color: #fff !important;
|
|
374
374
|
background: transparent !important;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
|
-
.
|
|
377
|
+
.up-black-outline {
|
|
378
378
|
background: transparent !important;
|
|
379
379
|
color: #999999 !important;
|
|
380
380
|
}
|
|
381
|
-
.
|
|
381
|
+
.up-hgary-outline {
|
|
382
382
|
background: transparent !important;
|
|
383
383
|
color: #707070 !important;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
.
|
|
386
|
+
.up-gray-outline::after {
|
|
387
387
|
border: 1rpx solid #ccc !important;
|
|
388
388
|
}
|
|
389
389
|
|
|
390
|
-
.
|
|
390
|
+
.up-white-outline::after {
|
|
391
391
|
border: 1px solid #fff !important;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
.
|
|
394
|
+
.up-black-outline::after {
|
|
395
395
|
border: 1px solid #333 !important;
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
/*圆角 */
|
|
399
399
|
|
|
400
|
-
.
|
|
400
|
+
.up-fillet {
|
|
401
401
|
border-radius: 50rpx;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
-
.
|
|
404
|
+
.up-btn-white.up-fillet::after {
|
|
405
405
|
border-radius: 98rpx;
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
-
.
|
|
408
|
+
.up-outline-fillet::after {
|
|
409
409
|
border-radius: 98rpx;
|
|
410
410
|
}
|
|
411
411
|
|
|
412
412
|
/*平角*/
|
|
413
|
-
.
|
|
413
|
+
.up-rightAngle {
|
|
414
414
|
border-radius: 0;
|
|
415
415
|
}
|
|
416
416
|
|
|
417
|
-
.
|
|
417
|
+
.up-btn-white.up-rightAngle::after {
|
|
418
418
|
border-radius: 0;
|
|
419
419
|
}
|
|
420
420
|
|
|
421
|
-
.
|
|
421
|
+
.up-outline-rightAngle::after {
|
|
422
422
|
border-radius: 0;
|
|
423
423
|
}
|
|
424
424
|
</style>
|