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{ .search-btn{
text-align: center; text-align: center;
line-height: 28px; line-height: 56rpx;
color: #fff; color: #fff;
position: absolute; position: absolute;
right:26rpx; right:30rpx;
top: 25rpx; top: 22rpx;
height: 29px !important; height: 56rpx !important;
} }
/deep/.uni-searchbar__box-icon-search,.search-btn{ /deep/.uni-searchbar__box-icon-search,.search-btn{
width: 110rpx; width: 110rpx;
@ -503,17 +503,15 @@
border-radius: 30px !important; border-radius: 30px !important;
background-color: #fff !important; background-color: #fff !important;
border: 1px solid #09a28a; border: 1px solid #09a28a;
padding: 0px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-flow: row-reverse; flex-flow: row-reverse;
position: relative; position: relative;
margin-top: 4rpx;
margin-right: 15rpx;
} }
/deep/.uni-searchbar{ /deep/.uni-searchbar{
width: 230px; width: 230px;
border-radius: 31rpx; border-radius: 31rpx;
margin-right: 20rpx;
} }
.service-fh{ .service-fh{
width: 20px; width: 20px;
@ -522,8 +520,8 @@
margin-left: 10rpx; margin-left: 10rpx;
} }
.service-img{ .service-img{
width: 172rpx; width: 156rpx;
height: 40rpx; height: 38rpx;
} }
.service-head-top-left span{ .service-head-top-left span{
font-weight: bold; font-weight: bold;
@ -538,15 +536,13 @@
} }
.service-head-top{ .service-head-top{
width: 100%; width: 100%;
height: 100rpx;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; 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)); 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; border-bottom:1rpx solid #c4ede1;
position: fixed;
z-index: 999;
padding-top: 6rpx;
} }
.view-cata{ .view-cata{
display: flex; display: flex;