diff --git a/pages/index/index.vue b/pages/index/index.vue index 9b47bff..92ea641 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,7 +2,7 @@ - + @@ -1233,8 +1233,9 @@ .logo { height: 50rpx; - width: 200rpx; + max-width: 150rpx; position: absolute; + min-width: 50rpx; left: 36rpx; top: 25rpx; } @@ -2140,14 +2141,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;