增加备案信息

This commit is contained in:
yml2213
2026-06-22 19:20:58 +08:00
parent d7c5701cc0
commit 86a136e663
3 changed files with 94 additions and 0 deletions
@@ -828,3 +828,35 @@
height: 40px;
}
}
/* ========== 页脚 ========== */
.home-footer {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 16px 12px calc(16px + env(safe-area-inset-bottom));
color: #a0aab6;
font-size: 11px;
line-height: 1.6;
text-align: center;
flex-wrap: wrap;
}
.home-footer-icp {
color: #a0aab6;
text-decoration: none;
transition: color 0.2s;
}
.home-footer-icp:hover {
color: #5a6577;
}
.home-footer-divider {
color: #d0d6e0;
}
.home-footer-copyright {
color: #a0aab6;
}