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; }