This commit is contained in:
liu
2026-08-27 14:25:03 +08:00
parent 4bbe92d8e8
commit 78c787d207
11 changed files with 307 additions and 13 deletions
+28 -2
View File
@@ -184,7 +184,7 @@
}
}
/* ========== 协议文字 ========== */
/* ========== 协议勾选区 ========== */
.login-agreement {
display: flex;
align-items: center;
@@ -193,9 +193,35 @@
margin-top: 32px;
line-height: 1.6;
.agree-checkbox {
width: 32px;
height: 32px;
border-radius: 50%;
border: 2px solid #c8c9cc;
margin-right: 12px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
transition: all 0.2s;
&--checked {
background: #ee0a24;
border-color: #ee0a24;
}
}
.agree-checkbox-tick {
font-size: 22px;
color: #fff;
line-height: 1;
font-weight: 700;
}
.agree-text {
font-size: 24px;
color: #c8c9cc;
color: #969799;
}
.agree-link {