diff --git a/pages/appointmenttime/appointmenttime.scss b/pages/appointmenttime/appointmenttime.scss index 43a3109..203cdf1 100644 --- a/pages/appointmenttime/appointmenttime.scss +++ b/pages/appointmenttime/appointmenttime.scss @@ -2,7 +2,12 @@ font-size: 34rpx; padding-top: 10rpx; height: 100%; - + -webkit-overflow-scrolling: touch; + .scroll-Y { + height: 100vh; + overflow: scroll; + position: relative; + } .mask { .Agreement { width: 100%; @@ -100,6 +105,7 @@ .timeyear{ .bottomtext{ + -webkit-overflow-scrolling: touch; width: 96%; margin: 0 auto; .items{ @@ -129,6 +135,7 @@ } } .toptext{ + -webkit-overflow-scrolling: touch; padding-top: 10rpx; display: flex; justify-content:space-around; diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 46546be..4812197 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -1,96 +1,101 @@