账户密码登录

This commit is contained in:
liu
2026-08-21 11:01:37 +08:00
parent 3bd26acbb9
commit f0d8f6bac4
13 changed files with 328 additions and 599 deletions
+38 -17
View File
@@ -100,17 +100,44 @@
}
}
/* ========== 功能介绍 ========== */
.login-features {
margin-bottom: 80px;
/* ========== 登录表单 ========== */
.login-form {
width: 100%;
background: #f7f8fa;
border-radius: 24px;
padding: 0 32px;
margin-bottom: 60px;
}
.feature-text {
font-size: 26px;
color: #c8c9cc;
letter-spacing: 2px;
.form-item {
display: flex;
align-items: center;
height: 112px;
border-bottom: 1px solid #ebedf0;
&:last-child {
border-bottom: none;
}
}
.form-label {
width: 120px;
font-size: 30px;
color: #323233;
flex-shrink: 0;
}
.form-input {
flex: 1;
height: 100%;
font-size: 30px;
color: #323233;
}
.form-input-placeholder {
color: #c8c9cc;
}
/* ========== 登录操作区 ========== */
.login-actions {
width: 100%;
@@ -144,23 +171,17 @@
opacity: 0.75;
}
/* ========== 去注册入口 ========== */
.login-switch {
/* ========== 客服提示 ========== */
.login-tip {
display: flex;
align-items: center;
justify-content: center;
margin-top: 32px;
.switch-text {
font-size: 28px;
.tip-text {
font-size: 26px;
color: #969799;
}
.switch-link {
font-size: 28px;
color: #ee0a24;
margin-left: 8px;
}
}
/* ========== 协议文字 ========== */