Model2.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE html>
  2. <html>
  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. display: none !important;
  32. }
  33. .logo .img {
  34. background: url('./img/logo.png');
  35. background-size: 100% 100%;
  36. max-width: 40vw;
  37. max-height: 50px;
  38. height: 40px;
  39. width: 150px;
  40. }
  41. .logo .logotxt {
  42. padding-bottom: 5px;
  43. color: #666;
  44. border-bottom: 1px solid #666;
  45. }
  46. .back {
  47. display: none !important;
  48. z-index: 9999;
  49. cursor: pointer;
  50. width: 30px;
  51. height: 30px;
  52. position: absolute;
  53. top: 10px;
  54. left: 10px;
  55. }
  56. .back img {
  57. width: 100%;
  58. height: 100%;
  59. }
  60. .outerImg {
  61. transition: all 1s;
  62. opacity: 1;
  63. position: absolute;
  64. z-index: 998;
  65. top: 0;
  66. left: 0;
  67. width: 100%;
  68. height: 100%;
  69. background-color: #1a1b20;
  70. }
  71. .outerImg img {
  72. position: absolute;
  73. width: 100%;
  74. height: 100%;
  75. object-fit: cover;
  76. }
  77. </style>
  78. </head>
  79. <body>
  80. <div class="back" onclick="javascript:history.go(-1);">
  81. <img src="./img/back.png" alt="">
  82. </div>
  83. <div class="logo">
  84. <div class="img"></div>
  85. <div class="logotxt"> 提 供 技 术 支 持 </div>
  86. </div>
  87. <div class="outerImg">
  88. <img src="./img/bg.jpg" alt="">
  89. </div>
  90. <div id="ui">
  91. </div>
  92. <script src="js/jquery.js"></script>
  93. <script>
  94. var number = getQueryVariable("m");
  95. if(spinInfo) window.autoRotate = true;
  96. fdage.embed('4dage/' + number + '.4dage', {
  97. width: 800,
  98. height: 600,
  99. autoStart: true,
  100. fullFrame: true,
  101. pagePreset: false
  102. });
  103. $('.outerImg img').attr('src', `./images/${number}.jpg`)
  104. </script>
  105. </body>
  106. </html>