.wxss:add-..._微信小程序 button图标样式 实现悬浮按钮效果">
赞
踩
一些同学问酱茄小编,酱茄WordPress版微信小程序页面的悬浮按钮怎么实现的,今天就把代码分享给各位。
.wxml:
- <view class="add-wrap"hover-class="plus-hover">
- <image src="/img/jiangqie.png"></image>
- </view>
.wxss:
- add-wrap {
- position:fixed;
- bottom:20;
- display:flex;
- width:50%;
- justify-content:center;
- }
- .add-wrap image {
- width:50px;
- height:50px;
- }
参考效果:
原文来自:https://www.jiangqie.com/jc/6565.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。