From 79a9226fa0af089395de59d5d1fcb549592dfe87 Mon Sep 17 00:00:00 2001 From: duanliang <540489889@qq.com> Date: Tue, 13 Jan 2026 16:39:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/box-1.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/home/components/box-1.vue b/src/views/home/components/box-1.vue index 5b80f0c..fb2c2bb 100644 --- a/src/views/home/components/box-1.vue +++ b/src/views/home/components/box-1.vue @@ -251,7 +251,7 @@ } .box { width: 50%; - // height: vh(820); + height: vh(795); background-image: url('@/assets/images/bg-3.png'); background-size: 100% 100%; &:nth-child(1) { @@ -375,9 +375,9 @@ } } .ticket-box { - margin-top: vh(20); + margin-top: vh(10); width: 100%; - // height: vh(106); + height: vh(196); background: linear-gradient(to right, rgba(0, 77, 136, 0) 0%, rgba(0, 77, 136, 0.6) 100%); .title { width: vw(253);