处理订单
This commit is contained in:
163
unpackage/dist/dev/mp-weixin/pages/order/index.wxss
vendored
163
unpackage/dist/dev/mp-weixin/pages/order/index.wxss
vendored
@@ -52,101 +52,6 @@
|
||||
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;
|
||||
width: 100%;
|
||||
}
|
||||
.order-inner.data-v-17a44f9d {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #fff;
|
||||
border-radius: 15rpx;
|
||||
overflow: hidden;
|
||||
margin: 20rpx;
|
||||
/* 信息行布局 */
|
||||
}
|
||||
.order-inner .order-inner-header.data-v-17a44f9d {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: #dcdcdc;
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
font-size: 24rpx;
|
||||
justify-content: space-between;
|
||||
line-height: 45rpx;
|
||||
padding: 15rpx 20rpx;
|
||||
}
|
||||
.order-inner .goods-info-row.data-v-17a44f9d {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 20rpx;
|
||||
border-bottom: 2rpx solid #f2f3f5;
|
||||
/* 左侧文字样式 */
|
||||
/* 右侧价格样式 */
|
||||
}
|
||||
.order-inner .goods-info-row .left-text.data-v-17a44f9d {
|
||||
flex: 1;
|
||||
}
|
||||
.order-inner .goods-info-row .goods-name.data-v-17a44f9d {
|
||||
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;
|
||||
}
|
||||
.order-inner .footer .order-inner-price.data-v-17a44f9d {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding-top: 10rpx;
|
||||
padding-right: 20rpx;
|
||||
padding-bottom: 20rpx;
|
||||
font-size: 24rpx;
|
||||
align-items: center;
|
||||
}
|
||||
.order-inner .footer .order-inner-action.data-v-17a44f9d {
|
||||
display: flex;
|
||||
padding-top: 10rpx;
|
||||
padding-bottom: 30rpx;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.title-list.data-v-17a44f9d {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
@@ -179,4 +84,72 @@
|
||||
height: 3px;
|
||||
content: " ";
|
||||
background: var(--nut-tabs-horizontal-tab-line-color, linear-gradient(90deg, var(--nut-primary-color, #fa2c19) 0%, rgba(250, 44, 25, 0.15) 100%));
|
||||
}
|
||||
.order-list.data-v-17a44f9d {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
.order-inner.data-v-17a44f9d {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #fff;
|
||||
border-radius: 15rpx;
|
||||
overflow: hidden;
|
||||
margin: 20rpx;
|
||||
/* 信息行布局 */
|
||||
}
|
||||
.order-inner .order-inner-header.data-v-17a44f9d {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 24rpx;
|
||||
justify-content: space-between;
|
||||
line-height: 45rpx;
|
||||
padding: 15rpx 20rpx;
|
||||
border-bottom: 2rpx solid #f2f3f5;
|
||||
}
|
||||
.order-inner .goods-info-row.data-v-17a44f9d {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 20rpx;
|
||||
border-bottom: 2rpx solid #f2f3f5;
|
||||
/* 左侧文字样式 */
|
||||
/* 右侧价格样式 */
|
||||
}
|
||||
.order-inner .goods-info-row .left-text.data-v-17a44f9d {
|
||||
flex: 1;
|
||||
}
|
||||
.order-inner .goods-info-row .goods-name.data-v-17a44f9d {
|
||||
font-size: 26rpx;
|
||||
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;
|
||||
}
|
||||
.order-inner .footer .order-inner-price.data-v-17a44f9d {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
padding: 20rpx;
|
||||
font-size: 24rpx;
|
||||
align-items: center;
|
||||
}
|
||||
.order-inner .footer .remarks.data-v-17a44f9d {
|
||||
padding: 20rpx;
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
font-size: 24rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user