This commit is contained in:
parent
b1de5c5609
commit
d28b39cc23
|
@ -515,36 +515,34 @@
|
|||
}
|
||||
.search-btn{
|
||||
text-align: center;
|
||||
line-height: 28px;
|
||||
color: #333;
|
||||
line-height: 56rpx;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
right:26rpx;
|
||||
top: 20rpx;
|
||||
height: 29px !important;
|
||||
right:30rpx;
|
||||
top: 22rpx;
|
||||
height: 56rpx !important;
|
||||
}
|
||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||
width: 110rpx;
|
||||
height: 50rpx;
|
||||
background: #e4e4e4;
|
||||
background: #18A689;
|
||||
border-radius: 31rpx;
|
||||
|
||||
}
|
||||
/deep/.uni-searchbar__box{
|
||||
height: 30px;
|
||||
border-radius: 30px !important;
|
||||
background-color: #f4f4f4 !important;
|
||||
/*border: 1px solid #09a28a;*/
|
||||
padding: 0px;
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #09a28a;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-flow: row-reverse;
|
||||
position: relative;
|
||||
margin-top: 4rpx;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
/deep/.uni-searchbar{
|
||||
width: 240px;
|
||||
width: 230px;
|
||||
border-radius: 31rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.service-head-top-left image{
|
||||
width: 20px;
|
||||
|
@ -570,13 +568,13 @@
|
|||
}
|
||||
.service-head-top{
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
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;
|
||||
}
|
||||
.view-cata{
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue