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

34 lines
497 B

4 years ago
/* pages/auth/auth.wxss */
4 years ago
.main {
4 years ago
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 220rpx 0 40rpx 0;
}
4 years ago
.top {
4 years ago
display: flex;
flex-direction: column;
align-items: center;
}
4 years ago
.log {
4 years ago
width: 150rpx;
height: 150rpx;
4 years ago
}
4 years ago
4 years ago
.login {
4 years ago
width: 667rpx !important;
height: 80rpx;
4 years ago
display: flex;
align-items: center;
justify-content: center;
4 years ago
font-size: 26rpx;
text-indent: 6rpx;
}
.wx-log {
width: 40rpx;
height: 40rpx;
4 years ago
}