fix: 恢复登录手机号和短信倒计时

This commit is contained in:
2026-07-10 17:13:21 +08:00
parent fc8a593393
commit dc4b1bfce9
2 changed files with 12 additions and 5 deletions

View File

@@ -295,7 +295,7 @@ textarea:focus-visible {
padding: 5px 4px;
border-radius: 10px;
color: var(--login-muted);
font-size: 13px;
font-size: 12px;
line-height: 1.7;
transition: background 0.18s ease, color 0.18s ease;
}
@@ -309,13 +309,13 @@ textarea:focus-visible {
min-height: 34px;
display: inline-flex;
align-items: center;
gap: 8px;
gap: 6px;
cursor: pointer;
}
.agreement-toggle input {
width: 20px;
height: 20px;
width: 18px;
height: 18px;
margin: 0;
accent-color: var(--login-brand-dark);
cursor: pointer;