/* 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; }