master
parent
96c78b8d33
commit
209bb5542a
|
@ -12,10 +12,10 @@
|
||||||
<link rel="stylesheet" href="../../css/huaxia.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/huaxiaMedia.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../../css/foot.min.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="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/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 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 type="text/javascript" src="http://api.map.baidu.com/geocoder/v2/?ak=mDcZsWM7gGKb7MC1bC8Mo33FScjYEr0I&output=json&address=百度大厦&city=北京市"></script>
|
||||||
<script src="../../js/huaxia.js"></script>
|
<script src="../../js/huaxia.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -67,9 +67,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div id="allmap" style="width: 100%;height: 470px;margin-top: 62px;"></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>
|
<!-- <div id="container" style="width: 100%;height: 470px;margin-top: 30px;"></div> -->
|
||||||
<script>
|
<!-- <script>
|
||||||
//初始化地图
|
//初始化地图
|
||||||
var map = new AMap.Map('container', {
|
var map = new AMap.Map('container', {
|
||||||
resizeEnable: true, //是否监控地图容器尺寸变化
|
resizeEnable: true, //是否监控地图容器尺寸变化
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
map.add(marker);
|
map.add(marker);
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- 底部导航 -->
|
<!-- 底部导航 -->
|
||||||
<div class="foot-nav-box">
|
<div class="foot-nav-box">
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!-- <script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
function LoadBaiduMapScript() {
|
function LoadBaiduMapScript() {
|
||||||
//console.log("初始化百度地图脚本...");
|
//console.log("初始化百度地图脚本...");
|
||||||
|
@ -218,5 +218,5 @@
|
||||||
console.log(iframe);
|
console.log(iframe);
|
||||||
var body = iframe.contentWindow.document.body
|
var body = iframe.contentWindow.document.body
|
||||||
console.log( $(body).nextAll(".tyAboutUs_gr").css("color","#000"));
|
console.log( $(body).nextAll(".tyAboutUs_gr").css("color","#000"));
|
||||||
</script> -->
|
</script>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue