123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <!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.2">
- <style>
- html {
- background: #C71F0E;
- }
- body {
- background-image: url("./img/shouxian.png?v=1.0.2");
- }
- .form {
- width: 6.66rem;
- position: absolute;
- top: 9.92rem;
- left: 50%;
- transform: translate(-50%,0);
- }
- .input,.paw {
- box-shadow: -0.11rem -0.11rem 0.29rem rgba(198,71,5,.55);
- }
- .check {
- text-align: right;
- background: transparent;
- color: #007DFC;
- }
- </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>
|