Commit 992f73f7 by 高淑倩

modify: 积分流水样式

parent 8b63b737
......@@ -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>
......
......@@ -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: 6rpx;
color:#999;
margin-top: 20rpx;
width: 360rpx;
font-size: 24rpx;
}
.coupon-code{
color: #ffffff;
......
......@@ -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>
......
......@@ -22,14 +22,14 @@
padding-top: 34rpx;
}
.integral-vip-rules{
width:140rpx;
height:35rpx;
line-height: 35rpx;
width:100rpx;
height:33rpx;
line-height: 33rpx;
display: inline-block;
text-align: center;
margin-left: 29%;
margin-left:38%;
color: rgb(64, 205, 147);
font-size: 28rpx;
font-size: 19rpx;
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;
......
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