zhjx 6 years ago
parent
commit
63e2b4b532
1 changed files with 4 additions and 1 deletions
  1. 4 1
      resources/views/web/order/index.blade.php

+ 4 - 1
resources/views/web/order/index.blade.php

xqd xqd
@@ -101,6 +101,9 @@
         .imgbox img{
             height: 40px;
         }
+        #tform .input{
+            width: 100%;
+        }
         #tform .input span{
             width: 21%;
         }
@@ -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>