技术支持

随时联系竭诚为你

联系信息

地址

安徽省合肥市高新技术产业开发区习友路3366号

电话

18803101273

邮箱

hulking@126.com

工作时间

周一至周日 9:00-22:00

tListener('DOMContentLoaded', function() { const observerOptions = { threshold: 0.1, rootMargin: '0px 0px -50px 0px' }; const observer = new IntersectionObserver(function(entries) { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('visible'); } }); }, observerOptions); document.querySelectorAll('.scroll-fade').forEach(el => { observer.observe(el); }); });