From cdb954b123874580301b1fd8f9ef3b5aa8db1caf Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 12 Jul 2024 09:58:19 +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/index.vue | 14 +++++++------- pages/my/index.vue | 10 +++++----- pages/order/index.vue | 21 ++++++++++++--------- 3 files changed, 24 insertions(+), 21 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 146d476..0fd8c36 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,7 +2,7 @@ - + - + - + {{ userName }} 已上线 @@ -63,7 +63,7 @@ inactive-color="#999999" :customStyle="{ 'background-color': '#050505' }" isShowImg textClass=""> + style="padding: 0 16px;width: 100%;min-height: 100vh; background: #f5f5f5; margin-top: 12px;"> @@ -883,13 +883,16 @@ .back-img{ background-repeat: no-repeat; background-size: 100%; - width: 75px; - height: 75px; + width: 84px; + height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } + /deep/.u-scroll-box{ + margin-top: 26rpx; + } /deep/.u-size-default{ margin-top: 5px !important; } @@ -1056,10 +1059,10 @@ .u-tabs { padding: 16px; width: 90%; - height: 199rpx; + height: 220rpx; // background: #F7F7F7 !important; - border-radius: 21rpx; - margin: -126px auto 8px auto; + border-radius: 21rpx 21rpx 0 0; + margin: -113px auto 8px auto; position: relative; } @@ -1158,8 +1161,8 @@ } } .head-port{ - width: 46px; - height: 46px; + width: 55px; + height: 55px; border-radius: 50%; margin-bottom: 5px; }