@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.
- 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-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/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,68 +1,68 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<view>
|
|
3
|
-
<view :class="{ '
|
|
4
|
-
<view class="
|
|
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="
|
|
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="
|
|
9
|
+
<view class="up-date-box">
|
|
10
10
|
<view
|
|
11
|
-
class="
|
|
11
|
+
class="up-iconfont up-font-arrowleft"
|
|
12
12
|
:style="{ color: yearArrowColor }"
|
|
13
|
-
hover-class="
|
|
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="
|
|
19
|
+
class="up-iconfont up-font-arrowleft"
|
|
20
20
|
:style="{ color: monthArrowColor }"
|
|
21
|
-
hover-class="
|
|
21
|
+
hover-class="up-opacity"
|
|
22
22
|
:hover-stay-time="150"
|
|
23
23
|
@tap="changeMonth(0)"
|
|
24
24
|
></view>
|
|
25
|
-
<view class="
|
|
25
|
+
<view class="up-date_time">{{ showTitle }}</view>
|
|
26
26
|
<view
|
|
27
|
-
class="
|
|
27
|
+
class="up-iconfont up-font-arrowright"
|
|
28
28
|
:style="{ color: monthArrowColor }"
|
|
29
|
-
hover-class="
|
|
29
|
+
hover-class="up-opacity"
|
|
30
30
|
:hover-stay-time="150"
|
|
31
31
|
@tap="changeMonth(1)"
|
|
32
32
|
></view>
|
|
33
33
|
<view
|
|
34
|
-
class="
|
|
34
|
+
class="up-iconfont up-font-arrowright"
|
|
35
35
|
:style="{ color: yearArrowColor }"
|
|
36
|
-
hover-class="
|
|
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="
|
|
43
|
-
<view class="
|
|
44
|
-
<view class="
|
|
45
|
-
<view class="
|
|
46
|
-
<view class="
|
|
47
|
-
<view class="
|
|
48
|
-
<view class="
|
|
49
|
-
<view class="
|
|
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="
|
|
53
|
-
:class="{ '
|
|
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="
|
|
57
|
+
<view class="up-date"></view>
|
|
58
58
|
</block>
|
|
59
59
|
<view
|
|
60
|
-
class="
|
|
60
|
+
class="up-date"
|
|
61
61
|
:class="{
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
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="
|
|
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="
|
|
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="
|
|
83
|
+
<text class="up-iconfont up-font-check" v-if="getStatusData(4, index)"></text>
|
|
84
84
|
</view>
|
|
85
85
|
<view
|
|
86
|
-
class="
|
|
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="
|
|
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="
|
|
100
|
+
<view class="up-bg-month">{{ month }}</view>
|
|
101
101
|
</view>
|
|
102
102
|
|
|
103
|
-
<view class="
|
|
104
|
-
<view class="
|
|
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="
|
|
109
|
-
<
|
|
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="
|
|
116
|
-
:class="[isShow ? '
|
|
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 "../
|
|
126
|
-
import calendar from './
|
|
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
|
-
.
|
|
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
|
-
.
|
|
611
|
+
.up-font-close:before {
|
|
612
612
|
content: '\e608';
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
.
|
|
615
|
+
.up-font-check:before {
|
|
616
616
|
content: '\e6e1';
|
|
617
617
|
}
|
|
618
618
|
|
|
619
|
-
.
|
|
619
|
+
.up-font-arrowright:before {
|
|
620
620
|
content: '\e600';
|
|
621
621
|
}
|
|
622
622
|
|
|
623
|
-
.
|
|
623
|
+
.up-font-arrowleft:before {
|
|
624
624
|
content: '\e601';
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
650
|
+
.up-font-arrowleft {
|
|
651
651
|
margin-right: 32rpx;
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
-
.
|
|
654
|
+
.up-font-arrowright {
|
|
655
655
|
margin-left: 32rpx;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
681
|
+
.up-flex-start {
|
|
682
682
|
align-content: flex-start;
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
707
|
+
.up-date-pd_0 {
|
|
708
708
|
padding: 0 !important;
|
|
709
709
|
}
|
|
710
710
|
|
|
711
|
-
.
|
|
711
|
+
.up-start-date {
|
|
712
712
|
border-top-left-radius: 8rpx;
|
|
713
713
|
border-bottom-left-radius: 8rpx;
|
|
714
714
|
}
|
|
715
715
|
|
|
716
|
-
.
|
|
716
|
+
.up-end-date {
|
|
717
717
|
border-top-right-radius: 8rpx;
|
|
718
718
|
border-bottom-right-radius: 8rpx;
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
741
|
+
.up-opacity {
|
|
742
742
|
opacity: 0.5;
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
.
|
|
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
|
-
.
|
|
759
|
+
.up-popup-show {
|
|
760
760
|
transform: translate3d(0, 0, 0);
|
|
761
761
|
visibility: visible;
|
|
762
762
|
}
|
|
763
763
|
|
|
764
|
-
.
|
|
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
|
-
.
|
|
777
|
+
.up-mask-show {
|
|
778
778
|
opacity: 1;
|
|
779
779
|
visibility: visible;
|
|
780
780
|
}
|
|
781
781
|
|
|
782
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
811
|
+
.up-font-check {
|
|
812
812
|
color: #fff;
|
|
813
813
|
font-size: 54rpx;
|
|
814
814
|
line-height: 54rpx;
|
|
815
815
|
}
|
|
816
816
|
|
|
817
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
865
|
+
.up-calendar-btn_box {
|
|
866
866
|
width: 100%;
|
|
867
867
|
}
|
|
868
868
|
</style>
|