vr-shopxo-uniapp/pages/user-order/user-order.css

50 lines
640 B
CSS
Raw Normal View History

2021-10-09 10:52:43 +00:00
/*
*
*/
2021-11-16 12:40:41 +00:00
.nav-base .item {
2021-10-09 10:52:43 +00:00
width: 16.66%;
}
2023-10-11 08:07:02 +00:00
.order-scroll {
height: calc(100vh - 80rpx);
}
2021-10-09 10:52:43 +00:00
/*
*
*/
.goods-base {
min-height: 160rpx;
margin-left: 180rpx;
}
2023-09-26 10:46:56 +00:00
2021-10-09 10:52:43 +00:00
.goods-image {
width: 160rpx;
height: 160rpx;
}
2023-09-26 10:46:56 +00:00
2021-10-09 10:52:43 +00:00
.warehouse-group-icon {
width: 30rpx;
height: 30rpx;
}
2023-09-26 10:46:56 +00:00
2021-10-09 10:52:43 +00:00
.orderaftersale-btn-text {
right: 0;
2021-11-16 12:40:41 +00:00
bottom: 0;
2021-10-12 03:34:56 +00:00
z-index: 1;
2021-10-09 10:52:43 +00:00
}
/**
*
*/
.payment-list .item {
width: 50%;
}
2023-09-26 10:46:56 +00:00
2021-10-09 10:52:43 +00:00
.payment-list .item-content {
padding: 20rpx 10rpx;
}
2023-09-26 10:46:56 +00:00
2021-10-09 10:52:43 +00:00
.payment-list .item-content image {
width: 50rpx;
height: 50rpx !important;
}