Mike 7 år sedan
förälder
incheckning
696ec15fef

+ 11 - 0
miaomiao/www/img/btn_filter.svg

xqd
@@ -0,0 +1,11 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="36" height="34" viewBox="0 0 36 34">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #fff;
+      }
+    </style>
+  </defs>
+  <title>btn_filter</title>
+  <path class="cls-1" d="M36.15,4.72h-.09l-.18,0H9.47l-.18,0H9.2a4.78,4.78,0,0,0-3.23,8l.07.1L16.41,25.22l.18.18v8.38a.9.9,0,1,0,1.8,0V25a.91.91,0,0,0-.26-.64L7.3,11.56l-.06-.08h0a3,3,0,0,1,2.23-5h26.4a3,3,0,0,1,2.23,5h0l-.06.08L27.22,24.39A.9.9,0,0,0,27,25V37.79a.9.9,0,1,0,1.8,0V25.41l.18-.18L39.3,12.86l.07-.1a4.78,4.78,0,0,0-3.23-8Zm0,0" transform="translate(-4.67 -4.69)"/>
+</svg>

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

xqd
@@ -1,7 +1,7 @@
 <ion-view view-title="瞄喵">
     <ion-nav-buttons side="left">
         <button class="button button-clear" style="height: 30px; width: 30px;font-size: 25px;" ng-click="toggleLeftSideMenu()">
-            <div class="ion-ios-keypad-outline" style="height: 30px; width: 30px;font-size: 25px;" />
+            <img src="img/btn_filter.svg" style="height: 60%; width: 100%;">
         </button>
         <button class="button button-clear" style="height: 30px; width: 30px;margin-top: 1.6px;margin-left: 8px;" ng-click="openPopover($event)"> 
             <img src="img/icon_menu.svg" style="height: 60%; width: 100%;">

+ 4 - 4
miaomiao/www/templates/my/my-collect.html

xqd xqd xqd
@@ -1,11 +1,11 @@
 <ion-view view-title="瞄喵">
     <ion-nav-buttons side="right">
-        <button class="button button-clear homeIcon" ui-sref="app.my_message">
+<!--         <button class="button button-clear homeIcon" ui-sref="app.my_message">
             <img src="img/icon_message_h.svg" style="height: 100%; width: 100%">
         </button>
         <button class="button button-clear button-small" style="padding-top: 3px;">
             <img src="img/icon_share.svg" style="height: 16px; width: 20px;">
-        </button>
+        </button> -->
     </ion-nav-buttons>
     <ion-content>
         <div ng-repeat="dream in dreams" ng-if="100*dream.get_coin/dream.coin!=100" class="list">
@@ -24,7 +24,7 @@
                     </div>
                     <div style="float:left; width: 50%; margin-left: 10px; margin-right: 10px; height: 60px; overflow: hidden">
                         <h2>{{dream.name}}</h2>
-                        <p>{{dream.about}}</p>
+                        <p style="overflow-y: hidden;height: 40px;">{{dream.about}}</p>
                     </div>
                     <div style="float:right; width: 15%; text-align: right; color: #FF7C30; font-size: 16px">
                         进行中
@@ -51,7 +51,7 @@
                     </div>
                     <div style="float:left; width: 50%; margin-left: 10px; margin-right: 10px;">
                         <h2>{{dream.name}}</h2>
-                        <p>{{dream.about}}</p>
+                        <p style="overflow-y: hidden;height: 40px;">{{dream.about}}</p>
                     </div>
                     <div style="float:right; width: 15%; text-align: right; color: #00C3DA; font-size: 16px">
                         已实现<br>