部分代码片段:
wxml:
<button plain='true'open-type="share" class="ymym">
<image mode='aspectFill' src='../../static/fx.png' 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;
}
/* 悬浮 */