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"> - +
热点
- -
社区
+ +
关注
- -
商城
+ + --> - + - +