فهرست منبع

Merge branch 'master' of http://git.9026.com/roobe/miao

YanaDH 7 سال پیش
والد
کامیت
593c8c80ac
3فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. BIN
      .vs/miaomiao/v14/.suo
  2. 1 1
      miaomiao/www/css/iconfont.css
  3. 3 4
      miaomiao/www/templates/home/index.html

BIN
.vs/miaomiao/v14/.suo


+ 1 - 1
miaomiao/www/css/iconfont.css

xqd
@@ -18,4 +18,4 @@
 
 .icon-xiaoxi:before { content: "\e622";  }
 
-.icon-sousuo:before { content: "\e620"; }
+.icon-sousuo:before { content: "\e620" }

+ 3 - 4
miaomiao/www/templates/home/index.html

xqd xqd xqd
@@ -24,7 +24,7 @@
         <!--<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%">
         </button>-->
-        <button class="button button-clear" ui-sref="app.home_search">
+        <button class="button button-clear" ui-sref="app.home_search" style="margin-top:-3px">
             <i class="icon iconfont icon-sousuo"></i>
         </button>
         <!--<button class="button button-clear" style="height: 35px; margin-top:4.8px" ui-sref="app.message">
@@ -137,7 +137,7 @@
            <ion-checkbox type="checkbox" ng-repeat="age in ages" name="age" ng-value="age.value">{{age.age}}</ion-checkbox>
         </div>
         
-   </div>
+    
   <label class="item item-select item-select-width">
     <span class="input-label">地区</span>
     <select name="city" ng-model="filter.city">
@@ -168,8 +168,7 @@
             确定
         </button>
     </div>
-</div>
-                    </ion-item>
+               </ion-item>
                 </ion-list>
             </ion-content>
         </ion-side-menu>