预约时间

This commit is contained in:
shidongli 2023-10-27 16:27:52 +08:00
parent e99a608d8c
commit 469a9cc6b0

View File

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