From 361e6ad501dfb908013e830ca0e9113bda0ec914 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Sat, 16 Aug 2025 14:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E7=A7=9F=E8=81=98=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=9B=BE=E7=89=87=E4=BD=8D=E7=BD=AE=E7=9B=B8=E5=AF=B9?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E5=8F=B3=E7=A7=BB=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/lease/lease.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/lease/lease.vue b/pages/lease/lease.vue index 7eaa7df..885cede 100644 --- a/pages/lease/lease.vue +++ b/pages/lease/lease.vue @@ -298,9 +298,11 @@ export default { .header { position: relative; //border: #120d0d solid 2rpx; - background: white; + background: #fedfcd; .fire-background-full { + position: relative; + left: 30rpx; width: 750rpx; height: 592rpx; } @@ -333,7 +335,7 @@ export default { .section-indicator { width: 8rpx; height: 40rpx; - background: #ff4757; + background: #f15a04; border-radius: 4rpx; margin-right: 20rpx; } @@ -413,7 +415,7 @@ export default { justify-content: center; width: 40rpx; height: 40rpx; - background: #ff6b6b; + background: #f15a04; border-radius: 50%; .map-icon { @@ -460,7 +462,7 @@ export default { .location-title { font-size: 24rpx; - color: #ff6b6b; + color: #f15a04; font-weight: 500; margin-right: 12rpx; } @@ -497,7 +499,7 @@ export default { } .get-location-btn { - background: #ff6b6b; + background: #f15a04; color: #ffffff; border: none; border-radius: 24rpx;