12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
- <title>江湖抢单宝</title>
- <link rel="stylesheet" href="./common/reset.css">
- <link rel="stylesheet" href="./css/newLogin.css?v=1.0.1">
- <style>
- html {
- background-image: url("./img/bot.png");
- background-size: contain;
- }
- body {
- background-image: url("./img/main.png?v=1.0.2");
- }
- .form {
- position: absolute;
- top: 9.4rem;
- }
- .check {
- text-align: center;
- background: #3289EA;
- color: #fff;
- }
- </style>
- <script>
- document.documentElement.style.fontSize = (document.documentElement.clientWidth / 375) * 50 + "px";
- window.onresize = function () {
- document.documentElement.style.fontSize = (document.documentElement.clientWidth / 375) * 50 + "px";
- }
- </script>
- </head>
- <body>
- <div class="form">
- <div class="input">
- <input id="text" maxlength="11" placeholder="请输入11位手机号" type="tel">
- </div>
- <div class="paw">
- <input id="code" maxlength="4" placeholder="请输入验证码" type="tel">
- <button class="check">验证码</button>
- </div>
- <!-- <button class="button"></button> -->
- <img class="button" src="./img/btn.png" alt="">
- </div>
- <div class="bottom">上饶市合一科技有限公司</div>
- <div class="alert-info" style="display: none;">
- <p></p>
- </div>
- <script src="./js/md5.js?v=1.11"></script>
- <script src="./common/jquery-2.1.0.js"></script>
- <script src="./js/newlogin.js?v=1.0.112"></script>
- </body>
- </html>
|