From bd1c55b8f00b068ad943f25feccf18977e6a2c85 Mon Sep 17 00:00:00 2001 From: bill <276957690@qq.com> Date: Tue, 2 Nov 2021 17:05:38 +0800 Subject: [PATCH] 3 --- public/css/index.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/public/css/index.css b/public/css/index.css index 264095d..12ddc1f 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -256,3 +256,32 @@ +.footer { + background: url('../img/sdtttr.png') no-repeat; + background-size: 100% 100%; + height: 90px; + width: 100%; + position: relative; +} + +.footer-cert { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.footer-cert, +.footer-cert a { + color: #fff; +} + + +.active { + color: #edb183 !important; +} + +.footer-item { + display: block; + text-align: center; +} \ No newline at end of file