MapMarkerDetail.html 654 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>DOMOverlay</title>
  8. </head>
  9. <script charset="utf-8"
  10. src="https://map.qq.com/api/gljs?libraries=tools&v=1.exp&key=OB4BZ-D4W3U-B7VVO-4PJWW-6TKDJ-WPB77"></script>
  11. <style type="text/css">
  12. html,
  13. body {
  14. height: 100%;
  15. margin: 0px;
  16. padding: 0px;
  17. }
  18. #container {
  19. width: 100%;
  20. height: 100%;
  21. }
  22. </style>
  23. <body>
  24. <iframe src="http://dingdong.izouma.com/map/home" id='container' frameborder="0"></iframe>
  25. </body>
  26. </html>