From 43240847ea4fdff98b2a5457b75e36525271a11f Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Fri, 11 Nov 2022 16:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E4=BF=AE=E6=94=B9=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/home/new/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/static/home/new/css/index.css b/public/static/home/new/css/index.css index 6e3ead9a..b8e47e95 100644 --- a/public/static/home/new/css/index.css +++ b/public/static/home/new/css/index.css @@ -990,7 +990,7 @@ main .main-4 .container .item .img img{ main .main-4 .container .item .pull-bg{ width: 100%; height: 100%; - background-color: rgba(0, 0, 0, .5); + background-color: rgba(0, 0, 0, .4); position: absolute; left: 0; top: 0; @@ -998,7 +998,7 @@ main .main-4 .container .item .pull-bg{ transition: all .6s; } main .main-4 .container .item:hover .pull-bg{ - background-color: rgba(0, 0, 0, .6); + background-color: rgba(0, 0, 0, .5); } main .main-4 .container .item h3{ font-family: "HarmonyOS_Sans_Bold" !important;