码迷,mamicode.com
首页 > 微信 > 详细

微信小程序——悬浮按钮

时间:2021-06-06 18:57:59      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:https   OLE   width   height   nav   组件   oat   ima   float   

关键:    position: fixed;

wxml:

<navigator url="/pages/issue/index">
<image class=‘img‘ src=‘/assets/images/Home/add.png‘ bindtap=‘add‘></image>
</navigator>

wxss:

.img{
float: right;
position: fixed;
bottom: 120rpx;
right: 20rpx;
width: 80rpx;
height: 80rpx;
}

js:

add(e){
console.log(e);
},

学习至:(3条消息) 微信小程序-组件悬浮_BlessingXRY的博客-CSDN博客

 

微信小程序——悬浮按钮

标签:https   OLE   width   height   nav   组件   oat   ima   float   

原文地址:https://www.cnblogs.com/binbincome/p/14853971.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!