wangyong 6 years ago
parent
commit
81d2ad97c9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/searchList/searchList.wxss

+ 3 - 3
pages/searchList/searchList.wxss

@@ -22,7 +22,7 @@ page{
   display: flex;
   flex-direction: row;
   height:104rpx;
-  background-color:#1a1d1f;
+  background-color:#fff;
   align-items: center;
 }
 .header_logo{
@@ -39,7 +39,7 @@ page{
   height:64rpx;
   border-radius:30rpx;
   color:#fff;
-  background-color:#282c2f;
+  background-color:#e5e5e5;
   display: flex;
   align-items: center;
   /* justify-content: center; */
@@ -59,7 +59,7 @@ page{
   margin-right:30rpx;
   font-size: 24rpx;
   text-align: center;
-  color: #fff;
+  /* color: #fff; */
 }
 
 .header_nav_wrap{