From 5939ffa7b7d1cc6101b242af76bc2a66239bfdbc Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Tue, 16 Jul 2024 11:46:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/currentIncome.vue | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/pages/index/currentIncome.vue b/pages/index/currentIncome.vue index 47bdff3..97a4ffe 100644 --- a/pages/index/currentIncome.vue +++ b/pages/index/currentIncome.vue @@ -2,21 +2,26 @@ + + 当前收益 + {{shouyiMoeny}} + - + 当前周期 {{startTime}}~{{endTime}} - 往期收益 + - - {{shouyiMoeny}} + 往期收益 + + 性别选择 --> @@ -347,10 +352,8 @@ padding: 1rpx 10rpx; } .header-top-left{ - display: flex; - flex-direction: row; - justify-content: space-between; margin-top: -10rpx; + text-align: right; } .header-top{ width: 100%; @@ -359,15 +362,16 @@ justify-content: space-between; } .header{ - width: 100%; - height: 300rpx; + height: 280rpx; padding: 15px; - background:#f7f7f7 url('../../static/index/fun_banner4.png'); + background:#f7f7f7 url('../../static/index/technician15.png'); background-repeat: no-repeat; - background-size: 100% 100%; + background-size: 100% ; display: flex; flex-direction: column; justify-content: space-around; + margin:0 26rpx; + border-radius: 24rpx; } .content{ width: 100%; From 8c4917f335434a19bc9d9fe40c466d10b56afe34 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Tue, 16 Jul 2024 13:30:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/currentIncome.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/index/currentIncome.vue b/pages/index/currentIncome.vue index 97a4ffe..73118f2 100644 --- a/pages/index/currentIncome.vue +++ b/pages/index/currentIncome.vue @@ -53,7 +53,7 @@ 服务地址 : {{item.address}} - 项目金额 : ¥{{item.priceTotal}} + 项目金额 : ¥{{item.priceTotal}} 本单收益: ¥{{item.artificerMoneyTotal}} @@ -217,6 +217,7 @@ align-items: center; justify-content: space-between; margin-top: 8rpx; + font-size: ; } .mian-foot-adder{ margin: 3px 0px; @@ -345,11 +346,9 @@ .header-text1{ font-weight: 400; font-size: 24rpx; - color: #019c88; + color: #fff; margin-right: 8rpx; border-radius: 30rpx; - background: #fff; - padding: 1rpx 10rpx; } .header-top-left{ margin-top: -10rpx;