12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- #elevationContent{
- position: absolute;
- left: 0px;
- bottom:0px;
- right: 0px;
- background: none;
- height: 210px;
- z-index: 100;
- display: none;
- }
- #elevationContent .itemElevation{
- width: 100%;
- float: left;
- border-top: 2px solid #00f0ff;
- }
- #elevationContent .elevationList{
- width: 100%;
- height: 30px;
- float: left;
- }
- #elevationContent .elevationList .listItem{
- float: left;
- width: 50px;
- line-height: 30px;
- font-size: 14px;
- color:#00f;
- border-right: 2px solid #00f0ff;
- background: #fff;
- text-align: center;
- }
- #elevationContent .elevationList .listItem a{
- color: #666;
- }
- #elevationContent .elevationList .listItem.cur a{
- color: #00fcff;
- }
- .leaflet-control-elevation-tool {
- border: 1px solid #000 !important;
- }
- .leaflet-control-elevation .background{
- background: url(/images/layout/bg110.png);
- }
- .leaflet-control-elevation .area{
- fill:#9cc222;
- }
- .leaflet-control-elevation .axis line{
- fill:none;
- stroke:#566b13;
- stroke-width:2;
- }
- .leaflet-control-elevation text{
- fill:#fff;
- }
- .leaflet-control-elevation path{
- fill:#fff;
- }
- .ele_popup_html{
- height: 100%;
- padding-top: 15px;
- }
- .ele_popup_html .sure{
- float: left;
- line-height: 25px;
- }
- .ele_popup_html .del{
- float: right;
- line-height: 25px;
- }
- #elevationContent .close{
- position: absolute;
- right: 0px;
- top: 30px;
- text-indent: -999999px;
- overflow: hidden;
- background: url(../../images/layout/bg_close.gif) no-repeat center 7px;
- border: none;
- width: 30px;
- height: 30px;
- z-index: 1000000;
- }
- .eleStyle{
- font-size: 16px;
- color: RED;
- }
|