Mike 7 jaren geleden
bovenliggende
commit
de39810b3f
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      miaomiao/www/templates/home/index.html

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

xqd
@@ -1,15 +1,15 @@
 <ion-view view-title="瞄瞄">
     <ion-nav-buttons side="left">
-        <i class="icon ion-qr-scanner" style="margin-top: 8px; font-size: 22px; margin-right: 5px;" ng-click="qrscan()"></i>
-        <button class="button button-clear" style="height: 30px; width: 30px;font-size: 25px; margin-top: 0.5px" ng-click="toggleLeftSideMenu()">
+        <i class="icon ion-qr-scanner" style="margin-top:8px;font-size:25px;margin-right: 8px;margin-left: 10px;" ng-click="qrscan()"></i>
+        <button class="button button-clear" style="height: 30px; width: 30px;font-size: 25px; margin-top: 3.5px" ng-click="toggleLeftSideMenu()">
             <img src="img/btn_filter.svg" style="height: 63%; width: 100%;">
         </button>
     </ion-nav-buttons>
     <ion-nav-buttons side="right">
-        <button class="button button-clear" style="height: 30px; width: 30px; margin-top: 2px" 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%">
         </button>
-        <button class="button button-clear" style="height: 37px; margin-top: 0.8px" ui-sref="app.message">
+        <button class="button button-clear" style="height: 35px; margin-top: 5.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==0" src="img/icon_message_n.svg" style="height: 55%; width: 100%">
         </button>