Mike vor 9 Jahren
Ursprung
Commit
b966c1553d

+ 4 - 4
wl/platforms/android/assets/www/templates/car/index.html

xqd
@@ -58,15 +58,15 @@
                 <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>
+                        <button class="button button-assertive button-block button-radius-full" ng-click="toggleRight()">搜索</button>
                     </div>
                 </div>
             </ion-content>

+ 5 - 5
wl/platforms/android/assets/www/templates/goods/index.html

xqd
@@ -53,20 +53,20 @@
 
             </ion-content>   
         </ion-side-menu-content>
-        <ion-side-menu width="120" side="right">
+        <ion-side-menu width="220" side="right">
             <ion-content>
                 <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>
+                        <button class="button button-assertive button-block button-radius-full" ng-click="toggleRight()">搜索</button>
                     </div>
                 </div>
             </ion-content>