No Description

index.html 1.3KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="yes" name="apple-mobile-web-app-capable">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=0" />
  7. <title>新手引导</title>
  8. <link rel="stylesheet" type="text/css" href="../public/public_css.css"/>
  9. <style type="text/css">
  10. body{background: #F7F7F7;padding-top: 0.14rem;box-sizing: border-box;}
  11. .item a{display:block;width:3.5rem;height:1.5rem;margin: auto;border-radius: 0.08rem;overflow: hidden;margin-bottom: 0.14rem;}
  12. .item a img{width:100%;}
  13. </style>
  14. <script type="text/javascript">
  15. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/375) + "px";
  16. window.onresize = function(){
  17. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/375) + "px";
  18. }
  19. </script>
  20. </head>
  21. <body>
  22. <div class="item">
  23. <!--了解猎豆-->
  24. <!-- <a href="https://mp.weixin.qq.com/s/RoVyyc5tZEdkGA6piQuPkg"><img src="./images/new.png" alt=""></a> -->
  25. <a href="../video.html"><img src="images/2.png" /></a>
  26. <a href="./enlist/enlist_three.html"><img src="images/3.png" /></a>
  27. </div>
  28. </body>
  29. </html>
  30. <script type="text/javascript" src="../public/jquery-2.1.0.js"></script>