From a144c435e3f3337725b3a63071323f21e34f3569 Mon Sep 17 00:00:00 2001 From: AviderMin Date: Mon, 21 Oct 2024 14:05:25 +0800 Subject: [PATCH] fix bugs --- css/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index f6389d1..2efa8bd 100644 --- a/css/styles.css +++ b/css/styles.css @@ -200,6 +200,7 @@ button { position: fixed; right: 100px; bottom: 100px; + transition: all 0.5s; } .news-elevator-list { @@ -218,11 +219,13 @@ button { text-align: center; } -.news-elevator-list a { +.news-elevator-list li a { text-decoration: none; + color:#000000; } .footer { + margin-top: 10px; width: 100%; background-color: #3FA8EA; text-align: center;