222 lines
12 KiB
HTML
222 lines
12 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
|
||
<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/huaxia.css">
|
||
<link rel="stylesheet" type="text/css" href="../../css/huaxiaMedia.css"/>
|
||
<link rel="stylesheet" type="text/css" href="../../css/foot.min.css"/>
|
||
<script src="https://webapi.amap.com/maps?v=1.4.14&key=4d81136d607c68fb6c906599c0bd1de1&plugin=AMap.Autocomplete,AMap.Geocoder"></script>
|
||
<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="http://api.map.baidu.com/geocoder/v2/?ak=mDcZsWM7gGKb7MC1bC8Mo33FScjYEr0I&output=json&address=百度大厦&city=北京市"></script> -->
|
||
<script src="../../js/huaxia.js"></script>
|
||
</head>
|
||
<body>
|
||
<header class="tyhder_herader">
|
||
<img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失">
|
||
<nav class="dis p-zy320 pod">
|
||
<a href="../../index.html"><img src="../../img/logo.png" title="图2" alt="图片已缺失"></a>
|
||
<ul class="tyhder_listnav">
|
||
<li> 123</li>
|
||
<li><span class="tyhder_di"></span><a target="_parent" href="../../index.html">网站首页</a></li>
|
||
<li><span class="tyhder_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||
<li><span class="tyhder_di"></span><a target="_parent" href="../logshoppingcar/shopcar.html"><img class="tyhder_topicon" title="图3" src="../../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li>
|
||
<li><span class="tyhder_di"></span><a target="_parent" href="../artNetwork/pointsMall.html">积分商城</a></li>
|
||
<li><span class="tyhder_di"></span><a target="_parent" class="tyhder_gr" href="../contactUs/contactUs.html">联系我们</a></li>
|
||
<li><span class="tyhder_di"></span><a target="_parent" href="../grzx/personalData.html">个人中心</a></li>
|
||
<li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li>
|
||
</ul>
|
||
<div class="tyhder_moban"></div>
|
||
<div class="tyhder_btntop">
|
||
<img class="tyhder_btntopimg" src="../../img/public/gn.png">
|
||
</div>
|
||
</nav>
|
||
</header>
|
||
<div class="tyAboutUs_her ty_pd">联系我们</div>
|
||
<div class="mian ty_pd">
|
||
<div class="tyAboutUs_lxmiancon">
|
||
<div>
|
||
<div class="tyAboutUs_lxwo">
|
||
<p>华夏艺术网</p>
|
||
<p>地址:四川省成都市武侯区天益街38号理想中心3栋601</p>
|
||
<p>手机:13880548658</p>
|
||
<p>电话:028-61529525</p>
|
||
<p>邮箱:zarts@126.com</p>
|
||
</div>
|
||
<div class="tyAboutUs_lxwx">
|
||
<img src="../../img/public/lx_wx.png" alt="">
|
||
<p>华夏艺术网</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="tyAboutUs_lxwo">
|
||
<p>成都惠民职工书院</p>
|
||
<p>地址:成都市青羊区青羊大道129号文化宫2楼 </p>
|
||
<p>电话:028-81712589</p>
|
||
</div>
|
||
<div class="tyAboutUs_lxwxa">
|
||
<img src="../../img/public/lx_wx.png" alt="">
|
||
<p>成都惠民职工书院</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- <div id="allmap" style="width: 100%;height: 470px;margin-top: 62px;"></div> -->
|
||
<div id="container" style="width: 100%;height: 470px;margin-top: 30px;"></div>
|
||
<script>
|
||
//初始化地图
|
||
var map = new AMap.Map('container', {
|
||
resizeEnable: true, //是否监控地图容器尺寸变化
|
||
zoom: 11, //初始地图级别
|
||
center: [104.063039,30.595379] //设置地图中心点坐标
|
||
});
|
||
var LngLat = [
|
||
[104.063039,30.595379,'四川省成都市武侯区天益街38号理想中心3栋601'],
|
||
[104.009413,30.672258,'成都市青羊区青羊大道129号文化宫2楼'],
|
||
]
|
||
var img = '../../img/public/dwionv.png'
|
||
for (var i = 0; i < LngLat.length; i++) {
|
||
var marker = new AMap.Marker({
|
||
position: new AMap.LngLat(LngLat[i][0],LngLat[i][1]),
|
||
offset: new AMap.Pixel(-20, -40),
|
||
icon: img, // 添加 Icon 图标 URL
|
||
title: LngLat[i][2],
|
||
draggable: true //点标记可拖拽
|
||
});
|
||
map.add(marker);
|
||
};
|
||
|
||
</script>
|
||
</div>
|
||
<!-- 底部导航 -->
|
||
<div class="foot-nav-box">
|
||
<!-- 导航文字 -->
|
||
<div class="foot-box-nav">
|
||
<div><a href="../../index.html" target="_parent">首页</a></div>
|
||
<div><a href="../artNetwork/realTimeInfo.html" target="_parent">资讯</a></div>
|
||
<div><a href="../artNetwork/exhibition.html" target="_parent">展览</a></div>
|
||
<div><a href="../artNetwork/artist.html" target="_parent">艺术家</a></div>
|
||
<div><a href="../artNetwork/mechanism.html" target="_parent">机构</a></div>
|
||
<div><a href="../artNetwork/train.html" target="_parent">培训</a></div>
|
||
<div><a href="../artNetwork/shoppingMall.html" target="_parent">商城</a></div>
|
||
<div><a href="../artNetwork/auction.html" target="_parent">拍卖</a></div>
|
||
</div>
|
||
<!-- 导航图片 -->
|
||
<div class="foot-box-img">
|
||
<img src="../../img/public/foot-xl.png" alt="图片缺失" title="新浪">
|
||
<img src="../../img/public/foot-wx.png" alt="图片缺失" title="微信">
|
||
<img src="../../img/public/foot-whatsapp.png" alt="图片缺失" title="电话">
|
||
<img src="../../img/public/foot-facebook.png" alt="图片缺失" title="facebook">
|
||
<img src="../../img/public/foot-skype.png" alt="图片缺失" title="钱">
|
||
</div>
|
||
</div>
|
||
<div class="foot-end-box">
|
||
<div>
|
||
<img src="../../img/logo.png" alt="图片丢失" title="华夏艺术网">
|
||
<div class="linh26">
|
||
<div class="foot-end-title">中国美术家协会副主席、中国版画家协会副主席李焕民先生为华夏艺术网提名</div>
|
||
<div class="clips2 foot-end-content">是国内最早最大的书画艺术门户网站之一,由四川省美术家协会、四川省书法家协会、四川省诗书画院、成都画院、四川省政协书画研究院等...</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="foot-end-right">
|
||
<div>
|
||
<div>
|
||
<img class="shu-logo" src="../../img/public/shuy-logo.png" alt="图片丢失" title="成都惠民职工书院">
|
||
</div>
|
||
<div class="linh30">
|
||
<div class="foot-end-titlez">成都惠民职工书院</div>
|
||
<div class="foot-end-content">地址:成都市青羊区青羊大道129号文化宫2楼</div>
|
||
<div class="foot-end-content">电话:028-81712589</div>
|
||
</div>
|
||
</div>
|
||
<div class="foot-count">
|
||
<div class="foot-end-title">联系我们</div>
|
||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||
<div class="foot-end-content dis"><span class="fs">电话:</span>028-61529525</div>
|
||
<div class="foot-end-content dis"><span class="fs">邮箱:</span>zarts@126.com</div>
|
||
</div>
|
||
<div class="foot-qrcode">
|
||
<div>
|
||
<img src="../../img/public/huax-em.png" alt="图片丢失" title="华夏艺术网">
|
||
<div>华夏艺术网</div>
|
||
</div>
|
||
<div>
|
||
<img src="../../img/public/shuy-em.png" alt="图片丢失" title="成都惠民职工书院">
|
||
<div>成都惠民职工书院</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="foot-end-bottom">Copyright@2021 华夏艺术网.All rights reserved.  蜀ICP备11111111号  技术支持:全美网络 </div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
<!-- <script type="text/javascript">
|
||
|
||
function LoadBaiduMapScript() {
|
||
//console.log("初始化百度地图脚本...");
|
||
const AK = "mDcZsWM7gGKb7MC1bC8Mo33FScjYEr0I";
|
||
const BMap_URL = "https://api.map.baidu.com/api?v=2.0&ak=" + AK + "&s=1&callback=onBMapCallback";
|
||
return new Promise((resolve, reject) => {
|
||
// 如果已加载直接返回
|
||
if (typeof BMap !== "undefined") {
|
||
resolve(BMap);
|
||
return true;
|
||
}
|
||
// 百度地图异步加载回调处理
|
||
window.onBMapCallback = function () {
|
||
console.log("百度地图脚本初始化成功...");
|
||
resolve(BMap);
|
||
};
|
||
// 插入script脚本
|
||
let scriptNode = document.createElement("script");
|
||
scriptNode.setAttribute("type", "text/javascript");
|
||
scriptNode.setAttribute("src", BMap_URL);
|
||
document.body.appendChild(scriptNode);
|
||
});
|
||
}
|
||
|
||
LoadBaiduMapScript().then((BMap) => {
|
||
// 百度地图API功能
|
||
var map = new BMap.Map("allmap"); // 创建Map实例
|
||
map.centerAndZoom(new BMap.Point(104.067923463, 30.6799428454), 11); // 初始化地图,设置中心点坐标和地图级别
|
||
//添加地图类型控件
|
||
map.addControl(new BMap.MapTypeControl({
|
||
mapTypes: [
|
||
BMAP_NORMAL_MAP,
|
||
BMAP_HYBRID_MAP
|
||
]
|
||
}));
|
||
map.setCurrentCity("武汉"); // 设置地图显示的城市 此项是必须设置的
|
||
map.enableScrollWheelZoom(true); //开启鼠标滚轮缩放
|
||
var points = [
|
||
[104.016235, 30.67775],
|
||
[104.069554, 30.601504],
|
||
];
|
||
// 向地图添加标注
|
||
for (var i = 0; i < points.length; i++) {
|
||
var myIcon = new BMap.Icon("../../img/public/dwionv.png", new BMap.Size(50, 50), {
|
||
// 指定定位位置
|
||
offset: new BMap.Size(50, 205),
|
||
// 当需要从一幅较大的图片中截取某部分作为标注图标时,需要指定大图的偏移位置
|
||
imageOffset: new BMap.Size(0, 0 - i * 0) // 设置图片偏移
|
||
});
|
||
var point = new BMap.Point(points[i][0], points[i][1]);
|
||
// 创建标注对象并添加到地图
|
||
var marker = new BMap.Marker(point, { icon: myIcon });
|
||
map.addOverlay(marker);
|
||
};
|
||
})
|
||
var iframe = document.getElementById('getop')
|
||
console.log(iframe);
|
||
var body = iframe.contentWindow.document.body
|
||
console.log( $(body).nextAll(".tyAboutUs_gr").css("color","#000"));
|
||
</script> -->
|
||
</html> |