@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
@@ -1,68 +1,68 @@
1
1
  <template>
2
2
  <view>
3
- <view :class="{ 'fui-bottom-popup': isFixed, 'fui-popup-show': isShow && isFixed }">
4
- <view class="fui-calendar-header" :class="{ 'fui-calendar-radius': radius }" @touchmove.stop.prevent="stop" v-if="isFixed">
3
+ <view :class="{ 'up-bottom-popup': isFixed, 'up-popup-show': isShow && isFixed }">
4
+ <view class="up-calendar-header" :class="{ 'up-calendar-radius': radius }" @touchmove.stop.prevent="stop" v-if="isFixed">
5
5
  <view>日期选择</view>
6
- <view class="fui-iconfont fui-font-close" hover-class="fui-opacity" :hover-stay-time="150" @tap="hide"></view>
6
+ <view class="up-iconfont up-font-close" hover-class="up-opacity" :hover-stay-time="150" @tap="hide"></view>
7
7
  </view>
8
8
 
9
- <view class="fui-date-box">
9
+ <view class="up-date-box">
10
10
  <view
11
- class="fui-iconfont fui-font-arrowleft"
11
+ class="up-iconfont up-font-arrowleft"
12
12
  :style="{ color: yearArrowColor }"
13
- hover-class="fui-opacity"
13
+ hover-class="up-opacity"
14
14
  :hover-stay-time="150"
15
15
  v-if="arrowType == 1"
16
16
  @tap="changeYear(0)"
17
17
  ></view>
18
18
  <view
19
- class="fui-iconfont fui-font-arrowleft"
19
+ class="up-iconfont up-font-arrowleft"
20
20
  :style="{ color: monthArrowColor }"
21
- hover-class="fui-opacity"
21
+ hover-class="up-opacity"
22
22
  :hover-stay-time="150"
23
23
  @tap="changeMonth(0)"
24
24
  ></view>
25
- <view class="fui-date_time">{{ showTitle }}</view>
25
+ <view class="up-date_time">{{ showTitle }}</view>
26
26
  <view
27
- class="fui-iconfont fui-font-arrowright"
27
+ class="up-iconfont up-font-arrowright"
28
28
  :style="{ color: monthArrowColor }"
29
- hover-class="fui-opacity"
29
+ hover-class="up-opacity"
30
30
  :hover-stay-time="150"
31
31
  @tap="changeMonth(1)"
32
32
  ></view>
33
33
  <view
34
- class="fui-iconfont fui-font-arrowright"
34
+ class="up-iconfont up-font-arrowright"
35
35
  :style="{ color: yearArrowColor }"
36
- hover-class="fui-opacity"
36
+ hover-class="up-opacity"
37
37
  :hover-stay-time="150"
38
38
  v-if="arrowType == 1"
39
39
  @tap="changeYear(1)"
40
40
  ></view>
41
41
  </view>
42
- <view class="fui-date-header">
43
- <view class="fui-date">日</view>
44
- <view class="fui-date">一</view>
45
- <view class="fui-date">二</view>
46
- <view class="fui-date">三</view>
47
- <view class="fui-date">四</view>
48
- <view class="fui-date">五</view>
49
- <view class="fui-date">六</view>
42
+ <view class="up-date-header">
43
+ <view class="up-date">日</view>
44
+ <view class="up-date">一</view>
45
+ <view class="up-date">二</view>
46
+ <view class="up-date">三</view>
47
+ <view class="up-date">四</view>
48
+ <view class="up-date">五</view>
49
+ <view class="up-date">六</view>
50
50
  </view>
51
51
  <view
52
- class="fui-date-content"
53
- :class="{ 'fui-flex-start': isFixed && fixedHeight }"
52
+ class="up-date-content"
53
+ :class="{ 'up-flex-start': isFixed && fixedHeight }"
54
54
  :style="{ height: isFixed && fixedHeight ? dateHeight * 6 + 'px' : 'auto' }"
55
55
  >
56
56
  <block v-for="(item, index) in weekdayArr" :key="index">
57
- <view class="fui-date"></view>
57
+ <view class="up-date"></view>
58
58
  </block>
59
59
  <view
60
- class="fui-date"
60
+ class="up-date"
61
61
  :class="{
62
- 'fui-date-pd_0': isFixed && fixedHeight,
63
- 'fui-opacity': openDisAbled(year, month, index + 1),
64
- 'fui-start-date': (type == 2 && startDate == `${year}-${month}-${index + 1}`) || type == 1,
65
- 'fui-end-date': (type == 2 && endDate == `${year}-${month}-${index + 1}`) || type == 1
62
+ 'up-date-pd_0': isFixed && fixedHeight,
63
+ 'up-opacity': openDisAbled(year, month, index + 1),
64
+ 'up-start-date': (type == 2 && startDate == `${year}-${month}-${index + 1}`) || type == 1,
65
+ 'up-end-date': (type == 2 && endDate == `${year}-${month}-${index + 1}`) || type == 1
66
66
  }"
67
67
  :style="{
68
68
  backgroundColor: isFixed ? getColor(index, 1) : 'transparent',
@@ -73,47 +73,47 @@
73
73
  @tap="dateClick(index)"
74
74
  >
75
75
  <view
76
- class="fui-date-text"
76
+ class="up-date-text"
77
77
  :style="{ color: isFixed ? getColor(index, 2) : getStatusData(3, index), backgroundColor: getStatusData(2, index) }"
78
78
  >
79
79
  <view v-if="isFixed || !getStatusData(4, index)">{{ index + 1 }}</view>
80
- <view v-if="!getStatusData(4, index)" class="fui-custom-desc" :class="{ 'fui-lunar-unshow': !lunar && isFixed }">
80
+ <view v-if="!getStatusData(4, index)" class="up-custom-desc" :class="{ 'up-lunar-unshow': !lunar && isFixed }">
81
81
  {{ getDescText(index, startDate, endDate) }}
82
82
  </view>
83
- <text class="fui-iconfont fui-font-check" v-if="getStatusData(4, index)"></text>
83
+ <text class="up-iconfont up-font-check" v-if="getStatusData(4, index)"></text>
84
84
  </view>
85
85
  <view
86
- class="fui-date-desc"
86
+ class="up-date-desc"
87
87
  :style="{ color: activeColor }"
88
88
  v-if="!lunar && type == 2 && startDate == `${year}-${month}-${index + 1}` && startDate != endDate"
89
89
  >
90
90
  {{ startText }}
91
91
  </view>
92
92
  <view
93
- class="fui-date-desc"
93
+ class="up-date-desc"
94
94
  :style="{ color: activeColor }"
95
95
  v-if="!lunar && type == 2 && endDate == `${year}-${month}-${index + 1}`"
96
96
  >
97
97
  {{ endText }}
98
98
  </view>
99
99
  </view>
100
- <view class="fui-bg-month">{{ month }}</view>
100
+ <view class="up-bg-month">{{ month }}</view>
101
101
  </view>
102
102
 
103
- <view class="fui-calendar-op" v-if="isFixed" @touchmove.stop.prevent="stop">
104
- <view class="fui-calendar-result">
103
+ <view class="up-calendar-op" v-if="isFixed" @touchmove.stop.prevent="stop">
104
+ <view class="up-calendar-result">
105
105
  <text>{{ type == 1 ? activeDate : startDate }}</text>
106
106
  <text v-if="endDate">至{{ endDate }}</text>
107
107
  </view>
108
- <view class="fui-calendar-btn_box">
109
- <fui-button :type="btnType" height="72rpx" shape="circle" :size="28" @click="btnFix(false)">确定</fui-button>
108
+ <view class="up-calendar-btn_box">
109
+ <up-button :type="btnType" height="72rpx" shape="circle" :size="28" @click="btnFix(false)">确定</up-button>
110
110
  </view>
111
111
  </view>
112
112
  </view>
113
113
 
114
114
  <view
115
- class="fui-popup-mask"
116
- :class="[isShow ? 'fui-mask-show' : '']"
115
+ class="up-popup-mask"
116
+ :class="[isShow ? 'up-mask-show' : '']"
117
117
  @touchmove.stop.prevent="stop"
118
118
  v-if="isFixed"
119
119
  @tap="hide"
@@ -122,8 +122,8 @@
122
122
  </template>
123
123
  <script>
124
124
  //easycom组件模式 无需手动引入
125
- // import fuiButton from "../fui-button/fui-button"
126
- import calendar from './fui-calendar.js';
125
+ // import fuiButton from "../up-button/up-button"
126
+ import calendar from './up-calendar.js';
127
127
  export default {
128
128
  name: 'fuiCalendar',
129
129
  // components:{
@@ -600,7 +600,7 @@ export default {
600
600
  font-style: normal;
601
601
  }
602
602
 
603
- .fui-iconfont {
603
+ .up-iconfont {
604
604
  font-family: 'fuiDateFont' !important;
605
605
  font-size: 36rpx;
606
606
  font-style: normal;
@@ -608,23 +608,23 @@ export default {
608
608
  -moz-osx-font-smoothing: grayscale;
609
609
  }
610
610
 
611
- .fui-font-close:before {
611
+ .up-font-close:before {
612
612
  content: '\e608';
613
613
  }
614
614
 
615
- .fui-font-check:before {
615
+ .up-font-check:before {
616
616
  content: '\e6e1';
617
617
  }
618
618
 
619
- .fui-font-arrowright:before {
619
+ .up-font-arrowright:before {
620
620
  content: '\e600';
621
621
  }
622
622
 
623
- .fui-font-arrowleft:before {
623
+ .up-font-arrowleft:before {
624
624
  content: '\e601';
625
625
  }
626
626
 
627
- .fui-date-box {
627
+ .up-date-box {
628
628
  width: 100%;
629
629
  display: flex;
630
630
  align-items: center;
@@ -633,13 +633,13 @@ export default {
633
633
  background-color: #fff;
634
634
  }
635
635
 
636
- .fui-calendar-radius {
636
+ .up-calendar-radius {
637
637
  border-top-left-radius: 20rpx;
638
638
  border-top-right-radius: 20rpx;
639
639
  overflow: hidden;
640
640
  }
641
641
 
642
- .fui-date_time {
642
+ .up-date_time {
643
643
  padding: 0 16rpx;
644
644
  color: #333;
645
645
  font-size: 32rpx;
@@ -647,15 +647,15 @@ export default {
647
647
  font-weight: bold;
648
648
  }
649
649
 
650
- .fui-font-arrowleft {
650
+ .up-font-arrowleft {
651
651
  margin-right: 32rpx;
652
652
  }
653
653
 
654
- .fui-font-arrowright {
654
+ .up-font-arrowright {
655
655
  margin-left: 32rpx;
656
656
  }
657
657
 
658
- .fui-date-header {
658
+ .up-date-header {
659
659
  width: 100%;
660
660
  display: flex;
661
661
  align-items: center;
@@ -668,7 +668,7 @@ export default {
668
668
  z-index: 2;
669
669
  }
670
670
 
671
- .fui-date-content {
671
+ .up-date-content {
672
672
  width: 100%;
673
673
  display: flex;
674
674
  flex-wrap: wrap;
@@ -678,11 +678,11 @@ export default {
678
678
  position: relative;
679
679
  }
680
680
 
681
- .fui-flex-start {
681
+ .up-flex-start {
682
682
  align-content: flex-start;
683
683
  }
684
684
 
685
- .fui-bg-month {
685
+ .up-bg-month {
686
686
  position: absolute;
687
687
  font-size: 260rpx;
688
688
  line-height: 260rpx;
@@ -693,7 +693,7 @@ export default {
693
693
  z-index: 1;
694
694
  }
695
695
 
696
- .fui-date {
696
+ .up-date {
697
697
  width: 14.2857%;
698
698
  display: flex;
699
699
  align-items: center;
@@ -704,21 +704,21 @@ export default {
704
704
  z-index: 2;
705
705
  }
706
706
 
707
- .fui-date-pd_0 {
707
+ .up-date-pd_0 {
708
708
  padding: 0 !important;
709
709
  }
710
710
 
711
- .fui-start-date {
711
+ .up-start-date {
712
712
  border-top-left-radius: 8rpx;
713
713
  border-bottom-left-radius: 8rpx;
714
714
  }
715
715
 
716
- .fui-end-date {
716
+ .up-end-date {
717
717
  border-top-right-radius: 8rpx;
718
718
  border-bottom-right-radius: 8rpx;
719
719
  }
720
720
 
721
- .fui-date-text {
721
+ .up-date-text {
722
722
  width: 80rpx;
723
723
  height: 80rpx;
724
724
  display: flex;
@@ -731,18 +731,18 @@ export default {
731
731
  border-radius: 50%;
732
732
  }
733
733
 
734
- .fui-btn-calendar {
734
+ .up-btn-calendar {
735
735
  padding: 16rpx;
736
736
  box-sizing: border-box;
737
737
  text-align: center;
738
738
  text-decoration: none;
739
739
  }
740
740
 
741
- .fui-opacity {
741
+ .up-opacity {
742
742
  opacity: 0.5;
743
743
  }
744
744
 
745
- .fui-bottom-popup {
745
+ .up-bottom-popup {
746
746
  width: 100%;
747
747
  position: fixed;
748
748
  left: 0;
@@ -756,12 +756,12 @@ export default {
756
756
  min-height: 20rpx;
757
757
  }
758
758
 
759
- .fui-popup-show {
759
+ .up-popup-show {
760
760
  transform: translate3d(0, 0, 0);
761
761
  visibility: visible;
762
762
  }
763
763
 
764
- .fui-popup-mask {
764
+ .up-popup-mask {
765
765
  position: fixed;
766
766
  top: 0;
767
767
  left: 0;
@@ -774,12 +774,12 @@ export default {
774
774
  visibility: hidden;
775
775
  }
776
776
 
777
- .fui-mask-show {
777
+ .up-mask-show {
778
778
  opacity: 1;
779
779
  visibility: visible;
780
780
  }
781
781
 
782
- .fui-calendar-header {
782
+ .up-calendar-header {
783
783
  width: 100%;
784
784
  height: 80rpx;
785
785
  padding: 0 40rpx;
@@ -793,7 +793,7 @@ export default {
793
793
  position: relative;
794
794
  }
795
795
 
796
- .fui-font-close {
796
+ .up-font-close {
797
797
  position: absolute;
798
798
  right: 30rpx;
799
799
  top: 50%;
@@ -801,20 +801,20 @@ export default {
801
801
  color: #999;
802
802
  }
803
803
 
804
- .fui-btn-calendar {
804
+ .up-btn-calendar {
805
805
  padding: 16rpx;
806
806
  box-sizing: border-box;
807
807
  text-align: center;
808
808
  text-decoration: none;
809
809
  }
810
810
 
811
- .fui-font-check {
811
+ .up-font-check {
812
812
  color: #fff;
813
813
  font-size: 54rpx;
814
814
  line-height: 54rpx;
815
815
  }
816
816
 
817
- .fui-custom-desc {
817
+ .up-custom-desc {
818
818
  width: 100%;
819
819
  font-size: 24rpx;
820
820
  line-height: 24rpx;
@@ -823,14 +823,14 @@ export default {
823
823
  text-align: center;
824
824
  }
825
825
 
826
- .fui-lunar-unshow {
826
+ .up-lunar-unshow {
827
827
  position: absolute;
828
828
  left: 0;
829
829
  bottom: 8rpx;
830
830
  z-index: 2;
831
831
  }
832
832
 
833
- .fui-date-desc {
833
+ .up-date-desc {
834
834
  width: 100%;
835
835
  font-size: 24rpx;
836
836
  line-height: 24rpx;
@@ -843,7 +843,7 @@ export default {
843
843
  z-index: 2;
844
844
  }
845
845
 
846
- .fui-calendar-op {
846
+ .up-calendar-op {
847
847
  width: 100%;
848
848
  display: flex;
849
849
  align-items: center;
@@ -856,13 +856,13 @@ export default {
856
856
  color: #666;
857
857
  }
858
858
 
859
- .fui-calendar-result {
859
+ .up-calendar-result {
860
860
  height: 48rpx;
861
861
  transform: scale(0.9);
862
862
  transform-origin: center 100%;
863
863
  }
864
864
 
865
- .fui-calendar-btn_box {
865
+ .up-calendar-btn_box {
866
866
  width: 100%;
867
867
  }
868
868
  </style>