From 9df3b78f028d2465415b0df7f4df088af82ef6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BD=B3=E5=AE=87?= <17601616548@163.com> Date: Tue, 8 Oct 2024 18:17:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AD=90=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=82=AC=E6=B5=AE=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages/main/order/src/order.vue | 667 ++++++++++++++++-------------- 1 file changed, 352 insertions(+), 315 deletions(-) diff --git a/h5/pages/main/order/src/order.vue b/h5/pages/main/order/src/order.vue index 3c90f51..7861bf2 100644 --- a/h5/pages/main/order/src/order.vue +++ b/h5/pages/main/order/src/order.vue @@ -1,352 +1,389 @@ \ No newline at end of file +.order_wrapper { + position: relative; + width: 710rpx; + background: #ffffff; + box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(0, 0, 0, 0.05); + border-radius: 10rpx; + margin: 0 auto; + padding-top: 35rpx; + margin-top: 16rpx; +} +