electricity_bill_calc_wx/pages/qrCode/index.wxss
2024-05-06 17:48:21 +08:00

36 lines
456 B
Plaintext

/* pages/qrCode/index.wxss */
.wrapper {
width: 100vw;
height: 100vh;
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;
}