|
@ -34,9 +34,22 @@
|
34
|
34
|
<input type="email" class="frmtype frmtypeW companyEmail" value="lixiaoyuan@ekexiu.com" readonly />
|
35
|
35
|
</li>
|
36
|
36
|
<li>
|
37
|
|
<input type="password" class="frmtype frmtypeW" placeholder="请设置您的登录密码"/>
|
|
37
|
<input type="tel" class="frmtype frmtypeW" placeholder="请输入您的手机号码"/>
|
38
|
38
|
<div class="frmmsg msgCmp02"><span></span></div>
|
39
|
39
|
</li>
|
|
40
|
<li>
|
|
41
|
<div class="col-w-8">
|
|
42
|
<input type="tel" class="frmtype frmtypeW" style="width: 98%;" placeholder="请输入短信验证码"/>
|
|
43
|
<div class="frmmsg msgCmp03"><span></span></div>
|
|
44
|
</div>
|
|
45
|
<div class="col-w-4">
|
|
46
|
<button type="button" disabled class="frmtype frmtypeW btnModel headRadius">获取验证码</button>
|
|
47
|
</div>
|
|
48
|
</li>
|
|
49
|
<li>
|
|
50
|
<input type="password" class="frmtype frmtypeW" placeholder="请设置您的登录密码"/>
|
|
51
|
<div class="frmmsg msgCmp04"><span></span></div>
|
|
52
|
</li>
|
40
|
53
|
<li>
|
41
|
54
|
<input type="password" class="frmtype frmtypeW" placeholder="请再次输入密码确认"/>
|
42
|
55
|
<div class="frmmsg msgCmp03"><span></span></div>
|