@import "../../c/config"; @import "../../c/function"; @import "./c/common"; .m-crumb { margin-left: 10px; height: 40px; line-height: 35px; .router_line { width: 212px; height: 1px; border: 1px solid #ffffff; opacity: 0.09; /* opacity: 0.09; */ } .div_router { font-size: 16px; font-weight: bold; .router_parents { color: #a0c3d9; .arrow { padding: 0 5px; } } .router_parents:hover { cursor: pointer; } .router_child { color: #ffffff; } } } .g-cnt { display: flex; /deep/ .ol-viewport { border-radius: 5px; } /deep/ .ol-overlaycontainer-stopevent { display: none; } } .m-map { box-sizing: border-box; width: 100%; height: calc(825px - 15px); color: #fff; position: relative; } .m-sidemenu { margin-left: 20px; width: 360px; height: calc(825px - 15px); .title { margin-bottom: 10px; padding: 4px 0; font-size: 22px; font-family: PingFang SC; font-weight: 800; color: #ffffff; display: flex; align-items: center; img { display: block; margin-right: 5px; } span { display: block; } } .list { min-height: 800px; } } .m-sidebar { position: absolute; right: 0; top: 50px; z-index: 1000; width: 370px; height: 470px; overflow: hidden; pointer-events: none; .wrap { display: flex; justify-content: flex-start; align-items: center; background-color: rgba(rgb(173, 173, 173), 0); transform: translateX(-5px); transition: all ease 1s; border-radius: 4px; pointer-events: auto; } .wrap-hidden { transform: translateX(339px); } .div_agency_list { width: 320px; height: 470px; color: #fff; background: url("../../../img/modules/visual/box-2.png") no-repeat center; background-size: 100% 100%; padding: 45px 20px 35px 20px; .agency_main { height: 100%; position: relative; } .agency_main { /deep/ .el-scrollbar__wrap { overflow-x: hidden !important; } } .no-data-img { text-align: center; margin-top: 50px; margin-left: 15px; } .agency_list { .agency_item { // height: 60px; padding: 15px 0; font-size: 17px; font-family: PingFang SC; font-weight: 400; color: #ffffff; // line-height: 50px; padding-left: 12px; display: flex; flex-direction: row; align-items: center; // padding-top: 15px; .agency_item_name { // line-height: 20px; } } .agency_item_on { background: #08216c; border-radius: 2px; } .agency_item:hover { cursor: pointer; background-color: #011168; border-radius: 4px 0 0 4px; border: none; box-shadow: 0 0 10px inset #1a5afd; border-radius: 2px; } } } .arrow_tip { margin-right: -2px; margin-left: 10px; > img { width: 22px; height: 176px; } } .arrow_tip:hover { cursor: pointer; } }