html {}
/* Home页面 */
.home {
height: 100vh;
position: relative;
}
.el-container {
height: 100%;
}
.el-header {
padding: 0;
height: 90px !important;
}
.el-main {
margin: 0px;
padding: 0px !important;
background: #3B4D6E;
}
/* 导航栏页面 */
.NavBox {
width: 100%;
height: 100%;
background-image: linear-gradient(rgb(34, 33, 33), rgb(27, 31, 78));
}
.topBox {
width: 100%;
height: 100%;
display: flex;
justify-content: space-around;
align-items: center;
}
.topTitle {
/* width: 415px;
height: 70px;
background: url("../img/LOGO.png") no-repeat center; */
width: 240px;
height: 50px;
background: url("../img/LOGO.png") no-repeat center center;
background-size: 100% 100%;
}
.topMenu {
width: auto;
flex: 1;
height: 100px;
}
.menuContent {
width: 100%;
height: 100%;
display: flex;
align-items: center;
}
.contentDiv {
margin-left: 1%;
}
.ImgMenu {
width: 100%;
height: auto;
display: flex;
justify-content: center;
}
.menuImage {
width: 40px;
height: 40px;
}
.menulabel {
font-size: 10px;
font-family: Source Han Sans CN;
text-align: center;
width: 120px;
color: #fff
}
.changeStyle {
color: #fec801;
}
.m1 {
background: url("../img/menu/menu11.png") no-repeat;
background-size: 100% 100%;
}
.m2 {
background: url("../img/menu/menu21.png") no-repeat;
background-size: 100% 100%;
}
.m3 {
background: url("../img/menu/menu31.png") no-repeat;
background-size: 100% 100%;
}
.m4 {
background: url("../img/menu/menu41.png") no-repeat;
background-size: 100% 100%;
}
.m5 {
background: url("../img/menu/menu51.png") no-repeat;
background-size: 100% 100%;
}
.m6 {
background: url("../img/menu/menu61.png") no-repeat;
background-size: 100% 100%;
}
.m7 {
background: url("../img/menu/qwyzt.png") no-repeat;
background-size: 100% 100%;
}
.m11 {
background: url("../img/menu/menu12.png") no-repeat;
background-size: 100% 100%;
}
.m21 {
background: url("../img/menu/menu22.png") no-repeat;
background-size: 100% 100%;
}
.m31 {
background: url("../img/menu/menu32.png") no-repeat;
background-size: 100% 100%;
}
.m41 {
background: url("../img/menu/menu42.png") no-repeat;
background-size: 100% 100%;
}
.m51 {
background: url("../img/menu/menu52.png") no-repeat;
background-size: 100% 100%;
}
.m61 {
background: url("../img/menu/menu62.png") no-repeat;
background-size: 100% 100%;
}
.m71 {
background: url("../img/menu/qwyzt-h.png") no-repeat;
background-size: 100% 100%;
}
.topUser {
color: white;
height: 70px;
}
.userName {
margin: 10px 10px;
display: flex;
justify-content: space-between;
height: 30px;
}
.userLanguage {
margin: 0px 10px;
margin-top: 10px;
display: flex;
height: 30px;
}
.userImage {
width: 20px;
height: 20px;
float: left;
margin-right: 10px;
}
.user1 {
background: url("../img/user.png") no-repeat;
background-size: 100% 100%;
}
.user2 {
background: url("../img/EN.png") no-repeat;
background-size: 100% 100%;
}
.userText {
font-size: 15px;
line-height: 15px;
font-family: Microsoft YaHei;
font-weight: 400;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
.TextLanguage {
font-size: 15px;
line-height: 15px;
font-family: Microsoft YaHei;
font-weight: 400;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
.elLink {
margin-left: 5px;
font-size: 15px;
margin-bottom: 4px;
color: white;
}
.topUser .el-link--default:hover {
color: #409eff !important;
}
.topUser .el-link--default {
color: white !important;
}
.el-menu {
border: transparent;
}
.secondMenuDiv {
position: absolute;
z-index: 1024;
margin-top: 15px;
background: rgba(244, 248, 255, 0.9);
border-radius: 5px;
border: 1px solid #DCDFE6;
}
.secondMenuDiv div {
line-height: 30px;
padding: 10px;
font-size: 10px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 20px;
min-width: 120px;
}
.secondMenuDiv .changeLiStyle {
color: #409eff;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
border: 1px solid #409eff;
/* background: #182E45 */
/*
*/
}
.distance-legend {
bottom: 55px !important;
}
.ol-scale-line {
bottom: 55px !important;
right: 10px
}
.ol-scale-line {
display: block !important;
}