@@ -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;
/* justify-content: center; */
@@ -59,7 +59,7 @@ page{
margin-right:30rpx;
font-size: 24rpx;
text-align: center;
- color: #fff;
+ /* color: #fff; */
.header_nav_wrap{