アストヤオ株式会社
アストヤオ株式会社
Natural Stones · Car Rental · Support

📞 联系我们

请尽量写清需求类型与细节(时间、数量、地点等),便于快速判断与回复。

document.getElementById("y").textContent = new Date().getFullYear(); (function(){ const heroMedias = document.querySelectorAll('.hero-media[style*="background-image"]'); const imageObserver = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if(entry.isIntersecting){ const el = entry.target; el.classList.add('loaded'); observer.unobserve(el); } }); }, { rootMargin: '50px' }); heroMedias.forEach(el => imageObserver.observe(el)); })();