/*全局cesium样式*/
|
html,
|
body,
|
#app,
|
#sdkContainer {
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
margin: 0;
|
padding: 0;
|
overflow: hidden;
|
background-color: #000000;
|
}
|
/* #app {
|
background-image: url('../assets/img/login/background.png') !important;
|
} */
|
#sdkContainer {
|
background-size: 100%;
|
}
|
.tipStyle {
|
color: white;
|
background-color: rgba(0, 0, 0, 0.4) !important;
|
}
|
.tipStyle .el-notification__title {
|
color: white;
|
}
|
.tipStyle .el-notification__content {
|
color: white;
|
}
|
.cesium-viewer-animationContainer,
|
.cesium-viewer-timelineContainer {
|
display: none;
|
}
|
|
.cesium-performanceDisplay-defaultContainer {
|
display: none;
|
/* top : 32px;
|
right: 85px; */
|
}
|
|
.cesium-viewer-bottom {
|
display: none;
|
}
|
.cesium-viewer-toolbar,
|
.cesium-viewer-fullscreenContainer {
|
display: none !important;
|
}
|
|
.layerTree .el-tree-node__content {
|
margin: 2px 0;
|
}
|
|
.custom-tree-node {
|
flex: 1;
|
display: flex;
|
align-items: center;
|
font-size: 17px;
|
padding-right: 8px;
|
}
|
|
.custom-tree-node .typeIcon {
|
margin-right: 10px;
|
}
|
|
.other-class .layui-layer-title {
|
/* background-color: white !important;
|
color : black !important; */
|
background-color: rgba(0, 0, 0, 0.3) !important;
|
color: white;
|
}
|
|
.other-class {
|
border: 1px solid white !important;
|
}
|
.layui-layer-setwin .layui-layer-close1 {
|
background-position: -156px -38px !important;
|
}
|
|
.divpoint-data-li table {
|
text-align: center !important;
|
}
|
|
.divpoint-data-li table th {
|
padding-right: 5px !important;
|
}
|
|
.divpoint-data-li table td {
|
border-left: 1px solid !important;
|
padding-left: 5px !important;
|
}
|
|
.searchInput input {
|
height: 50px !important;
|
}
|
|
.searchInput i {
|
line-height: 50px;
|
font-size: 20px !important;
|
}
|
|
.el-button.is-disabled,
|
.el-button.is-disabled:focus,
|
.el-button.is-disabled:hover {
|
color: #606266;
|
}
|
|
/* 查询结果 */
|
.resultToolTip {
|
opacity: 1 !important;
|
pointer-events: auto !important;
|
background: unset !important;
|
padding: 0 !important;
|
}
|
|
.resultToolTip .arrow {
|
position: relative;
|
width: 0px;
|
content: " ";
|
left: 50%;
|
margin-left: -10px;
|
border-top: 10px solid #ffffff;
|
border-left: 10px solid transparent;
|
border-right: 10px solid transparent;
|
}
|
|
.resultToolTip .propTable {
|
max-height: 222px;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
|
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar,
|
.resultToolTip .propTable::-webkit-scrollbar {
|
/*滚动条整体样式*/
|
width: 8px;
|
/*高宽分别对应横竖滚动条的尺寸*/
|
height: 8px;
|
scrollbar-arrow-color: red;
|
}
|
|
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-thumb,
|
.resultToolTip .propTable::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
-webkit-box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2);
|
box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2);
|
background: rgba(218, 218, 218, 0.5);
|
scrollbar-arrow-color: red;
|
}
|
|
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-track,
|
.resultToolTip .propTable::-webkit-scrollbar-track {
|
-webkit-box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2);
|
box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2);
|
border-radius: 0;
|
background: rgba(218, 218, 218, 0.1);
|
}
|
|
.resultToolTip .propTitle {
|
font-size: 15px;
|
font-family: Microsoft YaHei;
|
font-weight: bold;
|
color: #494949;
|
}
|
|
.resultToolTip .propTitle button {
|
float: right;
|
padding: 0;
|
border: 0;
|
height: unset;
|
line-height: unset;
|
}
|
|
.resultToolTip .propTable tr {
|
line-height: 35px;
|
height: 35px;
|
}
|
|
.resultToolTip .propTable tr:hover {
|
background: #e5e5e5;
|
}
|
|
.resultToolTip .propTable th {
|
font-size: 15px;
|
font-family: Microsoft YaHei;
|
font-weight: 400;
|
color: #707070;
|
padding-left: 15px;
|
}
|
|
.resultToolTip .propTable td {
|
font-size: 15px;
|
font-family: Microsoft YaHei;
|
font-weight: 400;
|
color: #242424;
|
}
|
|
.resultToolTip input {
|
border-top: unset !important;
|
border-left: unset !important;
|
border-right: unset !important;
|
background: unset !important;
|
}
|
|
.poiLayer {
|
max-width: 320px;
|
background: rgba(0, 0, 0, 0.4) !important;
|
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
|
border-radius: 5px;
|
font-family: GFYZ;
|
font-size: 16px;
|
position: relative;
|
min-width: 220px;
|
padding: 20px 10px;
|
box-sizing: border-box;
|
border: 1px solid #dcdfe6;
|
}
|
|
.poiLayer .poi-item {
|
width: 100%;
|
color: #ffffff;
|
margin-bottom: 10px;
|
overflow: hidden;
|
}
|
|
.poiLayer .name {
|
float: left;
|
min-width: 60px;
|
text-align: right;
|
padding-right: 15px;
|
font-size: 14px;
|
}
|
|
.poiLayer .value {
|
max-width: 220px;
|
float: left;
|
color: #409eff;
|
font-size: 14px;
|
}
|
|
.poiLayer .close {
|
pointer-events: all;
|
cursor: pointer;
|
width: 20px;
|
height: 20px;
|
background-image: url("~@/assets/img/right/closeinput.png") !important;
|
background-repeat: no-repeat;
|
background-size: 100% 100% !important;
|
position: absolute;
|
right: 10px;
|
top: 10px;
|
}
|
|
button span label {
|
float: right;
|
height: 30px;
|
cursor: pointer;
|
line-height: 30px;
|
}
|
|
#distanceLegendDiv {
|
display: none !important;
|
}
|
|
.el-menu--popup {
|
min-width: 120px !important;
|
}
|
|
.user_menu {
|
border: 1px solid rgb(255, 255, 255);
|
border-radius: 3px;
|
}
|
|
.user_menu .el-menu-item {
|
height: unset !important;
|
background-color: unset !important;
|
}
|
.user_menu .el-menu {
|
background-color: rgba(0, 0, 0, 0.4) !important;
|
margin-top: 0px!important;
|
border-radius: 8px!important;
|
}
|
|
.user_menu /deep/ .el-menu-item:hover {
|
background-color: unset !important;
|
}
|