index.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. <style>
  8. @import url(./Source/Widgets/widgets.css);
  9. @import url(./Source/Widgets/cesium-navigation.css);
  10. .compass{
  11. top:1%
  12. }
  13. html,
  14. body,
  15. #container{
  16. position: absolute;
  17. width: 100%;
  18. height: 100%;
  19. margin: 0 auto;
  20. padding: 0;
  21. overflow: hidden;
  22. }
  23. #fun {
  24. position: absolute;
  25. z-index: 100;
  26. left: 5%;
  27. }
  28. #fun1 {
  29. position: absolute;
  30. z-index: 100;
  31. left: 10%;
  32. }
  33. #fun2 {
  34. position: absolute;
  35. z-index: 100;
  36. left: 15%;
  37. }
  38. #fun3 {
  39. position: absolute;
  40. z-index: 100;
  41. left: 20%;
  42. }
  43. #font{
  44. border-radius: 15px;
  45. text-align:left;
  46. bottom: 2%;
  47. }
  48. </style>
  49. <script src="./Source/DGE.min.js"></script>
  50. </head>
  51. <body>
  52. <div id="container">
  53. <!-- <button id="fun">开始</button>
  54. <button id="fun1">暂停</button>
  55. <button id="fun2">继续</button>
  56. <button id="fun3">结束</button> -->
  57. <div id="font">
  58. </div>
  59. </div>
  60. </body>
  61. <script src="data.js"></script>
  62. <script src="map.js"></script>