登陆页操作流程调整
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user