merchant_imgs.wxss 862 字节
/* pages/merchant/merchant_imgs/merchant_imgs.wxss */
page{
 padding:0 0 114rpx 0;
}
.merchant_imgbtn{
 margin: 30rpx 32rpx 24rpx 32rpx;
}
.merchant_nav1{
 height: 80rpx;
 background: #0768AC;
}
.merchant_navitem{
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding:0 84rpx;
 height: 60rpx;
 color:#231815;
 font-size:36rpx;
 border:1rpx solid rgba(255,255,255,0.7);
}
.merchant_navitem view{
 display: flex;
 align-items: center;
 justify-content: center;
 height: 100%;
}
.merchant_navitem .active{
 color:#fff;
 border-bottom:4rpx solid #fff;
}
.imgsbox{
 margin: 17rpx 0 0 0;
 background: #509FD6;
 display: flex;
 justify-content: space-around;
 align-items: center;
 padding:20rpx 34rpx;
}
.imgsbox_item{
 width:192rpx;
 height: 152rpx;
 border-radius: 8rpx;
}
.imgsbox_item image{
 width:100%;
 height: 100%;
 display: block;
}