✦ Verified product
HANS 漢士得 美式 水泵鉗
HKD 95.00
3T 三行店
Verified independent store
→
HANS 漢士得 美式 水泵鉗 型號:1891|尺寸:10"|開口位:47mm 產品特點: 多檔位調節:凹槽式多檔調節設計,可靈活適應不同管徑與螺帽尺寸。 強效抓緊:特殊齒形鉗口,不論是圓管、六角形或不規則物件均能牢牢咬合。 槓桿省力:長柄結構提供極佳的槓桿力,令高強度擰緊工序更省力、更安全。 #lightbox { display: none; posit
ion: fixed; inset: 0; background: rgba(0, 0, 0, 0.85); align-items: center; justify-content: center; z-index: 9999; } #lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; } #close-btn { position: fixed; top: 20px; right: 30px; color: white; font-size: 40px; font-weight: bold; cursor: pointer; z-index: 10000; font-family: monospace; } .clickable-img { cursor: pointer; } × (function() { const lightbox = document.getElementById('lightbox'); const lightboxImg = document.getElementById('lightboxImg'); const closeBtn = document.getElementById('close-btn'); const images = document.querySelectorAll('.clickable-img'); images.forEach(function(img) { img.addEventListener('click', function() { lightboxImg.src = this.src; lightboxImg.alt = this.alt || ''; lightbox.style.display = 'flex'; document.body.style.overflow = 'hidden'; }); }); function closeLightbox() { lightbox.style.display = 'none'; lightboxImg.src = ''; document.body.style.overflow = ''; } closeBtn.addEventListener('click', closeLightbox); lightbox.addEventListener('click', function(e) { if (e.target === lightbox) { closeLightbox(); } }); document.addEventListener('keydown', function(e) { if (e.key === 'Escape' && lightbox.style.display === 'flex') { closeLightbox(); } }); })();