This commit is contained in:
Zuoling Rong
2025-02-03 13:51:24 +08:00
parent b0e5817e4a
commit 2943ea22d0
4 changed files with 76 additions and 0 deletions

View File

@@ -923,4 +923,25 @@ body {
opacity: 1;
transform: scale(1);
}
}
/* 版权声明 */
.copyright {
margin-top: auto;
padding-top: 1rem;
text-align: center;
color: #8b8c8f;
font-size: 0.85rem;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.copyright a {
color: #4a9eff;
text-decoration: none;
transition: all 0.3s ease;
}
.copyright a:hover {
color: #3a8eef;
text-decoration: underline;
}