处理用户登陆

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

@@ -143,4 +143,26 @@
}
.room-info .remark.data-v-1cf27b2a {
font-size: 26rpx;
}
.login-page.data-v-1cf27b2a {
display: flex;
align-items: center;
flex-direction: column;
height: 100vh;
}
.login-title.data-v-1cf27b2a {
margin-top: 240rpx;
margin-bottom: 40rpx;
font-size: 32rpx;
color: #333;
font-weight: bold;
}
.title-text.data-v-1cf27b2a {
font-size: 36rpx;
color: #ff6600;
text-align: center;
}
.login-container.data-v-1cf27b2a {
width: 80%;
padding: 40rpx;
}