From f1764f68076cf3766e65f5e43170566fc0936050 Mon Sep 17 00:00:00 2001 From: xioayue Date: Tue, 27 Jun 2023 17:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 92d9497..2bb5af1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -93,7 +93,7 @@ body { // 顶部信息 .topnav { width: 100%; - height: 14%; + height: 14vh; background-image: url("assets/index/topnav.png"); background-size: 100% 100%; background-repeat: no-repeat; @@ -107,7 +107,7 @@ body { .topImg { margin-top: 0.6%; width: 24%; - height: 12%; + height: 3vh; margin-left: auto; margin-right: auto; } @@ -174,7 +174,7 @@ body { //底部信息 .footer { width: 100%; - height: 60px; + height: 12vh; background-image: url("assets/g_footbg.png"); background-repeat: no-repeat; background-size: 100% 100%;