34 lines
442 B
Plaintext
34 lines
442 B
Plaintext
/* pages/qrCode/index.wxss */
|
|
.wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
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 40rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 10vh;
|
|
} |