登陆页操作流程调整

This commit is contained in:
2026-06-05 17:56:44 +08:00
parent c17f75c707
commit 1c3ea6aa3c
2 changed files with 60 additions and 10 deletions
+16
View File
@@ -336,6 +336,22 @@
50% { opacity: 0; }
}
/* ==================== 验证码发送状态提示 ==================== */
.login-view__sms-status {
width: 100%;
font-size: 0.13rem;
line-height: 0.16rem;
color: #64748B;
text-align: center;
padding-right: 0.1rem;
margin-top: -0.19rem;
margin-bottom: -0.10rem;
}
.login-view__sms-status--error {
color: #E85635;
}
/* ==================== 状态按钮(步骤二) ==================== */
.login-view__status-btn {
width: 100%;