加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
劳改犯 提交于 2024-09-20 16:58 . feat: theme and dynamic tilesLayer
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
.mars-dialog{
backdrop-filter: blur(6px);
z-index: 10000000000000000 !important;
background: linear-gradient(90deg, rgb(0, 34, 48), rgba(255, 255, 255, 0.01)) !important;
}
.mars-dialog__content{
backdrop-filter: blur(6px);
z-index: 10000000000000000 !important;
background: linear-gradient(90deg, rgb(0, 34, 48), rgba(255, 255, 255, 0.01)) !important;
}
.custom-popup{
backdrop-filter: blur(6px);
z-index: 10000000000000000 !important;
background: linear-gradient(90deg, rgb(0, 34, 48), rgba(255, 255, 255, 0.01)) !important;
}
.mars-dialog__header{
backdrop-filter: blur(6px);
z-index: 10000000000000000 !important;
background: linear-gradient(90deg, rgb(0, 34, 48), rgba(255, 255, 255, 0.01)) !important;
}
.mars-dialog__footer{
backdrop-filter: blur(6px);
z-index: 10000000000000000!important;
background: linear-gradient(90deg, rgb(0, 34, 48), rgba(255, 255, 255, 0.01)) !important;
}
.base-pannel {
top:calc(20vh - 38px) !important;
}
.query-poi-pannel {
top:calc(20vh - 38px) !important;
}
.manage-layer_pannel {
top:calc(20vh + 28px) !important;
}
.manage-basemap-pannel {
top:calc(20vh + 28px) !important;
}
.query-poi-panel{
top:calc(20vh + 28px) !important;
}
</style>
<title>AIgc-4D</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/pages/jcxm/main.ts"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化