press-pix
Version:
基于 PixUI 的 Press 组件库
25 lines • 520 B
text/less
@import '../../common/styles/pubgm/mixins.less';
.pmg-transfer-container {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: 100vh;
.bgUrl('comp/transfer-bg.png');
background-size: cover;
}
.pmg-transfer-icon {
width: 3.2rem;
height: 3.18rem;
.bgUrl('comp/transfer-icon.png');
margin-top: 4.78rem;
}
.pmg-transfer-text {
font-size: .28rem;
color: rgba(255, 255, 255, 0.7);
line-height: .42rem;
margin-top: -.1rem;
}
.pmg-transfer-btn {
margin-top: .72rem;
}