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; }