qr_code.wxss
515 Bytes
/* 二维码和条形码的边框 */
.barqrcode{
width: 100%;
height: auto;
margin-top:225rpx;
}
/* 点击条形 */
.barcode {
height:150rpx;
width: 600rpx;
flex-direction: column;
justify-content: center;
align-items: center;
padding-left:40px;
}
/* 二维码边框*/
.qrcode_rim {
width: 550rpx;
height:550rpx;
display:flex;
flex-direction:column;
justify-content:flex-end;
align-items:center;
margin-left:121rpx;
margin-top:-13rpx;
}
.qrcode{
width:550rpx;
height:550rpx;
}