From 40bdcff0cd425f25c3549771e92ec465bf4d7231 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 29 二月 2024 13:35:26 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.css | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Monitor-APP/pages/home/home.css b/Monitor-APP/pages/home/home.css index 48b4fd0..ecb27c1 100644 --- a/Monitor-APP/pages/home/home.css +++ b/Monitor-APP/pages/home/home.css @@ -26,10 +26,11 @@ .swiper-item { display: flex; align-items: center; + /* background-color: aliceblue; */ /* display: grid; */ /* align-items: center; */ /* grid-template-columns: 2fr 3fr 2fr 2fr 1fr; */ } .swiper-item:nth-child(2n-1) { - background-color: rgba(255, 255, 255, .1); + /* background-color: rgba(255, 255, 255, .1); */ } -- Gitblit v1.9.1