|
@@ -12,7 +12,7 @@
|
|
|
<view class="top-row" style="border-top: solid 3rpx #FFA68A;">
|
|
|
<view class="numLine">总收益:{{sumMoney.toFixed(2)}}</view>
|
|
|
<view class="numLine">提现中:{{inMoney.toFixed(2)}}</view>
|
|
|
- <view class="numLine">已到账:{{alreadyMoney.toFixed(2)}}</view>
|
|
|
+ <view class="numLine" style="text-align: right;">已到账:{{alreadyMoney.toFixed(2)}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -126,6 +126,7 @@
|
|
|
padding-top: 20rpx;
|
|
|
font-size: 28rpx;
|
|
|
}
|
|
|
+
|
|
|
.box {
|
|
|
width: 100vw;
|
|
|
min-height: 100vh;
|
|
@@ -159,6 +160,7 @@
|
|
|
font-family: ;
|
|
|
font-weight: 300;
|
|
|
color: #ffffff;
|
|
|
+ padding-top: 10rpx;
|
|
|
}
|
|
|
.topLeftNum{
|
|
|
font-size: 50rpx;
|
|
@@ -166,6 +168,7 @@
|
|
|
font-weight: 300;
|
|
|
color: #ffffff;
|
|
|
padding-top: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
}
|
|
|
.topRight{
|
|
|
|
|
@@ -204,14 +207,15 @@
|
|
|
color:red;
|
|
|
font-weight: 700;
|
|
|
text-align: center;
|
|
|
+ font-size: 30rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.lineBottom{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- height: 70rpx;
|
|
|
- line-height: 70rpx;
|
|
|
+ height: 60rpx;
|
|
|
+ line-height: 60rpx;
|
|
|
padding: 0 50rpx 0 20rpx;
|
|
|
.time{
|
|
|
color: #999999;
|