|
|
@ -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{ |
|
|
|