mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-06 21:59:51 +00:00
62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
.share-pop-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 8;
|
|
bottom: 0;
|
|
/* display: none; */
|
|
}
|
|
|
|
.share-pop {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
max-height: 780rpx;
|
|
padding: 31.25rpx;
|
|
background: #fff;
|
|
position: fixed;
|
|
z-index: 9;
|
|
bottom: 0rpx;
|
|
}
|
|
|
|
.share-pop .close {
|
|
position: absolute;
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
right: 31.25rpx;
|
|
overflow: hidden;
|
|
top: 31.25rpx;
|
|
}
|
|
|
|
.share-pop .close .icon {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
|
|
.share-pop .share-items {
|
|
margin-top: 80rpx;
|
|
flex-flow: row;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.share-pop .share-touser {
|
|
height: 160rpx;
|
|
width: 160rpx;
|
|
background: url("https://litemall-1256968571.file.myqcloud.com/icon/%E5%88%86%E4%BA%AB_%E5%BE%AE%E4%BF%A1.png") no-repeat center 1rpx;
|
|
background-size: 160rpx auto;
|
|
border-radius: 80rpx;
|
|
}
|
|
|
|
.share-pop .share-friend {
|
|
height: 160rpx;
|
|
width: 160rpx;
|
|
background: url("https://litemall-1256968571.file.myqcloud.com/icon/%E5%88%86%E4%BA%AB_%E5%BE%AE%E4%BF%A1%E6%9C%8B%E5%8F%8B%E5%9C%88.png") no-repeat center 1rpx;
|
|
background-size: 160rpx auto;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.share-pop image {
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
} |