This commit is contained in:
quantulr
2023-08-30 17:27:21 +08:00
commit 0288146b0d
85 changed files with 26508 additions and 0 deletions

View File

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