所有页面
关于我们
服务
产品
资源
案例
视频中心
联系我们
产品标签
Tags
Tags
$(function () {
if ($(window).width() <= 768) { return; }
var topH = '' || '0';
if (topH == parseInt(topH) + '') {
topH += 'px';
}
$("[data-fswdid='42216cb3570742979bbf337a57d83604']").each(function () {
var self = $(this);
var fi = 0,
maxC = 10,
targetP = self.parent(),
unAdd = 1;
while (fi < maxC) {
if (unAdd && targetP.hasClass("additional") && targetP.attr("class").indexOf("col-") > -1) {
if (!targetP.hasClass("sticky-attach-n110m-1")) {
targetP.addClass("sticky-attach-n110m-1");
targetP.css("top", topH);
unAdd = 0;
continue;
}
}
if (!unAdd) {
if (targetP.hasClass("main") && (targetP.hasClass("container") || targetP.hasClass("container-fluid"))) {
if (targetP.css('overflow') != 'visible') { targetP.css('overflow', 'visible'); }
break;
}
}
targetP = targetP.parent();
fi++;
}
});
});