收藏
回答

skyline不支持pointer-events:none吗?

AppID
wx5db79bd23a923e8e

官方文档里写着是支持的

https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/wxss.html

<view
  class="intro"
  style="pointer-events:none;"
  hover-class="red"
  bindtap="onTap"
>
  欢迎使用代码片段,可在控制台查看代码片段的说明和文档
</view>


我这么写点击view的时候会应用hover-class样式,也会触发tap事件

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

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容