map.html 570 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. <style>
  9. *{
  10. padding: 0;
  11. margin: 0;
  12. }
  13. html{
  14. height: 100%;
  15. overflow: hidden;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <div>
  21. <iframe style="
  22. width: 100%;
  23. height: 99.5vh;"
  24. src="https://ditu.amap.com/?amapexchange=%2F"
  25. frameborder="0"
  26. ></iframe>
  27. </div>
  28. </body>
  29. </html>