微信小程序,点击出现缩放效果
时间:2019-11-10 01:04:07
收藏:0
阅读:578
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); }
原文:https://www.cnblogs.com/P201721440036/p/11828611.html
评论(0)