electricity_bill_calc_wx/pages/qrCode/index.wxss

37 lines
485 B
Plaintext

/* pages/qrCode/index.wxss */
.wrapper {
/* width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
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;
}