From b0df31fde29d73239042fd1fdc6235e7877dc1f5 Mon Sep 17 00:00:00 2001 From: Snowz <372492339@qq.com> Date: Mon, 26 May 2025 20:25:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=A0=B7=E5=BC=8F):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=80=82=E9=85=8D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=B9=B6=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 mobile.css 文件实现移动端样式优化,并在 index.php 中通过媒体查询引入 主要针对屏幕宽度小于768px的设备进行布局调整,包括表单元素、按钮、容器等组件的响应式设计 --- index.php | 1 + mobile.css | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 mobile.css diff --git a/index.php b/index.php index 4766c7a..f89b159 100644 --- a/index.php +++ b/index.php @@ -105,6 +105,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {