基于高德地图JS api开发的geojson编辑器. http://geojson.finevis.cc/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

71 lines
1.6 KiB

.editor-main {
height: 100%;
}
.editor-header {
height: 40px;
line-height: 40px;
padding: 0 10px;
background-color: #dbd8d8;
border-bottom: 1px solid rgb(180, 180, 180);
font-size: 16px;
}
.editor-body-center {
position: relative;
}
.editor-body-right{
border-left: 1px solid #ccc;
}
.editor-body-left,
.editor-body-right {
background-color: #f5f5f5;
}
#mapStage {
height: 100%;
}
// ----------------------------- scroll thumb ---------------------
body {
user-select: none;
/*---滚动条大小--*/
/*---滚动条默认显示样式--*/
/*---鼠标点击滚动条显示样式--*/
/*---滚动框背景样式--*/
/* 滚动条的滑轨背景颜色 */
/* 滑块颜色 */
/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
}
body ::-webkit-scrollbar {
width: 8px;
height: 8px;
background: white;
border-left: 1px solid #e8e8e8;
}
body #node-editor-graph-root input {
color: #2b2b2b;
}
body ::-webkit-scrollbar-thumb {
border-width: 1px;
border-style: solid;
border-color: #e4e4e4;
border-radius: 6px;
background: #c9c9c9;
}
body ::-webkit-scrollbar-thumb:hover {
background-color: #c6c6c6;
}
body ::-webkit-scrollbar-track-piece {
border-radius: 0;
}
body ::-webkit-scrollbar-track {
background-color: #e4e4e4;
}
body ::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
}
body ::-webkit-scrollbar-corner {
background-color: #eee;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */