This commit is contained in:
parent
b1de5c5609
commit
d28b39cc23
|
@ -515,36 +515,34 @@
|
||||||
}
|
}
|
||||||
.search-btn{
|
.search-btn{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 28px;
|
line-height: 56rpx;
|
||||||
color: #333;
|
color: #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right:26rpx;
|
right:30rpx;
|
||||||
top: 20rpx;
|
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;
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
background: #e4e4e4;
|
background: #18A689;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box{
|
/deep/.uni-searchbar__box{
|
||||||
height: 30px;
|
height: 30px;
|
||||||
border-radius: 30px !important;
|
border-radius: 30px !important;
|
||||||
background-color: #f4f4f4 !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: 240px;
|
width: 230px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
|
margin-right: 20rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left image{
|
.service-head-top-left image{
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@ -570,13 +568,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-color: #fff;
|
background: linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
|
||||||
position: fixed;
|
border-bottom:1rpx solid #c4ede1;
|
||||||
z-index: 999;
|
|
||||||
}
|
}
|
||||||
.view-cata{
|
.view-cata{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue