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.
|
/* pages/auth/auth.wxss */ |
|
.main{ |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: space-between; |
|
align-items: center; |
|
padding: 220rpx 0 40rpx 0; |
|
} |
|
|
|
.top{ |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
} |
|
|
|
.log{ |
|
width: 150rpx; |
|
height: 150rpx; |
|
} |