调整注册登录按钮宽度2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-26 15:07:00 +08:00
parent f7db90f1da
commit a7986dae37

View File

@@ -3553,8 +3553,8 @@ html {
/* 调整移动端注册按钮样式 - 长方形无圆角,撑满导航栏高度 */ /* 调整移动端注册按钮样式 - 长方形无圆角,撑满导航栏高度 */
#index .no-login .btn.btn-normal#registBtn { #index .no-login .btn.btn-normal#registBtn {
padding: 0 40px !important; padding: 0 25px !important;
font-size: 10px !important; font-size: 12px !important;
min-width: auto !important; min-width: auto !important;
height: 100% !important; height: 100% !important;
line-height: 1 !important; line-height: 1 !important;
@@ -3571,8 +3571,8 @@ html {
/* 移动端注册按钮图标显示 */ /* 移动端注册按钮图标显示 */
#index .no-login .btn.btn-normal#registBtn .regist-icon { #index .no-login .btn.btn-normal#registBtn .regist-icon {
display: block; display: block;
width: 12px; width: 15px;
height: 12px; height: 15px;
} }
/* 移动端注册按钮图标隐藏 - 旧样式移除 */ /* 移动端注册按钮图标隐藏 - 旧样式移除 */