修改服务预约样式

This commit is contained in:
闫晓茹 2024-02-03 17:43:27 +08:00
parent 64d4e3340b
commit 14ed5856e9

View File

@ -80,7 +80,7 @@
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #868585; color: #868585;
line-height: 38rpx; line-height: 38rpx;width: 500rpx;
} }
.appoint { .appoint {
@ -108,9 +108,11 @@
font-weight: 500; font-weight: 500;
color: #000000; color: #000000;
line-height: 38rpx; line-height: 38rpx;
width: 700rpx;
span{ span{
display: inline; display: inline;
float: right; position: absolute;
right: 40rpx;
} }
} }
} }