申请提现0.9
This commit is contained in:
parent
79d480cd7e
commit
7e9b23d366
|
|
@ -35,7 +35,7 @@
|
||||||
<view class="section-title">提现至</view>
|
<view class="section-title">提现至</view>
|
||||||
<view class="bank-selector" @click="selectBank">
|
<view class="bank-selector" @click="selectBank">
|
||||||
<view class="bank-info">
|
<view class="bank-info">
|
||||||
<image class="bank-icon" :src="selectedBank.icon" mode="aspectFit"></image>
|
<image :src="selectedBank.icon" class="bank-icon" mode="aspectFit"></image>
|
||||||
<text class="bank-name">{{ selectedBank.name }}</text>
|
<text class="bank-name">{{ selectedBank.name }}</text>
|
||||||
</view>
|
</view>
|
||||||
<text class="arrow-icon">›</text>
|
<text class="arrow-icon">›</text>
|
||||||
|
|
@ -188,8 +188,9 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.page {
|
.page {
|
||||||
min-height: 100vh;
|
min-height: 90vh;
|
||||||
background: #f3f5f6;
|
background: #f7f7f7;
|
||||||
|
padding-top: 20rpx;
|
||||||
padding-bottom: 40rpx;
|
padding-bottom: 40rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -295,13 +296,12 @@ export default {
|
||||||
.bank-icon {
|
.bank-icon {
|
||||||
width: 40rpx;
|
width: 40rpx;
|
||||||
height: 40rpx;
|
height: 40rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bank-name {
|
.bank-name {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
margin-right:10rpx;
|
margin-right: 10rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user