UNPKG

@tslsmart/map_adapter

Version:

an adapter for maps,基于高德JSAPI 2.0,百度JavaScript API GL,arcgis api for javascript 3.23,光辉城市及51world sdk

99 lines (94 loc) 1.96 kB
.esriPopup { position: absolute; z-index: 40; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; border-radius: 5px; -webkit-border-radius: 5px; } .esriPopup .sizer { position: relative; width: 100% !important; z-index: 1; } .esriPopup .contentPane { background: transparent !important; padding: 0 !important; } .esriPopup .actionsPane { display: none; } .esriPopup .outerPointer.left { display: none !important; } .esriPopup .pointer.top { display: none; } .esriPopup .pointer.bottomRight { display: none !important; } .esriPopup .pointer.bottom { display: none !important; } .esriPopup .esriPopupWrapper { -webkit-box-shadow: 0 0 0em #ffffff !important; } .esriPopup .outerPointer.right { display: none !important; } .esriPopup .pointer.topLeft { display: none !important; } .esriPopup .pointer.topRight { display: none !important; } div.infoBox img { display: none; } .map { overflow: hidden; } .map .esriMapContainer { position: relative; border: none; padding: 0px; margin: 0px; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; text-align: left; } .map .esriMapContainer .esriMapLayers { position: relative; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 0; } .map .esriMapContainer .esriMapLayers .layerTile { position: absolute; border: none; margin: 0px; padding: 0px; } .map .esriMapContainer .esriMapLayers > div { pointer-events: none; } .map .esriMapContainer .esriMapLayers > div[data-reference='true'] { z-index: 1; } .map .esriMapContainer .esriMapContainer { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } #delete_menu { position: absolute; padding: 3px; background: none repeat scroll 0 0 #fff; border-radius: 2px; } #delete_menu:hover { background: none repeat scroll 0 0 #e2e2e2; }