more_imgs.wxss 424 字节
/* pages/more_imgs/more_imgs.wxss */
@import '/pages/merchant/merchant_imgs/merchant_imgs.wxss';
page{
 background: #010F23;
}
.merchant_nav{
 background: linear-gradient(to right, #041C31 , #000B1F); 
 margin: 0 0 20rpx 0;
}
.merchant_navitem{
 color:rgba(255,255,255,0.6);
}
.merchant_navitem .active{
color:#009FE8;
border-bottom:4rpx solid #009FE8;
}
.more_title{
 margin: 47rpx 0  0;
}
.imgsbox{
 background: #031A2F;
}