my_order.wxss 1.9 KB
/* pages/merchant/my_order/my_order.wxss */
page{
 padding:0 0 114rpx 0;
}
.my_ordertop{
 margin: 16rpx 0 0 0;
 background:#0768AC;
 padding:26rpx 100rpx 30rpx 100rpx;
 display: flex;
 justify-content: space-around;
 align-items: center;
}
.order_item{
 text-align: center;
 color:#fff;
 font-size:25rpx;
}
.order_topicon{
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 0 4prx 0;
 height: 80rpx;
 width:80rpx;
 border-radius: 10rpx;
 background: #509FD6;
}
.order_topicon .iconfont{
 font-size:60rpx;

}
.order_topicon .icon-iconfontzhizuobiaozhunbduan22{
 font-size:50rpx;
}
.order_img{
 margin: 18rpx 0 0 0;
 position: relative;
 height: 210rpx;
}
.order_img image{
 width:100%;
 height: 100%; 

}
.order_imgtxt{
 position: absolute;
 top:12rpx;
 left:47rpx;
 color:#fff;
 font-size:36rpx;
 font-weight: bold;
}
.order_imgtime{
 position: absolute;
 bottom:18rpx;
 right: 28rpx;
 color:rgba(255,255,255,0.8);
 font-size:22rpx;
}
.order_imgtxtsubtitle{
 font-size:24rpx;
}
.order_itembottom{
 display: flex;
justify-content: space-between;
 background: #509FD6;
 padding:35rpx 29rpx 20rpx 35rpx;
}
.order_left{
 display: flex;
}
.order_itemimg{
 width:92rpx;
 height: 92rpx;
 border-radius: 5rpx;
 margin: 0 30rpx 0 0;

}
.order_itemimg image{
 display: block;
 width:100%;
 height: 100%;
}
.order_itemtxt{
 text-align: left;
 width:400rpx;
 font-size: 22rpx;
 color:rgba(255,255,255,0.8);
}
.order_rigth{
 color:#0768AC;
 font-size:24rpx;
}
.order_pel{
 margin: 10rpx 0 60rpx 0;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0 25rpx;
 background:#509FD6;
 font-size:22rpx;
 color:rgba(255,255,255,0.8);
}
.order_pel_imgs{
 display: flex;
 align-items: center;
 width:80%;
 height: 44rpx;
}
.order_pel_imgsitem{
 width:44rpx;
 height: 100%;
 border-radius: 2rpx;
 margin: 0 10rpx 0 0;
}
.order_pel_imgsitem image{
 display: block;
 width:100%;
 height: 100%;
}