Files
ai_wht_wechat/figma_html_page/css/phone-login.css
2026-01-06 19:36:42 +08:00

20 lines
266 B
CSS

.login-form {
padding: 20px 24px;
}
.page-title {
font-size: 22px;
font-weight: 600;
color: #333;
text-align: center;
margin-bottom: 40px;
}
.login-form .input-row {
margin-bottom: 0;
}
.login-form .green-btn {
margin-top: 40px;
}