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

68 lines
898 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%;
}
/*
*
*/
.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;
}
/**
*
*/
.selected .icon {
width: 35rpx;
height: 35rpx !important;
margin: 0 20rpx 0 10rpx;
}
/**
*
*/
.pay-merge-submit {
2023-10-10 10:24:59 +00:00
width: 100%;
2021-10-09 10:52:43 +00:00
height: 70rpx !important;
line-height: 74rpx !important;
2023-10-10 10:24:59 +00:00
}
.bottom-fixed {
padding: 24rpx 90rpx;
2021-10-09 10:52:43 +00:00
}