@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.
Files changed (114) 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-cv/components/cv-mask-png/cv-mask-png.vue +27 -0
  19. package/ui-cv/components/cv-mask-svg/cv-mask-svg.vue +22 -0
  20. package/ui-cv/components/cv-mask-svg/mixins.js +131 -0
  21. package/ui-fireui/components/{fui-actionsheet/fui-actionsheet.vue → u-action-sheet/u-action-sheet.vue} +21 -21
  22. package/ui-fireui/components/{fui-alert/fui-alert.vue → u-alert/u-alert.vue} +13 -13
  23. package/ui-fireui/components/{fui-badge/fui-badge.vue → u-badge/u-badge.vue} +16 -16
  24. package/ui-fireui/components/{fui-bottom-navigation/fui-bottom-navigation.vue → u-bottom-navigation/u-bottom-navigation.vue} +47 -46
  25. package/ui-fireui/components/{fui-bottom-popup/fui-bottom-popup.vue → u-bottom-popup/u-bottom-popup.vue} +9 -8
  26. package/ui-fireui/components/{fui-bubble-popup/fui-bubble-popup.vue → u-bubble-popup/u-bubble-popup.vue} +19 -15
  27. package/ui-fireui/components/{fui-button/fui-button.vue → u-button/u-button.vue} +69 -69
  28. package/ui-fireui/components/u-button/u-button2.vue +553 -0
  29. package/ui-fireui/components/{fui-calendar/fui-calendar.vue → u-calendar/u-calendar.vue} +78 -78
  30. package/ui-fireui/components/u-calendar/u-calendar2.vue +801 -0
  31. package/ui-fireui/components/{fui-card/fui-card.vue → u-card/u-card.vue} +24 -24
  32. package/ui-fireui/components/{fui-cascade-selection/fui-cascade-selection.vue → u-cascade-selection/u-cascade-selection.vue} +32 -32
  33. package/ui-fireui/components/{fui-circular-progress/fui-circular-progress.vue → u-circular-progress/u-circular-progress.vue} +14 -6
  34. package/ui-fireui/components/{fui-collapse/fui-collapse.vue → u-collapse/u-collapse.vue} +19 -19
  35. package/ui-fireui/components/{fui-countdown/fui-countdown.vue → u-countdown/u-countdown.vue} +28 -28
  36. package/ui-fireui/components/{fui-datetime/fui-datetime.vue → u-datetime/u-datetime.vue} +51 -51
  37. package/ui-fireui/components/{fui-divider/fui-divider.vue → u-divider/u-divider.vue} +6 -6
  38. package/ui-fireui/components/{fui-drawer/fui-drawer.vue → u-drawer/u-drawer.vue} +11 -11
  39. package/ui-fireui/components/{fui-dropdown-list/fui-dropdown-list.vue → u-dropdown-list/u-dropdown-list.vue} +11 -6
  40. package/ui-fireui/components/{fui-fab/fui-fab.vue → u-fab/u-fab.vue} +30 -30
  41. package/ui-fireui/components/{fui-footer/fui-footer.vue → u-footer/u-footer.vue} +19 -15
  42. package/ui-fireui/components/{fui-grid/fui-grid.vue → u-grid/u-grid.vue} +13 -5
  43. package/ui-fireui/components/{fui-grid-item/fui-grid-item.vue → u-grid-item/u-grid-item.vue} +19 -19
  44. package/ui-fireui/components/{fui-icon/fui-icon.vue → u-icon/u-icon.vue} +191 -191
  45. package/ui-fireui/components/{fui-image-cropper/fui-image-cropper.vue → u-image-cropper/u-image-cropper.vue} +44 -44
  46. package/ui-fireui/components/{fui-image-group/fui-image-group.vue → u-image-group/u-image-group.vue} +7 -7
  47. package/ui-fireui/components/{fui-keyboard/fui-keyboard.vue → u-keyboard/u-keyboard.vue} +29 -32
  48. package/ui-fireui/components/{fui-keyboard-input/fui-keyboard-input.vue → u-keyboard-input/u-keyboard-input.vue} +9 -9
  49. package/ui-fireui/components/{fui-list-cell/fui-list-cell.vue → u-list-cell/u-list-cell.vue} +23 -23
  50. package/ui-fireui/components/{fui-list-view/fui-list-view.vue → u-list-view/u-list-view.vue} +11 -11
  51. package/ui-fireui/components/{fui-loading/fui-loading.vue → u-loading/u-loading.vue} +6 -6
  52. package/ui-fireui/components/{fui-loadmore/fui-loadmore.vue → u-loadmore/u-loadmore.vue} +15 -15
  53. package/ui-fireui/components/{fui-modal/fui-modal.vue → u-modal/u-modal.vue} +58 -58
  54. package/ui-fireui/components/{fui-navigation-bar/fui-navigation-bar.vue → u-navigation-bar/u-navigation-bar.vue} +11 -10
  55. package/ui-fireui/components/{fui-no-data/fui-no-data.vue → u-no-data/u-no-data.vue} +11 -11
  56. package/ui-fireui/components/{fui-nomore/fui-nomore.vue → u-nomore/u-nomore.vue} +10 -10
  57. package/ui-fireui/components/{fui-numberbox/fui-numberbox.vue → u-numberbox/u-numberbox.vue} +12 -12
  58. package/ui-fireui/components/{fui-numberbox-border/fui-numberbox-border.vue → u-numberbox-border/u-numberbox-border.vue} +10 -10
  59. package/ui-fireui/components/{fui-picture-cropper/fui-picture-cropper.vue → u-picture-cropper/u-picture-cropper.vue} +42 -42
  60. package/ui-fireui/components/u-picture-cropper/u-picture-cropper.wxs +582 -0
  61. package/ui-fireui/components/{fui-round-progress/fui-round-progress.vue → u-round-progress/u-round-progress.vue} +2 -2
  62. package/ui-fireui/components/{fui-scroll-top/fui-scroll-top.vue → u-scroll-top/u-scroll-top.vue} +21 -21
  63. package/ui-fireui/components/{fui-sharemodel/fui-sharemodel.vue → u-share-model/u-share-model.vue} +24 -24
  64. package/ui-fireui/components/{fui-skeleton/fui-skeleton.vue → u-skeleton/u-skeleton.vue} +22 -22
  65. package/ui-fireui/components/{fui-steps/fui-steps.vue → u-steps/u-steps.vue} +27 -27
  66. package/ui-fireui/components/{fui-sticky/fui-sticky.vue → u-sticky/u-sticky.vue} +4 -4
  67. package/ui-fireui/components/{fui-sticky-wxs/fui-sticky-wxs.vue → u-sticky-wxs/u-sticky-wxs.vue} +7 -7
  68. package/ui-fireui/components/u-sticky-wxs/u-sticky.wxs +46 -0
  69. package/ui-fireui/components/{fui-swipe-action/fui-swipe-action.vue → u-swipe-action/u-swipe-action.vue} +11 -11
  70. package/ui-fireui/components/{fui-tabbar/fui-tabbar.vue → u-tabbar/u-tabbar.vue} +26 -30
  71. package/ui-fireui/components/{fui-tabs/fui-tabs.vue → u-tabs/u-tabs.vue} +17 -17
  72. package/ui-fireui/components/{fui-tabs2/fui-tabs2.vue → u-tabs2/u-tabs2.vue} +17 -17
  73. package/ui-fireui/components/{fui-tag/fui-tag.vue → u-tag/u-tag.vue} +362 -374
  74. package/ui-fireui/components/{fui-time-axis/fui-time-axis.vue → u-time-axis/u-time-axis.vue} +3 -3
  75. package/ui-fireui/components/{fui-timeaxis-item/fui-timeaxis-item.vue → u-timeaxis-item/u-timeaxis-item.vue} +4 -4
  76. package/ui-fireui/components/{fui-tips/fui-tips.vue → u-tips/u-tips.vue} +20 -20
  77. package/ui-fireui/components/{fui-toast/fui-toast.vue → u-toast/u-toast.vue} +13 -13
  78. package/ui-fireui/components/{fui-top-dropdown/fui-top-dropdown.vue → u-top-dropdown/u-top-dropdown.vue} +8 -8
  79. package/ui-fireui/components/{fui-upload/fui-upload.vue → u-upload/u-upload.vue} +30 -30
  80. package/ui-fireui/components/u-upload2/u-upload.vue +464 -0
  81. package/ui-fireui/components/{fui-uploadsamll/fui-uploadsamll.vue → u-uploadsamll/u-uploadsamll.vue} +34 -34
  82. package/ui-fireui/css/thorui.css +589 -0
  83. package/ui-fireui/{fireui.css → index.css} +306 -268
  84. package/ui-fireui/nvue/u-circular-progress/gcanvas/bridge/bridge-weex.js +241 -0
  85. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/FillStyleLinearGradient.js +18 -0
  86. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/FillStylePattern.js +8 -0
  87. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/FillStyleRadialGradient.js +17 -0
  88. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-2d/RenderingContext.js +666 -0
  89. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/ActiveInfo.js +11 -0
  90. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Buffer.js +21 -0
  91. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Framebuffer.js +21 -0
  92. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/GLenum.js +298 -0
  93. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/GLmethod.js +142 -0
  94. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/GLtype.js +23 -0
  95. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Program.js +21 -0
  96. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Renderbuffer.js +21 -0
  97. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/RenderingContext.js +1191 -0
  98. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Shader.js +22 -0
  99. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/ShaderPrecisionFormat.js +11 -0
  100. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/Texture.js +22 -0
  101. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/UniformLocation.js +22 -0
  102. package/ui-fireui/nvue/u-circular-progress/gcanvas/context-webgl/classUtils.js +3 -0
  103. package/ui-fireui/nvue/u-circular-progress/gcanvas/env/canvas.js +74 -0
  104. package/ui-fireui/nvue/u-circular-progress/gcanvas/env/image.js +96 -0
  105. package/ui-fireui/nvue/u-circular-progress/gcanvas/env/tool.js +24 -0
  106. package/ui-fireui/nvue/u-circular-progress/gcanvas/index.js +47 -0
  107. package/ui-fireui/nvue/u-circular-progress/u-circular-progress.nvue +203 -0
  108. package/ui-fireui/nvue/u-icon/icons.js +188 -0
  109. package/ui-fireui/nvue/u-icon/u-icon.vue +78 -0
  110. package/uview-plus/components/u-grid/u-grid.vue +23 -1
  111. package/ui-fireui/components/fui-picture-cropper/fui-picture-cropper.wxs +0 -560
  112. package/ui-fireui/components/fui-rate/fui-rate.vue +0 -167
  113. package/ui-fireui/components/fui-sticky-wxs/fui-sticky.wxs +0 -44
  114. /package/ui-fireui/components/{fui-calendar/fui-calendar.js → u-calendar/u-calendar.js} +0 -0
@@ -0,0 +1,589 @@
1
+
2
+
3
+ /* color start*/
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+ /* color end*/
16
+
17
+ /* button start*/
18
+
19
+ .up-btn {
20
+ width: 100%;
21
+ position: relative;
22
+ border: 0 !important;
23
+ border-radius: 10rpx;
24
+ display: inline-block;
25
+ }
26
+
27
+ .up-btn::after {
28
+ content: '';
29
+ position: absolute;
30
+ width: 200%;
31
+ height: 200%;
32
+ -webkit-transform-origin: 0 0;
33
+ transform-origin: 0 0;
34
+ -webkit-transform: scale(0.5, 0.5);
35
+ transform: scale(0.5, 0.5);
36
+ -webkit-box-sizing: border-box;
37
+ box-sizing: border-box;
38
+ left: 0;
39
+ top: 0;
40
+ border-radius: 20rpx;
41
+ }
42
+
43
+ .up-btn-block {
44
+ font-size: 36rpx;
45
+ height: 90rpx;
46
+ line-height: 90rpx;
47
+ }
48
+
49
+ .up-white::after {
50
+ border: 1px solid #eaeef1;
51
+ }
52
+
53
+ .up-white-hover {
54
+ background: #e5e5e5 !important;
55
+ color: #2e2e2e !important;
56
+ }
57
+
58
+ .up-dark-disabled {
59
+ opacity: 0.6;
60
+ color: #fafbfc !important;
61
+ }
62
+
63
+ .up-outline-hover {
64
+ opacity: 0.5;
65
+ }
66
+
67
+ .up-primary-hover {
68
+ background: #4a67d6 !important;
69
+ color: #e5e5e5 !important;
70
+ }
71
+
72
+ .up-primary-outline::after {
73
+ border: 1px solid #5677fc !important;
74
+ }
75
+
76
+ .up-primary-outline {
77
+ color: #5677fc !important;
78
+ background: none;
79
+ }
80
+
81
+ .up-danger-hover {
82
+ background: #d53912 !important;
83
+ color: #e5e5e5 !important;
84
+ }
85
+
86
+ .up-danger-outline {
87
+ color: #ed3f14 !important;
88
+ background: none;
89
+ }
90
+
91
+ .up-danger-outline::after {
92
+ border: 1px solid #ed3f14 !important;
93
+ }
94
+
95
+ .up-warning-hover {
96
+ background: #e56d00 !important;
97
+ color: #e5e5e5 !important;
98
+ }
99
+
100
+ .up-warning-outline {
101
+ color: #ff7900 !important;
102
+ background: none;
103
+ }
104
+
105
+ .up-warning-outline::after {
106
+ border: 1px solid #ff7900 !important;
107
+ }
108
+
109
+ .up-green-hover {
110
+ background: #16ab60 !important;
111
+ color: #e5e5e5 !important;
112
+ }
113
+
114
+ .up-green-outline {
115
+ color: #44cf85 !important;
116
+ background: none;
117
+ }
118
+
119
+ .up-green-outline::after {
120
+ border: 1px solid #44cf85 !important;
121
+ }
122
+
123
+ .up-gray-hover {
124
+ background: #d5d5d5 !important;
125
+ color: #898989;
126
+ }
127
+
128
+ .up-gray-outline {
129
+ color: #999 !important;
130
+ background: none;
131
+ }
132
+
133
+ .up-gray-outline::after {
134
+ border: 1px solid #ccc !important;
135
+ }
136
+
137
+ /*圆角 */
138
+
139
+ .up-fillet {
140
+ border-radius: 45rpx;
141
+ }
142
+
143
+ .up-white.up-fillet::after {
144
+ border-radius: 90rpx;
145
+ }
146
+
147
+ .up-outline-fillet::after {
148
+ border-radius: 90rpx;
149
+ }
150
+
151
+ /*渐变 */
152
+
153
+ .up-btn-gradual {
154
+ background: linear-gradient(-90deg, #5677fc, #5c8dff);
155
+ border-radius: 45rpx;
156
+ color: #fff;
157
+ }
158
+
159
+ .up-gradual-hover {
160
+ color: #d5d4d9 !important;
161
+ background: linear-gradient(-90deg, #4a67d6, #4e77d9);
162
+ }
163
+
164
+ .btn-gradual-disabled {
165
+ color: #fafbfc !important;
166
+ border-radius: 45rpx;
167
+ background: linear-gradient(-90deg, #cad8fb, #c9d3fb);
168
+ }
169
+
170
+ /*不同尺寸 */
171
+
172
+ .up-btn-mini {
173
+ width: auto;
174
+ font-size: 30rpx;
175
+ height: 70rpx;
176
+ line-height: 70rpx;
177
+ }
178
+
179
+ .up-btn-small {
180
+ width: auto;
181
+ font-size: 30rpx;
182
+ height: 60rpx;
183
+ line-height: 60rpx;
184
+ }
185
+
186
+ /* button end*/
187
+
188
+ /* flex start*/
189
+
190
+ .up-flex {
191
+ display: -webkit-flex;
192
+ display: flex;
193
+ }
194
+
195
+ .up-flex-1 {
196
+ flex: 1;
197
+ }
198
+
199
+ .up-line-feed {
200
+ flex-direction: row;
201
+ flex-wrap: wrap;
202
+ }
203
+
204
+ /* flex end*/
205
+
206
+ /* tag start*/
207
+
208
+ .up-tag {
209
+ padding: 16rpx 26rpx;
210
+ font-size: 28rpx;
211
+ border-radius: 6rpx;
212
+ display: inline-block;
213
+ line-height: 28rpx;
214
+ }
215
+
216
+ .up-tag-small {
217
+ padding: 10rpx 14rpx;
218
+ font-size: 24rpx;
219
+ border-radius: 6rpx;
220
+ display: inline-block;
221
+ line-height: 24rpx;
222
+ }
223
+
224
+ .up-tag-outline {
225
+ position: relative;
226
+ background: none;
227
+ color: #5677fc;
228
+ }
229
+
230
+ .up-tag-outline::after {
231
+ content: '';
232
+ position: absolute;
233
+ width: 200%;
234
+ height: 200%;
235
+ -webkit-transform-origin: 0 0;
236
+ transform-origin: 0 0;
237
+ -webkit-transform: scale(0.5, 0.5);
238
+ transform: scale(0.5, 0.5);
239
+ -webkit-box-sizing: border-box;
240
+ box-sizing: border-box;
241
+ left: 0;
242
+ top: 0;
243
+ border-radius: 20rpx;
244
+ border: 1px solid #5677fc;
245
+ }
246
+
247
+ .up-tag-fillet {
248
+ border-radius: 50rpx;
249
+ }
250
+
251
+ .up-white.up-tag-fillet::after {
252
+ border-radius: 80rpx;
253
+ }
254
+
255
+ .up-tag-outline-fillet::after {
256
+ border-radius: 80rpx;
257
+ }
258
+
259
+ .up-tag-fillet-left {
260
+ border-radius: 50rpx 0 0 50rpx;
261
+ }
262
+
263
+ .up-tag-fillet-right {
264
+ border-radius: 0 50rpx 50rpx 0;
265
+ }
266
+
267
+ /* tag end*/
268
+
269
+ /* badge start*/
270
+
271
+ .up-badge-dot {
272
+ height: 16rpx;
273
+ width: 16rpx;
274
+ border-radius: 8rpx;
275
+ display: inline-block;
276
+ background: #5677fc;
277
+ }
278
+
279
+ .up-badge {
280
+ font-size: 12px;
281
+ line-height: 1;
282
+ display: inline-block;
283
+ padding: 3px 6px;
284
+ border-radius: 50px;
285
+ background: #5677fc;
286
+ color: #fff;
287
+ }
288
+
289
+ .up-badge-small {
290
+ transform: scale(0.8);
291
+ transform-origin: center center;
292
+ }
293
+
294
+ /* badge end*/
295
+
296
+ .up-nomore {
297
+ position: relative;
298
+ text-align: center;
299
+ display: flex;
300
+ justify-content: center;
301
+ margin-top: 10rpx;
302
+ padding-bottom: 44rpx;
303
+ }
304
+
305
+ .up-nomore::before {
306
+ content: '';
307
+ position: absolute;
308
+ border-bottom: 1rpx solid #e5e5e5;
309
+ -webkit-transform: scaleY(0.5);
310
+ transform: scaleY(0.5);
311
+ width: 360rpx;
312
+ top: 18rpx;
313
+ }
314
+
315
+ .up-nomore::after {
316
+ content: '没有更多了';
317
+ position: absolute;
318
+ color: #999;
319
+ font-size: 24rpx;
320
+ text-align: center;
321
+ /* width: 160rpx; */
322
+ padding: 0 18rpx;
323
+ height: 36rpx;
324
+ line-height: 36rpx;
325
+ background: #fafafa;
326
+ z-index: 1;
327
+ }
328
+
329
+ .up-nomore-dot {
330
+ position: relative;
331
+ text-align: center;
332
+ display: flex;
333
+ justify-content: center;
334
+ margin-top: 10rpx;
335
+ padding-bottom: 40rpx;
336
+ }
337
+
338
+ .up-nomore-dot::after {
339
+ content: '●';
340
+ position: absolute;
341
+ color: #e5e5e5;
342
+ font-size: 10px;
343
+ text-align: center;
344
+ width: 50rpx;
345
+ height: 36rpx;
346
+ line-height: 36rpx;
347
+ background: #fafafa;
348
+ transform: scale(0.8);
349
+ transform-origin: center center;
350
+ z-index: 1;
351
+ }
352
+
353
+ /* loading end*/
354
+
355
+ /* list start*/
356
+
357
+ .up-list-title {
358
+ width: 100%;
359
+ padding: 25rpx 30rpx;
360
+ box-sizing: border-box;
361
+ font-size: 28rpx;
362
+ line-height: 1;
363
+ color: #999;
364
+ }
365
+
366
+ .up-list-content {
367
+ width: 100%;
368
+ position: relative;
369
+ }
370
+
371
+ .up-list-content::before {
372
+ content: ' ';
373
+ position: absolute;
374
+ top: -1rpx;
375
+ right: 0;
376
+ left: 0;
377
+ border-top: 1rpx solid #eaeef1;
378
+ -webkit-transform: scaleY(0.5);
379
+ transform: scaleY(0.5);
380
+ }
381
+
382
+ .up-list-content::after {
383
+ content: '';
384
+ position: absolute;
385
+ border-bottom: 1rpx solid #eaeef1;
386
+ -webkit-transform: scaleY(0.5);
387
+ transform: scaleY(0.5);
388
+ bottom: 0;
389
+ right: 0;
390
+ left: 0;
391
+ }
392
+
393
+ .up-border-top::after {
394
+ border-top: 0;
395
+ }
396
+
397
+ .up-border-bottom::after {
398
+ border-bottom: 0;
399
+ }
400
+
401
+ .up-border-all::after {
402
+ border: 0;
403
+ }
404
+
405
+ .up-list-cell {
406
+ position: relative;
407
+ background: #fff;
408
+ width: 100%;
409
+ padding: 26rpx 30rpx;
410
+ box-sizing: border-box;
411
+ overflow: hidden;
412
+ display: flex;
413
+ align-items: center;
414
+ }
415
+
416
+ .up-list-cell.up-padding-small {
417
+ padding: 24rpx 30rpx;
418
+ }
419
+
420
+ .up-cell-hover {
421
+ background: #f7f7f9 !important;
422
+ }
423
+
424
+ .up-list-cell::after {
425
+ content: '';
426
+ position: absolute;
427
+ border-bottom: 1rpx solid #eaeef1;
428
+ -webkit-transform: scaleY(0.5);
429
+ transform: scaleY(0.5);
430
+ bottom: 0;
431
+ right: 0;
432
+ left: 30rpx;
433
+ }
434
+
435
+ .up-cell-last::after {
436
+ border-bottom: 0 !important;
437
+ }
438
+
439
+ .up-list-cell.up-cell-arrow:before {
440
+ content: ' ';
441
+ height: 11px;
442
+ width: 11px;
443
+ border-width: 2px 2px 0 0;
444
+ border-color: #b2b2b2;
445
+ border-style: solid;
446
+ -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
447
+ transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
448
+ position: absolute;
449
+ top: 50%;
450
+ margin-top: -7px;
451
+ right: 30rpx;
452
+ }
453
+
454
+ /* footer start*/
455
+
456
+ .up-footer {
457
+ width: 100%;
458
+ overflow: hidden;
459
+ padding: 30rpx 24rpx;
460
+ box-sizing: border-box;
461
+ }
462
+
463
+ .up-fixed {
464
+ position: fixed;
465
+ bottom: 0;
466
+ }
467
+
468
+ /* footer end*/
469
+
470
+ /* custom start*/
471
+
472
+ .up-chatbox {
473
+ max-width: 60%;
474
+ border-radius: 10rpx;
475
+ position: relative;
476
+ padding: 20rpx 26rpx;
477
+ font-size: 28rpx;
478
+ color: #fff;
479
+ /* word-break: break-all;
480
+ word-wrap: break-word; */
481
+ }
482
+
483
+ .up-chatbox-left {
484
+ background: #5c8dff;
485
+ border: 1rpx solid #5c8dff;
486
+ display: inline-block;
487
+ }
488
+
489
+ .up-chatbox-right {
490
+ background: #19be6b;
491
+ border: 1rpx solid #19be6b;
492
+ }
493
+
494
+ .up-chatbox::before {
495
+ content: '';
496
+ position: absolute;
497
+ width: 0;
498
+ height: 0;
499
+ top: 20rpx;
500
+ border: 16rpx solid;
501
+ }
502
+
503
+ .up-chatbox-left::before {
504
+ right: 100%;
505
+ border-color: transparent #5c8dff transparent transparent;
506
+ }
507
+
508
+ .up-chatbox-right::before {
509
+ left: 100%;
510
+ border-color: transparent transparent transparent #19be6b;
511
+ }
512
+
513
+ /*checkbox 整体大小 */
514
+
515
+ .up-checkbox {
516
+ width: 36rpx;
517
+ height: 36rpx;
518
+ border-radius: 50%;
519
+ }
520
+
521
+ /* #ifdef APP-PLUS || MP */
522
+ /*checkbox 选项框大小 */
523
+
524
+ .up-checkbox .wx-checkbox-input {
525
+ width: 36rpx;
526
+ height: 36rpx;
527
+ border-radius: 50%;
528
+ }
529
+
530
+ /*checkbox选中后样式 */
531
+
532
+ .up-checkbox .wx-checkbox-input.wx-checkbox-input-checked {
533
+ background: #5c8dff;
534
+ width: 38rpx !important;
535
+ height: 38rpx !important;
536
+ border: none;
537
+ }
538
+
539
+ /*checkbox选中后图标样式 */
540
+
541
+ .up-checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
542
+ width: 30rpx !important;
543
+ height: 30rpx !important;
544
+ line-height: 30rpx;
545
+ text-align: center;
546
+ font-size: 20rpx;
547
+ color: #fff;
548
+ background: transparent;
549
+ transform: translate(-50%, -50%);
550
+ -webkit-transform: translate(-50%, -50%);
551
+ }
552
+
553
+ /* #endif */
554
+
555
+ /* #ifdef H5 */
556
+ v::deep .up-checkbox .uni-checkbox-input {
557
+ width: 36rpx;
558
+ height: 36rpx;
559
+ border-radius: 50% !important;
560
+ }
561
+
562
+ v::deep .up-checkbox .uni-checkbox-input.uni-checkbox-input-checked {
563
+ background: #5c8dff;
564
+ width: 38rpx !important;
565
+ height: 38rpx !important;
566
+ border: none;
567
+ }
568
+
569
+ v::deep .up-checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
570
+ width: 30rpx !important;
571
+ height: 30rpx !important;
572
+ line-height: 30rpx;
573
+ text-align: center;
574
+ font-size: 20rpx;
575
+ color: #fff;
576
+ background: transparent;
577
+ transform: translate(-50%, -50%);
578
+ -webkit-transform: translate(-50%, -50%);
579
+ }
580
+
581
+ /* #endif */
582
+
583
+ .up-right-flex {
584
+ display: flex;
585
+ align-items: center;
586
+ justify-content: center;
587
+ }
588
+
589
+ /* custom end*/