123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <title>首页</title>
- <meta name="Keywords" content="" />
- <meta name="Description" content="" />
- <link href="css/global.css" rel="stylesheet"><link href="css/login.css" rel="stylesheet"></head>
- <body>
- <section class="logo">
- <img src="images/bdc1f518.logo.jpg" width="100%" />
- </section>
- <section>
- <form>
- <ul>
- <li class="form-input">
- <label>手机号</label>
- <input type="text" name="" placeholder="请填写手机号码">
- </li>
- <li class="form-input">
- <label>安全码</label>
- <input type="text" name="" placeholder="请填写安全码">
- </li>
- </ul>
- <label class="form-label-checkbox"><input type="checkbox" name=""><span>保存账号密码</span></label>
- <input type="button" name="" class="button primary" value="确认">
- <p class="tip">没有安全码?请查看设备说明书</p>
- </form>
- </section>
- <section class="layer">
- <section class="container">
- <section class="area">
- <p>手机号或安全码错误!</p>
- </section>
- <section class="ctrls">
- <a href="javascript:;">知道了</a>
- </section>
- </section>
- </section>
- <script type="text/javascript" src="js/global.js"></script><script type="text/javascript" src="js/login.js"></script></body>
- </html>
|