my_zhudui.wxss 990 字节
/* pages/my_zhudui/my_zhudui.wxss */
@import '/pages/my_order/my_order.wxss';
.formitem_nimi{
 font-size:22rpx;
}
.form_nimi{
margin: 8rpx 0 0 0;
display: inline-block;
padding:3rpx 8rpx;
border-radius: 8rpx;
color:#fff;
font-size:22rpx;
background: linear-gradient(-90deg, #36BFB2,#26B9D6,#405FAB);
}
.form_nimi::active{
 opacity: 0.7;
}
.f_bottom{
padding:10rpx 0 16rpx 0;
}
.border_bred{
 color:#C30D23;
}
.border_imgs{
 width:50%;
 display: flex;
 align-items: center;
 flex-wrap: nowrap;
}
.order_rigth{
 width:50%;
 color:#9FA0A0;
 font-size:20rpx;
 text-align: right;
}
.order_headerimg{
 margin: 0 10rpx 0 0;
 display: flex;
 align-items: center;
 justify-content: center;
 width:55rpx;
 height: 55rpx;
 border-radius: 8rpx;
 overflow: hidden;
}
.order_headerimg image{
 width:100%;
 height: 100%;
 display: block;
}
.order_rigth_bottom{
 display: flex;
 justify-content: flex-end;
 margin: 8rpx 0 0 0;
 align-items: center;
}
.order_rigth_bottom .form_nimi{
 margin: 0 0 0 8rpx;

}