From 469a9cc6b05d8fa7ac42b5c70048865bf0012196 Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 27 Oct 2023 16:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesB/appointmenttime/appointmenttime.scss | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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;