Files
quantulr 0288146b0d init
2023-08-30 17:27:21 +08:00

11 lines
192 B
SCSS

/* pages/login/login.wxss */
.login{
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.login-button{
margin-top: 60rpx;
}
}