1 Star 0 Fork 17

star/cesium-city3d

forked from Hi/cesium-city3d 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
city2.html 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
zhangt 提交于 2020-08-03 18:04 . init
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>警情模拟示例</title>
<link href="Build/Cesium/Widgets/widgets.css" rel="stylesheet">
<link href="utils.css" rel="stylesheet">
<link href="examples/css/pretty.css" rel="stylesheet">
<link href="examples/js/layui-v2.5.5/css/layui.css" rel="stylesheet">
<script src="examples/js/config.js"></script>
<script src="examples/js/heatmap.min.js"></script>
<script src="examples/js/dat.gui.min.js"></script>
<script src="examples/js/layui-v2.5.5/layui.all.js"></script>
<script src="examples/js/jquery.min.js"></script>
<script src="Build/Cesium/Cesium.js"></script>
<script src="log.js"></script>
<style>
body {
height: 100%;
width: 100%;
margin: 0;
overflow: hidden;
padding: 0;
background: #000;
}
.dg.main.a {
position: absolute;
left: 2px;
}
.layui-layer {
background-color: #222c;
box-shadow: inset 0 0 15px 4px #00bcd4;
}
</style>
</head>
<body>
<div id="cesiumContainer"></div>
<div class="heatmap" style="overflow: hidden; width: 840px;height: 400px;">
<div class="heatmap-canvas" width="50%" height="25%">
</div>
</div>
<script src="city2.js"></script>
<style>
#navi {
width:200px !important;
position: absolute;
left: 30%;
top: 3px;
}
#navi2 {
width:200px !important;
position: absolute;
left: 45%;
top: 3px;
}
#navi3 {
width:200px !important;
position: absolute;
left: 60%;
top: 3px;
}
#navi3:hover{
color: white;
}
.close-button{
display: none;
}
.dg li.title{
min-height: 30px;
color: #00bcd4;
box-shadow:inset 1px 1px 6px 3px;
}
</style>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hkx123456/cesium-city3d.git
git@gitee.com:hkx123456/cesium-city3d.git
hkx123456
cesium-city3d
cesium-city3d
master

搜索帮助