Commit 2b886ff5 by 高淑倩

回到首页

parent 7ea623ed
<!--component/goHome/goHome.wxml-->
<view class="bottom-img" bindtap="handelGoHome">
<image class="img-top" mode="widthFix" src="/assets/imgs/7_1_0/go-top.png" bindtap="goTop"></image>
<view class="bottom-img df" bindtap="handelGoHome">
<text>首页</text>
<!--<image class="img-top" mode="widthFix" src="/assets/imgs/7_1_0/go-top.png"></image>-->
</view>
\ No newline at end of file
/* component/goHome/goHome.wxss */
@import './../../base/base.wxss';
.bottom-img{
position: fixed;
bottom: 143rpx;
right: 30rpx;
width: 82rpx;
height: 82rpx;
border-radius: 50%;
color: #fff;
font-size: 24rpx;
background-color: rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.bottom-img .img-top {
width: 85rpx;
height: 85rpx;
width: 82rpx;
height: 82rpx;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment