护理服务项目详情

This commit is contained in:
shidongli 2023-11-03 10:23:53 +08:00
parent 0a18d1b8d3
commit 55eff3013f
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@
.appointment { .appointment {
width: 200rpx; width: 200rpx;
height: 70rpx; height: 70rpx;
background: #F44B2F; background: #26A888;
border-radius: 30rpx; border-radius: 30rpx;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;

View File

@ -279,7 +279,7 @@
width: 35rpx; width: 35rpx;
height: 35rpx; height: 35rpx;
border-radius: 70%; border-radius: 70%;
border: 2rpx solid #178ffb; border: 2rpx solid #26A888;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 5%; left: 5%;
@ -289,7 +289,7 @@
width: 16rpx; width: 16rpx;
height: 16rpx; height: 16rpx;
border-radius: 50%; border-radius: 50%;
background-color: #178ffb; background-color: #26A888;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;