You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
258 B
SCSS

.login-page{
min-height: 100vh;
width: 100vw;
overflow: hidden;
}
.login-img {
width: 140rpx;
height: 140rpx;
margin-right: 60rpx;
}
.login-win {
width: 80%;
max-width: 800rpx;
.uni-forms {
width: 60%;
flex: 1;
}
}
button {
width: 100%;
}