登录页面

This commit is contained in:
李志鹏
2026-04-22 13:57:28 +08:00
parent fd86f5fa74
commit d65590304f
11 changed files with 318 additions and 237 deletions

View File

@@ -40,15 +40,15 @@
.password-tip {
background: #404040;
color: #fff;
font-size: 1.4rem;
padding: 2rem;
border-radius: 2rem;
font-size: 1.1rem;
padding: 1.5rem;
border-radius: 1.5rem;
line-height: normal;
> div {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
margin-bottom: 1rem;
&:last-child {
margin-bottom: 0;
}