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
ef16b869
Commit
ef16b869
authored
Oct 21, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
address
parent
1612ceb3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
address.png
src/assets/imgs/shoppingGuide/address.png
+0
-0
scanCoupon.wxml
src/subPackage/page/pages/scanCoupon/scanCoupon.wxml
+3
-2
scanCoupon.wxss
src/subPackage/page/pages/scanCoupon/scanCoupon.wxss
+7
-1
No files found.
src/assets/imgs/shoppingGuide/address.png
0 → 100644
View file @
ef16b869
431 Bytes
src/subPackage/page/pages/scanCoupon/scanCoupon.wxml
View file @
ef16b869
...
...
@@ -20,8 +20,9 @@
<view class="detail-name">浦东家里哦</view>
<view class="detail-address">详细地址详细地址详细地址详细地址</view>
</view>
<view class="store-kilo">
1.2 km
<view class="store-address">
<image class="store-img" src="/assets/imgs/shoppingGuide/address.png" mode="widthFix"/>
<view class="store-kilo">1.2 km</view>
</view>
</view>
</view>
...
...
src/subPackage/page/pages/scanCoupon/scanCoupon.wxss
View file @
ef16b869
...
...
@@ -20,7 +20,10 @@ page {
align-items: center;
margin-top: 20rpx;
}
.store-img {
width: 16rpx;
height: 23rpx;
}
.store-num,
.goods-num {
color: rgba(51, 51, 51, 1);
...
...
@@ -35,6 +38,9 @@ page {
color: rgba(102, 102, 102, 1);
font-size: 26rpx;
}
.store-kilo {
margin-left: 10rpx;
}
.detail-address {
margin-top: 5rpx;
}
...
...
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