merchant_index.wxss 1.6 KB
/* pages/merchant/merchant_index/merchant_index.wxss */
@import '../my_order/my_order.wxss';
page{
 padding:0 0 127rpx 0;
}
.index_head{
 height: 240rpx;
}
.index_head image{
 width:100%;
 height:100%;
}
.index_item{
 margin: 15rpx 0 0 0;
 display: flex;
 align-items: center;
  background: linear-gradient(to right, #415DAA , #24B2DC,#35BFB5);
  padding:25rpx 52rpx 40rpx 25rpx;
}
.index_itemhead{
 width:92rpx;
 height: 92rpx;
 border-radius: 8rpx;
 overflow: hidden;
 margin: 0 40rpx 0 0;
}
.index_itemhead image{
 display: block;
 width:100%;
 height: 100%;
}
.index_itemtxt{
 width:17%;
 color:#fff;
 font-size:32rpx;
 
}
.index_access{
 width:43%;
 color:#fff;
 font-size:18rpx;


}
.index_num{
 width:20%;
 font-size:28rpx;
 text-align: right;
 color:#fff;
 
}
.index_btn{
 margin: 10rpx 0 30rpx 0;
 background: #509FD6;
 padding:0 150rpx;
 display: flex;
 align-items: center;
 justify-content: space-between;
 height: 60rpx;
}

.index_btn view{
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 8rpx;
 height: 36rpx;
 width:134rpx;
 background: #fff;
 color:#509FD6;
 font-size: 28rpx;
}
.index_btn view:active{
 opacity: 0.7;
}
.order_pel {
 padding:10rpx 25rpx;
}
.index_sao{
 padding:30rpx 0 20rpx 0;
 background: #509FD6;
 color:#fff;
 font-size:28rpx;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
}
.index_saocode{
 display: flex;
 justify-content: center;
 align-items: center;
 width:115rpx;
 height: 115rpx;
 margin: 0 0 8rpx 0;
 /* border:1rpx solid #fff;  */
}
.index_saocode .iconfont{
 font-size: 147rpx;
}
.index_saocode image{
 width:100%;
 height:100%;
 display: block;
}