This commit is contained in:
kbing1981 2024-07-03 18:00:40 +08:00
parent d1e77bbcad
commit 40dbfd52e4
1 changed files with 3 additions and 2 deletions

View File

@ -385,7 +385,7 @@
height: 31px;
border-radius: 15px !important;
background-color: #fff !important;
border: 2px solid #E5E5E5;
border: 1px solid #E5E5E5;
padding: 0px;
display: flex;
flex-direction: row;
@ -403,7 +403,7 @@
}
.service-head-top-left span{
font-weight: bold;
font-size: 38rpx;
font-size: 34rpx;
color: #171717;
}
.service-head-top-left{
@ -418,6 +418,7 @@
flex-direction: row;
align-items: center;
justify-content: space-between;
background-color: #fff;
}
</style>