效果图:
代码:
wxml:
<button plain='true'open-type="share" class="ymym">
<image mode='aspectFill' src='图标路径' class='ymimage'></image>
</button>
wxss:
/* 悬浮 */
.ymimage {
width: 74rpx;
height: 74rpx;
}
.ymym[plain] {
display: flex;
margin-right: 20rpx;
right: 0;
position: fixed;
bottom: 15%;
padding: 0;
border: none;
width: 74rpx;
height: 74rpx;
}
/* 悬浮 */