zhongrj
2023-06-27 d74b495736f0c04522ec54274b70fed0ded2878d
public/map/widgets/map/MapWidget.css
New file
@@ -0,0 +1,66 @@
.mapwidget-base {
   height: 100%;
   width: 100%;
}
.mapwidget-basemap {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
.mapwidget-timeslider {
   position: absolute;
   top: 80px;
   left: 50px;
}
.mapwidget-mapswitch {
   position: absolute;
   top: 20px;
   left: 50px;
}
.mapwidget-overview {
   width: 205px;
   height: 144px;
}
.mapwidget-navigation {
   top: 20px;
   right: 80px;
}
.mapwidget-map-cover {
   height: 100%;
   width: 100%;
   position: relative;
   overflow: hidden;
}
.mapwidget-map-box {
   height: 100%;
   width: 100%;
}
.esriControlsBR {
   left: 49px !important;
   right: initial !important;
}
.esriAttribution{
   background: rgba(255,255,255,0.1) !important;
}
.attribution-tianditu-icon {
   width: 84px;
   height: 15px;
   background-position: center center;
   background-repeat: no-repeat;
   display: inline-block;
   margin: 1px 2px 0px -2px;
}
#LongLatitude{
   margin-left: 5px;
   font-weight:bold;
}