diff --git a/src/project/pidu/AppPointsChange/myOrder.vue b/src/project/pidu/AppPointsChange/myOrder.vue index 6eba6a85..91766763 100644 --- a/src/project/pidu/AppPointsChange/myOrder.vue +++ b/src/project/pidu/AppPointsChange/myOrder.vue @@ -4,36 +4,44 @@
{{ item }}
- -
-
-
+ +
+ +
+ +
-
{{ item.createTime }}
-
{{ item.orderStatus | format }}
+
2020-12-11 10:10
+ +
待收货
-
+ +
- +
-
{{ e.merchandiseName }}
+
天薇抽纸天然无香纸巾天薇抽纸天然无香纸巾天薇抽纸可湿水面巾…
-
x{{ e.merchandiseNumber }}
-
{{ e.merchandiseNumber * e.costIntegral }}积分
+
数量:2
+
10积分
-
-
-
取消订单
-
核销码:
+
+ 备注:明天自己上门取货 +
+ +
+
取消订单
+
核销码:293049
+
- +
@@ -144,6 +152,7 @@ export default { font-size: 28px; box-sizing: border-box; padding: 128px 32px 32px 32px; + box-sizing: border-box; .item { width: 100%; background: #FFFFFF; @@ -156,14 +165,18 @@ export default { height: 104px; line-height: 104px; padding: 0 32px; + box-sizing: border-box; border-bottom: 1px solid #EEEEEE; } .list { padding: 0 32px; + box-sizing: border-box; + height: 100%; .list-item { display: flex; padding: 32px 0; - border-bottom: 1px solid #EEEEEE; + box-sizing: border-box; + .picture { width: 176px; height: 176px; @@ -175,7 +188,6 @@ export default { } .info { width: calc(100% - 192px); - .name {} .info-num { margin-top: 24px; display: flex; @@ -194,26 +206,36 @@ export default { } } } + + .remark { + padding: 16px 32px; + box-sizing: border-box; + border-top: 1px solid #EEEEEE; + + } .btn { - height: 128px; + height: 100px; display: flex; - justify-content: flex-end; + justify-content: space-between; padding: 0 20px; + box-sizing: border-box; + border-top: 1px solid #EEEEEE; div { - margin-top: 32px; + margin-top: 14px; width: 176px; height: 64px; line-height: 64px; - border: 1px solid #DDDDDD; - border-radius: 52px; text-align: center; } div:first-child { margin-right: 32px; + border: 1px solid #DDDDDD; + border-radius: 52px; } div:last-child { - color: #FFFFFF; - background: linear-gradient(90deg, #FFA044 0%, #FF8436 100%); + color: #999999; + width: calc(100% - 200px); + text-align: right; } } }