123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- <style>
- *{
- padding: 0;
- margin: 0;
- }
- html{
-
- height: 100%;
- overflow: hidden;
- }
- </style>
- </head>
- <body>
- <div>
- <iframe style="
- width: 100%;
- height: 99.5vh;"
- src="https://ditu.amap.com/?amapexchange=%2F"
- frameborder="0"
- ></iframe>
- </div>
- </body>
- </html>
|