|
- .map {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
-
- .legend_pos {
- z-index: 21 !important;
- position: absolute;
- top: 100px;
- right: 480px;
-
- .legend_full {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
-
- .legend_item {
- display: flex;
- justify-content: center;
- align-items: center;
-
- .icon {
- margin-right: 10px;
- }
- }
-
- }
- }
-
- .mask {
- z-index: 1;
- width: 100%;
- height: 100%;
- box-shadow: inset 350px 0px 400px 100px RGBA(3, 12, 27, 1), inset -350px 0 400px 100px RGBA(3, 12, 27, 1); // 左
- /* 四周黑色 */
- pointer-events: none;
- /* 允许地图事件穿透 */
- }
- }
-
- //选择地址
- .select_address {
- height: 30px;
- width: 300px;
- position: absolute;
- left: 480px;
- top: 112px;
- z-index: 302;
-
- // <div class="dot left"></div>
- // <div class="dot right"></div>
- ::v-deep {
- .el-input--suffix {
- // background: url('../../../../assets/images/dataScreen/bigDataMonitoring2/stockCooperative/addText_bg.png') center center no-repeat !important;
- background-size: 100% 100% !important;
- height: 35px;
- width: 280px;
-
- .el-input__inner {
- background: none !important;
- border: 0 none !important;
- color: #a7dbff;
- font-size: 1.66vh;
- text-align: center;
- padding: 0;
- padding-top: .9vh;
- }
-
- .el-input__icon {
- display: none !important;
- }
- }
- }
- }
|