| xqd
@@ -292,23 +292,19 @@
|
|
|
<span class="input-group-addon">邮箱地址:</span>
|
|
|
<input type="text" class="form-control" name="email" id="email" placeholder="请输入邮箱" required>
|
|
|
</div>
|
|
|
+ <div class="col-xs-12 col-lg-4 input-group">
|
|
|
+ <span class="input-group-addon">手机号</span>
|
|
|
+ <input type="text" name="mobile" id="mobile" class="form-control" placeholder="请输入手机号" required="">
|
|
|
+ </div>
|
|
|
+ <div id="yzma" class="col-xs-12 col-lg-4 input-group" style="display:flex">
|
|
|
+ <span style="width: 20%;line-height: 20px;font-size: 10px;" class="input-group-addon">验证码:</span>
|
|
|
+ <input style="width: 45%;" type="text" name="verify" id="verify" class="form-control" placeholder="请输入验证码" required="">
|
|
|
+ <input style="display:inline-block;width:35%;font-size: 10px;" class="btn btn-default" id="fasong" value="获取验证码" onclick="yanzhengma()">
|
|
|
+ </div>
|
|
|
<div class="col-xs-12 col-lg-6 input-group">
|
|
|
<span class="input-group-addon">住址:</span>
|
|
|
<input type="text" class="form-control" name="address" id="address" placeholder="请输入住址" required>
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="col-xs-12 col-lg-12 input-group" style="display: flex;flex-wrap: wrap;">
|
|
|
- <div class="col-xs-12 col-lg-6 input-group" style="display: flex;margin:4px 0;">
|
|
|
- <span style="width: 20%;line-height: 20px;font-size: 10px;" class="input-group-addon">手机号</span>
|
|
|
- <input style="width: 44%;" type="text" name="mobile" id="mobile" class="form-control" placeholder="请输入手机号" required>
|
|
|
- <input style="width:36%;font-size: 10px;" class="btn btn-default" id="fasong" value="获取验证码" onclick="yanzhengma()"/>
|
|
|
- </div>
|
|
|
- <div id="yzma" class="col-xs-12 col-lg-4 input-group" style="margin:4px 0;">
|
|
|
- <input style="width: 100%;" type="text" name="verify" id="verify" class="form-control" placeholder="请输入验证码" required>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
<div class="danxuan">
|
|
|
<label for="name">性别:</label>
|
|
|
<div>
|