<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>联系我们</title> <link rel="stylesheet" type="text/css" href="../../css/swiper-bundle.min.css" /> <link rel="stylesheet" href="../../css/aboutUs.css"> <script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script> <script src="../../js/swiper-bundle.min.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=mDcZsWM7gGKb7MC1bC8Mo33FScjYEr0I"></script> <title>地图展示</title> <style type="text/css"> body, html, #allmap { width: 100%; height: 100%; overflow: hidden; margin: 0; font-family: "微软雅黑"; } </style> </head> <body> <body> <div class="ty_her ty_pd"> 联系我们 </div> <div class="mian ty_pd"> <div class="ty_lxmiancon"> <div class="ty_lxwo"> <p>华夏艺术网</p> <p>地址:四川省成都市武侯区天益街38号理想中心3栋601</p> <p>手机:13880548658</p> <p>电话:028-61529525</p> <p>邮箱:zarts@126.com</p> </div> <div class="ty_lxwx"> <img src="../../img/public/lx_wx.png" alt=""> <p>华夏艺术网</p> </div> <div class="ty_lxwo"> <p>成都惠民职工书院</p> <p>地址:成都市青羊区青羊大道129号文化宫2楼 </p> <p>电话:028-81712589</p> </div> <div class="ty_lxwxa"> <img src="../../img/public/lx_wx.png" alt=""> <p>华夏艺术网</p> </div> </div> <div id="allmap"></div> </div> </body> <script type="text/javascript"> // 百度地图API功能 var map = new BMap.Map("allmap"); // 创建Map实例 map.centerAndZoom(new BMap.Point(116.404, 39.915), 11); // 初始化地图,设置中心点坐标和地图级别 //添加地图类型控件 map.addControl(new BMap.MapTypeControl({ mapTypes: [ BMAP_NORMAL_MAP, BMAP_HYBRID_MAP ] })); map.setCurrentCity("北京"); // 设置地图显示的城市 此项是必须设置的 map.enableScrollWheelZoom(true); //开启鼠标滚轮缩放 </script> </html>