From f2ff21b1e09e833a90ddcfa0be277b460f375393 Mon Sep 17 00:00:00 2001 From: fanfan Date: Wed, 12 Jun 2024 10:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 5ad02ff..0954cca 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,7 +2,7 @@ - + @@ -1226,8 +1226,9 @@ .logo { height: 50rpx; - width: 200rpx; + max-width: 150rpx; position: absolute; + min-width: 50rpx; left: 36rpx; top: 25rpx; } @@ -2133,14 +2134,16 @@ } .tags { - padding-bottom: 36rpx; + padding-bottom: 20rpx; border-bottom: 1px solid #F2F2F2; + width: 500rpx; display: flex; align-items: center; - + flex-wrap: wrap; // justify-content: ; .tagsItem { - width: 120rpx; + margin-bottom: 16rpx; + padding: 0 10rpx; height: 42rpx; line-height: 42rpx; text-align: center;