|
|
<div class="reg-new-page">
|
|
|
<div class="top-operation-bar">
|
|
|
<button class="back iconfont"></button>
|
|
|
<span class="page-title">注册</span>
|
|
|
<button class="close iconfont"></button>
|
|
|
</div>
|
|
|
<div class="reg-form">
|
|
|
<div class="form-group mobile">
|
|
|
<label for="mobile" class="iconfont"></label><button class="country-code">+86<i class="iconfont"></i></button><i class="line">|</i><input type="text" name="mobile" placeholder="请输入手机号/邮箱" class="mobile-input"><i class="iconfont"></i>
|
|
|
</div>
|
|
|
<div class="form-group verify-code">
|
|
|
<label for="verifyCode" class="iconfont"></label><input type="text" name="verifyCode" placeholder="请输入验证码" class="verify-code-input"><button class="get-verify-code">获取验证码</button>
|
|
|
</div>
|
|
|
<div class="form-group password">
|
|
|
<label for="password" class="iconfont"></label><input type="password" name="password" placeholder="请输入密码"><i class="iconfont"></i>
|
|
|
</div>
|
|
|
<div class="form-group invite-code">
|
|
|
<label for="inviteCode" class="iconfont"></label><input type="text" name="inviteCode" placeholder="邀请码(无邀请码非必填)">
|
|
|
</div>
|
|
|
|
|
|
<button class="reg-btn">注册</button>
|
|
|
</div>
|
|
|
</div> |
|
|
\ No newline at end of file |
...
|
...
|
|