中国政府网
|
四川省人民政府
|
宜宾市人民政府
|
网站支持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); }); });