123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <meta name="sudameta" content="allCIDs:34766,34979,7198,12665,257,258">
- <title></title>
- <link href="./css/global.css?v=95681a6c" rel="stylesheet"></head>
- <body>
- <header>
- <a href="#" class="back"></a>
- <span>登录</span>
- </header>
- <section class="wrapper form-padding">
- <form action="">
- <section class="form-item">
- <label for="">昵称</label>
- <input type="text" class="txtr">
- </section>
- <section class="form-item">
- <label for="">性别</label>
- <a href="javascript:;" node-action="sex" class="input txtr"><span>女 ></span><input type="hidden" value="1"></a>
- </section>
- <section class="form-item">
- <label for="">邀请码</label>
- <input type="text" class="txtr" placeholder="没有可不填">
- </section>
- <section class="form-item disable">
- <label for="">邀请人</label>
- <span class="input txtr">森屿海巷</span>
- </section>
- <section class="form-btns">
- <input type="submit" class="button" value="确定">
- <p class="txtc"><a href="#" class="link">还没有账号,马上注册嗨赚!</a></p>
- </section>
- </form>
- </section>
- <section class="layer" id="sex-selector-layer" style="display: none">
- <section class="layer-cont">
- <h3>请选择性别</h3>
- <section class="sex">
- <a href="javascript:;" class="male" sex-val='0'>
- 男
- </a>
- <a href="javascript:;" class="female" sex-val='1'>
- 女
- </a>
- </section>
- <section class="form-btns">
- <input type="submit" class="button" value="确定">
- </section>
- </section>
- </section>
- <script type="text/javascript" src="./js/global.js?v=95681a6c"></script><script type="text/javascript" src="./js/material.js?v=95681a6c"></script></body>
- </html>
|