press-pix
Version:
基于 PixUI 的 Press 组件库
66 lines (59 loc) • 1.11 kB
text/less
@import '../../common/styles/pubgm/mixins.less';
.pmg-popup-container{
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
align-items: flex-end;
z-index: 99;
pointer-events: none;
padding-top: .4rem;
background: rgba(0, 0, 0, .7);
}
.pmg-popup-content{
position: relative;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
padding-top: .94rem;
width: 100%;
background-color: #282828;
}
.pmg-btn-close{
position: absolute;
top: .28rem;
right: .28rem;
width: .33rem;
height: .33rem;
.bgUrl('comp/icon-close.png');
}
.pmg-share-list{
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 0 .4rem;
}
.pmg-share-item {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 1.24rem .62rem;
width: .92rem;
flex-shrink: 0;
}
.pmg-share-icon{
width: .92rem;
height: .92rem;
object-fit: cover;
border-radius: 50%;
}
.pmg-share-name{
margin-top: .1rem;
line-height: .36rem;
font-size: .24rem;
color: rgba(255, 255, 255, .7);
}