C端蜂鸟地图
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

125 linhas
2.3 KiB

  1. html,
  2. body,
  3. #fengmap {
  4. margin: 0;
  5. padding: 0;
  6. width: 100%;
  7. height: 100%;
  8. overflow: hidden;
  9. outline:none;
  10. }
  11. #layers {
  12. position: absolute;
  13. width: 100px;
  14. height: 200px;
  15. }
  16. .my-popup {
  17. background: #2c3e50;
  18. color: #fff;
  19. font-size: 16px;
  20. border-radius: 2px;
  21. border: none;
  22. box-shadow: none;
  23. margin: auto;
  24. justify-content: center;
  25. align-items: center;
  26. width: auto;
  27. display: inline-block !important;
  28. padding-left: 2px;
  29. padding-right: 2px;
  30. }
  31. .fm-control-popmarker1 {
  32. box-sizing: border-box;
  33. width: 200px;
  34. height: 100px;
  35. padding: 10px;
  36. background-color: rgb(255, 255, 255);
  37. border: 1px solid rgba(0, 0, 0, 0.2);
  38. border-radius: 6px;
  39. position: absolute;
  40. left: -85px;
  41. top: -100px;
  42. }
  43. .fm-control-popmarker-bot1{
  44. width: 0px;
  45. height: 0px;
  46. font-size: 0px;
  47. overflow: hidden;
  48. position: absolute;
  49. border-width: 20px;
  50. border-style: solid dashed dashed;
  51. border-color: rgba(0, 0, 0, 0.2) transparent transparent;
  52. left: 80px;
  53. bottom: -40px;
  54. }
  55. .fm-control-popmarker-top1{
  56. width: 0px;
  57. height: 0px;
  58. font-size: 0px;
  59. overflow: auto;
  60. position: absolute;
  61. border-style: solid dashed dashed;
  62. border-width: 20px;
  63. border-color: rgb(255, 255, 255) transparent transparent;
  64. left: 80px;
  65. bottom: -39px;
  66. }
  67. .fm-control-popmarker2 {
  68. box-sizing: border-box;
  69. width: 200px;
  70. height: 100px;
  71. padding: 10px;
  72. background-color: rgb(255, 255, 255);
  73. border: 1px solid rgba(0, 0, 0, 0.2);
  74. border-radius: 6px; position: absolute;
  75. left: -85px;
  76. top: -120px;
  77. }
  78. #info{
  79. overflow:auto;
  80. height:80px;
  81. margin-top:0px
  82. }
  83. #bank{
  84. color: #337ab7;
  85. text-decoration: none;
  86. }
  87. .fm-control-popmarker-bot2{
  88. width: 0px;
  89. height: 0px;
  90. font-size: 0px;
  91. overflow: hidden;
  92. position: absolute;
  93. border-width: 20px;
  94. border-style: solid dashed dashed;
  95. border-color: rgba(0, 0, 0, 0.2) transparent transparent;
  96. left: 80px;
  97. bottom: -40px;
  98. }
  99. .fm-control-popmarker-top2{
  100. width: 0px;
  101. height: 0px;
  102. font-size: 0px;
  103. overflow: auto;
  104. position: absolute;
  105. border-style: solid dashed dashed;
  106. border-width: 20px;
  107. border-color: rgb(255, 255, 255) transparent transparent;
  108. left: 80px;
  109. bottom: -39px;
  110. }