From d18b452e3eb92f1bd56a4741c7efaff4d8807b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 3 Sep 2025 18:05:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=81=9C=E8=BD=A6=E5=9C=BA?= =?UTF-8?q?=E5=88=97=E8=A1=A8=20-=20=E4=BB=8E=E8=BF=91=E5=88=B0=E8=BF=9C?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/park/monthlyPayment/index.css | 5 +- packages/park/monthlyPayment/index.vue | 86 ++++++++++++++----------- packages/park/parkOrderDetail/index.vue | 2 +- 3 files changed, 50 insertions(+), 43 deletions(-) diff --git a/packages/park/monthlyPayment/index.css b/packages/park/monthlyPayment/index.css index 12527d3b..86c8f6bb 100644 --- a/packages/park/monthlyPayment/index.css +++ b/packages/park/monthlyPayment/index.css @@ -1,7 +1,6 @@ /* 包月支付页面样式 */ page { background-color: #f5f7fb; - overflow-y: hidden; } .monthly-payment-container { @@ -14,7 +13,7 @@ page { top: 90rpx; left: 0; width: 100%; - height: 100%; + height: 94vh; background-color: rgba(0, 0, 0, 0.5); z-index: 98; } @@ -165,7 +164,7 @@ page { } .car-image { - width: 400rpx; + width: 50%; height: 200rpx; position: absolute; top: 193rpx; diff --git a/packages/park/monthlyPayment/index.vue b/packages/park/monthlyPayment/index.vue index 7a0623f2..044daac7 100644 --- a/packages/park/monthlyPayment/index.vue +++ b/packages/park/monthlyPayment/index.vue @@ -1,9 +1,9 @@