From 9385713c95cd1cb92d0ba8c89318a6822aab6cb5 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 20 一月 2025 18:24:14 +0800 Subject: [PATCH] home --- pages/home/home.wxss | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/home/home.wxss b/pages/home/home.wxss index dd34c3e..eb6a375 100644 --- a/pages/home/home.wxss +++ b/pages/home/home.wxss @@ -33,7 +33,7 @@ padding-top: 180rpx; } -.home-page-header .bg { +.bg { height: 680rpx; position: absolute; top: 0; @@ -41,7 +41,7 @@ z-index: -1; } -.home-page-header .bg .image { +.bg .image { height: 100%; } @@ -86,6 +86,11 @@ .swiper { height: 380rpx; width: 100%; +} + +.swiper-item { + width: 100%; + height: 100%; } .swiperItem { @@ -310,6 +315,7 @@ width: 336rpx; height: 205rpx; flex: 1; + margin: 0 auto; } .listBox1 .body-info { @@ -371,6 +377,10 @@ font-size: 26rpx; } +.listBox .empyt { + margin: 0 auto; +} + .listBox2 .empyt { padding: 20rpx; box-sizing: border-box; -- Gitblit v1.9.1