Model.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <meta name="viewport"
  5. content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  6. <link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon">
  7. <link rel="stylesheet" href="css/index.css">
  8. <script src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
  9. <head>
  10. <title>-</title>
  11. <script src="js/4dage.js"></script>
  12. <script src="./info.js"></script>
  13. <script>
  14. document.title=titleInfo
  15. </script>
  16. <style>
  17. html {
  18. overflow: hidden;
  19. }
  20. .logo {
  21. display: flex;
  22. justify-content: center;
  23. align-items: center;
  24. z-index: 9999;
  25. width: 90vw;
  26. position: absolute;
  27. left: 50%;
  28. transform: translateX(-50%);
  29. bottom: 10px;
  30. height: 50px;
  31. }
  32. .logo .img {
  33. background: url('./img/logo.png');
  34. background-size: 100% 100%;
  35. max-width: 40vw;
  36. max-height: 50px;
  37. height: 40px;
  38. width: 150px;
  39. }
  40. .logo .logotxt {
  41. padding-bottom: 5px;
  42. color: #666;
  43. border-bottom: 1px solid #666;
  44. }
  45. .back {
  46. z-index: 9999;
  47. cursor: pointer;
  48. width: 30px;
  49. height: 30px;
  50. position: absolute;
  51. top: 10px;
  52. left: 10px;
  53. }
  54. .back img {
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .outerImg {
  59. transition: all 1s;
  60. opacity: 1;
  61. position: absolute;
  62. z-index: 998;
  63. top: 0;
  64. left: 0;
  65. width: 100%;
  66. height: 100%;
  67. background-color: #1a1b20;
  68. }
  69. .outerImg img {
  70. position: absolute;
  71. width: 100%;
  72. height: 100%;
  73. object-fit: cover;
  74. }
  75. </style>
  76. </head>
  77. <body>
  78. <div class="back" onclick="javascript:history.go(-1);">
  79. <img src="./img/back.png" alt="">
  80. </div>
  81. <div class="logo">
  82. <div class="img"></div>
  83. <div class="logotxt"> 提 供 技 术 支 持 </div>
  84. </div>
  85. <div class="outerImg">
  86. <img src="./img/bg.jpg" alt="">
  87. </div>
  88. <div id="ui">
  89. </div>
  90. <script src="js/jquery.js"></script>
  91. <script>
  92. var number = getQueryVariable("m");
  93. if(spinInfo) window.autoRotate = true;
  94. fdage.embed('4dage/' + number + '.4dage', {
  95. width: 800,
  96. height: 600,
  97. autoStart: true,
  98. fullFrame: true,
  99. pagePreset: false
  100. });
  101. $('.outerImg img').attr('src', `./images/${number}.jpg`)
  102. </script>
  103. </body>
  104. </html>