web-report/front/pages/index/index.module.scss
2023-08-21 23:45:47 +08:00

19 lines
286 B
SCSS

.index {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
.title{
font-size: 20px;
font-weight: 700;
color: #333;
margin-bottom: 20px;
}
.loginWrapper {
background-color: #fff;
padding: 15px 20px;
border-radius: 6px;
width: 350px;
}