@@ -48,6 +48,7 @@
}
.search_input_keys{
margin-left:-230rpx;
+ height: 50px;
.key_list_i{
display: flex;
@@ -57,6 +58,7 @@
line-height: 38rpx;
height: 38rpx;
color:#B7B7B7;
+ margin-top:6rpx;
margin-right: 10rpx;
.key_list_iw{
@@ -5,31 +5,31 @@
background-color:#F9F9F9;
.filter_space{
- height: 88rpx;
+ height: 87rpx;
.filter_c{
height: 88rpx;
- position: fixed;
top:206rpx;
width:100%;
- background: white;
z-index:1;
.filter_nav{
+ overflow: hidden;
.filter_nav_item{
flex: 1;
text-align: center;
+ height: 100%;
+ background-color: white;
transition: all 0.5s;
position: relative;
.filter_nav_item .filters_nav_line{
- height: 4rpx;
+ height: 1rpx;
position: absolute;
- bottom: -1rpx;
+ bottom: 0rpx;
width: 100%;
background-color:rgba(235, 235, 235, 1);