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
992f73f7
Commit
992f73f7
authored
Jun 06, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 积分流水样式
parent
8b63b737
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
13 deletions
+16
-13
IntegralMall.wxml
src/pages/IntegralMall/IntegralMall.wxml
+2
-2
IntegralMall.wxss
src/pages/IntegralMall/IntegralMall.wxss
+6
-4
integralWater.wxml
src/pages/integralWater/integralWater.wxml
+1
-1
integralWater.wxss
src/pages/integralWater/integralWater.wxss
+7
-6
No files found.
src/pages/IntegralMall/IntegralMall.wxml
View file @
992f73f7
...
...
@@ -9,9 +9,9 @@
<image wx:else src='/assets/imgs/qr-code.png'></image>
</view>
<view class='coupon-info'>
<view class='coupon-time fs-24'>{{item.point}}积分</view>
<view class='coupon-name fs-28'>{{item.title}}</view>
<view class='coupon-time fs-24'>{{item.startTime}}</view>
<view class='coupon-desc fs-24' data-id="{{item.id}}" bindtap="goCouponDetail">查看详情</view>
<view class='coupon-desc fs-24' data-id="{{item.id}}" bindtap="goCouponDetail">查看详情 >>></view>
</view>
<view class='coupon-code fs-24' data-id="{{item.id}}" data-point="{{item.point}}" bindtap='exchange'>立即兑换</view>
</view>
...
...
src/pages/IntegralMall/IntegralMall.wxss
View file @
992f73f7
...
...
@@ -63,16 +63,18 @@
left: 236rpx;
}
.coupon-name{
color:#
05c35b
;
color:#
333
;
}
.coupon-time{
color:#
999999
;
color:#
fc921e
;
margin-top: 10rpx;
font-size: 26rpx;
}
.coupon-desc{
color:#
666666
;
margin-top:
6
rpx;
color:#
999
;
margin-top:
20
rpx;
width: 360rpx;
font-size: 24rpx;
}
.coupon-code{
color: #ffffff;
...
...
src/pages/integralWater/integralWater.wxml
View file @
992f73f7
...
...
@@ -21,7 +21,7 @@
<view class="detail-title">{{item.changeTypeDesc}}</view>
<view class="detail-time">{{item.createTime}}</view>
</view>
<view class="detail-num {{item.operation==true ? 'add' : 'less'}}">{{item.operation*item.changeValue}}</view>
<view class="detail-num {{item.operation==true ? 'add' : 'less'}}">{{item.operation
== 1? '+':''}}{{item.operation
*item.changeValue}}</view>
</view>
<no-more wx:if="{{noMore}}"/>
</view>
...
...
src/pages/integralWater/integralWater.wxss
View file @
992f73f7
...
...
@@ -22,14 +22,14 @@
padding-top: 34rpx;
}
.integral-vip-rules{
width:1
4
0rpx;
height:3
5
rpx;
line-height: 3
5
rpx;
width:1
0
0rpx;
height:3
3
rpx;
line-height: 3
3
rpx;
display: inline-block;
text-align: center;
margin-left:
29
%;
margin-left:
38
%;
color: rgb(64, 205, 147);
font-size:
28
rpx;
font-size:
19
rpx;
font-weight: 700;
border: 4rpx solid rgb(64, 205, 147);
padding: 5rpx 8rpx;
...
...
@@ -75,7 +75,8 @@
.detail-num{
font-size: 25rpx;
text-align: left;
width:26%;
width:10%;
padding-top:20rpx;
}
.add {
color: #fc921e;
...
...
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