收藏
回答

web-view里自定义分享按钮,button样式设置无效,怎样让button按钮样式生效?

代码片段:https://developers.weixin.qq.com/s/R4H2GmmH7izm

另:<button open-type="share" style="...">分享</button> 这样写才显示

<view class="page-body">

  <view class="page-section page-section-gap">

    <web-view src="https://mp.weixin.qq.com/">

      <cover-view style="position:fixed;right: 0px;bottom:13%;height:80px;width:80px;z-index:999999;background-color:red;">

	<cover-image style="width:100%;height:100%;" src="{{imgSrc}}"></cover-image>

	<button open-type="share" style="position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;z-index:9999999;"></button>

     </cover-view>

   </web-view>

  </view>

</view>
回答关注问题邀请回答
收藏

1 个回答

  • 那一抹笑😃 穿透阳光
    那一抹笑😃 穿透阳光
    2022-05-20
    你样式写法有问题吧,button相对于谁在,你父级没有设置position:relative,就是相对于Page在设置了吧
    


    2022-05-20
    有用
    回复
登录 后发表内容