Mike 9 år sedan
förälder
incheckning
9ff2d9b77c
2 ändrade filer med 6 tillägg och 6 borttagningar
  1. 3 3
      wl/www/templates/car/index.html
  2. 3 3
      wl/www/templates/goods/index.html

+ 3 - 3
wl/www/templates/car/index.html

xqd
@@ -58,13 +58,13 @@
                 <div class="list">
                     <div class="padding">
                         <label class="item item-input">
-                            出发地:<input ng-model="filter.begin_address" type="text" placeholder="出发地">
+                             <span>出发地:</span><input ng-model="filter.begin_address" style="margin-left:25px;" type="text" placeholder="">
                         </label>
                         <label class="item item-input">
-                            抵达地:<input ng-model="filter.end_address" type="text" placeholder="抵达地">
+                            <span>抵达地:</span><input ng-model="filter.end_address" style="margin-left:25px;" type="text">
                         </label>
                         <label class="item item-input">
-                            途经地:<input ng-model="filter.midway_address" type="text" placeholder="途经地">
+                            <span>途经地:</span><input ng-model="filter.midway_address" style="margin-left:25px;" type="text">
                         </label> 
                         <button class="button button-assertive button-block button-radius-full" ng-click="toggleRight()">应用</button>
                     </div>

+ 3 - 3
wl/www/templates/goods/index.html

xqd
@@ -58,13 +58,13 @@
                 <div class="list">
                     <div class="padding">
                         <label class="item item-input">
-                            出发地:<input ng-model="filter.begin_address" type="text" placeholder="出发地">
+                             <span>出发地:</span><input ng-model="filter.begin_address" style="margin-left:25px;" type="text" placeholder="">
                         </label>
                         <label class="item item-input">
-                            抵达地:<input ng-model="filter.end_address" type="text" placeholder="抵达地">
+                            <span>抵达地:</span><input ng-model="filter.end_address" style="margin-left:25px;" type="text">
                         </label>
                         <label class="item item-input">
-                            途经地:<input ng-model="filter.midway_address" type="text" placeholder="途经地">
+                            <span>途经地:</span><input ng-model="filter.midway_address" style="margin-left:25px;" type="text">
                         </label> 
                         <button class="button button-assertive button-block button-radius-full" ng-click="toggleRight()">应用</button>
                     </div>