样式修改

This commit is contained in:
jingna 2025-10-30 18:21:21 +08:00
parent 996c13b2e3
commit 753825acad

View File

@ -300,13 +300,14 @@ $light_gray: #eee;
position: relative; position: relative;
// justify-content: center; // justify-content: center;
// -webkit-justify-content: center; // -webkit-justify-content: center;
text-align: center;
.login-container-title{ .login-container-title{
font-size: 60px; font-size: 60px;
font-weight: 700; font-weight: 700;
color: #fff; color: #fff;
margin: 0 auto; margin: 0 auto;
margin-top: 2%; margin-top: 2%;
width: 800px; // width: 800px;
letter-spacing: 5px; letter-spacing: 5px;
} }
.login-container-content { .login-container-content {