order_detail.wxss 1.6 KB
/* pages/order_detail/order_detail.wxss */
page{
 padding:120rpx 0 0 0;
 background: #F5F6FA;
}
.border_detailtop{
 width:100%;
 height: 120rpx;
 position: fixed;
 background-position: center;
 background-repeat: no-repeat;
 top:0;
 left:0;
 display: flex;
 justify-content: space-between;
 color:#fff;
 font-size:30rpx;

 box-sizing: border-box;
}
.border_detailtop .bg{
 position: absolute;
 width:100%;
 height: 100%;
 top:0;
 left:0;
 z-index:2;
}
.detail_left{
 position: absolute;
 left:32rpx; 
 top:26rpx;
 z-index:4;
 display: flex;
 align-items: center;
}
.detali_rigth{
 position: absolute;
 right:32rpx;
 top:26rpx;
 width:200rpx;
 height: 72rpx;
 border-radius: 36rpx;
color:#8DE063;
font-size: 28rpx;
 z-index:4;
 display: flex;
 background: #fff;
 justify-content: center;
 align-items: center;
}
.detali_rigth1{
 right: 254rpx;
}
.topicon{
 display: flex;
 justify-content: center;
 align-items: center;
 width:70rpx;
 height: 70rpx;
}
.topicon image{
 width:100%;
 height: 100%;
 display: block;
}
.detalibox{
 background: #fff;
 margin: 16rpx 32rpx 0 32rpx;
 padding:0 32rpx;
 color:#333333;
 font-size:28rpx;
 box-shadow:0rpx 5rpx 10rpx 0rpx rgba(0, 0, 0, 0.05);
border-radius:20rpx;
}
.detail_item{
 display: flex;
 align-items: center;
 padding:36rpx 0;
 border-bottom:1rpx solid #EBEBEB;
}
.detail_item:last-child{
 border:none;
}
.detail_left_txt{
 width:140rpx;
 color:#090909;
 font-size:28rpx;
}
.detail_rigth{
 width:550rpx;
}
.bottom_img{
 margin: 16rpx 0 0 0;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 223rpx;
 width:100%;
}
.bottom_img image{
 width:100%;
 height: 100%;
 display: block;
}