@10yun/cv-mobile-ui 0.5.51 → 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.
Files changed (110) hide show
  1. package/build/common_func.js +3 -1
  2. package/build/parse-create.js +17 -8
  3. package/build/parse-pages-pkg.js +10 -4
  4. package/empty-devtools.js +3 -0
  5. package/libs/aes.js +50 -0
  6. package/libs/bledefine/bledefine.js +51 -0
  7. package/libs/bledefine/ios-ble-statuscode.js +97 -0
  8. package/libs/nfc/hexiii-nfc.js +236 -0
  9. package/libs/nfc.js +179 -0
  10. package/libs/sdk/html2canvas.js +8 -0
  11. package/libs/sdk/sdk-h5.js +585 -0
  12. package/{plugins → libs}/storage2.js +0 -5
  13. package/{plugins → libs}/storage3.js +0 -4
  14. package/libs/validators/index.js +438 -0
  15. package/libs/weapp-qrcode.js +1108 -0
  16. package/package.json +2 -3
  17. package/ui-cv/components/cv-dialog-share/tui-share.vue +16 -16
  18. package/ui-fireui/components/{fui-actionsheet/fui-actionsheet.vue → u-action-sheet/u-action-sheet.vue} +21 -21
  19. package/ui-fireui/components/{fui-alert/fui-alert.vue → u-alert/u-alert.vue} +13 -13
  20. package/ui-fireui/components/{fui-badge/fui-badge.vue → u-badge/u-badge.vue} +16 -16
  21. package/ui-fireui/components/{fui-bottom-navigation/fui-bottom-navigation.vue → u-bottom-navigation/u-bottom-navigation.vue} +47 -46
  22. package/ui-fireui/components/{fui-bottom-popup/fui-bottom-popup.vue → u-bottom-popup/u-bottom-popup.vue} +9 -8
  23. package/ui-fireui/components/{fui-bubble-popup/fui-bubble-popup.vue → u-bubble-popup/u-bubble-popup.vue} +19 -15
  24. package/ui-fireui/components/{fui-button/fui-button.vue → u-button/u-button.vue} +69 -69
  25. package/ui-fireui/components/u-button/u-button2.vue +553 -0
  26. package/ui-fireui/components/{fui-calendar/fui-calendar.vue → u-calendar/u-calendar.vue} +78 -78
  27. package/ui-fireui/components/u-calendar/u-calendar2.vue +801 -0
  28. package/ui-fireui/components/{fui-card/fui-card.vue → u-card/u-card.vue} +24 -24
  29. package/ui-fireui/components/{fui-cascade-selection/fui-cascade-selection.vue → u-cascade-selection/u-cascade-selection.vue} +32 -32
  30. package/ui-fireui/components/{fui-circular-progress/fui-circular-progress.vue → u-circular-progress/u-circular-progress.vue} +14 -6
  31. package/ui-fireui/components/{fui-collapse/fui-collapse.vue → u-collapse/u-collapse.vue} +19 -19
  32. package/ui-fireui/components/{fui-countdown/fui-countdown.vue → u-countdown/u-countdown.vue} +28 -28
  33. package/ui-fireui/components/{fui-datetime/fui-datetime.vue → u-datetime/u-datetime.vue} +51 -51
  34. package/ui-fireui/components/{fui-divider/fui-divider.vue → u-divider/u-divider.vue} +6 -6
  35. package/ui-fireui/components/{fui-drawer/fui-drawer.vue → u-drawer/u-drawer.vue} +11 -11
  36. package/ui-fireui/components/{fui-dropdown-list/fui-dropdown-list.vue → u-dropdown-list/u-dropdown-list.vue} +11 -6
  37. package/ui-fireui/components/{fui-fab/fui-fab.vue → u-fab/u-fab.vue} +30 -30
  38. package/ui-fireui/components/{fui-footer/fui-footer.vue → u-footer/u-footer.vue} +19 -15
  39. package/ui-fireui/components/{fui-grid/fui-grid.vue → u-grid/u-grid.vue} +13 -5
  40. package/ui-fireui/components/{fui-grid-item/fui-grid-item.vue → u-grid-item/u-grid-item.vue} +19 -19
  41. package/ui-fireui/components/{fui-icon/fui-icon.vue → u-icon/u-icon.vue} +191 -191
  42. package/ui-fireui/components/{fui-image-cropper/fui-image-cropper.vue → u-image-cropper/u-image-cropper.vue} +44 -44
  43. package/ui-fireui/components/{fui-image-group/fui-image-group.vue → u-image-group/u-image-group.vue} +7 -7
  44. package/ui-fireui/components/{fui-keyboard/fui-keyboard.vue → u-keyboard/u-keyboard.vue} +29 -32
  45. package/ui-fireui/components/{fui-keyboard-input/fui-keyboard-input.vue → u-keyboard-input/u-keyboard-input.vue} +9 -9
  46. package/ui-fireui/components/{fui-list-cell/fui-list-cell.vue → u-list-cell/u-list-cell.vue} +23 -23
  47. package/ui-fireui/components/{fui-list-view/fui-list-view.vue → u-list-view/u-list-view.vue} +11 -11
  48. package/ui-fireui/components/{fui-loading/fui-loading.vue → u-loading/u-loading.vue} +6 -6
  49. package/ui-fireui/components/{fui-loadmore/fui-loadmore.vue → u-loadmore/u-loadmore.vue} +15 -15
  50. package/ui-fireui/components/{fui-modal/fui-modal.vue → u-modal/u-modal.vue} +58 -58
  51. package/ui-fireui/components/{fui-navigation-bar/fui-navigation-bar.vue → u-navigation-bar/u-navigation-bar.vue} +11 -10
  52. package/ui-fireui/components/{fui-no-data/fui-no-data.vue → u-no-data/u-no-data.vue} +11 -11
  53. package/ui-fireui/components/{fui-nomore/fui-nomore.vue → u-nomore/u-nomore.vue} +10 -10
  54. package/ui-fireui/components/{fui-numberbox/fui-numberbox.vue → u-numberbox/u-numberbox.vue} +12 -12
  55. package/ui-fireui/components/{fui-numberbox-border/fui-numberbox-border.vue → u-numberbox-border/u-numberbox-border.vue} +10 -10
  56. package/ui-fireui/components/{fui-picture-cropper/fui-picture-cropper.vue → u-picture-cropper/u-picture-cropper.vue} +42 -42
  57. package/ui-fireui/components/u-picture-cropper/u-picture-cropper.wxs +582 -0
  58. package/ui-fireui/components/{fui-round-progress/fui-round-progress.vue → u-round-progress/u-round-progress.vue} +2 -2
  59. package/ui-fireui/components/{fui-scroll-top/fui-scroll-top.vue → u-scroll-top/u-scroll-top.vue} +21 -21
  60. package/ui-fireui/components/{fui-sharemodel/fui-sharemodel.vue → u-share-model/u-share-model.vue} +24 -24
  61. package/ui-fireui/components/{fui-skeleton/fui-skeleton.vue → u-skeleton/u-skeleton.vue} +22 -22
  62. package/ui-fireui/components/{fui-steps/fui-steps.vue → u-steps/u-steps.vue} +27 -27
  63. package/ui-fireui/components/{fui-sticky/fui-sticky.vue → u-sticky/u-sticky.vue} +4 -4
  64. package/ui-fireui/components/{fui-sticky-wxs/fui-sticky-wxs.vue → u-sticky-wxs/u-sticky-wxs.vue} +7 -7
  65. package/ui-fireui/components/u-sticky-wxs/u-sticky.wxs +46 -0
  66. package/ui-fireui/components/{fui-swipe-action/fui-swipe-action.vue → u-swipe-action/u-swipe-action.vue} +11 -11
  67. package/ui-fireui/components/{fui-tabbar/fui-tabbar.vue → u-tabbar/u-tabbar.vue} +26 -30
  68. package/ui-fireui/components/{fui-tabs/fui-tabs.vue → u-tabs/u-tabs.vue} +17 -17
  69. package/ui-fireui/components/{fui-tabs2/fui-tabs2.vue → u-tabs2/u-tabs2.vue} +17 -17
  70. package/ui-fireui/components/{fui-tag/fui-tag.vue → u-tag/u-tag.vue} +362 -374
  71. package/ui-fireui/components/{fui-time-axis/fui-time-axis.vue → u-time-axis/u-time-axis.vue} +3 -3
  72. package/ui-fireui/components/{fui-timeaxis-item/fui-timeaxis-item.vue → u-timeaxis-item/u-timeaxis-item.vue} +4 -4
  73. package/ui-fireui/components/{fui-tips/fui-tips.vue → u-tips/u-tips.vue} +20 -20
  74. package/ui-fireui/components/{fui-toast/fui-toast.vue → u-toast/u-toast.vue} +13 -13
  75. package/ui-fireui/components/{fui-top-dropdown/fui-top-dropdown.vue → u-top-dropdown/u-top-dropdown.vue} +8 -8
  76. package/ui-fireui/components/{fui-upload/fui-upload.vue → u-upload/u-upload.vue} +30 -30
  77. package/ui-fireui/components/u-upload2/u-upload.vue +464 -0
  78. package/ui-fireui/components/{fui-uploadsamll/fui-uploadsamll.vue → u-uploadsamll/u-uploadsamll.vue} +34 -34
  79. package/ui-fireui/css/thorui.css +589 -0
  80. package/ui-fireui/{fireui.css → index.css} +306 -268
  81. package/ui-fireui/nvue/u-circular-progress/gcanvas/bridge/bridge-weex.js +241 -0
  82. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/FillStyleLinearGradient.js +18 -0
  83. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/FillStylePattern.js +8 -0
  84. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/FillStyleRadialGradient.js +17 -0
  85. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/RenderingContext.js +666 -0
  86. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/ActiveInfo.js +11 -0
  87. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Buffer.js +21 -0
  88. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Framebuffer.js +21 -0
  89. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/GLenum.js +298 -0
  90. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/GLmethod.js +142 -0
  91. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/GLtype.js +23 -0
  92. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Program.js +21 -0
  93. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Renderbuffer.js +21 -0
  94. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/RenderingContext.js +1191 -0
  95. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Shader.js +22 -0
  96. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/ShaderPrecisionFormat.js +11 -0
  97. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Texture.js +22 -0
  98. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/UniformLocation.js +22 -0
  99. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/classUtils.js +3 -0
  100. package/ui-fireui/nvue/u-circular-progress/gcanvas/env/canvas.js +74 -0
  101. package/ui-fireui/nvue/u-circular-progress/gcanvas/env/image.js +96 -0
  102. package/ui-fireui/nvue/u-circular-progress/gcanvas/env/tool.js +24 -0
  103. package/ui-fireui/nvue/u-circular-progress/gcanvas/index.js +47 -0
  104. package/ui-fireui/nvue/u-circular-progress/u-circular-progress.nvue +203 -0
  105. package/ui-fireui/nvue/u-icon/icons.js +188 -0
  106. package/ui-fireui/nvue/u-icon/u-icon.vue +78 -0
  107. package/ui-fireui/components/fui-picture-cropper/fui-picture-cropper.wxs +0 -560
  108. package/ui-fireui/components/fui-rate/fui-rate.vue +0 -167
  109. package/ui-fireui/components/fui-sticky-wxs/fui-sticky.wxs +0 -44
  110. /package/ui-fireui/components/{fui-calendar/fui-calendar.js → u-calendar/u-calendar.js} +0 -0
@@ -0,0 +1,553 @@
1
+ <template>
2
+ <button
3
+ class="up-btn-class up-btn"
4
+ :class="[
5
+ 'up-btn-' + size,
6
+ plain ? 'up-' + type + '-outline' : 'up-btn-' + (type || 'primary'),
7
+ getDisabledClass(disabled, type, plain),
8
+ getShapeClass(shape, plain),
9
+ getShadowClass(type, shadow, plain)
10
+ ]"
11
+ :hover-class="getHoverClass(disabled, type, plain)"
12
+ :style="{ width: width, height: height, lineHeight: height, fontSize: size + 'rpx', margin: margin }"
13
+ :loading="loading"
14
+ :open-type="openType"
15
+ @getuserinfo="bindgetuserinfo"
16
+ :disabled="disabled"
17
+ :form-type="formType"
18
+ v-if="!hidden"
19
+ @tap="handleClick"
20
+ >
21
+ <slot></slot>
22
+ </button>
23
+ </template>
24
+
25
+ <script>
26
+ export default {
27
+ name: 'fuiButton',
28
+ props: {
29
+ //样式类型 primary, white, danger, warning, green,blue, gray,black, gradual
30
+ type: {
31
+ type: String,
32
+ default: 'gradual',
33
+ default: 'primary'
34
+ },
35
+ //是否加阴影
36
+ shadow: {
37
+ type: Boolean,
38
+ default: false
39
+ },
40
+ // 宽度 rpx或 %
41
+ width: {
42
+ type: String,
43
+ default: '100%'
44
+ },
45
+ //高度 rpx
46
+ height: {
47
+ type: String,
48
+ default: '96rpx'
49
+ },
50
+ //字体大小 rpx
51
+ // block, mini, small
52
+ size: {
53
+ type: [String, Number],
54
+ default: 'block',
55
+ default: 32
56
+ },
57
+ margin: {
58
+ type: String,
59
+ default: '0'
60
+ },
61
+ //形状 circle(圆角), square(默认方形),rightAngle(平角)
62
+ shape: {
63
+ type: String,
64
+ default: 'square'
65
+ },
66
+ plain: {
67
+ type: Boolean,
68
+ default: false
69
+ },
70
+ disabled: {
71
+ type: Boolean,
72
+ default: false
73
+ },
74
+ //禁用后背景是否为灰色 (非空心button生效)
75
+ disabledGray: {
76
+ type: Boolean,
77
+ default: false
78
+ },
79
+ loading: {
80
+ type: Boolean,
81
+ default: false
82
+ },
83
+ openType: {
84
+ type: String,
85
+ default: ''
86
+ },
87
+ index: {
88
+ type: [Number, String],
89
+ default: 0
90
+ },
91
+ formType: {
92
+ type: String,
93
+ default: ''
94
+ },
95
+ hidden: {
96
+ type: Boolean,
97
+ default: false
98
+ },
99
+ bottom: {
100
+ type: Boolean,
101
+ default: false
102
+ }
103
+ },
104
+ methods: {
105
+ handleClick() {
106
+ if (this.disabled) {
107
+ return false;
108
+ }
109
+ // this.$emit('click', {});
110
+ this.$emit('click', {
111
+ index: Number(this.index)
112
+ });
113
+ },
114
+ bindgetuserinfo({ detail = {} } = {}) {
115
+ this.$emit('getuserinfo', detail);
116
+ },
117
+ getShadowClass(type, shadow, plain) {
118
+ let className = '';
119
+ if (shadow && type != 'white' && !plain) {
120
+ className = 'up-shadow-' + type;
121
+ }
122
+ return className;
123
+ },
124
+ getDisabledClass(disabled, type, plain) {
125
+ let className = '';
126
+ if (disabled && type != 'white' && type != 'gray') {
127
+ className = type == 'gradual' ? 'btn-gradual-disabled' : 'up-dark-disabled';
128
+ }
129
+ if (disabled && type != 'white') {
130
+ let classVal = this.disabledGray ? 'up-gray-disabled' : 'up-dark-disabled';
131
+ className = plain ? 'up-dark-disabled-outline' : classVal;
132
+ }
133
+ return className;
134
+ },
135
+ getShapeClass(shape, plain) {
136
+ let className = '';
137
+ if (shape == 'circle') {
138
+ className = plain ? 'up-outline-fillet' : 'up-fillet';
139
+ } else if (shape == 'rightAngle') {
140
+ className = plain ? 'up-outline-rightAngle' : 'up-rightAngle';
141
+ }
142
+ return className;
143
+ },
144
+ getHoverClass(disabled, type, plain) {
145
+ let className = '';
146
+ if (!disabled) {
147
+ className = plain ? 'up-outline-hover' : 'up-' + (type || 'gradual') + '-hover';
148
+ className = plain ? 'up-outline-hover' : 'up-' + (type || 'primary') + '-hover';
149
+ }
150
+ return className;
151
+ }
152
+ }
153
+ };
154
+ </script>
155
+
156
+ <style scoped>
157
+ /**
158
+ ============ 旧的
159
+ */
160
+ /* button start*/
161
+
162
+ .up-btn-block {
163
+ font-size: 36rpx;
164
+ height: 90rpx;
165
+ line-height: 90rpx;
166
+ }
167
+
168
+ .up-btn-white.up-rightAngle::after {
169
+ border-radius: 0;
170
+ }
171
+
172
+ .up-outline-rightAngle::after {
173
+ border-radius: 0;
174
+ }
175
+
176
+ /*渐变 */
177
+
178
+ .up-btn-gradual {
179
+ background: linear-gradient(-90deg, #5677fc, #5c8dff);
180
+ border-radius: 45rpx;
181
+ color: #fff;
182
+ }
183
+
184
+ .up-btn-gradual-hover {
185
+ color: #d5d4d9 !important;
186
+ background: linear-gradient(-90deg, #4a67d6, #4e77d9);
187
+ }
188
+
189
+ .up-btn-gradual-disabled {
190
+ color: #fafbfc !important;
191
+ border-radius: 45rpx;
192
+ background: linear-gradient(-90deg, #cad8fb, #c9d3fb);
193
+ }
194
+
195
+ /*不同尺寸 */
196
+ .up-btn-mini {
197
+ width: auto;
198
+ font-size: 30rpx;
199
+ height: 70rpx;
200
+ line-height: 70rpx;
201
+ }
202
+
203
+ .up-btn-small {
204
+ width: auto;
205
+ font-size: 30rpx;
206
+ height: 60rpx;
207
+ line-height: 60rpx;
208
+ }
209
+
210
+ /* button end*/
211
+ /**
212
+ ============ 旧的
213
+ */
214
+ .up-btn-primary {
215
+ background: #5677fc !important;
216
+ color: #fff;
217
+ }
218
+
219
+ .up-shadow-primary {
220
+ box-shadow: 0 10rpx 14rpx 0 rgba(86, 119, 252, 0.2);
221
+ }
222
+
223
+ .up-btn-danger {
224
+ background: #eb0909 !important;
225
+ color: #fff;
226
+ }
227
+
228
+ .up-shadow-danger {
229
+ box-shadow: 0 10rpx 14rpx 0 rgba(235, 9, 9, 0.2);
230
+ }
231
+
232
+ .up-btn-warning {
233
+ background: #ff7900 !important;
234
+ background: #fc872d !important;
235
+ color: #fff;
236
+ }
237
+
238
+ .up-shadow-warning {
239
+ box-shadow: 0 10rpx 14rpx 0 rgba(252, 135, 45, 0.2);
240
+ }
241
+
242
+ .up-btn-green {
243
+ background: #19be6b !important;
244
+ background: #35b06a !important;
245
+ color: #fff;
246
+ }
247
+
248
+ .up-shadow-green {
249
+ box-shadow: 0 10rpx 14rpx 0 rgba(53, 176, 106, 0.2);
250
+ }
251
+
252
+ .up-btn-blue {
253
+ background: #007aff !important;
254
+ color: #fff;
255
+ }
256
+
257
+ .up-shadow-blue {
258
+ box-shadow: 0 10rpx 14rpx 0 rgba(0, 122, 255, 0.2);
259
+ }
260
+
261
+ .up-btn-white {
262
+ background: #fff !important;
263
+ color: #333 !important;
264
+ }
265
+
266
+ .up-btn-gray {
267
+ background: #ededed !important;
268
+ color: #999 !important;
269
+ background: #bfbfbf !important;
270
+ color: #fff !important;
271
+ }
272
+
273
+ .up-btn-black {
274
+ background: #333 !important;
275
+ color: #fff !important;
276
+ }
277
+
278
+ .up-shadow-gray {
279
+ box-shadow: 0 10rpx 14rpx 0 rgba(191, 191, 191, 0.2);
280
+ }
281
+
282
+ .up-btn-red {
283
+ background: #e41f19 !important;
284
+ color: #fff;
285
+ }
286
+
287
+ .up-hover-gray {
288
+ background: #f7f7f9 !important;
289
+ }
290
+
291
+ .up-black-hover {
292
+ background: #555 !important;
293
+ color: #e5e5e5 !important;
294
+ }
295
+
296
+ /* button start*/
297
+
298
+ .up-btn-old {
299
+ width: 100%;
300
+ position: relative;
301
+ border: 0 !important;
302
+ border-radius: 10rpx;
303
+ display: inline-block;
304
+ }
305
+
306
+ .up-btn {
307
+ width: 100%;
308
+ position: relative;
309
+ border: 0 !important;
310
+ border-radius: 6rpx;
311
+ padding-left: 0;
312
+ padding-right: 0;
313
+ overflow: visible;
314
+ }
315
+ .up-btn-old::after {
316
+ content: '';
317
+ position: absolute;
318
+ width: 200%;
319
+ height: 200%;
320
+ -webkit-transform-origin: 0 0;
321
+ transform-origin: 0 0;
322
+ -webkit-transform: scale(0.5, 0.5);
323
+ transform: scale(0.5, 0.5);
324
+ -webkit-box-sizing: border-box;
325
+ box-sizing: border-box;
326
+ left: 0;
327
+ top: 0;
328
+ border-radius: 20rpx;
329
+ }
330
+ .up-btn::after {
331
+ content: '';
332
+ position: absolute;
333
+ width: 200%;
334
+ height: 200%;
335
+ transform-origin: 0 0;
336
+ transform: scale(0.5, 0.5) translateZ(0);
337
+ box-sizing: border-box;
338
+ left: 0;
339
+ top: 0;
340
+ border-radius: 12rpx;
341
+ border: 0;
342
+ }
343
+
344
+ .up-btn-white::after {
345
+ border: 1px solid #eaeef1;
346
+ border: 1rpx solid #bfbfbf;
347
+ }
348
+
349
+ .up-white-hover {
350
+ background: #e5e5e5 !important;
351
+ color: #2e2e2e !important;
352
+ }
353
+
354
+ .up-dark-disabled {
355
+ opacity: 0.6 !important;
356
+ color: #fafbfc !important;
357
+ }
358
+
359
+ .up-dark-disabled-outline {
360
+ opacity: 0.5 !important;
361
+ }
362
+
363
+ .up-gray-disabled {
364
+ background: #f3f3f3 !important;
365
+ color: #919191 !important;
366
+ box-shadow: none;
367
+ }
368
+
369
+ .up-outline-hover {
370
+ opacity: 0.5;
371
+ }
372
+
373
+ .up-primary-hover {
374
+ background: #4a67d6 !important;
375
+ color: #e5e5e5 !important;
376
+ }
377
+
378
+ .up-primary-outline::after {
379
+ border: 1px solid #5677fc !important;
380
+ border: 1rpx solid #5677fc !important;
381
+ }
382
+
383
+ .up-primary-outline {
384
+ color: #5677fc !important;
385
+ background: transparent;
386
+ }
387
+
388
+ .up-danger-hover {
389
+ background: #c80808 !important;
390
+ color: #e5e5e5 !important;
391
+ }
392
+
393
+ .up-danger-outline {
394
+ color: #eb0909 !important;
395
+ background: transparent;
396
+ }
397
+
398
+ .up-danger-outline::after {
399
+ border: 1px solid #eb0909 !important;
400
+ border: 1rpx solid #eb0909 !important;
401
+ }
402
+
403
+ .up-warning-hover {
404
+ background: #e56d00 !important;
405
+ background: #d67326 !important;
406
+ color: #e5e5e5 !important;
407
+ }
408
+
409
+ .up-warning-outline {
410
+ color: #ff7900 !important;
411
+ background: none;
412
+ color: #fc872d !important;
413
+ background: transparent;
414
+ }
415
+
416
+ .up-warning-outline::after {
417
+ border: 1px solid #ff7900 !important;
418
+ border: 1px solid #fc872d !important;
419
+ }
420
+
421
+ .up-red-hover {
422
+ background: #c51a15 !important;
423
+ color: #e5e5e5 !important;
424
+ }
425
+
426
+ .up-red-outline {
427
+ color: #e41f19 !important;
428
+ background: none;
429
+ }
430
+
431
+ .up-red-outline::after {
432
+ border: 1px solid #e41f19 !important;
433
+ }
434
+
435
+ .up-green-hover {
436
+ background: #16ab60 !important;
437
+ background: #2d965a !important;
438
+ color: #e5e5e5 !important;
439
+ }
440
+
441
+ .up-green-outline {
442
+ color: #44cf85 !important;
443
+ background: none;
444
+ color: #35b06a !important;
445
+ background: transparent;
446
+ }
447
+
448
+ .up-green-outline::after {
449
+ border: 1px solid #44cf85 !important;
450
+ border: 1rpx solid #35b06a !important;
451
+ }
452
+
453
+ .up-blue-hover {
454
+ background: #0062cc !important;
455
+ color: #e5e5e5 !important;
456
+ }
457
+
458
+ .up-blue-outline {
459
+ color: #007aff !important;
460
+ background: transparent;
461
+ }
462
+
463
+ .up-blue-outline::after {
464
+ border: 1rpx solid #007aff !important;
465
+ }
466
+
467
+ /* #ifndef APP-NVUE */
468
+ .up-btn-gradual {
469
+ background: linear-gradient(90deg, rgb(255, 89, 38), rgb(240, 14, 44)) !important;
470
+ color: #fff !important;
471
+ }
472
+
473
+ .up-shadow-gradual {
474
+ box-shadow: 0 10rpx 14rpx 0 rgba(235, 9, 9, 0.15);
475
+ }
476
+
477
+ /* #endif */
478
+
479
+ .up-gray-hover {
480
+ background: #d5d5d5 !important;
481
+ background: #a3a3a3 !important;
482
+ color: #898989;
483
+ }
484
+
485
+ /* #ifndef APP-NVUE */
486
+ .up-gradual-hover {
487
+ background: linear-gradient(90deg, #d74620, #cd1225) !important;
488
+ color: #fff !important;
489
+ }
490
+
491
+ /* #endif */
492
+
493
+ .up-gray-outline {
494
+ color: #999 !important;
495
+ background: none !important;
496
+ background: transparent !important;
497
+ }
498
+
499
+ .up-white-outline {
500
+ color: #fff !important;
501
+ background: none !important;
502
+ background: transparent !important;
503
+ }
504
+
505
+ .up-black-outline {
506
+ background: transparent !important;
507
+ color: #333 !important;
508
+ }
509
+
510
+ .up-gray-outline::after {
511
+ border: 1px solid #ccc !important;
512
+ border: 1rpx solid #ccc !important;
513
+ }
514
+
515
+ .up-white-outline::after {
516
+ border: 1px solid #fff !important;
517
+ }
518
+
519
+ .up-black-outline::after {
520
+ border: 1px solid #333 !important;
521
+ }
522
+
523
+ /*圆角 */
524
+
525
+ .up-fillet {
526
+ border-radius: 45rpx;
527
+ border-radius: 50rpx;
528
+ }
529
+
530
+ .up-btn-white.up-fillet::after {
531
+ border-radius: 98rpx;
532
+ }
533
+ .up-white.up-fillet::after {
534
+ border-radius: 90rpx;
535
+ }
536
+ .up-outline-fillet::after {
537
+ border-radius: 90rpx;
538
+ border-radius: 98rpx;
539
+ }
540
+
541
+ /*平角*/
542
+ .up-rightAngle {
543
+ border-radius: 0;
544
+ }
545
+
546
+ .up-btn-white.up-rightAngle::after {
547
+ border-radius: 0;
548
+ }
549
+
550
+ .up-outline-rightAngle::after {
551
+ border-radius: 0;
552
+ }
553
+ </style>