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

小程序悬浮按钮进入内页

时间:2018-11-02 11:17:07      阅读:448      评论:0      收藏:0      [点我收藏+]

标签:fixed   tor   rgba   class   ges   ack   XML   col   images   

wxml:

<!-- 小程序悬浮按钮进入内页 -->
<navigator class="set_button" url=‘../set/set‘ hover-class=‘none‘>
<image class="set_image" src="/images/set.png"></image>
</navigator>

wxss:

.set_button{
background-color: rgba(255, 255, 255, 0);
border: 0px;
height: 120rpx;
right: 20rpx;
bottom: 20rpx;
position: fixed;
}
.set_button::after{
border: 0px;
}
.set_image{
width: 120rpx;
height: 120rpx;
}

小程序悬浮按钮进入内页

标签:fixed   tor   rgba   class   ges   ack   XML   col   images   

原文地址:https://www.cnblogs.com/linwene/p/9894847.html

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