ProjectMap.cshtml
775 Bytes
@section header
{
<style type="text/css">
body, html, #container {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
font-family: "微软雅黑";
}
.BMap_bubble_title {
font-weight: 900;
}
</style>
}
<div id="container" style="overflow: hidden; position: relative; background-image: url("https://webmap0.bdimg.com/image/api/bg.png"); text-align: left; touch-action: none;"></div>
@section Scripts
{
<script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=00A47SzVEEXHPZyUakGyW18XcQXbwzZh">
</script>
<script src="~/basejs/systemmap.js"></script>
<script src="~/basejs/projectmap.js"></script>
}