处理用户登陆

This commit is contained in:
2026-01-15 16:10:27 +08:00
parent 88c8a4517b
commit b04c263e49
37 changed files with 567 additions and 497 deletions

View File

@@ -48,30 +48,25 @@
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.divider.data-v-d08ef7d4 {
height: 1px;
background: #eee;
width: 100%;
}
.content.data-v-d08ef7d4 {
.login-page.data-v-d08ef7d4 {
display: flex;
justify-content: center;
flex-direction: column;
padding: 25px 15px;
align-items: center;
gap: 20px;
}
.tip-infos.data-v-d08ef7d4 {
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 10px 25px;
gap: 10px;
height: 100vh;
}
.tip-infos text.data-v-d08ef7d4:nth-child(2) {
font-size: 15px;
color: #666;
.login-title.data-v-d08ef7d4 {
margin-top: 240rpx;
margin-bottom: 40rpx;
font-size: 32rpx;
color: #333;
font-weight: bold;
}
.authorize-btn-inner.data-v-d08ef7d4 {
padding: 15px;
.title-text.data-v-d08ef7d4 {
font-size: 36rpx;
color: #ff6600;
text-align: center;
}
.login-container.data-v-d08ef7d4 {
width: 80%;
padding: 40rpx;
}