微信小程序,点击出现缩放效果

wxml页面代码:

<view hover-class="ui-share-hover">
<image class="image1" src="../../images/1.png" bindtap="image1"></image>
</view>

css样式:

.ui-share-hover{
  opacity: 0.9;
  transform: scale(0.9,0.9);
}

猜你喜欢

转载自www.cnblogs.com/P201721440036/p/11828611.html
今日推荐