style.module.less 188B

123456789101112131415
  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. }
  13. }