中国政府网 | 四川省人民政府 | 宜宾市人民政府 | 网站支持IPv6 |

无障碍浏览 长者模式 | 繁体版 | 简体版 | 办公平台

政务微博
政务微信
政务地图
返回顶部
< script type="text/javascript"> $(function () { function watchSize(status) { var w = $(window).width(); var dw = $(".vps-fixed-box-left").height(); delMapText(status) if (w > 1380) { $(".vps-fixed-box-left").css({ left: 20, marginTop: -(dw / 2.5), }); } else { $(".vps-fixed-box-left").css({ left: 0, marginTop: -(dw / 2.5), }); } } function delMapText(status) { var time = status == 1 ? 500 : 0 setTimeout(function(){ $('div#allmap div').each((idx,item)=>{ if(item.shadowRoot!=null){ item.shadowRoot.textContent='' } }) $("#allmap").show(); if(status == 1) { } },time); } watchSize(1); $(window).resize(function () { $("#allmap").hide(); watchSize(2); }); });