From cb6d3c36fca269121bf2acd513dc05377ba87630 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期日, 29 九月 2024 17:22:17 +0800 Subject: [PATCH] home --- pages/home/home.wxss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pages/home/home.wxss b/pages/home/home.wxss index b152de7..675b791 100644 --- a/pages/home/home.wxss +++ b/pages/home/home.wxss @@ -88,6 +88,11 @@ width: 100%; } +.swiper-item { + width: 100%; + height: 100%; +} + .swiperItem { position: relative; height: 380rpx; -- Gitblit v1.9.1