轴流泵筒式安装
轴流泵筒式安装






$(function () { var contentWidth = parseInt($('#smv_tem_3_50').css("width")); ///长图自适应屏幕
$('#smv_tem_3_50 table').each(function () { $(this).removeAttr("width"); if ($(this).width() > contentWidth) { $(this).css("width", "100%"); } }); var splitLength = $('#tem_3_50_txt').find("div").html().split("_ueditor_page_break_tag_"); if (splitLength.length > 1) { pagination('tem_3_50_txt', "首页", "末页", "上一页", "下一页", function (hisHeight) { if (typeof hisHeight == 'undefined') { $('#smv_tem_3_50').smrecompute(); } else { var tabContentHeight = $('#tem_3_50_txt').height(); $('#smv_tem_3_50').smrecompute("recomputeTo", [tabContentHeight, hisHeight]); } $('#smv_tem_3_50 img').each(function () { var src = $(this).attr("src"); if (typeof src != 'undefined' && src != "") { $(this).attr("src", ""); $(this)[0].onload = function () { $('#smv_tem_3_50').smrecompute(); }; $(this).attr("src", src); } }); showBigImg_tem_3_50(); }); } else { $('#smv_tem_3_50 img').each(function () { var src = $(this).attr("src"); if (typeof src != 'undefined' && src != "") { $(this).attr("src", ""); $(this)[0].onload = function () { var width = $(this).width(); if (width > contentWidth) { $(this).css("cssText", 'max-width:' + contentWidth + 'px !important;height:auto !important;'); } $('#smv_tem_3_50').smrecompute(); }; $(this).attr("src", src); } }); showBigImg_tem_3_50(); } xwezhan.cssUeditorTale(); });
function showBigImg_tem_3_50() { if (false) { var bigImageArray = []; $('#smv_tem_3_50 img').each(function () { if ($(this).parents("a").length == 0) { var srcStr = $(this).attr("src"); $(this).lzpreview({ cssLink: '/Content/css/atlas-preview.css', pageSize: 1,//每页最大图片数 imgUrl: [srcStr], imgAlt: [''], imgLink: ['javascript:void(0)'], imgTarget: [''], itemSelect: $(this), arrow: false, thumbnail: false }); } }); } }