123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /*S leaflet-control-measure-area*/
- .leaflet-control-measure-area {
- border:1px solid #000 !important;
- width: 26px;
- height: 26px;
- position: relative;
- }
- .leaflet-control-measure-area-link {
- width: 26px;
- height: 26px;
- text-align: center;
- text-decoration: none;
- color: black;
- display: block;
- cursor: pointer;
- float: left;
- border-bottom: none !important;
- }
- .leaflet-control-measure-area-link span {
- display: block;
- width: 26px;
- height: 26px;
- overflow: hidden;
- position: absolute;
- left: 0px;
- top: 0px;
- background: url(images/ico_measure.png) no-repeat center center;
- }
- // .leaflet-control-measure-area.active .leaflet-control-measure-area-link span {
- // background: #00b7ef url(images/icon-measure-area2.png) no-repeat center center;
- // }
- .measure-area-tip {
- border: none;
- background:none;
- color:#ff0000 !important;
- }
- .measure-area-tip .leaflet-label-tips {
- display:none;
- }
- /*E leaflet-control-measure-area*/
- .distance-ico-del{
- background: url(images/icon-delete.png) center center;
- width: 15px;
- height: 15px;
- display: inline-block;
- margin-left: 10px;
- }
|