| xqd
@@ -101,6 +101,9 @@
|
|
|
.imgbox img{
|
|
|
height: 40px;
|
|
|
}
|
|
|
+ #tform .input{
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
#tform .input span{
|
|
|
width: 21%;
|
|
|
}
|
| xqd
@@ -309,7 +312,7 @@
|
|
|
<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">
|
|
|
+ <div class="col-xs-12 col-lg-4 input-group">
|
|
|
<span class="input-group-addon">住址:</span>
|
|
|
<input type="text" class="form-control" name="address" id="address" placeholder="请输入住址" required>
|
|
|
</div>
|