vr-shopxo-uniapp/pages/plugins/distribution/order-detail/order-detail.css

22 lines
281 B
CSS

/**
* 头像
*/
.avatar {
width: 45rpx;
height: 45rpx;
}
/*
* 商品信息
*/
.goods-base {
min-height: 160rpx;
margin-left: 180rpx;
}
.goods .goods-item:last-child {
border-bottom: 0;
}
.goods-image {
width: 160rpx;
height: 160rpx;
}