zhjx 6 years ago
parent
commit
09ae8fbe93
1 changed files with 7 additions and 1 deletions
  1. 7 1
      resources/views/web/order/index.blade.php

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

xqd xqd
@@ -101,6 +101,12 @@
         .imgbox img{
             height: 40px;
         }
+        #tform .input span{
+            width: 21%;
+        }
+        #tform .input input{
+            width: 79%;
+        }
     </style>
 </head>
 <body>
@@ -269,7 +275,7 @@
                 <img  class="col-xs-9 col-lg-10" src="{{cdn_asset('/assets/img/top.jpg')}}" alt="">
             </div>
             
-            <form class="bs-example bs-example-form main" role="form">
+            <form id="tform" class="bs-example bs-example-form main" role="form">
                 <div class="col-xs-12 col-lg-4 input-group input">
                     <span class="input-group-addon">姓名:</span>
                     <input type="text" class="form-control" name="name" id="name" placeholder="请输入姓名" required>