/*全局cesium样式*/
|
html,body,#app,#sdkContainer{
|
width: 100%;
|
height: 100%;
|
position: absolute !important;
|
margin: 0;
|
padding: 0;
|
overflow: hidden;
|
}
|
.cesium-viewer-bottom{
|
display: none;
|
}
|
.cesium-widget-cesiumNavigationContainer{
|
display: none !important;
|
}
|
.el-message-box{
|
width: 66% !important;
|
}
|
.cesium-viewer-toolbar{
|
display: none !important;
|
}
|
/*全局vue-layer样式*/
|
.vl-notify.vl-notify-main {
|
min-width: 250px;
|
max-width: 1500px;
|
min-height: 100px;
|
background-color: rgba(45,52,68,.8);
|
border: 2px solid rgba(255,255,255,.0);
|
box-shadow: 1px 1px 50px rgba(0,0,0,.0);
|
border-radius: 20px;
|
padding-bottom: 5px;
|
}
|
.vl-notify .vl-notify-content {
|
min-height: 65px;
|
padding: 5px;
|
}
|
.vl-notify.vl-notify-alert h2.vl-notice-title {
|
border-radius: 20px;
|
box-sizing: border-box;
|
width: 100%;
|
height: 43px;
|
line-height: 43px;
|
background-color:rgba(45,52,68,.8);
|
border-bottom: 2px solid rgba(45,52,68,.8);
|
font-size: 16px;
|
padding-left: 15px;
|
cursor: move;
|
-moz-user-select: -moz-none;
|
-webkit-user-select: none;
|
margin: 0;
|
}
|
.vl-notice-title{
|
color: white;
|
}
|
/*全局elementUI样式*/
|
.el-input__inner {
|
-webkit-appearance: none;
|
background-color: transparent;
|
background-image: none;
|
border-radius: 4px;
|
border: 1px solid #DCDFE6;
|
-webkit-box-sizing: border-box;
|
box-sizing: border-box;
|
color: #606266;
|
display: inline-block;
|
font-size: inherit;
|
height: 40px;
|
line-height: 40px;
|
outline: 0;
|
padding: 0 15px;
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
width: 100%;
|
}
|
.el-scrollbar {
|
overflow: hidden;
|
position: relative;
|
background-color: rgba(45,52,68,.9);
|
color: white;
|
}
|
.el-scrollbar li{
|
border:1px solid rgba(45,52,68,.9);
|
color: white;
|
}
|
.el-scrollbar .hover{
|
overflow: hidden;
|
position: relative;
|
background-color: rgba(65,62,68,.9);
|
}
|
.el-table th, .el-table tr {
|
background-color: rgba(45,52,68,.8);
|
color:white;
|
}
|
.el-table, .el-table__expanded-cell {
|
background-color: transparent;
|
}
|
.el-table--enable-row-hover .el-table__body tr:hover>td{
|
background-color: #212e3e !important;
|
}
|
.el-table td, .el-table th.is-leaf {
|
border-bottom: 1px solid rgba(65,62,68,.9);
|
}
|
.el-table::before {
|
left: 0;
|
bottom: 0;
|
width: 100%;
|
height: 0px !important;
|
}
|
|
.layui-layer {
|
/* width: 100% !important; */
|
/* height: 226px !important; */
|
bottom: 0px !important;
|
left: 0px !important;
|
top: unset !important;
|
}
|