From 9d41748d8a8e50f08a310631d96b87398a27f55a Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Thu, 2 Sep 2021 10:59:57 +0800 Subject: [PATCH] add footer style --- layouts/partials/footer.html | 8 +++----- static/css/style.css | 11 +++++------ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index f1b14c4..361a026 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,3 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index c7e6f04..880f557 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -169,17 +169,16 @@ hr { /* footer底注 */ .footer { + padding-top: 20px; + padding-bottom: 30px; background-color: #f5f5f5; + + color: #6c757d !important; text-align: center; font-size: 95%; } -.footcontainer { - width: auto; - padding-right: 15px; - padding-left: 15px; -} -.footcontainer a{ +.footer a{ text-decoration: underline !important; color:#6c757d !important; }