| xqd
@@ -291,17 +291,17 @@
|
|
|
<input type="text" class="form-control" name="work" id="work" placeholder="请输入职业" required>
|
|
|
</div>
|
|
|
<div class="col-xs-12 col-lg-4 input-group input">
|
|
|
- <span class="input-group-addon">邮箱地址:</span>
|
|
|
+ <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 class="col-xs-12 col-lg-4 input-group" style="display:flex">
|
|
|
+ <span class="input-group-addon" style="width: 21%;line-height: 20px;font-size: 10px;">手机号</span>
|
|
|
+ <input style="display:inline-block;width:34%;font-size: 10px;" class="btn btn-default" id="fasong" value="获取验证码" onclick="yanzhengma()">
|
|
|
+ <input style="width: 45%;" 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 id="yzma" class="col-xs-12 col-lg-4 input-group">
|
|
|
+ <span class="input-group-addon">验证码:</span>
|
|
|
+ <input type="text" name="verify" id="verify" class="form-control" placeholder="请输入验证码" required="">
|
|
|
</div>
|
|
|
<div class="col-xs-12 col-lg-6 input-group">
|
|
|
<span class="input-group-addon">住址:</span>
|