Commit 3abded00 by 高淑倩

goHome

parent ee6f355b
<!--component/goHome/goHome.wxml--> <!--component/goHome/goHome.wxml-->
<view class="bottom-img df" bindtap="handelGoHome"> <view class="bottom-img" bindtap="handelGoHome">
<text>首页</text> <text>首页</text>
<!--<image class="img-top" mode="widthFix" src="/assets/imgs/7_1_0/go-top.png"></image>--> <!--<image class="img-top" mode="widthFix" src="/assets/imgs/7_1_0/go-top.png"></image>-->
</view> </view>
\ No newline at end of file
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
@import './../../base/base.wxss'; @import './../../base/base.wxss';
.bottom-img{ .bottom-img{
display: flex;
align-items: center;
justify-content: center;
position: fixed; position: fixed;
bottom: 143rpx; bottom: 143rpx;
right: 25rpx; 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