调整注册登录按钮宽度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 {
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;
}
/* 移动端注册按钮图标隐藏 - 旧样式移除 */