| 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>
|