diff --git a/src/view/order-check.vue b/src/view/order-check.vue index 21f2230..17e9b99 100644 --- a/src/view/order-check.vue +++ b/src/view/order-check.vue @@ -4,6 +4,13 @@ 订单确认
+
+
+ +
{{info.merchantName}}
+
+ +
@@ -304,11 +311,52 @@ export default { .top { margin-bottom: 0.18rem; } +.item-top { + height: 0.65rem; + width: 100%; + background-color: white; + margin-top: 0.15rem; + border-bottom: 0.01rem solid #e5e5e5; + box-sizing: border-box; + font-size: 0.3rem; + display: flex; + justify-content: space-between; + width: 100%; + padding: 0 0.36rem 0 0.3rem; + line-height: 1; + align-items: center; + img { + width: 0.34rem; + height: 0.28rem; + margin-right: 0.2rem; + } + .item-top-left { + display: flex; + align-items: center; + } + .item-top-address { + } + .item-top-state { + color: #999; + font-size: 0.28rem; + } + .state0 { + color: #fcac21; + } + .state10 { + color: #00ba86; + } + .state11 { + color: #00ba86; + } + .state20 { + color: #fc4f21; + } +} .goods-container { width: 100%; color: #333; height: 1.6rem; - margin-top: 0.1rem; background-color: white; display: flex; box-sizing: border-box;