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; } /* 移动端注册按钮图标隐藏 - 旧样式移除 */