修改二维码登录逻辑
This commit is contained in:
@@ -1,14 +1,37 @@
|
||||
/* pages/qrCode/index.wxss */
|
||||
.wrapper {
|
||||
width: 100vw;
|
||||
/* width: 100vw;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
flex-direction: column; */
|
||||
/* margin-top: 20rpx; */
|
||||
margin-left: 32rpx;
|
||||
margin-right: 32rpx;
|
||||
}
|
||||
|
||||
.text {
|
||||
text-align: center;
|
||||
margin-bottom: 15vh;
|
||||
}
|
||||
|
||||
.item {
|
||||
margin: 20rpx 0;
|
||||
}
|
||||
|
||||
.tenement {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.name {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.image {
|
||||
margin: 50rpx 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
Reference in New Issue
Block a user