From 9a5b5bb1015cf23b8fc2bd724868cfa3efb8392d Mon Sep 17 00:00:00 2001 From: Xingan Zhao <2081098605@qq.com> Date: Sat, 28 Sep 2024 09:55:11 +0800 Subject: [PATCH] new feature --- src/containers/App/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 0020912..56c9735 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -467,7 +467,7 @@ footer a:hover { border-radius: 10px; /* 设置圆角åŠå¾„ */ margin-bottom: 100px; /* max-width: 0.9vw; */ - background-color: #e4dfb4b0; + background-color: #e4dfb4; box-shadow: 10px 10px 5px rgba(0,0,0,0.1); transform: scale(1.01); @@ -492,7 +492,7 @@ footer a:hover { border-radius: 10px; /* 设置圆角åŠå¾„ */ margin-bottom: 100px; /* max-width: 0.9vw; */ - background-color: #e4dfb4b0; + background-color: #e4dfb4; box-shadow: 10px 10px 5px rgba(0,0,0,0.1); transform: scale(1.01); } -- GitLab