style.module.less 270B

12345678910111213141516171819
  1. .map-wrapper {
  2. width: 100%;
  3. height: 0;
  4. padding-bottom: 50%;
  5. position: relative;
  6. map {
  7. width: 100%;
  8. height: 100%;
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. .control {
  13. position: absolute;
  14. bottom: 14%;
  15. right: 4%;
  16. }
  17. }
  18. }