diff --git a/pages/order/detail.vue b/pages/order/detail.vue index d0fa5cd..8a748f9 100644 --- a/pages/order/detail.vue +++ b/pages/order/detail.vue @@ -1,726 +1,688 @@ + .all-rpice-item { + justify-content: flex-end; + align-items: center; + + .title { + font-size: 26rpx; + font-weight: 500; + color: #333333; + line-height: normal; + } + + .all-price { + font-size: 26rpx; + font-family: OPPOSANS; + line-height: normal; + color: $red; + } + } + } + + // 底部 + .footer-box { + height: 100rpx; + width: 100%; + box-sizing: border-box; + border-radius: 10rpx; + padding-right: 20rpx; + + .cancel-btn { + width: 160rpx; + height: 60rpx; + background: #eeeeee; + border-radius: 30rpx; + margin-right: 20rpx; + font-size: 26rpx; + font-weight: 400; + color: #333333; + } + + .pay-btn { + width: 160rpx; + height: 60rpx; + font-size: 26rpx; + border-radius: 30rpx; + font-weight: 500; + color: #fff; + } + } + \ No newline at end of file diff --git a/pages/order/list.vue b/pages/order/list.vue index 5cb1607..5cc39aa 100644 --- a/pages/order/list.vue +++ b/pages/order/list.vue @@ -7,7 +7,7 @@ + :key="order.id" @tap="onOrderDetail(order.id)"> 订单号:{{ order.no }} {{ @@ -15,7 +15,8 @@ }} - --> -