SN-CBK506A

Soporte de montaje en pared con cámara multisensor

Especificación

Parameters

Application Model

SN-IPP80XXRAR

Material

Aluminum alloy

Color

White

Operating Humidity

0% - 90% RH

Load Bearing

10 kg (22.05 lb.)

Product Dimensions

279.3(L) × 109(W) × 164(H) mm (11.0 × 4.29 × 6.46 inch)

Product Weight

1 kg (2.2 lb)

Leer resto 0%

Solución de seguridad inteligente

Vea nuestras soluciones para la diversa industria y aplicaciones.

Please Contact Us

¿Quieres saber más? Si está interesado en nuestros productos, deje un mensaje aquí, le responderemos lo antes posible.

Captcha

Prensa sobre Sunell

+86(755)-2675-4336

$(window).on('scroll', function () { // 获取当前滚动位置 var scrollPosition = $(this).scrollTop(); var navbarHeight = $('.tabs-container').outerHeight() || 0; // 获取导航栏高度 // 遍历每个内容区域 $('.tab').each(function () { var target = $(this).data('target'); var targetElement = $('#' + target); if (targetElement.length) { var targetOffset = targetElement.offset().top - navbarHeight - 180; // 减去导航栏高度和缓冲 var targetHeight = targetElement.outerHeight(); // 判断当前滚动位置是否在内容区域内 if (scrollPosition >= targetOffset && scrollPosition < targetOffset + targetHeight) { // 移除所有 Tab 的 active 类 $('.tab').removeClass('active'); // 为当前内容对应的 Tab 添加 active 类 $(this).addClass('active'); } } }); }); });