diff --git a/pagesB/appointmenttime/appointmenttime.scss b/pagesB/appointmenttime/appointmenttime.scss index 168d514..a30d67a 100644 --- a/pagesB/appointmenttime/appointmenttime.scss +++ b/pagesB/appointmenttime/appointmenttime.scss @@ -1,7 +1,11 @@ .app { + overflow: scroll; + height: 100vh; + ::v-deep .u-checkbox__icon-wrap--checked.data-v-532d01c7{ background:#26A888 !important; border: 1rpx solid #26A888 !important; + } .mask { .Agreement { @@ -248,11 +252,15 @@ } .radio-content { - margin: 50rpx auto; - width: 70%; - text-align: center; - font-size: 28rpx; - position: relative; + margin-top: 39rpx; + margin-bottom: 96rpx; + width: 70%; + text-align: center; + font-size: 28rpx; + position: relative; + + left: 50%; + transform: translateX(-50%); .agreement { position: absolute;