From 44709af6ac688d6564f065d4e47aef9d4114e10d Mon Sep 17 00:00:00 2001 From: fhzit <152045732+fhzit@users.noreply.github.com> Date: Fri, 14 Mar 2025 22:25:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BA=86=E7=89=88?= =?UTF-8?q?=E6=9D=83=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加了版权信息 --- index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.html b/index.html index ffe11f8..dd11a36 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,17 @@ transform: translateY(0); } } + /* 新增版权信息样式 */ + .copyright { + position: absolute; + bottom: 10px; + width: 100%; + text-align: center; + font-size: 20px; + color: rgba(255, 255, 255, 0.8); + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + animation: fadeInUp 1s ease-in-out; + }
@@ -98,5 +109,8 @@