|
@@ -9,7 +9,7 @@
|
|
<button class="button button-clear" style="height: 30px; width: 30px; margin-top: 6px" ui-sref="app.home_search">
|
|
<button class="button button-clear" style="height: 30px; width: 30px; margin-top: 6px" ui-sref="app.home_search">
|
|
<img src="img/icon_search.svg" style="height: 67%; width: 100%">
|
|
<img src="img/icon_search.svg" style="height: 67%; width: 100%">
|
|
</button>
|
|
</button>
|
|
- <button class="button button-clear" style="height: 35px; margin-top: 5.8px" ui-sref="app.message">
|
|
|
|
|
|
+ <button class="button button-clear" style="height: 35px; margin-top:4.8px" ui-sref="app.message">
|
|
<img ng-if="showMessage==1" src="img/icon_message_h.svg" style="height: 60%; width: 100%">
|
|
<img ng-if="showMessage==1" src="img/icon_message_h.svg" style="height: 60%; width: 100%">
|
|
<img ng-if="showMessage==0" src="img/icon_message_n.svg" style="height: 55%; width: 100%">
|
|
<img ng-if="showMessage==0" src="img/icon_message_n.svg" style="height: 55%; width: 100%">
|
|
</button>
|
|
</button>
|
|
@@ -112,7 +112,7 @@
|
|
<label class="item item-select item-select-width">
|
|
<label class="item item-select item-select-width">
|
|
<span class="input-label">地区</span>
|
|
<span class="input-label">地区</span>
|
|
<select name="city" ng-model="filter.city">
|
|
<select name="city" ng-model="filter.city">
|
|
- <option value="" selected>所有</option>
|
|
|
|
|
|
+ <!-- <option value="" selected>所有</option> -->
|
|
<option value="北京">北京</option>
|
|
<option value="北京">北京</option>
|
|
<option value="上海">上海</option>
|
|
<option value="上海">上海</option>
|
|
<option value="广州">广州</option>
|
|
<option value="广州">广州</option>
|