From a7986dae37018d2905a3495b4982d35f43887214 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Fri, 26 Dec 2025 15:07:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B3=A8=E5=86=8C=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=8C=89=E9=92=AE=E5=AE=BD=E5=BA=A62?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/index.css b/css/index.css index b5a279a..f1798ad 100644 --- a/css/index.css +++ b/css/index.css @@ -3553,8 +3553,8 @@ html { /* 调整移动端注册按钮样式 - 长方形无圆角,撑满导航栏高度 */ #index .no-login .btn.btn-normal#registBtn { - padding: 0 40px !important; - font-size: 10px !important; + padding: 0 25px !important; + font-size: 12px !important; min-width: auto !important; height: 100% !important; line-height: 1 !important; @@ -3571,8 +3571,8 @@ html { /* 移动端注册按钮图标显示 */ #index .no-login .btn.btn-normal#registBtn .regist-icon { display: block; - width: 12px; - height: 12px; + width: 15px; + height: 15px; } /* 移动端注册按钮图标隐藏 - 旧样式移除 */