From 346a966f1d29883aaa3181b421da5e697b1c5d32 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 01 七月 2024 14:18:03 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.css | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Monitor-APP/pages/home/home.css b/Monitor-APP/pages/home/home.css index e4c6152..25ce30e 100644 --- a/Monitor-APP/pages/home/home.css +++ b/Monitor-APP/pages/home/home.css @@ -1,7 +1,7 @@ .text-content { width: 100%; height: 100%; - font-size: 22px; + font-size: 1.6vw; /* background-color: aliceblue; */ } .swiper-head { @@ -15,7 +15,7 @@ } .swiper-body { width: 100%; - height: 90%; + height: 100%; /* background-color: #aa0000; */ } .swiper-body-main { @@ -33,11 +33,11 @@ background-color: rgba(0, 0, 0, .2); } .swiper-item:nth-child(2n-1) { - background-color: rgba(255, 255, 127, 0.1); + background-color: rgba(145, 145, 145, 0.1); } .swiper-item:first-child { - background-color: rgba(255, 85, 0, 1.0); + background-color: rgba(255, 85, 0, 0.7); } .swiper-item:nth-child(2) { - background-color: rgba(211, 70, 0, 1.0); + background-color: rgba(255, 85, 0, 0.5); } -- Gitblit v1.9.1