1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
/* pages/QRCodePage/QRCodePage.wxss */.container{ height: 100%; padding:0; background: #48C17B;}.code{ padding: 32rpx; position: relative; background: #fff; margin-top: 84rpx; border-radius: 10rpx;}.barCanvas { width: 300px; height: 120px;}.barView { text-align: center}.qrCanvas { width: 300px; height: 300px;}