From ec4e68140feb300d309dcac59fd8572c43c676e7 Mon Sep 17 00:00:00 2001 From: Ly <503441659@qq.com> Date: Mon, 24 Mar 2025 09:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E7=BB=A9=E5=85=AC=E5=B8=83=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=B0=8F=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/resultsAnnounced/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/resultsAnnounced/index.vue b/src/views/resultsAnnounced/index.vue index 06af3a0..90002e7 100644 --- a/src/views/resultsAnnounced/index.vue +++ b/src/views/resultsAnnounced/index.vue @@ -103,6 +103,7 @@ const Back =()=>{ height: 540px; background: url("@/assets/images/bg4.png") no-repeat center center; background-size: contain; + margin-top: -5px; padding-top: 15px; padding-left: 25px; padding-right:25px; @@ -162,7 +163,7 @@ const Back =()=>{ height: 28px; width: 100%; position: absolute; /* 绝对定位 */ - bottom: 200px; + bottom: 210px; gap: 90px; left: 110px; } @@ -178,9 +179,9 @@ const Back =()=>{ } .footer{ width: 560px; - height: 160px; + height: 150px; position: absolute; /* 绝对定位 */ - bottom: 0; /* 置于底部 */ + bottom: 15px; /* 置于底部 */ display: flex; flex-direction: row; padding-left: 50px;