bindcard.wxml
1.5 KB
<!--pages/main/rewardpoint/bindcard/bindcard.wxml-->
<view>
<view style="background: #fff;">
<view style="padding:30rpx;color:#333;font-size:44rpx;display:flex;font-family: PingFangSC-Medium, PingFang SC;">添加银行卡</view>
<view class="light_yellow_bg">
<image style="width:28rpx;height:28rpx;margin-left:20rpx" src="/images/warn_yellow.png"></image>
<text style="margin-left:12rpx;color:#faad14;font-size:28rpx;">请绑定持卡人本人的银行卡</text>
</view>
<view style="margin:30rpx 30rpx 0 30rpx;height:100rpx;">
<text style="color:#999;font-size:30rpx;width:100rpx;line-height:100rpx">持卡人</text>
<input class="input_wrap" style="float:right;text-align: right;" placeholder-class="placeholder_input_wrap" placeholder="持卡人姓名" ></input>
</view>
<view style='background:#eee;height:1rpx;'></view>
<view style="margin-left:30rpx;height:100rpx;display:flex">
<text style="color:#999;font-size:30rpx;width:110rpx;line-height:100rpx">卡号</text>
<input class="input_wrap" style="float:right;text-align: right;" placeholder-class="placeholder_input_wrap" placeholder="持卡人本人银行卡号" ></input>
<image src="/images/camera.png" style="width:32rpx;height: 32rpx;padding: 30rpx;float:right;margin:auto" bindtap="takephoto"></image>
</view>
<view style='background:#eee;height:1rpx;'></view>
</view>
<view class="view_bottom">
<button class="btn_blue_radius" style="margin:20rpx" bindtap='nextStep'> 下一步</button>
<!-- <button wx:else class="btn_gray_radius" style="margin:20rpx"> 提现</button> -->
</view>
</view>