处理订单列表
This commit is contained in:
@@ -52,6 +52,28 @@
|
||||
min-height: 100vh;
|
||||
background-color: #f2f3f5;
|
||||
}
|
||||
.order-popup .address-inner.data-v-17a44f9d {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.order-popup .total-price-inner.data-v-17a44f9d {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.order-popup .total-price-inner view.data-v-17a44f9d:nth-child(2) {
|
||||
color: #fa2c19;
|
||||
}
|
||||
.wechat-img-inner.data-v-17a44f9d {
|
||||
margin-top: 60rpx;
|
||||
padding: 0rpx 80rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.order-list.data-v-17a44f9d {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -89,21 +111,22 @@
|
||||
flex: 1;
|
||||
}
|
||||
.order-inner .goods-info-row .goods-name.data-v-17a44f9d {
|
||||
font-size: 30rpx;
|
||||
color: #000000;
|
||||
display: block;
|
||||
margin-bottom: 8rpx;
|
||||
}
|
||||
.order-inner .goods-info-row .goods-no.data-v-17a44f9d {
|
||||
font-size: 26rpx;
|
||||
font-size: 28rpx;
|
||||
color: #000000;
|
||||
display: block;
|
||||
}
|
||||
.order-inner .goods-info-row .price.data-v-17a44f9d {
|
||||
font-size: 26rpx;
|
||||
margin-left: 20rpx;
|
||||
align-self: center;
|
||||
color: #fa2c19;
|
||||
/* 垂直居中在两行文字之间 */
|
||||
}
|
||||
.order-inner .goods-info-row .goods-pay-status.data-v-17a44f9d {
|
||||
font-size: 26rpx;
|
||||
margin-left: 20rpx;
|
||||
align-self: center;
|
||||
}
|
||||
.order-inner .footer.data-v-17a44f9d {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user