ProjectMap.cshtml 534 Bytes
@section header
{
<style type="text/css">  
    html{height:100%}    
    body{height:100%;margin:0px;padding:0px}    
    #container{height:100%;width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";}  
</style>
}

<div id="container"></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>
}