press-pix
Version:
基于 PixUI 的 Press 组件库
63 lines (49 loc) • 899 B
text/less
.pmg-upload-image-dialog{
padding-top: .32rem;
}
.pmg-empty-box{
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
width: 100%;
}
.pmg-empty-tip{
flex-shrink: 0;
width: 7rem;
margin-top: .24rem;
margin-bottom: .48rem;
text-align: center;
}
.pmg-empty-tip-text{
font-weight: bold;
color: rgba(255, 255, 255, .7);
text-align: center;
font-size: .2rem;
}
.pmg-qr-code-box{
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.pmg-qr-code-image{
width: 1.74rem;
height: 1.74rem;
object-fit: contain;
flex-shrink: 0;
}
.pmg-tip-text{
color: rgba(255, 255, 255, .7);
font-weight: bold;
font-size: .22rem;
text-align: center;
margin-top: .16rem;
}
.pmg-sub-tip-text{
text-align: center;
color: rgba(255, 255, 255, .5);
font-weight: bold;
font-size: .16rem;
margin-top: .16rem;
}