From 0247180a432f9c9b2127b952984d67d742f416a9 Mon Sep 17 00:00:00 2001 From: Snowz <372492339@qq.com> Date: Thu, 29 May 2025 00:04:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E9=A1=B5?= =?UTF-8?q?=E8=84=9A=E7=9B=B8=E5=85=B3=E6=A0=B7=E5=BC=8F=E5=92=8CHTML?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理不再使用的页脚样式和对应的HTML结构,保持代码简洁。这些样式和元素在当前版本中已不再需要。 --- assets/css/style.css | 13 ------------- index.php | 6 ------ 2 files changed, 19 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 7620390..fd11113 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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; diff --git a/index.php b/index.php index 4f47be0..f89b159 100644 --- a/index.php +++ b/index.php @@ -583,11 +583,5 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { // 初始化 updateRequiredFields('website'); - \ No newline at end of file