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