修改二维码登录逻辑

This commit is contained in:
2024-03-27 14:44:59 +08:00
parent 3b5525a2a2
commit 61bcbf6f69
11 changed files with 173 additions and 25 deletions

View File

@@ -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;
}