25 lines
423 B
Plaintext
25 lines
423 B
Plaintext
/* pages/member/myOrder/orderVerification/orderVerification.wxss */
|
|
.goodsinfo .qrcode {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.goodsinfo .qrcode .top {
|
|
padding: 10rpx;
|
|
width: 80%;
|
|
}
|
|
|
|
.goodsinfo .qrcode .top image {
|
|
width: 100%;
|
|
}
|
|
|
|
.goodsinfo .qrcode .bottom {
|
|
line-height: 60rpx;
|
|
font-size: 36rpx;
|
|
text-align: center;
|
|
}
|