| | |
| | | </div> |
| | | <!-- 地图 --> |
| | | <div class="mapContainer"> |
| | | <div class="tool-tip" v-if="layerParams.addNest "> |
| | | 点击地图生成测绘区域 |
| | | </div> |
| | | <div id="layMap" class="ztzf-cesium"></div> |
| | | <leftList |
| | | v-if=" |
| | |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | .tool-tip { |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | position: absolute; |
| | | width: 800px; |
| | | height: 64px; |
| | | right: 430px; |
| | | top: 60px; |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-size: 18px; |
| | | color: #ffffff; |
| | | |
| | | background: rgba(11, 31, 58, 0.7); |
| | | -moz-user-select: none; |
| | | -webkit-user-select: none; |
| | | -ms-user-select: none; |
| | | user-select: none; |
| | | } |
| | | } |
| | | </style> |