From 8214de8cdf16f98cd01411adbd4f072da39ab52b Mon Sep 17 00:00:00 2001 From: Ember Date: Mon, 24 Jun 2024 23:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0eb5da6..67b1fe8 100644 --- a/index.html +++ b/index.html @@ -297,7 +297,7 @@ height: 145px; overflow: hidden; z-index: 1; - opacity: 0.85; + opacity: 0.75; transition: opacity 0.5s ease; } @@ -584,7 +584,7 @@ document.querySelector('.wrapper').addEventListener('mouseleave', function() { const imageWrapper = this.querySelector('.image-wrapper'); const textContainer = this.querySelector('.guide-text-container'); - imageWrapper.style.opacity = '0.85'; + imageWrapper.style.opacity = '0.75'; textContainer.style.left = '100%'; textContainer.style.opacity = '0'; });