小白:如何在微信小程序中加入悬浮分享框

博主小程序是基于守望轩的开源小程序制作的,借鉴了很多程序进行更改

找到{detail.wxss}在文章最后加入

.share text{
  font-size: 30rpx;
  position: relative;
  top: -10px;
  color: white;
}

然后在找到{detail.wxml}在合适的地方加入

<!--分享图标-->
<view class='share'>
<view>
<image src="../../images/sharee.png" class="img-menu"></image>
</view>
<text>分享</text>
<button class="share-button" open-type="share">
</button>
</view>
小程序显示不出来的话看下方留言

墨墨

我还没有学会写个人说明!

2 条评论

  1. 如果出错删除 alt="小白:如何在微信小程序中加入悬浮分享框" 本文适合小白学习





  2. 分享

相关推荐