$(document).ready(function () { /*if ($(window).width() > 767) { var $resourceTypeList = $('.resource-type-list');//鏈€澶栧眰鍏冪礌鍚 function item_masonry() { $resourceTypeList.imagesLoaded(function () { $resourceTypeList.masonry({ itemSelector: '.panel'//鍒楄〃鍏冪礌绫诲悕 }).children(".panel").css("visibility", "visible");//鍏冪礌css榛樿鐘舵€佷负hidden }); } item_masonry(); $(window).resize(function () { item_masonry(); }); }*/ //ScollText(".maptxt .listwrap"); if($(window).width()>1023){ $(document).on("click",".basemap .pc_img li",function(e){ e.preventDefault() e.stopPropagation() $(this).addClass("on").siblings().removeClass("on"); var ii = $(this).index(); $(".tab_map li").eq(ii).addClass("on").siblings().removeClass("on"); var mleft = $('.pc_img').offset().left, mtop = $('.pc_img').offset().top, left1 = $(this).offset().left - mleft + 26, left2 = $(this).offset().left - mleft - 476, top1 = $(this).offset().top - mtop - 40, top2 = $(this).offset().top - mtop - (top1 / 2), name = $(this).find("span").text(); $('.maptxt').find('h2').text(name); if(left1 > 490){ if(top1 >= 467){ //$('.maptxt').css({'left':left2,'top':top2}).show(); $('.maptxt').css({'left':left2,'top':top2}).addClass("show"); $(".maptxt .listwrap").html($(".publ li.panel").eq(ii).find(".listwrap").html()); //$(this).append(''); $('.maptxt').find('i').remove(); $('.maptxt').append(''); }else{ //$('.maptxt').css({'left':left2,'top':top1}).show(); $('.maptxt').css({'left':left2,'top':top1}).addClass("show"); $(".maptxt .listwrap").html($(".publ li.panel").eq(ii).find(".listwrap").html()); //$(this).append(''); $('.maptxt').find('i').remove(); $('.maptxt').append(''); } }else{ if(top1 >= 467){ //$('.maptxt').css({'left':left1,'top':top2}).show(); $('.maptxt').css({'left':left1,'top':top2}).addClass("show"); $(".maptxt .listwrap").html($(".publ li.panel").eq(ii).find(".listwrap").html()); //$(this).append(''); $('.maptxt').find('i').remove(); $('.maptxt').append(''); }else{ //$('.maptxt').css({'left':left1,'top':top1}).show(); $('.maptxt').css({'left':left1,'top':top1}).addClass("show"); $(".maptxt .listwrap").html($(".publ li.panel").eq(ii).find(".listwrap").html()); //$(this).append(''); $('.maptxt').find('i').remove(); $('.maptxt').append(''); } } }) $(document).on("click",".tab_map li",function(e){ e.preventDefault() e.stopPropagation() $(this).addClass("on").siblings().removeClass("on"); var i=$(this).index(); $(".basemap .pc_img li").eq(i).trigger('click'); }) $(document).click(function () { //$('.maptxt').hide(); $('.maptxt').removeClass("show"); $('.basemap .pc_img li').removeClass('on'); }) } })