| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="body" id="panelContent"> |
| | | <div class="bodyBox" id="panelContent"> |
| | | <div id="panelInnerContent" style="height: auto; overflow: hidden;"> |
| | | |
| | | |
| | | <slot>图层数据暂未加载......</slot> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | import '@assets/css/map/magic.min.css' |
| | | import presets from './layerControllerPresets' |
| | | import $ from 'jquery' |
| | | |
| | | import iconSetting from '@/assets/images/map-pages/icon/setting.png' |
| | | |
| | | export default { |
| | | name: 'LayerController', |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | icons:{ |
| | | setting:iconSetting |
| | | }, |
| | | panelSwitch: { |
| | | main: true // 主窗口 |
| | | } |
| | |
| | | height: 22px; |
| | | margin-top: 4px; |
| | | margin-left: 2px; |
| | | background: url(/assets/images/map-page/icon/setting.png); |
| | | background-image: url(/assets/images/map-pages/icon/setting.png); |
| | | } |
| | | .titleText{ |
| | | float: left; |
| | |
| | | line-height: 20px; |
| | | font-weight: bold; |
| | | margin-top: 6px; |
| | | text-align: left; |
| | | filter: brightness(100%); |
| | | text-shadow: 0 0 5px #00d0f9, 0 0 0 #00d0f9, 0 0 0 #00d0f9, 0 0 0 #0258c5, 0 0 0 #0258c5, 0 0 2px #0258c5, 0 0 5px #0258c5, 0 0 15px #0258c5; |
| | | } |
| | |
| | | color: white; |
| | | } |
| | | } |
| | | |
| | | .bodyBox{ |
| | | background-color: rgba(0x04, 0x52, 0x7f, 0.6); |
| | | border: 1px solid #10488c; |
| | | margin-top: -1px; |
| | | height: auto; |
| | | } |
| | | |
| | | .switchHeadUp{ |
| | | width: 22px; |
| | | height: 16px; |
| | |
| | | margin-top: 10px; |
| | | margin-right: 10px; |
| | | cursor: pointer; |
| | | background: url(/assets/images/map-page/icon/xljt1.png); |
| | | background-image: url(/assets/images/map-pages/icon/xljt1.png); |
| | | transform: rotateX(0deg); |
| | | transform-origin: 50% 50%; |
| | | transition: transform 0.5s linear 0s; |
| | |
| | | position: absolute; |
| | | } |
| | | .horn-tl{ |
| | | background: url(/assets/images/map-page/cosmetics/horn_tl.png) center center no-repeat; |
| | | background-image: url(/assets/images/map-pages/cosmetics/horn_tl.png) center center no-repeat; |
| | | left: -1px; |
| | | top: -1px; |
| | | } |
| | | .horn-tr{ |
| | | background: url(/assets/images/map-page/cosmetics/horn_tr.png) center center no-repeat; |
| | | background-image: url(/assets/images/map-pages/cosmetics/horn_tr.png) center center no-repeat; |
| | | right: -1px; |
| | | top: -1px; |
| | | } |
| | | .horn-bl{ |
| | | background: url(/assets/images/map-page/cosmetics/horn_bl.png) center center no-repeat; |
| | | background-image: url(/assets/images/map-pages/cosmetics/horn_bl.png) center center no-repeat; |
| | | left: -1px; |
| | | bottom: -1px; |
| | | } |
| | | .horn-br{ |
| | | background: url(/assets/images/map-page/cosmetics/horn_br.png) center center no-repeat; |
| | | background-image: url(/assets/images/map-pages/cosmetics/horn_br.png) center center no-repeat; |
| | | right: -1px; |
| | | bottom: -1px; |
| | | } |