Commit d3e28ba6 by 高淑倩

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

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