diff --git a/h5/pages/main/index/index.vue b/h5/pages/main/index/index.vue index 718a8bf..3ae2919 100644 --- a/h5/pages/main/index/index.vue +++ b/h5/pages/main/index/index.vue @@ -283,7 +283,7 @@ - 10312335 + 12250922 diff --git a/h5/pages/main/selectDoctor/selectDoctor.vue b/h5/pages/main/selectDoctor/selectDoctor.vue index d249acb..f80ad5c 100755 --- a/h5/pages/main/selectDoctor/selectDoctor.vue +++ b/h5/pages/main/selectDoctor/selectDoctor.vue @@ -1,117 +1,153 @@ + + .uni-calendar-item__weeks-box-item { + background-color: #239ea3 !important; + border-radius: 12rpx; + + .uni-calendar-item--extra { + color: #fff !important; + } + } + } + + .uni-calendar-item--isDay { + background-color: #239ea3 !important; + border-radius: 12rpx; + color: #fff !important; + } + + .uni-calendar-item--extra { + color: #239ea3; + } + + .uni-calendar-item__weeks-box { + // padding: 10rpx; + box-sizing: border-box; + } + + .uni-calendar-item__weeks-box-circle { + background-color: rgba(0, 0, 0, 0); + } + + .uni-calendar-item--isDay-text { + color: #333; + } + + .uni-calendar-item__weeks-box-text { + font-size: 26rpx; + + } + + .uni-calendar-item__weeks-lunar-text { + font-size: 16rpx; + } + + .uni-calendar-item__weeks-box-item { + width: 100%; + } + + .uni-calendar__backtoday { + display: none; + } + + .uni-calendar-item--disable { + .uni-calendar-item__weeks-lunar-text { + display: none; + } + } + + } + \ No newline at end of file diff --git a/h5/pages/main/ysdate/ysdate_new.vue b/h5/pages/main/ysdate/ysdate_new.vue index 67a7a69..ad95e61 100644 --- a/h5/pages/main/ysdate/ysdate_new.vue +++ b/h5/pages/main/ysdate/ysdate_new.vue @@ -197,7 +197,7 @@ uni.hideLoading(); }); }; - + onShow(() => { if (!!config_ref.value) { mountedAction(); @@ -235,7 +235,7 @@ -