From 35b0437ddd15fc7caa41c68d910399e841fe7ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Tue, 20 May 2025 10:21:32 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=B3=A8=E9=87=8AAppHeader.vue=E4=B8=AD?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E7=B4=A7=E6=80=A5=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E9=93=BE=E6=8E=A5=20-=20=E8=B0=83=E6=95=B4index.css?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=A4=9A=E4=B8=AA=E5=85=83=E7=B4=A0=E7=9A=84?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E3=80=81=E9=AB=98=E5=BA=A6=E5=92=8C=E8=BE=B9?= =?UTF-8?q?=E8=B7=9D=20-=20=E6=9B=B4=E6=96=B0AppFooter.vue=E7=9A=84?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=92=8C=E5=86=85=E5=AE=B9=EF=BC=8C=E5=8C=85?= =?UTF-8?q?=E6=8B=AC=E5=9C=B0=E5=9D=80=E3=80=81=E7=94=B5=E8=AF=9D=E5=92=8C?= =?UTF-8?q?=E4=BA=A4=E9=80=9A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/index.css | 12 +++++----- components/AppFooter.vue | 48 ++++++++++++++++++++++++++++------------ components/AppHeader.vue | 4 ++-- nuxt.config.ts | 2 +- 4 files changed, 43 insertions(+), 23 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 9c6b796..627991b 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -1848,7 +1848,7 @@ position: relative; width: 538px; height: 22px; - margin: 38px 0 0 358px; + margin: 38px 0 0 230px; } @media screen and (max-width: 1440px) { @@ -1881,7 +1881,7 @@ text-align: center; white-space: nowrap; line-height: 22px; - margin-left: 212px; + margin-left: 709px; } .text_71 { @@ -1950,7 +1950,7 @@ background-color: rgba(255, 255, 255, 1); width: 78%; height: 1px; - margin: 22px 0 0 358px; + margin: 22px 0 0 230px; } @media screen and (max-width: 1440px) { @@ -1962,8 +1962,8 @@ .block_9 { width: 70%; - height: 111px; - margin: 23px 0 0 358px; + height: 330px; + margin: 23px 0 0 230px; } @media screen and (max-width: 1440px) { @@ -1974,7 +1974,7 @@ .text-wrapper_58 { position: relative; - width: 258px; + width: 380px; height: 98px; margin-top: 8px; } diff --git a/components/AppFooter.vue b/components/AppFooter.vue index 69b151a..70d5b1f 100644 --- a/components/AppFooter.vue +++ b/components/AppFooter.vue @@ -1,21 +1,31 @@