From feb2cfe503bffb5e2432f152d1f09640db3267c3 Mon Sep 17 00:00:00 2001 From: xuanchen120 <122383162@qq.com> Date: Wed, 16 Feb 2022 10:36:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=94=BF=E5=BA=9C=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/index/css/style.css | 19 +++++++++++ resources/views/layouts/app.blade.php | 2 ++ resources/views/layouts/footer.blade.php | 43 +++++++++++++----------- 3 files changed, 44 insertions(+), 20 deletions(-) diff --git a/public/assets/index/css/style.css b/public/assets/index/css/style.css index a1d89fd..0a8122d 100644 --- a/public/assets/index/css/style.css +++ b/public/assets/index/css/style.css @@ -105,6 +105,25 @@ body { margin-top: 10px; } +.FooterBottom a:hover { + color: #fff; + text-decoration: underline; +} + +.linkImg { + display: flex; +} + +.Footer-tips { + flex: 1; + margin-top: 10px; +} + +.linkImg img { + float: right; + margin-top: 10px; +} + /*友情链接*/ .Link { margin-top: 60px; diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 2661b39..8501ac4 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -4,6 +4,8 @@