官方文档里写着是支持的
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/community/develop/doc/000802f9d50360795e805790e6b000