From 40a009bd2b222ac0f64f9546c5adcb3c37939945 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Sat, 29 Jun 2024 15:23: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/technicianLevel.vue | 24 ++++++++++++------------ pages/my/index.vue | 22 +++++++++++----------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/pages/index/technicianLevel.vue b/pages/index/technicianLevel.vue index 8a9d4a1..95b0ca1 100644 --- a/pages/index/technicianLevel.vue +++ b/pages/index/technicianLevel.vue @@ -13,7 +13,7 @@ {{ artificerData.beginTime }}~{{ artificerData.finishTime }} - 备注: 本期等级是根据根据技师上个同期的业绩最终计算得出 + 备注: 本期等级是根据技师上个同期的业绩最终计算得出 @@ -38,7 +38,7 @@ 最低业绩 - {{ item.durationOnline }} H + {{ item.durationOnline }}h 在线时长 @@ -104,18 +104,18 @@ width: 96.39rpx; height:74rpx; text-align: center; - line-height: 48px; + line-height: 43px; font-weight: bold; font-size: 23rpx; color: #FFFFFF; } .mian-list-view span:nth-child(1){ - font-size: 36rpx; + font-size: 40rpx; color: #019c88; font-weight: bold; } .mian-list-view span:nth-child(2){ - font-size: 22rpx; + font-size: 24rpx; color: #333; margin-top: 2px; } @@ -132,10 +132,10 @@ flex-direction: row; justify-content: space-between; align-items: center; - margin-top: 35rpx; + margin-top: 40rpx; } .fencheng span{ - font-size: 23rpx; + font-size: 25rpx; } .fencheng span:nth-child(1){ color: #333333; @@ -220,17 +220,17 @@ color: #FFFFFF; } .header-right-top span:nth-child(1){ - width: 117rpx; + width: 126rpx; height: 34rpx; text-align: center; - line-height: 34rpx; + line-height: 36rpx; font-size: 24rpx; color: #843200; background: linear-gradient(-36deg, #FFE45A, #FFBB46); border-radius: 15rpx 0rpx 15rpx 0rpx; } .header-right-top span:nth-child(2){ - font-size: 26rpx; + font-size: 24rpx; color: #FFF5BC; margin-left: 5px; } @@ -239,7 +239,7 @@ display: flex; flex-direction: row; align-items: center; - margin-top: 20px; + margin-top: 16px; } .header-right{ width: 65%; @@ -250,7 +250,7 @@ .header{ width: 100%; - padding: 13px 23px; + padding: 13px 20px; height: 263rpx; display: flex; flex-direction: row; diff --git a/pages/my/index.vue b/pages/my/index.vue index 780123a..ce9db23 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -2,9 +2,9 @@ - + - @@ -20,7 +20,7 @@ + style="font-size: 22rpx;"> 暂未实名认证 @@ -63,8 +63,8 @@ - 账户余额(元) - + 账户余额(元) + {{ money ? money : '0' }} @@ -113,7 +113,7 @@ + style="width: 100%;margin-top: -50px;padding: 30rpx;border-radius: 20px;background-color: #ffffff;"> 关于我 @@ -187,7 +187,7 @@ - + 常用功能 @@ -775,7 +775,7 @@ border-radius: 20rpx; color: #fff; line-height: 80rpx; - margin-top: 50rpx; + margin-top: 46rpx; } .jishi-index-title{ width: 100%; @@ -824,20 +824,20 @@ } .money_text { - font-size: 32px; + font-size: 30px; font-weight: bold; color: #fff; } .money_text1 { font-weight: bold; - font-size: 46rpx; + font-size: 32rpx; color: #fff; } .moneybox { width: 100%; - margin-top: 20px; + margin-top: 10px; } .btnyt {