From da4e43c178235a754643db2fbb5bd9774f46bb6b Mon Sep 17 00:00:00 2001 From: Liuqi <517964015@qq.com> Date: Mon, 14 Aug 2023 14:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E7=BB=84=E4=BB=B6=E5=B9=B6=E4=B8=94=E5=A4=8D=E5=86=99?= =?UTF-8?q?=E4=BA=86=E4=B8=80=E4=BA=9BUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layouts/UserLayout.vue | 12 +++---- src/components/page/GlobalFooter.vue | 50 +++++++++++++-------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/components/layouts/UserLayout.vue b/src/components/layouts/UserLayout.vue index 0489c5d..c2e1a31 100644 --- a/src/components/layouts/UserLayout.vue +++ b/src/components/layouts/UserLayout.vue @@ -17,12 +17,12 @@
@@ -135,7 +135,7 @@ export default { margin-bottom: 8px; font-size: 14px; a { - color: rgba(0, 0, 0, 0.45); + color: rgba(230, 228, 235, 0.45); transition: all 0.3s; &:not(:last-child) { margin-right: 40px; @@ -143,7 +143,7 @@ export default { } } .copyright { - color: rgba(0, 0, 0, 0.45); + color: rgb(242, 242, 248); font-size: 14px; } } diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue index 8f4d09e..7974d85 100644 --- a/src/components/page/GlobalFooter.vue +++ b/src/components/page/GlobalFooter.vue @@ -3,49 +3,49 @@