Browse Source

上传提现

master
前端-胡立永 8 months ago
parent
commit
35575f986b
1 changed files with 10 additions and 4 deletions
  1. +10
    -4
      pages/withdraw/withdraw.vue

+ 10
- 4
pages/withdraw/withdraw.vue View File

@ -4,7 +4,7 @@
<!-- 用户余额信息 -->
<view class="user-money content">
<view class="title">{{ $t('page.purse.account') }}</view>
<view class="title info">{{ $t('page.center.account_balance') }}</view>
<view class="money">
<view class="money-unit">{{ $t('page.withdraw.unit') }}</view>
<view class="money-detail">{{ money }}</view>
@ -228,17 +228,23 @@
border-radius: 10rpx;
border-top-right-radius: 55rpx;
.title,
.title{
padding-left: 40rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
color: #999;
}
.money {
display: flex;
justify-content: center;
align-items: center;
height: 60rpx;
padding-left: 40rpx;
.money-unit {
margin-right: 15rpx;
font-size: 28rpx;
font-size: 26rpx;
font-weight: bold;
margin-top: 15rpx;
}
.money-detail{


Loading…
Cancel
Save