index.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>许昌市建安区中州水务有限公司</title>
  8. <!-- <link href="static/css/index.css" rel="stylesheet">
  9. <link href="static/css/earth.css" rel="stylesheet">
  10. <link href="static/css/navLinkContent.css" rel="stylesheet">
  11. <link href="static/css/backgroundLayer.css" rel="stylesheet">
  12. <link href="static/css/iconFamily.css" rel="stylesheet">
  13. <link href="static/css/weatherTime.css" rel="stylesheet"> -->
  14. <style>
  15. /* html,
  16. html body {
  17. height: 100%;
  18. width: 100%;
  19. } */
  20. body {
  21. margin: 0;
  22. overflow: hidden;
  23. }
  24. .test1 {
  25. width: 100%;
  26. height: 100%;
  27. position: absolute;
  28. left: 0;
  29. top: 0;
  30. display: flex;
  31. align-items: center;
  32. justify-content: center;
  33. overflow: hidden;
  34. background: radial-gradient(#055fd1, #04345c, #001f34);
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <div id="app" class="assembly-html-body">
  40. <div class="test1">
  41. <iframe src="view.html" frameborder="0" allowfullscreen="allowfullscreen"
  42. :style="{flex: '0 0 1920px', height: '1080px', transform: 'scale('+scaleNum+')'}"></iframe>
  43. </div>
  44. </div>
  45. <script src="./static/externals/vue/vue.min.js"></script>
  46. <script src="./static/js/index.js"></script>
  47. </body>
  48. </html>