toolElevation.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. #elevationContent{
  2. position: absolute;
  3. left: 0px;
  4. bottom:0px;
  5. right: 0px;
  6. background: none;
  7. height: 210px;
  8. z-index: 100;
  9. display: none;
  10. }
  11. #elevationContent .itemElevation{
  12. width: 100%;
  13. float: left;
  14. border-top: 2px solid #00f0ff;
  15. }
  16. #elevationContent .elevationList{
  17. width: 100%;
  18. height: 30px;
  19. float: left;
  20. }
  21. #elevationContent .elevationList .listItem{
  22. float: left;
  23. width: 50px;
  24. line-height: 30px;
  25. font-size: 14px;
  26. color:#00f;
  27. border-right: 2px solid #00f0ff;
  28. background: #fff;
  29. text-align: center;
  30. }
  31. #elevationContent .elevationList .listItem a{
  32. color: #666;
  33. }
  34. #elevationContent .elevationList .listItem.cur a{
  35. color: #00fcff;
  36. }
  37. .leaflet-control-elevation-tool {
  38. border: 1px solid #000 !important;
  39. }
  40. .leaflet-control-elevation .background{
  41. background: url(/images/layout/bg110.png);
  42. }
  43. .leaflet-control-elevation .area{
  44. fill:#9cc222;
  45. }
  46. .leaflet-control-elevation .axis line{
  47. fill:none;
  48. stroke:#566b13;
  49. stroke-width:2;
  50. }
  51. .leaflet-control-elevation text{
  52. fill:#fff;
  53. }
  54. .leaflet-control-elevation path{
  55. fill:#fff;
  56. }
  57. .ele_popup_html{
  58. height: 100%;
  59. padding-top: 15px;
  60. }
  61. .ele_popup_html .sure{
  62. float: left;
  63. line-height: 25px;
  64. }
  65. .ele_popup_html .del{
  66. float: right;
  67. line-height: 25px;
  68. }
  69. #elevationContent .close{
  70. position: absolute;
  71. right: 0px;
  72. top: 30px;
  73. text-indent: -999999px;
  74. overflow: hidden;
  75. background: url(../../images/layout/bg_close.gif) no-repeat center 7px;
  76. border: none;
  77. width: 30px;
  78. height: 30px;
  79. z-index: 1000000;
  80. }
  81. .eleStyle{
  82. font-size: 16px;
  83. color: RED;
  84. }