From 165fa09cf46b636686f33eed7b65509448f14ab1 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Mon, 1 Jul 2024 21:17:17 +0800 Subject: [PATCH] =?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 | 37 ++++++++++++++++++----------- pages/index/currentPoints.vue | 44 ++++++++++++++++++++++++----------- 2 files changed, 54 insertions(+), 27 deletions(-) diff --git a/pages/index/currentIncome.vue b/pages/index/currentIncome.vue index bad39ea..42228c7 100644 --- a/pages/index/currentIncome.vue +++ b/pages/index/currentIncome.vue @@ -38,10 +38,10 @@ {{item.km}}km - + 订单编号 : {{item.ordersNo}} - + 服务地址 : {{item.address}} @@ -208,9 +208,10 @@ flex-direction: row; align-items: center; justify-content: space-between; + margin-top: 8rpx; } .mian-foot-adder{ - margin: 2px 0px; + margin: 3px 0px; } .mian-dingwei image{ width: 18.75rpx; @@ -236,19 +237,20 @@ margin-bottom: 5px; } .mian-foot-list{ - width: 75%; + width: 73%; display: flex; flex-direction: column; } - .mian-foot-img image{ +.mian-foot-img image{ width: 100%; height: 100%; + border-radius: 20rpx; } .mian-foot-img{ - width: 158rpx; - height: 188rpx; + width: 160rpx; + height: 160rpx; background: #E6E6E6; - border-radius: 14rpx; + border-radius: 30rpx; } .mian-foot{ @@ -260,7 +262,7 @@ } .shouyi-text{ color: #7D7D7D; - font-size: 22rpx; + font-size: 26rpx; } .mian-head-time span:nth-child(2){ color: #11957C; @@ -271,7 +273,7 @@ flex-direction: row; align-items: center; font-weight: 400; - font-size: 25rpx; + font-size: 26rpx; } .mian-head-biao{ width: 130rpx; @@ -297,11 +299,12 @@ .mian-view{ width: 95%; background-color: #fff; - padding: 10px; + padding: 12px; border-radius: 24rpx; display: flex; flex-direction: column; - margin-top: 10px; + margin: 26rpx auto; + } .mian{ width: 100%; @@ -352,7 +355,7 @@ width: 100%; height: 300rpx; padding: 15px; - background:#fff url('../../static/index/fun_banner4.png'); + background:#f5f5f5 url('../../static/index/fun_banner4.png'); background-repeat: no-repeat; background-size: 100% 100%; display: flex; @@ -364,4 +367,12 @@ height: 100vh; background-color: #f7f7f7; } + .od-number{ + font-size: 24rpx; + color: #7ea866; + } + .add-text{ + font-size: 26rpx; + color: #999; + } \ No newline at end of file diff --git a/pages/index/currentPoints.vue b/pages/index/currentPoints.vue index 19e681b..bbe41de 100644 --- a/pages/index/currentPoints.vue +++ b/pages/index/currentPoints.vue @@ -11,7 +11,7 @@ 往期积分 - + {{sumJf}} 当前积分 @@ -52,10 +52,10 @@ {{item.km}}km - + 订单编号 : {{item.ordersNo}} - + 服务地址 : {{item.accomplishAddress}} @@ -332,7 +332,7 @@ \ No newline at end of file