home.wxml
1.5 KB
<view class= 'page'>
<view style="position:relative">
<image src="/images/reward_point_bg.png" style="width:100%;height:240rpx"></image>
<text style="font-size:80rpx;color:#fff;text-align:center;position:absolute;left:0;right:0;top:50rpx">39190.89</text>
<text style="font-size:26rpx;color:#fff;text-align:center;position:absolute;left:0;right:0;bottom:50rpx">我的积分</text>
</view>
<view style="padding:26rpx;background:#fff;display:flex;flex-direction:row">
<view style="background:#357aeb;width: 8rpx;height: 46rpx;margin-right:10rpx"></view>
<view class="text_gray_32">积分明细</view>
</view>
<view wx:if="true" wx:for="{'',''}" style="background:#fff;width:100%;height:140rpx">
<view style='background:#f5f5f5;height:2rpx;'></view>
<view style="margin:26rpx 40rpx">
<view style="float:left;display:flex;flex-direction:column;">
<text style="font-size:32rpx;color:#333">政策奖励</text>
<text style="font-size:24rpx;color:#999;margin-top:10rpx">08月02日 10:21</text>
</view>
<view style="float:right;display:flex;flex-direction:column;">
<text style="font-size:36rpx;color: #FA9414;">+100.00</text>
<text style="font-size:24rpx;color:#999;margin-top:10rpx">余额 200.37</text>
</view>
</view>
</view>
<view class="view_bottom" >
<button class="btn_white_radius" style="margin:20rpx" bindtap='cashout'> 提现</button>
<button class="btn_blue_radius" style="margin:20rpx 20rpx 20rpx 0" bindtap='goexchange'> 兑换</button>
</view>
</view>