pull/12/head
xiaozhiyong 1 year ago
parent 506d04100c
commit 0126f0a7e4
  1. 37
      components/transBlock/index.vue

@ -5,6 +5,17 @@
<view class="title">请输入赠卡金额</view>
<text></text><input v-model="params.occurAmount" class="uni-input" type="digit"
:placeholder=" '最多可以赠送'+ info.balance + '元'" />
<view style="width: 90vw; margin: 150rpx auto 0;">
<view class="newcard_title zc">
转出说明
<view class="tiao"></view>
</view>
<view class="text" style="">转出油费实时到账本页非任何法律文件转出钱请认真核对
转出人转出金额如遇纠纷问题请联系当事人解决处理 </view>
</view>
<button @click="sendTextMessage">确认赠卡</button>
</view>
</uni-popup>
@ -151,6 +162,30 @@
</script>
<style lang="scss" scoped>
.newcard_title {
font-size: 30rpx;
font-weight: 600;
}
.tiao {
height: 5px;
width: 100%;
background: -webkit-linear-gradient(left, rgba(254, 5, 5, 1), rgba(254, 5, 5, .2), rgba(254, 5, 5, 0));
}
.text {
padding-right: 50rpx;
color: #666666;
font-size: 23rpx;
margin-top: 15rpx;
}
.zc {
width: max-content;
}
.poput_tip {
width: 85vw;
height: 40vh;
@ -227,7 +262,7 @@
}
>button {
margin-top: 320rpx;
margin-top: 40rpx;
width: 441rpx;
height: 89rpx;
color: #fff;

Loading…
Cancel
Save