press-pix
Version:
基于 PixUI 的 Press 组件库
31 lines (28 loc) • 523 B
text/less
.qrcode-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
.qrcode-container {
width: 2.16rem;
height: 2.16rem;
background: #FFFFFF;
border: .02rem solid rgba(130, 157, 233, 0.5);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0.24rem;
padding: .004rem;
}
.qrcode-image {
width: 100%;
height: 100%;
object-fit: contain;
}
.qrcode-recvway {
width: 80%;
font-size: 0.2rem;
line-height: 0.24rem;
color: #294391;
text-align: center;
}