From 33f1edcc68ffbc9404eec8498bd060121730763d Mon Sep 17 00:00:00 2001 From: Yaosanqi137 Date: Mon, 2 Mar 2026 01:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0footer=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/footer.css | 20 ++++++++++++++++++++ footer.php | 13 ++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/assets/css/footer.css b/assets/css/footer.css index 768d2e7..45ae9d4 100644 --- a/assets/css/footer.css +++ b/assets/css/footer.css @@ -65,3 +65,23 @@ padding: 1.5rem 0 1rem; } } + +.footer-address-text { + color: var(--text-secondary); + line-height: 1.6; + overflow-wrap: anywhere; + margin: 0; +} + +.footer-icp { + margin-top: 0.45rem; +} + +.footer-icp a { + color: var(--text-secondary); +} + +.footer-icp a:hover { + color: var(--color-primary); + text-decoration: underline; +} diff --git a/footer.php b/footer.php index d352ac9..eef415f 100644 --- a/footer.php +++ b/footer.php @@ -12,13 +12,24 @@ + +