YanaDH 8 rokov pred
rodič
commit
ae1b7b35fe

+ 4 - 4
miaomiao/www/css/style.css

xqd
@@ -74,11 +74,11 @@ a.tab-item-add {
     height: 64px;
     flex: none;
     top: -30px;
-    /*padding-top: 1px;*/
+    opacity: 1;
+}
+a.tab-item-add .icon {
+    margin-bottom: 12px;
 }
-    a.tab-item-add .icon {
-        margin-bottom: 12px;
-    }
 .tab-item-add .icon {
     line-height: 40px;
     font-size: 60px;

+ 4 - 4
miaomiao/www/templates/home/dream-detail.html

xqd xqd xqd
@@ -166,7 +166,7 @@
                 </div>
             </div>
             <div class="list padding">
-                <!--<div class="item" ng-if="$index > 2 " ng-repeat="user in dream.topuser" style="border-bottom: 1px solid #DFDFDF">
+                <div class="item" ng-if="$index > 2 " ng-repeat="user in dream.topuser" style="border-bottom: 1px solid #DFDFDF">
                     <div style="float:left; color: #808080; font-size: 30px; font-weight: bold; margin-top: 10px">
                         {{$index+1}}
                     </div>
@@ -183,8 +183,8 @@
                         <div style="font-weight:500; font-size: 18px">{{user.score}}</div>
                         <div style="color:#9E9E9E;">贡献</div>
                     </div>
-                </div> -->
-                <div class="item" ng-repeat="user in dream.topuser" style="border-bottom: 1px solid #DFDFDF">
+                </div>
+                <!--<div class="item" ng-repeat="user in dream.topuser" style="border-bottom: 1px solid #DFDFDF">
                     <div style="float:left; color: #808080; font-size: 30px; font-weight: bold; margin-top: 10px">
                         {{$index + 4}}
                     </div>
@@ -201,7 +201,7 @@
                         <div style="font-weight:500; font-size: 18px">{{user.score}}</div>
                         <div style="color:#9E9E9E;">贡献</div>
                     </div>
-                </div>
+                </div>-->
             </div>
             
         </div>

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

xqd
@@ -6,7 +6,7 @@
     </ion-nav-buttons>
     <ion-nav-buttons side="right">
         <button class="button button-clear homeIcon" ui-sref="app.home_search" style="margin: 4px 10px 0 0">
-            <img src="img/icon_search.svg" style="height: 70%; width: 100%">
+            <img src="img/icon_search.svg" style="height: 65%; width: 100%">
         </button>
         <button class="button button-clear homeIcon">
             <img src="img/icon_message_h.svg" style="height: 100%; width: 100%">