@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
CSS
.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% ;
z-index: 1;
}
.esriPopup .contentPane {
background: transparent ;
padding: 0 ;
}
.esriPopup .actionsPane {
display: none;
}
.esriPopup .outerPointer.left {
display: none ;
}
.esriPopup .pointer.top {
display: none;
}
.esriPopup .pointer.bottomRight {
display: none ;
}
.esriPopup .pointer.bottom {
display: none ;
}
.esriPopup .esriPopupWrapper {
-webkit-box-shadow: 0 0 0em #ffffff ;
}
.esriPopup .outerPointer.right {
display: none ;
}
.esriPopup .pointer.topLeft {
display: none ;
}
.esriPopup .pointer.topRight {
display: none ;
}
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;
}