press-pix
Version:
基于 PixUI 的 Press 组件库
24 lines (23 loc) • 402 B
text/less
.pmg-qr-code-content{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding-top: .66rem;
}
.pmg-qr-code-img{
width: 2.12rem;
height: 2.12rem;
object-fit: contain;
flex-shrink: 0;
}
.pmg-qr-code-text{
color: #fff;
font-size: .24rem;
margin-top: .24rem;
}
.pmg-qr-code-desc{
color: rgba(255, 255, 255, .7);
font-size: .22rem;
margin-top: .1rem;
}