Browse Source

修改样式问题

liguorui 6 years ago
parent
commit
5c55efda21
2 changed files with 8 additions and 6 deletions
  1. 2 0
      module/search/search.wxss
  2. 6 6
      pages/buy/buy.wxss

+ 2 - 0
module/search/search.wxss

@@ -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{  

+ 6 - 6
pages/buy/buy.wxss

@@ -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{
 	display: flex;
   	height: 88rpx;
+  	overflow: hidden;
 }
 .filter_nav_item{
 	flex: 1;
 	text-align: center;
-	height: 88rpx;
+	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);
 }