add front end code (#27)

This commit is contained in:
KevinHuSh
2024-01-17 09:37:01 +08:00
committed by GitHub
parent 3859fce6bf
commit 6b8fc2ce1f
89 changed files with 21430 additions and 0 deletions

View File

@ -0,0 +1,63 @@
@import '../../theme/vars';
.loginPage {
// width: 100%;
display: flex;
.loginLeft {
// width: 610px;
width: 40%;
background-color: #fff;
height: 100vh;
}
@media screen and (max-width:957px) {
.loginLeft {
// width: 610px;
width: 100%;
background-color: #fff;
height: 100vh;
}
.modal {
width: 80%;
}
}
.loginRight {
flex: 1;
background-color: #F2F4F7;
;
}
.loginTitle {
//styleName: Heading/1;
font-family: SF Pro Text;
font-size: 38px;
font-weight: 600;
line-height: 46px;
letter-spacing: 0em;
height: 80px;
margin-bottom: 69px;
// text-align: center;
span {
font-size: 16px;
line-height: 24px;
color: #000000A6;
}
}
}
.modal {
// width: 360px;
width: 60%;
height: 724px;
padding: 5px, 0px, 5px, 0px;
margin: 80px auto
}