This commit is contained in:
kbing1981 2024-07-24 11:31:38 +08:00
parent ec313cd1d3
commit b1de5c5609
1 changed files with 8 additions and 12 deletions

View File

@ -484,12 +484,12 @@
}
.search-btn{
text-align: center;
line-height: 28px;
line-height: 56rpx;
color: #fff;
position: absolute;
right:26rpx;
top: 25rpx;
height: 29px !important;
right:30rpx;
top: 22rpx;
height: 56rpx !important;
}
/deep/.uni-searchbar__box-icon-search,.search-btn{
width: 110rpx;
@ -503,17 +503,15 @@
border-radius: 30px !important;
background-color: #fff !important;
border: 1px solid #09a28a;
padding: 0px;
display: flex;
flex-direction: row;
flex-flow: row-reverse;
position: relative;
margin-top: 4rpx;
margin-right: 15rpx;
}
/deep/.uni-searchbar{
width: 230px;
border-radius: 31rpx;
margin-right: 20rpx;
}
.service-fh{
width: 20px;
@ -522,8 +520,8 @@
margin-left: 10rpx;
}
.service-img{
width: 172rpx;
height: 40rpx;
width: 156rpx;
height: 38rpx;
}
.service-head-top-left span{
font-weight: bold;
@ -538,15 +536,13 @@
}
.service-head-top{
width: 100%;
height: 100rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
background: linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
border-bottom:1rpx solid #c4ede1;
position: fixed;
z-index: 999;
padding-top: 6rpx;
}
.view-cata{
display: flex;