优化首页

This commit is contained in:
Ember 2024-06-24 23:08:05 +08:00
parent d220b4a3c2
commit 8214de8cdf

View File

@ -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';
});