红绿项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

83 lines
2.0 KiB

<template>
<view class="content">
<navigation>
withdrawal
<view class="bread" slot="bread">
<image src="../../static/promo/[email protected]" mode=""></image>
</view>
</navigation>
<view class="rech-body">
<view class="pro-body-p1">Balance:<span data-v-642729fd="" class="category-sigh"></span><span class="s1">385853.5</span></view>
<view class="input-item flex">
<view class="login-sigh login-sigh2 flex">
<view class="imgcon">
<image src="../../static/promo/[email protected]" mode="aspectFit"></image>
</view>
</view>
<input value="" placeholder="enter withdrawal amount" placeholder-style="color: #BFC2CCFF;font-size:14px;text-transform:capital"/>
</view>
<view class="rech-capy">
<view class="payment">
payment
</view>
<view class="capy">
<image src="../../static/login/[email protected]" mode="" class="img1"></image> CPAY
</view>
</view>
<view class="rech-input-con">
<view class="input-item flex">
<input type="text" value="" placeholder="IFSC Code" placeholder-style="color: #BFC2CCFF;font-size:14px;"/>
</view>
<view class="input-item flex">
<view class="login-sigh flex">
<span class="quhao">+235</span>
</view>
<input type="text" value="" placeholder="mobile number" placeholder-style="color: #BFC2CCFF;font-size:14px;"/>
</view>
<view class="input-item flex">
<input type="text" value="" placeholder="email" placeholder-style="color: #BFC2CCFF;font-size:14px;"/>
</view>
</view>
</view>
<view class="rech-btn-con">
<view class="rech-btn">
Withdrawal
</view>
</view>
</view>
</template>
<script>
import api from '@/utils/api'
import utils from '@/utils'
import cont from "@/components/navigation/navigation.vue"
export default{
data(){
return{
}
},
onLoad() {
},
methods:{
},
}
</script>
<style>
@import './index.css';
</style>