Commit 3abded00 by 高淑倩

goHome

parent ee6f355b
<!--component/goHome/goHome.wxml-->
<view class="bottom-img df" bindtap="handelGoHome">
<view class="bottom-img" 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
......@@ -2,6 +2,9 @@
@import './../../base/base.wxss';
.bottom-img{
display: flex;
align-items: center;
justify-content: center;
position: fixed;
bottom: 143rpx;
right: 25rpx;
......
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