From e46a4cb97e5558c05f86e47a61fb545446d8a7b4 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Thu, 22 Jun 2023 22:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BA=95=E9=83=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 43c7ec5..4ad7076 100644 --- a/src/App.vue +++ b/src/App.vue @@ -61,6 +61,7 @@ body { background-size: 100%; background-repeat: no-repeat; + // 顶部信息 .topnav { width: 100%; height: 20%; @@ -142,11 +143,12 @@ body { } //底部信息 .footer { - // width: 100%; - height: 120vh; + width: 100%; + height: 120px; background-image: url("assets/g_footbg.png"); background-repeat: no-repeat; background-size: 100% 100%; + z-index: 999; position: absolute; bottom: 0; left: 0;