前往小程序,Get更优阅读体验!
立即前往
发布
社区首页 >专栏 >【Cesium】自定义标签弹窗

【Cesium】自定义标签弹窗

作者头像
Ning@
发布2021-11-10 14:55:50
发布2021-11-10 14:55:50
2K00
代码可运行
举报
文章被收录于专栏:烤包子烤包子
运行总次数:0
代码可运行

1.CSS样式

代码语言:javascript
代码运行次数:0
复制
* {
    margin: 0px;
    padding: 0px;
}

html,body,#cesiumContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/*自定义气泡弹窗*/
/*leaflet风格气泡窗口样式模板*/
.trackPopUp {
    display: none;
    color: rgb(255, 255, 255);
    height: 50px;
}
 
.leaflet-popup {
    position: absolute;
}
 
.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    font: 25px/25px Tahoma, Verdana, sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-button {
    padding: 10px 10px 10px 10px;
    margin: 0 4px 0 4px;
    text-align: center;
    font: 12px/12px Tahoma, Verdana, sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    background-color: #000000;
}

#Btns {
	margin-top: 10px;</code></pre>
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2020/02/28 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档