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 @@ GitHub + + +