From e6ecc71c81d7d520516c804ea8f8c5af4de808d2 Mon Sep 17 00:00:00 2001 From: zyronon Date: Wed, 15 Feb 2023 02:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/slideHooks/Community.vue | 5 +++-- src/pages/slideHooks/Shop.vue | 6 ++++-- src/pages/slideHooks/index.vue | 20 +++++++++++--------- src/pages/test/Test.vue | 4 ++-- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/pages/slideHooks/Community.vue b/src/pages/slideHooks/Community.vue index 57d90cb..986ffde 100644 --- a/src/pages/slideHooks/Community.vue +++ b/src/pages/slideHooks/Community.vue @@ -69,11 +69,12 @@ onMounted(() => { #Community { font-size: 14rem; color: white; - background: black; + padding-top: @header-height; .Scroll { + background: black; //height: calc(100vh - @header-height) !important; - height: calc(100vh - @header-height) !important; + height: calc(100vh - @header-height - @footer-height) !important; } .goods-list { diff --git a/src/pages/slideHooks/Shop.vue b/src/pages/slideHooks/Shop.vue index 44b1432..94f78db 100644 --- a/src/pages/slideHooks/Shop.vue +++ b/src/pages/slideHooks/Shop.vue @@ -97,11 +97,13 @@ onMounted(() => { #Shop { font-size: 14rem; color: white; + padding-top: @header-height; .search { display: flex; align-items: center; - padding: 20rem; + height: @header-height; + padding: 0 20rem; img { width: 20rem; @@ -176,7 +178,7 @@ onMounted(() => { .Scroll { //height: calc(100vh - @header-height) !important; - height: calc(100vh - 90rem) !important; + height: calc(100vh - @header-height - @footer-height) !important; } .goods-list { diff --git a/src/pages/slideHooks/index.vue b/src/pages/slideHooks/index.vue index 1c5de21..bcb24bb 100644 --- a/src/pages/slideHooks/index.vue +++ b/src/pages/slideHooks/index.vue @@ -60,17 +60,17 @@ id="slideHook" v-love="'slideHook'" v-model:index="state.navIndex"> - +
热点
- -
社区
+ +
关注
- -
商城
+ + --> - + - +