Commit 992f73f7 by 高淑倩

modify: 积分流水样式

parent 8b63b737
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
<image wx:else src='/assets/imgs/qr-code.png'></image> <image wx:else src='/assets/imgs/qr-code.png'></image>
</view> </view>
<view class='coupon-info'> <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-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>
<view class='coupon-code fs-24' data-id="{{item.id}}" data-point="{{item.point}}" bindtap='exchange'>立即兑换</view> <view class='coupon-code fs-24' data-id="{{item.id}}" data-point="{{item.point}}" bindtap='exchange'>立即兑换</view>
</view> </view>
......
...@@ -63,16 +63,18 @@ ...@@ -63,16 +63,18 @@
left: 236rpx; left: 236rpx;
} }
.coupon-name{ .coupon-name{
color:#05c35b; color:#333;
} }
.coupon-time{ .coupon-time{
color:#999999; color:#fc921e;
margin-top: 10rpx; margin-top: 10rpx;
font-size: 26rpx;
} }
.coupon-desc{ .coupon-desc{
color:#666666; color:#999;
margin-top: 6rpx; margin-top: 20rpx;
width: 360rpx; width: 360rpx;
font-size: 24rpx;
} }
.coupon-code{ .coupon-code{
color: #ffffff; color: #ffffff;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<view class="detail-title">{{item.changeTypeDesc}}</view> <view class="detail-title">{{item.changeTypeDesc}}</view>
<view class="detail-time">{{item.createTime}}</view> <view class="detail-time">{{item.createTime}}</view>
</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> </view>
<no-more wx:if="{{noMore}}"/> <no-more wx:if="{{noMore}}"/>
</view> </view>
......
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
padding-top: 34rpx; padding-top: 34rpx;
} }
.integral-vip-rules{ .integral-vip-rules{
width:140rpx; width:100rpx;
height:35rpx; height:33rpx;
line-height: 35rpx; line-height: 33rpx;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
margin-left: 29%; margin-left:38%;
color: rgb(64, 205, 147); color: rgb(64, 205, 147);
font-size: 28rpx; font-size: 19rpx;
font-weight: 700; font-weight: 700;
border: 4rpx solid rgb(64, 205, 147); border: 4rpx solid rgb(64, 205, 147);
padding: 5rpx 8rpx; padding: 5rpx 8rpx;
...@@ -75,7 +75,8 @@ ...@@ -75,7 +75,8 @@
.detail-num{ .detail-num{
font-size: 25rpx; font-size: 25rpx;
text-align: left; text-align: left;
width:26%; width:10%;
padding-top:20rpx;
} }
.add { .add {
color: #fc921e; color: #fc921e;
......
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