Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
d3e28ba6
Commit
d3e28ba6
authored
Aug 08, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modfiy: 商品列表底部高度上移
parent
459ca708
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pointGoodsList.wxml
src/subPackage/page/pages/pointGoodsList/pointGoodsList.wxml
+1
-1
pointGoodsList.wxss
src/subPackage/page/pages/pointGoodsList/pointGoodsList.wxss
+2
-2
No files found.
src/subPackage/page/pages/pointGoodsList/pointGoodsList.wxml
View file @
d3e28ba6
<!--subPackage/page/pages/pointGoodsList/pointGoodsList.wxml-->
<!--subPackage/page/pages/pointGoodsList/pointGoodsList.wxml-->
<view class="goods-list border_box" style="min-height:{{(windowHeight -
3
0)*2}}rpx">
<view class="goods-list border_box" style="min-height:{{(windowHeight -
6
0)*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>
...
...
src/subPackage/page/pages/pointGoodsList/pointGoodsList.wxss
View file @
d3e28ba6
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment