refactor: 移除页脚相关样式和HTML代码

清理不再使用的页脚样式和对应的HTML结构,保持代码简洁。这些样式和元素在当前版本中已不再需要。
This commit is contained in:
Snowz 2025-05-29 00:04:11 +08:00
parent b2c82adcd1
commit 0247180a43
2 changed files with 0 additions and 19 deletions

View File

@ -455,19 +455,6 @@ select.form-control {
text-align: center;
}
.page-footer p {
margin: var(--spacing-sm) 0;
}
.page-footer a {
color: var(--primary-light);
text-decoration: none;
}
.page-footer a:hover {
text-decoration: underline;
}
.page-footer p {
margin-bottom: var(--spacing-sm);
opacity: 0.8;

View File

@ -583,11 +583,5 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
// 初始化
updateRequiredFields('website');
</script>
<footer class="page-footer">
<div class="container">
<p>本功能页面开源<a href="https://ckk.photo8.site/Photo8/tougao/src/branch/AmazingFeature/">仓库地址</a></p>
<p>联系方式:<a href="#">邮箱</a></p>
</div>
</footer>
</body>
</html>