|
|
@@ -99,8 +99,8 @@
|
|
|
<div id="phone"></div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <select name="user_type" id="" style="height: 38px;line-height: 38px;width: 96%;border-color: #E6E6E6;">
|
|
|
- <option value>请选择</option>
|
|
|
+ <select name="user_type" id="" style="height: 38px;line-height: 38px;width: 100%;border-color: #E6E6E6;">
|
|
|
+ <option value>请选择用户类型</option>
|
|
|
<option value="1">个人用户</option>
|
|
|
<option value="2">企业用户</option>
|
|
|
</select>
|
|
|
@@ -108,12 +108,12 @@
|
|
|
<!--<div id="type"></div>-->
|
|
|
</div>
|
|
|
<div class="form-group" style="margin-top: 60px;">
|
|
|
- <input type="text" name="captcha" placeholder="{:lang('login_captcha')}" required class="text" style="width:60%;float:left;">
|
|
|
+ <input type="text" name="captcha" placeholder="{:lang('login_captcha')}" required class="text" style="width:64%;float:left;">
|
|
|
<img src="{:captcha_src()}" style="width:30%;height:38px;" id="change_captcha"/>
|
|
|
</div>
|
|
|
- <input type="checkbox" name="ch_box" id="ch_box" onclick="c_box()" />我已阅读并同意<a>《用户协议》</a>及<a>《法律声明及隐私条款》</a><br><br>
|
|
|
- <div class="form-group" style="text-align: center;">
|
|
|
- <input type="submit" class="layui-btn" id="layui-btn" value="{:lang('register_sumbit')}" lay-submit lay-filter="login" style="margin-top:-20px; "/>
|
|
|
+ <!--<input type="checkbox" name="ch_box" id="ch_box" onclick="c_box()" />我已阅读并同意<a>《用户协议》</a>及<a>《法律声明及隐私条款》</a><br><br>-->
|
|
|
+ <div class="form-group" style="text-align: center;margin-top: 60px;">
|
|
|
+ <input type="submit" class="layui-btn" id="layui-btn" value="{:lang('register_sumbit')}" lay-submit lay-filter="login" style="margin-top:-20px;width:100%; "/>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|