From a4d28edc007fc8499ccb5917d30fd24afc8c862f Mon Sep 17 00:00:00 2001 From: anne-lxm <1076217653@qq.com> Date: Fri, 13 May 2022 18:35:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20footer=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/theme/styles/footer.styl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/.vuepress/theme/styles/footer.styl b/docs/.vuepress/theme/styles/footer.styl index 8150c0491..e704d999f 100644 --- a/docs/.vuepress/theme/styles/footer.styl +++ b/docs/.vuepress/theme/styles/footer.styl @@ -66,7 +66,7 @@ $html5Color = #fb6f18 display flex flex-direction column align-items flex-start - margin 20px 50px 0 0 + margin 20px 45px 0 0 .navLine width 100% @@ -181,6 +181,7 @@ $html5Color = #fb6f18 .navItemDetail margin-right 0px + width 131px #aboutusBox height 420px @@ -189,20 +190,26 @@ $html5Color = #fb6f18 margin-right 20px @media screen and (min-width $MQMobile) + + #footNavBox + .navLine + width 80% + .footNavItem + margin 20px 18px 0 0 #footNavClassify width 30% .footNavItem - min-width 290px + min-width 240px .navItemDetailBox height 300px display flex - justify-content center + justify-content flex-start flex-direction column .navItemDetail - margin-right 70px + margin-right 1rem #aboutusBox width 70% -- GitLab