Commit d3e28ba6 by 高淑倩

modfiy: 商品列表底部高度上移

parent 459ca708
<!--subPackage/page/pages/pointGoodsList/pointGoodsList.wxml-->
<view class="goods-list border_box" style="min-height:{{(windowHeight - 30)*2}}rpx">
<view class="goods-list border_box" style="min-height:{{(windowHeight - 60)*2}}rpx">
<view class="title">参与活动商品列表</view>
<block wx:for="{{goodsList}}" wx:key="{{item}}">
<view class="goods-name border_box">{{item.productName}}</view>
......
......@@ -31,7 +31,7 @@ page {
}
.no-more {
position: absolute;
left: 45%;
left: 50%;
top: 102%;
bottom: 10%;
margin-left:-50px;
......@@ -39,7 +39,7 @@ page {
}
.has-more {
position: absolute;
left: 45%;
left: 50%;
top: 102%;
bottom: 10%;
margin-left:-50px;
......
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