YanaDH 8 lat temu
rodzic
commit
1549c95b39
34 zmienionych plików z 526 dodań i 83 usunięć
  1. 1 0
      miaomiao/www/css/ionic.app.css
  2. 64 22
      miaomiao/www/css/style.css
  3. 31 0
      miaomiao/www/img/btn_add.svg
  4. 11 0
      miaomiao/www/img/btn_left.svg
  5. 11 0
      miaomiao/www/img/btn_right.svg
  6. 15 0
      miaomiao/www/img/icon_balance.svg
  7. 12 0
      miaomiao/www/img/icon_collect.svg
  8. 12 0
      miaomiao/www/img/icon_dream.svg
  9. 20 0
      miaomiao/www/img/icon_fans.svg
  10. 16 0
      miaomiao/www/img/icon_home_h.svg
  11. 16 0
      miaomiao/www/img/icon_home_n.svg
  12. 12 0
      miaomiao/www/img/icon_information.svg
  13. 15 0
      miaomiao/www/img/icon_me_h.svg
  14. 15 0
      miaomiao/www/img/icon_me_n.svg
  15. 11 0
      miaomiao/www/img/icon_menu.svg
  16. 15 0
      miaomiao/www/img/icon_message.svg
  17. 23 0
      miaomiao/www/img/icon_message_h.svg
  18. 15 0
      miaomiao/www/img/icon_message_n.svg
  19. 12 0
      miaomiao/www/img/icon_mydream.svg
  20. 15 0
      miaomiao/www/img/icon_mymessage.svg
  21. 24 0
      miaomiao/www/img/icon_photo.svg
  22. 15 0
      miaomiao/www/img/icon_search.svg
  23. 15 0
      miaomiao/www/img/icon_setting.svg
  24. 17 0
      miaomiao/www/img/icon_video.svg
  25. 20 0
      miaomiao/www/img/icon_vip.svg
  26. 1 0
      miaomiao/www/index.html
  27. 17 6
      miaomiao/www/templates/add/index.html
  28. 24 15
      miaomiao/www/templates/home/dream-detail.html
  29. 10 5
      miaomiao/www/templates/home/index.html
  30. 9 7
      miaomiao/www/templates/home/search.html
  31. 1 2
      miaomiao/www/templates/home/userDetail.html
  32. 19 22
      miaomiao/www/templates/my/index.html
  33. 11 3
      miaomiao/www/templates/my/my-dream.html
  34. 1 1
      miaomiao/www/templates/tabs.html

+ 1 - 0
miaomiao/www/css/ionic.app.css

xqd
@@ -4364,6 +4364,7 @@ a.subdued {
       border-bottom: none;
       background-position: top;
       background-size: 100% 1px;
+      background: #fff;
       background-repeat: no-repeat; } }
 
 /* Allow parent element of tabs to define color, or just the tab itself */

+ 64 - 22
miaomiao/www/css/style.css

xqd xqd xqd xqd xqd xqd xqd
@@ -65,16 +65,16 @@
     bottom:25px;
 }*/
 a.tab-item-add {
-    background-color: #FFF;
-    border: 1px solid #DDD;
-    overflow: visible;
-    border-radius: 44px;
+    background: url("../img/btn_add.svg");
+    background-size: cover;
+    /*overflow: visible;*/
+    border-radius: 100%;
     width: 64px;
     position: relative;
     height: 64px;
     flex: none;
     top: -30px;
-    padding-top: 1px;
+    /*padding-top: 1px;*/
 }
     a.tab-item-add .icon {
         margin-bottom: 12px;
@@ -92,15 +92,15 @@ a.tab-item-add {
     margin-top:-6px;
 }
 .btn-file-up {
-    height: 72px;
-    width: 72px;
+    height: 100px;
+    width: 100px;
     text-align: center;
     display: inline-block;
-    line-height: 30px;
     font-size: 14px;
+    padding-top: 20px;
     background-color: #FFF;
     border: 1px solid #C8C8C8;
-    border-radius: 3px; margin: 5px;
+    margin: 5px;
     float: left;
     color: #999;
 }
@@ -124,6 +124,29 @@ min-height:20rem;
 overflow:auto;
 }
 /*home-index*/
+.homeIcon{
+    height: 30px;
+    width: 30px;
+    margin-top: 2px;
+    margin-right: 5px;
+}
+.search-input{
+    display: -webkit-box;
+    display: -webkit-flex;
+    display: -moz-box;
+    display: -moz-flex;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-align: center;
+    -ms-flex-align: center;
+    -webkit-align-items: center;
+    -moz-align-items: center;
+    align-items: center;
+    position: relative;
+    overflow: hidden;
+    height: 30px;
+    margin-top: 2px;
+    padding: 6px 0 5px 16px; }
 .pcontent {
     background-color:#333333;
 }
@@ -228,6 +251,7 @@ overflow:auto;
 }
 
 /*my-html*/
+
 .user-box {
     position: relative;
     background-color: #00C3DA;
@@ -261,6 +285,12 @@ padding:10px;
 .list-user-set .item.item-icon-left { border-color: #EEE; }
 .list-user-set .item.item-icon-left i images { margin-top: 6px; }
 .list-user-set.list-set-arrow .item, .list-user-set .item.item-set-arrow { padding-right: 30px; }
+.list-user-set .item{
+    border-bottom: 1px solid #E6E6E6;
+}
+.list-user-set img{
+    width: 25px; height: 30px; margin-right: 10px;
+}
 .i-user-cleak,.i-user-phone, .i-user-info, .i-user-bank,.i-user-message, .i-user-order, .i-user-passsword, .i-user-set,.i-user-service { background: no-repeat center/32px auto; width: 32px; height:32px; position: absolute; left: 11px; top: 15px; vertical-align: middle; }
 .item-icon-left i images { width: 32px; height: 32px; margin-top: 10px; }
 
@@ -450,34 +480,36 @@ padding-right:3px;
         padding:0;
     }
 .hdcontent .head{
-    width:50px;
+    width:40px;
     border-radius:100%;
     margin:5px;
 }
     .hdcontent .slt {
         width:30%;
-        max-height:65px; 
+        max-height:95px;
         float:left;
-        margin:5px;
+        margin:5px 5px 5px 0;
     }
 
     .hdcontent .utitle {
         position:relative;
-        top:-22px;
+        top:-28px;
     }
     .hdcontent .kz{
-        right:-80px;
-        color:#9E9E9E;
+        float: right;
+        top: 10px;
+        margin-right: 10px;
+        color:#999999;
     }
     .hdcontent .subtile {
         white-space:normal;
-        padding-left:60px;
-        top:-15px;
+        padding-left:53px;
+        top:-23px;
         position:relative;
     }
     .hdcontent .picts {
-        padding-left:54px;
-        margin-top:-10px;
+        padding-left:53px;
+        margin-top:-20px;
     }
      
         .hdcontent .subitem img {
@@ -487,11 +519,21 @@ padding-right:3px;
         }
         .hdcontent .subitem span{
             position:relative;
-            top:-15px;
+            top: -23px;
+        }
+        .hdcontent .subitem div{
+             color: #666666;
+         }
+        .hdcontent .subitem span:nth-child(3){
+            color:#999999;
+            top: 12px;
+            float: right;
         }
         .hdcontent .subitem div {
-            padding-left:50px;
-            top:-10px;
+            margin-left:50px;
+            padding-bottom: 10px;
+            top:-15px;
+            border-bottom: 1px solid #E6E6E6;
             position:relative;
         }
 .phbcontent {

+ 31 - 0
miaomiao/www/img/btn_add.svg

xqd
@@ -0,0 +1,31 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="146" height="146" viewBox="0 0 146 146">
+  <defs>
+    <style>
+      .cls-1, .cls-3 {
+        fill: #fff;
+      }
+
+      .cls-1 {
+        filter: url(#filter);
+      }
+
+      .cls-2 {
+        fill: #00c3da;
+      }
+
+      .cls-3 {
+        fill-rule: evenodd;
+      }
+    </style>
+    <filter id="filter" x="0" y="0" width="147" height="147" filterUnits="userSpaceOnUse">
+      <feOffset result="offset" in="SourceAlpha"/>
+      <feGaussianBlur result="blur" stdDeviation="2"/>
+      <feFlood result="flood" flood-color="#9fbcd6" flood-opacity="0.5"/>
+      <feComposite result="composite" operator="in" in2="blur"/>
+      <feBlend result="blend" in="SourceGraphic"/>
+    </filter>
+  </defs>
+  <circle id="椭圆_7_拷贝" data-name="椭圆 7 拷贝" class="cls-1" cx="73" cy="73" r="70"/>
+  <circle id="椭圆_7" data-name="椭圆 7" class="cls-2" cx="73" cy="73" r="60"/>
+  <path id="圆角矩形_2" data-name="圆角矩形 2" class="cls-3" d="M95,76H76V95a3,3,0,0,1-6,0V76H51a3,3,0,0,1,0-6H70V51a3,3,0,0,1,6,0V70H95A3,3,0,0,1,95,76Z"/>
+</svg>

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

xqd
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 45 45">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #00c3da;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <path id="圆角矩形_4" data-name="圆角矩形 4" class="cls-1" d="M28.707,8.565a1,1,0,0,1,0,1.414L15.979,22.707a1,1,0,0,1-1.414-1.414L27.293,8.565A1,1,0,0,1,28.707,8.565ZM15.979,21.293L28.707,34.021a1,1,0,1,1-1.414,1.414L14.565,22.707A1,1,0,0,1,15.979,21.293Z"/>
+</svg>

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

xqd
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 45 45">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #00c3da;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <path id="圆角矩形_4" data-name="圆角矩形 4" class="cls-1" d="M14.293,8.565a1,1,0,0,0,0,1.414L27.021,22.707a1,1,0,0,0,1.414-1.414L15.707,8.565A1,1,0,0,0,14.293,8.565ZM27.021,21.293L14.293,34.021a1,1,0,1,0,1.414,1.414L28.435,22.707A1,1,0,0,0,27.021,21.293Z"/>
+</svg>

+ 15 - 0
miaomiao/www/img/icon_balance.svg

xqd
@@ -0,0 +1,15 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="38" height="35.03" viewBox="0 0 38 35.03">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #00c3da;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_balance</title>
+  <g>
+    <path class="cls-1" d="M40.76,15c.08-4-.78-6.78-2.63-8.4-1.65-1.44-4-1.89-7.24-1.37L9,8.68H8.9c-4.63,1.17-5.34,6-5.44,8.73,0,.15,0,.29,0,.44l0,15.3A6.85,6.85,0,0,0,10.25,40H34.56a6.85,6.85,0,0,0,6.84-6.85V17.87A6.81,6.81,0,0,0,40.76,15ZM9.25,10.23,31.13,6.74c2.78-.45,4.67-.13,6,1,1.14,1,1.82,2.69,2,5A6.81,6.81,0,0,0,34.56,11H10.25a6.75,6.75,0,0,0-3.86,1.21,4.73,4.73,0,0,1,2.85-2Zm30.59,20H35.3a4.41,4.41,0,0,1,0-8.82h4.54v8.82Zm0-10.38H35.3a6,6,0,0,0,0,11.95h4.54v1.38a5.28,5.28,0,0,1-5.28,5.28H10.25A5.28,5.28,0,0,1,5,33.17L5,18.73H5c0-.51,0-1,0-1.47a5.26,5.26,0,0,1,5.21-4.67H34.56a5.28,5.28,0,0,1,5.28,5.28v2Z" transform="translate(-3.41 -4.98)"/>
+    <path class="cls-1" d="M36.77,25.91m-1.18,0a1.18,1.18,0,1,0,1.18-1.18,1.18,1.18,0,0,0-1.18,1.18" transform="translate(-3.41 -4.98)"/>
+  </g>
+</svg>

+ 12 - 0
miaomiao/www/img/icon_collect.svg

xqd
@@ -0,0 +1,12 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="38" height="36.49" viewBox="0 0 38 36.49">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #00c3da;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_collect</title>
+  <path class="cls-1" d="M32.66,40.75a2.8,2.8,0,0,1-1.29-.32L22.5,36l-8.95,4.42a2.79,2.79,0,0,1-4-3l1.84-9.58-7-6.57a2.85,2.85,0,0,1-.72-2.9,2.76,2.76,0,0,1,2.23-1.91l9.77-1.79L20,5.82a2.76,2.76,0,0,1,5,0l4.38,8.89,9.79,1.74a2.75,2.75,0,0,1,2.21,1.91,2.83,2.83,0,0,1-.7,2.87l-7.06,6.65,1.78,9.56a2.83,2.83,0,0,1-1.11,2.76,2.77,2.77,0,0,1-1.62.54h0M22.5,33.83l9.74,4.84a.82.82,0,0,0,.89-.05.85.85,0,0,0,.34-.82l-2-10.61,7.83-7.38a.84.84,0,0,0-.48-1.42L28.06,16.49,23.24,6.69a.85.85,0,0,0-1.49,0l-4.81,9.78-10.76,2a.83.83,0,0,0-.7.58.85.85,0,0,0,.21.86l7.81,7.29-2,10.63a.84.84,0,0,0,.33.8.82.82,0,0,0,.88.07l9.83-4.86h0m0,0" transform="translate(-3.5 -4.25)"/>
+</svg>

+ 12 - 0
miaomiao/www/img/icon_dream.svg

xqd
@@ -0,0 +1,12 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="26" height="22.57" viewBox="0 0 26 22.57">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #fff;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_dream</title>
+  <path class="cls-1" d="M15.21,5.42a1.73,1.73,0,1,0-1.76-1.73,1.75,1.75,0,0,0,1.76,1.73ZM3.77,6.72A1.29,1.29,0,1,0,5.09,8,1.31,1.31,0,0,0,3.77,6.72Zm23.35,0A1.29,1.29,0,1,0,28.44,8a1.31,1.31,0,0,0-1.33-1.29Zm-1.76,3c-.85-.17-6.15,2.81-6.61,3-.2-.47-2.78-5.92-3.5-6.06h0c-.71.14-3.26,5.57-3.46,6-.45-.22-5.7-3.19-6.55-3s3,14.12,3.49,14.68c.26.05,2.29.05,4.32,0h0s8.26.11,8.81,0c.48-.56,4.4-14.55,3.54-14.72Z" transform="translate(-2.44 -1.96)"/>
+</svg>

+ 20 - 0
miaomiao/www/img/icon_fans.svg

xqd
@@ -0,0 +1,20 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="21.32" height="20" viewBox="0 0 21.32 20">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #ee4a58;
+      }
+
+      .cls-1, .cls-2 {
+        fill-rule: evenodd;
+      }
+
+      .cls-2 {
+        fill: #fff;
+      }
+    </style>
+  </defs>
+  <title>icon_fans</title>
+  <path class="cls-1" d="M13.56,22.84l.46.42a.73.73,0,0,0,1,0l.46-.42c6.35-5.77,8.06-7.91,8.06-10.9a4.68,4.68,0,0,0-4.68-4.82A5.11,5.11,0,0,0,15,9l-.46.56L14,9a5.11,5.11,0,0,0-3.86-1.85A4.68,4.68,0,0,0,5.5,11.95c0,3,1.71,5.13,8.06,10.9Z" transform="translate(-4.03 -5.28)"/>
+  <path class="cls-2" d="M22.87,6.19c-.44-.68-1.13-1.15-1.61-.76A4.5,4.5,0,0,0,20,7a.54.54,0,0,1-.41.28c-1.39-1.07-4.22-1.09-4.86-1.07s-3.47,0-4.86,1.07A.54.54,0,0,1,9.41,7a4.5,4.5,0,0,0-1.3-1.55C7.63,5,7,5.51,6.51,6.19A24.56,24.56,0,0,0,4,16.07v.08c0,4.58,2.23,9,10.52,9.13h.27c8.3-.09,10.49-4.55,10.52-9.13v-.08a24.56,24.56,0,0,0-2.48-9.89Z" transform="translate(-4.03 -5.28)"/>
+</svg>

+ 16 - 0
miaomiao/www/img/icon_home_h.svg

xqd
@@ -0,0 +1,16 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="44" height="41.72" viewBox="0 0 44 41.72">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #0eb9d2;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_home_h</title>
+  <g>
+    <path class="cls-1" d="M43.29,23a1,1,0,0,1-.71-.29L23.66,3.79a2,2,0,0,0-2.83,0L2,22.67a1,1,0,0,1-1.41,0,1,1,0,0,1,0-1.42L19.41,2.38a4.09,4.09,0,0,1,5.65,0L44,21.26a1,1,0,0,1-.7,1.7Z" transform="translate(-0.28 -1.25)"/>
+    <path class="cls-1" d="M32.79,43h-21a7.88,7.88,0,0,1-7.5-7.5V19a1,1,0,1,1,2,0v16.5A5.83,5.83,0,0,0,8,39.25,5.9,5.9,0,0,0,11.79,41h21a4.69,4.69,0,0,0,3.28-1.71,5.4,5.4,0,0,0,1.21-3.78V19a1,1,0,0,1,2,0v16.5a7.33,7.33,0,0,1-1.8,5.2,6.58,6.58,0,0,1-4.7,2.3Z" transform="translate(-0.28 -1.25)"/>
+    <path class="cls-1" d="M29.29,43h-14V29.46a7,7,0,0,1,14,0V43Zm-12-2h10V29.46a5,5,0,1,0-10,0V41Z" transform="translate(-0.28 -1.25)"/>
+  </g>
+</svg>

+ 16 - 0
miaomiao/www/img/icon_home_n.svg

xqd
@@ -0,0 +1,16 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="44" height="41.72" viewBox="0 0 44 41.72">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: gray;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_home</title>
+  <g>
+    <path class="cls-1" d="M43.29,23a1,1,0,0,1-.71-.29L23.66,3.79a2,2,0,0,0-2.83,0L2,22.67a1,1,0,0,1-1.41,0,1,1,0,0,1,0-1.42L19.41,2.38a4.09,4.09,0,0,1,5.65,0L44,21.26a1,1,0,0,1-.7,1.7Z" transform="translate(-0.28 -1.25)"/>
+    <path class="cls-1" d="M32.79,43h-21a7.88,7.88,0,0,1-7.5-7.5V19a1,1,0,1,1,2,0v16.5A5.83,5.83,0,0,0,8,39.25,5.9,5.9,0,0,0,11.79,41h21a4.69,4.69,0,0,0,3.28-1.71,5.4,5.4,0,0,0,1.21-3.78V19a1,1,0,0,1,2,0v16.5a7.33,7.33,0,0,1-1.8,5.2,6.58,6.58,0,0,1-4.7,2.3Z" transform="translate(-0.28 -1.25)"/>
+    <path class="cls-1" d="M29.29,43h-14V29.46a7,7,0,0,1,14,0V43Zm-12-2h10V29.46a5,5,0,1,0-10,0V41Z" transform="translate(-0.28 -1.25)"/>
+  </g>
+</svg>

+ 12 - 0
miaomiao/www/img/icon_information.svg

xqd
@@ -0,0 +1,12 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="34.32" height="38" viewBox="0 0 34.32 38">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #00c3da;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_information</title>
+  <path class="cls-1" d="M25.42,41.11a.9.9,0,1,1,0-1.8H38.76a.9.9,0,0,1,0,1.8Zm-19,0A1.11,1.11,0,0,1,5.34,40,17,17,0,0,1,16.5,24.13l.51-.18-.47-.28a11,11,0,1,1,16.58-9.52,11,11,0,0,1-5.35,9.46l-.46.28.51.18a16.82,16.82,0,0,1,6.37,4,1,1,0,0,1-1.47,1.48,14.89,14.89,0,0,0-1.61-1.39l-.09,0a14.7,14.7,0,0,0-5.22-2.46l-.13,0c-.28-.07-.55-.12-.83-.17l-.11,0-.48-.07-.18,0-.56-.06c-.32,0-.66,0-1-.05h-.26A14.86,14.86,0,0,0,7.43,40.07a1,1,0,0,1-1,1ZM22.1,5.19a9,9,0,0,0,0,17.92,8.94,8.94,0,0,0,8.93-9,9,9,0,0,0-8.94-9Zm3.32,31.94a.9.9,0,1,1,0-1.8H38.76a.9.9,0,0,1,0,1.8Zm0-3.94a.9.9,0,1,1,0-1.8H38.76a.9.9,0,0,1,0,1.8Z" transform="translate(-5.34 -3.11)"/>
+</svg>

+ 15 - 0
miaomiao/www/img/icon_me_h.svg

xqd
@@ -0,0 +1,15 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="44" height="44.01" viewBox="0 0 44 44.01">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #00c3da;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_me_h</title>
+  <g>
+    <path class="cls-1" d="M40.43,44.65a1.1,1.1,0,1,1,0-2.2A1.9,1.9,0,0,0,42,41.63a2,2,0,0,0,.24-1.85A20.37,20.37,0,0,0,29.52,27.39a1.1,1.1,0,0,1,.68-2.09A22.58,22.58,0,0,1,44.32,39a4.21,4.21,0,0,1-.52,3.85,4.05,4.05,0,0,1-3.37,1.75Zm-35.73,0A4.07,4.07,0,0,1,1.34,42.9,4.22,4.22,0,0,1,.82,39,22.58,22.58,0,0,1,14.94,25.29a1.1,1.1,0,0,1,.68,2.09A20.35,20.35,0,0,0,2.89,39.78a2,2,0,0,0,.24,1.85,1.9,1.9,0,0,0,1.57.82,1.1,1.1,0,0,1,0,2.2Z" transform="translate(-0.57 -0.64)"/>
+    <path class="cls-1" d="M22.57,29.25a14.3,14.3,0,1,1,14.3-14.31,14.32,14.32,0,0,1-14.3,14.31Zm0-26.41a12.1,12.1,0,1,0,12.1,12.1,12.11,12.11,0,0,0-12.1-12.1Z" transform="translate(-0.57 -0.64)"/>
+  </g>
+</svg>

+ 15 - 0
miaomiao/www/img/icon_me_n.svg

xqd
@@ -0,0 +1,15 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="44" height="44.01" viewBox="0 0 44 44.01">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #4d4d4d;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_me_n</title>
+  <g>
+    <path class="cls-1" d="M40.43,44.65a1.1,1.1,0,1,1,0-2.2A1.9,1.9,0,0,0,42,41.63a2,2,0,0,0,.24-1.85A20.37,20.37,0,0,0,29.52,27.39a1.1,1.1,0,0,1,.68-2.09A22.58,22.58,0,0,1,44.32,39a4.21,4.21,0,0,1-.52,3.85,4.05,4.05,0,0,1-3.37,1.75Zm-35.73,0A4.07,4.07,0,0,1,1.34,42.9,4.22,4.22,0,0,1,.82,39,22.58,22.58,0,0,1,14.94,25.29a1.1,1.1,0,0,1,.68,2.09A20.35,20.35,0,0,0,2.89,39.78a2,2,0,0,0,.24,1.85,1.9,1.9,0,0,0,1.57.82,1.1,1.1,0,0,1,0,2.2Z" transform="translate(-0.57 -0.64)"/>
+    <path class="cls-1" d="M22.57,29.25a14.3,14.3,0,1,1,14.3-14.31,14.32,14.32,0,0,1-14.3,14.31Zm0-26.41a12.1,12.1,0,1,0,12.1,12.1,12.11,12.11,0,0,0-12.1-12.1Z" transform="translate(-0.57 -0.64)"/>
+  </g>
+</svg>

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

xqd
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="36" height="31" viewBox="0 0 36 31">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #fff;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <path id="圆角矩形_5_拷贝_2" data-name="圆角矩形 5 拷贝 2" class="cls-1" d="M8,8a2,2,0,1,1-2,2A2,2,0,0,1,8,8ZM8,21a2,2,0,1,1-2,2A2,2,0,0,1,8,21ZM8,35a2,2,0,1,1-2,2A2,2,0,0,1,8,35ZM16,9H41a1,1,0,0,1,0,2H16A1,1,0,0,1,16,9Zm0,13H41a1,1,0,0,1,0,2H16A1,1,0,0,1,16,22Zm0,14H41a1,1,0,0,1,0,2H16A1,1,0,0,1,16,36Z" transform="translate(-6 -8)"/>
+</svg>

+ 15 - 0
miaomiao/www/img/icon_message.svg

xqd
@@ -0,0 +1,15 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="38" height="30.23" viewBox="0 0 38 30.23">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #fff;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_message</title>
+  <g>
+    <path class="cls-1" d="M32,39.61H6a6.05,6.05,0,0,1-6-6V15.43a6.05,6.05,0,0,1,6-6H32a6.05,6.05,0,0,1,6,6V33.57a6.06,6.06,0,0,1-6,6ZM6,11.12a4.32,4.32,0,0,0-4.32,4.32V33.57A4.32,4.32,0,0,0,6,37.89H32a4.32,4.32,0,0,0,4.32-4.32V15.43A4.32,4.32,0,0,0,32,11.11H6Z" transform="translate(0 -9.39)"/>
+    <path class="cls-1" d="M19,25.86A3.45,3.45,0,0,1,16.76,25L2,12.64a.87.87,0,0,1,1.12-1.33l14.73,12.4a1.73,1.73,0,0,0,2.24,0l14.73-12.4A.86.86,0,0,1,36,12.64L21.23,25a3.45,3.45,0,0,1-2.23.82Z" transform="translate(0 -9.39)"/>
+  </g>
+</svg>

+ 23 - 0
miaomiao/www/img/icon_message_h.svg

xqd
@@ -0,0 +1,23 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="44.83" height="35.11" viewBox="0 0 44.83 35.11">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #fff;
+        fill-rule: evenodd;
+      }
+
+      .cls-2 {
+        fill: #ff4d49;
+        stroke: #fff;
+        stroke-miterlimit: 10;
+        stroke-width: 2px;
+      }
+    </style>
+  </defs>
+  <title>icon_message</title>
+  <g>
+    <path class="cls-1" d="M32,39.61H6a6.05,6.05,0,0,1-6-6V15.43a6.05,6.05,0,0,1,6-6H32a6.05,6.05,0,0,1,6,6V33.57a6.06,6.06,0,0,1-6,6ZM6,11.12a4.32,4.32,0,0,0-4.32,4.32V33.57A4.32,4.32,0,0,0,6,37.89H32a4.32,4.32,0,0,0,4.32-4.32V15.43A4.32,4.32,0,0,0,32,11.11H6Z" transform="translate(0 -4.5)"/>
+    <path class="cls-1" d="M19,25.86A3.45,3.45,0,0,1,16.76,25L2,12.64a.87.87,0,0,1,1.12-1.33l14.73,12.4a1.73,1.73,0,0,0,2.24,0l14.73-12.4A.86.86,0,0,1,36,12.64L21.23,25a3.45,3.45,0,0,1-2.23.82Z" transform="translate(0 -4.5)"/>
+  </g>
+  <circle class="cls-2" cx="36.83" cy="8" r="7"/>
+</svg>

+ 15 - 0
miaomiao/www/img/icon_message_n.svg

xqd
@@ -0,0 +1,15 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="38" height="30.23" viewBox="0 0 38 30.23">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #fff;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_message_n</title>
+  <g>
+    <path class="cls-1" d="M32,39.61H6a6.05,6.05,0,0,1-6-6V15.43a6.05,6.05,0,0,1,6-6H32a6.05,6.05,0,0,1,6,6V33.57a6.06,6.06,0,0,1-6,6ZM6,11.12a4.32,4.32,0,0,0-4.32,4.32V33.57A4.32,4.32,0,0,0,6,37.89H32a4.32,4.32,0,0,0,4.32-4.32V15.43A4.32,4.32,0,0,0,32,11.11H6Z" transform="translate(0 -9.39)"/>
+    <path class="cls-1" d="M19,25.86A3.45,3.45,0,0,1,16.76,25L2,12.64a.87.87,0,0,1,1.12-1.33l14.73,12.4a1.73,1.73,0,0,0,2.24,0l14.73-12.4A.86.86,0,0,1,36,12.64L21.23,25a3.45,3.45,0,0,1-2.23.82Z" transform="translate(0 -9.39)"/>
+  </g>
+</svg>

+ 12 - 0
miaomiao/www/img/icon_mydream.svg

xqd
@@ -0,0 +1,12 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="40" height="30.73" viewBox="0 0 40 30.73">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #00c3da;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_dream</title>
+  <path class="cls-1" d="M34.45,37.87H10.56a1.05,1.05,0,0,1-1-.84L6.64,22.86a4.23,4.23,0,0,1-1.49-.35,4.33,4.33,0,0,1-1.38-1,4.45,4.45,0,0,1-.93-1.42,4.57,4.57,0,0,1,0-3.45,4.45,4.45,0,0,1,.93-1.42,4.33,4.33,0,0,1,1.38-1,4.27,4.27,0,0,1,3.41,0,4.33,4.33,0,0,1,1.38,1,4.45,4.45,0,0,1,.93,1.42A4.57,4.57,0,0,1,11,19.85l5.31,4,3.59-8.65a4.54,4.54,0,0,1-1.39-5.29,4.45,4.45,0,0,1,.93-1.42,4.33,4.33,0,0,1,1.38-1,4.27,4.27,0,0,1,3.41,0,4.33,4.33,0,0,1,1.38,1,4.45,4.45,0,0,1,.93,1.42,4.54,4.54,0,0,1-1.39,5.28l3.59,8.66,5.31-4a4.57,4.57,0,0,1,.11-3.17,4.45,4.45,0,0,1,.93-1.42,4.33,4.33,0,0,1,1.38-1,4.27,4.27,0,0,1,3.41,0,4.33,4.33,0,0,1,1.38,1,4.45,4.45,0,0,1,.93,1.42,4.57,4.57,0,0,1,0,3.45,4.45,4.45,0,0,1-.93,1.42,4.33,4.33,0,0,1-1.38,1,4.23,4.23,0,0,1-1.49.35L35.48,37a1.05,1.05,0,0,1-1,.84Zm-23-2.11H33.58l2.9-14.22a1.05,1.05,0,0,1,1.24-.82,2.17,2.17,0,0,0,.42,0,2.36,2.36,0,1,0-2.25-2.35,2.43,2.43,0,0,0,.34,1.24A1.05,1.05,0,0,1,36,21l-7.07,5.27a1.05,1.05,0,0,1-1.6-.44L22.84,15.13a1.05,1.05,0,0,1,.54-1.37,2.36,2.36,0,0,0,1.37-2.17,2.25,2.25,0,1,0-4.49,0,2.36,2.36,0,0,0,1.37,2.17,1.05,1.05,0,0,1,.54,1.37L17.72,25.86a1.05,1.05,0,0,1-1.6.44L9,21a1.05,1.05,0,0,1-.28-1.38,2.43,2.43,0,0,0,.34-1.24,2.3,2.3,0,0,0-2.25-2.35,2.36,2.36,0,0,0,0,4.71,2.18,2.18,0,0,0,.43,0,1.05,1.05,0,0,1,1.24.82l2.9,14.22Z" transform="translate(-2.5 -7.13)"/>
+</svg>

+ 15 - 0
miaomiao/www/img/icon_mymessage.svg

xqd
@@ -0,0 +1,15 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="38" height="30.23" viewBox="0 0 38 30.23">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #00c3da;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_mymessage</title>
+  <g>
+    <path class="cls-1" d="M35,37.61H9a6.05,6.05,0,0,1-6-6V13.43a6.05,6.05,0,0,1,6-6H35a6.05,6.05,0,0,1,6,6V31.57a6.06,6.06,0,0,1-6,6ZM9,9.12a4.32,4.32,0,0,0-4.32,4.32V31.57A4.32,4.32,0,0,0,9,35.89H35a4.32,4.32,0,0,0,4.32-4.32V13.43A4.32,4.32,0,0,0,35,9.11H9Z" transform="translate(-3 -7.39)"/>
+    <path class="cls-1" d="M22,23.86A3.45,3.45,0,0,1,19.76,23L5,10.64A.87.87,0,0,1,6.15,9.31l14.73,12.4a1.73,1.73,0,0,0,2.24,0L37.85,9.31A.86.86,0,0,1,39,10.64L24.23,23a3.45,3.45,0,0,1-2.23.82Z" transform="translate(-3 -7.39)"/>
+  </g>
+</svg>

+ 24 - 0
miaomiao/www/img/icon_photo.svg

xqd
@@ -0,0 +1,24 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="58.52" height="50.16" viewBox="0 0 58.52 50.16">
+  <defs>
+    <style>
+      .cls-1, .cls-2 {
+        fill: #c7c7c7;
+      }
+
+      .cls-1 {
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_photo</title>
+  <g>
+    <path class="cls-1" d="M38.75,32.34H37a3.56,3.56,0,0,0-3.52-3.59V27a5.33,5.33,0,0,1,5.28,5.39Z" transform="translate(-3.12 -7.2)"/>
+    <path class="cls-1" d="M33.47,19.77A12.45,12.45,0,0,0,21.14,32.34c0,.07,0,.15,0,.22a12.59,12.59,0,0,0,7.08,11.16,12.08,12.08,0,0,0,5.24,1.19,12.57,12.57,0,0,0,0-25.14Zm-6,20.88a10.39,10.39,0,0,1-4.1-8.06q0-.13,0-.25A10.14,10.14,0,1,1,33.47,42.68a10,10,0,0,1-6-2Z" transform="translate(-3.12 -7.2)"/>
+    <g>
+      <path class="cls-1" d="M6.29,23.52V18.77c0-3,1.37-4.39,4.28-4.39h8.8v-1.8A5.34,5.34,0,0,1,24.66,7.2H42.27a5.34,5.34,0,0,1,5.28,5.39v1.8h8.8a5.33,5.33,0,0,1,5.28,5.39V47.5a5.34,5.34,0,0,1-5.28,5.39H28.23c-1.33,0-2.42-.12-2.42-1.45S26.89,50,28.23,50h28a2.5,2.5,0,0,0,2.49-2.51V19.32a2.51,2.51,0,0,0-2.49-2.51H44.44V12.61a2.51,2.51,0,0,0-2.49-2.51H25a2.5,2.5,0,0,0-2.49,2.51V16.8H11.69a2.5,2.5,0,0,0-2.49,2.51h0V32.56h0c-.08,1.28-.15,2.3-1.46,2.3s-1.47-1.1-1.47-2.45v-8.5a2.36,2.36,0,0,1,0-.39Z" transform="translate(-3.12 -7.2)"/>
+      <rect class="cls-2" x="12.63" y="35.33" width="2.33" height="22.02" rx="1.17" ry="1.17" transform="translate(24.47 85.49) rotate(-180)"/>
+      <rect class="cls-2" x="12.96" y="34.92" width="2.33" height="22.02" rx="1.17" ry="1.17" transform="translate(56.94 24.61) rotate(90)"/>
+    </g>
+    <rect class="cls-2" x="21.67" y="42.8" width="8" height="2.89" rx="1.44" ry="1.44"/>
+  </g>
+</svg>

+ 15 - 0
miaomiao/www/img/icon_search.svg

xqd
@@ -0,0 +1,15 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #fff;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_search</title>
+  <g>
+    <path class="cls-1" d="M20.44,37A16.56,16.56,0,1,1,37,20.41,16.58,16.58,0,0,1,20.44,37Zm0-31.18A14.62,14.62,0,1,0,35.06,20.41,14.63,14.63,0,0,0,20.44,5.8Z" transform="translate(-3.88 -3.85)"/>
+    <path class="cls-1" d="M40.91,41.85a1,1,0,0,1-.69-.28l-8.77-8.77a1,1,0,1,1,1.38-1.38l8.77,8.77a1,1,0,0,1,0,1.38,1,1,0,0,1-.69.28Z" transform="translate(-3.88 -3.85)"/>
+  </g>
+</svg>

+ 15 - 0
miaomiao/www/img/icon_setting.svg

xqd
@@ -0,0 +1,15 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="38" height="34.2" viewBox="0 0 38 34.2">
+  <defs>
+    <style>
+      .cls-1 {
+        fill: #00c3da;
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_setting</title>
+  <g>
+    <path class="cls-1" d="M41.5,21.17a2.58,2.58,0,0,0-1.35-2.24l-3-1.68a4,4,0,0,1-1.51-1.46l-.59-1A3.74,3.74,0,0,1,34.51,13L34.46,9.2A2.58,2.58,0,0,0,33.13,7L30.92,5.76a2.78,2.78,0,0,0-2.79,0L25.21,7.54a4.22,4.22,0,0,1-2.19.6h-.93A4.23,4.23,0,0,1,20,7.58L16.82,5.77a2.79,2.79,0,0,0-2.75,0L11.87,7a2.57,2.57,0,0,0-1.32,2.28l.08,3.65a3.72,3.72,0,0,1-.52,2l-.52.89A4,4,0,0,1,8,17.29L4.88,19A2.57,2.57,0,0,0,3.5,21.23v2.58A2.58,2.58,0,0,0,4.84,26L8.1,27.88a4.05,4.05,0,0,1,1.48,1.44l.55.94a3.77,3.77,0,0,1,.52,2l-.07,3.48A2.55,2.55,0,0,0,11.91,38l2.22,1.25a2.79,2.79,0,0,0,2.7,0L20,37.52a4.24,4.24,0,0,1,2-.52h1.06a4.26,4.26,0,0,1,2.09.55l3,1.68a2.8,2.8,0,0,0,2.74,0l2.23-1.27a2.58,2.58,0,0,0,1.32-2.2l0-3.6A3.77,3.77,0,0,1,35,30.3l.62-1a4,4,0,0,1,1.42-1.41L40.22,26a2.58,2.58,0,0,0,1.28-2.21V21.18Zm-2.44,3.49L36,26.46a5.38,5.38,0,0,0-1.91,1.89l-.6,1a5.06,5.06,0,0,0-.71,2.5l0,3.51a1.06,1.06,0,0,1-.55.9L30,37.52a1.22,1.22,0,0,1-1.19,0l-2.91-1.63a5.71,5.71,0,0,0-2.8-.73h-1a5.71,5.71,0,0,0-2.72.69l-3.14,1.7a1.22,1.22,0,0,1-1.17,0l-2.17-1.22a1.06,1.06,0,0,1-.56-.94L12.4,32a5,5,0,0,0-.71-2.67l-.54-.91a5.37,5.37,0,0,0-2-1.93L6,24.7a1.06,1.06,0,0,1-.55-.92V21.27A1.07,1.07,0,0,1,6,20.34L9.06,18.7a5.34,5.34,0,0,0,2.1-2l.51-.86a5,5,0,0,0,.7-2.67L12.3,9.61a1.06,1.06,0,0,1,.55-.94L15,7.46a1.18,1.18,0,0,1,1.2,0l3.08,1.76A5.68,5.68,0,0,0,22.1,10H23a5.72,5.72,0,0,0,2.91-.8l2.85-1.7a1.2,1.2,0,0,1,1.21,0l2.16,1.22a1.07,1.07,0,0,1,.56.9l0,3.66a5.08,5.08,0,0,0,.71,2.51l.57,1a5.39,5.39,0,0,0,2,2l3,1.63a1.06,1.06,0,0,1,.56.92v2.55a1.05,1.05,0,0,1-.54.91Z" transform="translate(-3.5 -5.4)"/>
+    <path class="cls-1" d="M22.5,14.9a7.6,7.6,0,1,0,7.6,7.6,7.61,7.61,0,0,0-7.6-7.6Zm0,13.3a5.7,5.7,0,1,1,5.7-5.7,5.7,5.7,0,0,1-5.7,5.7Z" transform="translate(-3.5 -5.4)"/>
+  </g>
+</svg>

+ 17 - 0
miaomiao/www/img/icon_video.svg

xqd
@@ -0,0 +1,17 @@
+<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" width="55.97" height="49.49" viewBox="0 0 55.97 49.49">
+  <defs>
+    <style>
+      .cls-1, .cls-2 {
+        fill: #c7c7c7;
+      }
+
+      .cls-1 {
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <title>icon_video</title>
+  <path class="cls-1" d="M57.44,11.77a3.67,3.67,0,0,0-3.66.61l-8,4.1V12.26a4.41,4.41,0,0,0-4.4-4.4H10.33a4.41,4.41,0,0,0-4.4,4.4V29.53a1.47,1.47,0,1,0,2.93,0V12.26a1.47,1.47,0,0,1,1.47-1.47H41.4a1.47,1.47,0,0,1,1.47,1.47V19.6a1.47,1.47,0,0,0,2.4,1.13l10.33-6a1.55,1.55,0,0,1,.47-.23,2.56,2.56,0,0,1,.07.65V45.9a2.67,2.67,0,0,1-.06.65,1.36,1.36,0,0,1-.42-.19L45.27,40.27a1.47,1.47,0,0,0-2.4,1.13v7.34a1.47,1.47,0,0,1-1.47,1.47H25.07a1.47,1.47,0,1,0,0,2.93H41.4a4.41,4.41,0,0,0,4.4-4.4V44.51l8,4.14a3.58,3.58,0,0,0,3.61.58c.75-.37,1.63-1.25,1.63-3.33V15.1c0-2.09-.89-3-1.63-3.33Z" transform="translate(-3.11 -7.86)"/>
+  <rect class="cls-2" x="12.62" y="35.33" width="2.33" height="22.02" rx="1.17" ry="1.17" transform="translate(24.46 84.83) rotate(-180)"/>
+  <rect class="cls-2" x="12.95" y="34.92" width="2.33" height="22.02" rx="1.17" ry="1.17" transform="translate(56.94 23.95) rotate(90)"/>
+</svg>

+ 20 - 0
miaomiao/www/img/icon_vip.svg

xqd
@@ -0,0 +1,20 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
+  <defs>
+    <style>
+      .cls-1, .cls-3 {
+        fill: #fff;
+      }
+
+      .cls-2 {
+        fill: #f07e19;
+      }
+
+      .cls-3 {
+        fill-rule: evenodd;
+      }
+    </style>
+  </defs>
+  <circle id="椭圆_10_拷贝" data-name="椭圆 10 拷贝" class="cls-1" cx="10" cy="10" r="10"/>
+  <circle id="椭圆_10_拷贝_2" data-name="椭圆 10 拷贝 2" class="cls-2" cx="10" cy="10" r="8"/>
+  <path id="v" class="cls-3" d="M9.541,14.785l3.272-6.2a2.692,2.692,0,0,1,.607-0.826A1.043,1.043,0,0,1,14.1,7.5h0.448l0.214-1.213H10.574L10.36,7.5h0.431a1.137,1.137,0,0,1,.6.114,0.333,0.333,0,0,1,.128.369,1.434,1.434,0,0,1-.078.268,2.354,2.354,0,0,1-.146.3L9.128,12.641,8.492,8.721a3.634,3.634,0,0,1-.047-0.457,1.616,1.616,0,0,1,.016-0.316A0.46,0.46,0,0,1,8.7,7.609,1.125,1.125,0,0,1,9.244,7.5h0.29L9.748,6.286H5.063L4.849,7.5H5.377A0.674,0.674,0,0,1,5.9,7.71a1.433,1.433,0,0,1,.28.7l1.074,6.372H9.541Z"/>
+</svg>

+ 1 - 0
miaomiao/www/index.html

xqd
@@ -40,6 +40,7 @@
   <body ng-app="app">
     <ion-nav-bar class="calm-bg">
       <ion-nav-back-button>
+        返回
       </ion-nav-back-button>
     </ion-nav-bar>
     <ion-nav-view></ion-nav-view>

+ 17 - 6
miaomiao/www/templates/add/index.html

xqd xqd
@@ -17,15 +17,22 @@
             <div class="item itemjs">
                 <textarea rows="7" cols="50" placeholder="添加梦想介绍" ng-model="vm.about" style="border: 1px solid #D7D7D7;padding: 10px;width: 98%;"></textarea>
             </div>
-            <div class="item" style="color: #7B7B7B">上传图片和视频,让别人更好的了解你</div>
+            <div class="item" style="color: #7B7B7B">上传图片或视频,让别人更好地了解你</div>
             <div class="item itemjs">
                 <a ng-repeat="item in imgs" ng-click="showImages(item)" class="img-file-up">
                     <b style="background-image:url({{item}});"><em ng-click="deletefile(item)" class="ion-ios-close-outline"></em></b>
                 </a>
-                <a class="btn-file-up" ng-click="addpict()"><i class="ion-image"></i>添加图片</a>
+                <!--<a class="btn-file-up" ng-click="addpict()"><i class="ion-image"></i>添加图片</a>-->
+                <a class="btn-file-up" ng-click="addpict()">
+                    <img src="img/icon_photo.svg" style="height: 40px; width: 40px; text-align: center; line-height: 40px" /><br>
+                    <em style="font-size: 16px">添加图片</em>
+                </a>
                 <video src="{{video.path}}" ng-show="video.isOK"  height="72px" width="72px" controls="controls">
                 </video>
-                <a class="btn-file-up" ng-click="addvideo()" ng-show="!video.isOK"><i class="icon ion-cash"></i>添加视频</a>
+                <a class="btn-file-up" ng-click="addvideo()" ng-show="!video.isOK">
+                    <img src="img/icon_video.svg" style="height: 40px; width: 40px; text-align: center; line-height: 40px" /><br>
+                    <em style="font-size: 16px">添加视频</em>
+                </a>
             </div>
             <div class="item" style="color: #7B7B7B">实现梦想所需要的人民币</div>
             <div class="item item-input-inset itemjs">
@@ -36,9 +43,13 @@
             </div>
         </div>
         <div class="padding">
-            <button type="submit"  class="button button-full button-calm" ng-click="add()">
-                发布梦想
-            </button>
+            <div class="row">
+                <div class="col">
+                    <button type="submit"  class="button button-block button-calm" style="border-radius: 30px" ng-click="add()">
+                        发布梦想
+                    </button>
+                </div>
+            </div>
         </div>
     </ion-content>
 </ion-view>

+ 24 - 15
miaomiao/www/templates/home/dream-detail.html

xqd xqd xqd xqd
@@ -1,6 +1,11 @@
 <ion-view view-title="梦想">
     <ion-nav-buttons side="right">
-        <button class="button button-clear icon ion-email-unread"></button>
+        <button class="button button-clear homeIcon">
+            <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>
     </ion-nav-buttons>
     <ion-content style="background: #fff" ng-click="cancelSupport()">
         <div class="tabs-striped tabs-top">
@@ -69,11 +74,11 @@
                         </div>
                     </div>
                 </div>
-                <div class="detail-head">
+                <div class="detail-head" ng-if="dream.top3user.length>0">
                     <div class="row">
-                        <div class="col"><img ng-src="{{sort.second}}" style="border: 2px solid #fff;" ng-class="sort.slide2" /></div>
+                        <div class="col" ng-if="dream.top3user.length>1"><img ng-src="{{sort.second}}" style="border: 2px solid #fff;" ng-class="sort.slide2" /></div>
                         <div class="col"><img ng-src="{{sort.first}}" style="width: 90px;border: 2px solid #fff; margin-top: 0"  ng-class="sort.slide1" /></div>
-                        <div class="col"><img ng-src="{{sort.third}}" style="border: 2px solid #fff;" ng-class="sort.slide3"/></div>
+                        <div class="col" ng-if="dream.top3user.length>2"><img ng-src="{{sort.third}}" style="border: 2px solid #fff;" ng-class="sort.slide3"/></div>
                     </div>
                 </div>
                 <div class="item" style="padding-right: 0; padding-left: 0">
@@ -96,19 +101,19 @@
        
         </div>
         <div ng-if="type==2" class="hdcontent">
-            <div style="border-bottom:5px solid #FAF2F5;">
+            <div>
                 <div class="list">
                     <div class="item itemjs" style="padding: 10px" >
-                    <!-- 梦想发布者可以发布梦想互动 ng-if="thisUser.id==dream.user.id" -->
                         <a class="button button-outline button-block button-calm button-icon" ng-click="openModal()">
-                        <i class="icon ion-plus"></i>
-                        发布梦想互动 </a>
+                            <i class="icon ion-plus"></i>
+                            发布梦想互动
+                        </a>
                     </div>
-                    <div class="item" ng-click="comment()" ng-repeat="interaction in dream.interactions"> 
+                    <div class="item" style="border-bottom:15px solid #F2F2F2;" ng-click="comment()" ng-repeat="interaction in dream.interactions">
                         <img class="head" ng-src="{{dream.user.avatar}}" />
                         <span class="utitle">{{dream.user.nickname}}</span>
-                        <span class="utitle kz">{{interaction.created_at}}</span>
-                        <p class="subtile" style="white-space:normal">{{interaction.title}}</p>
+                        <span class="utitle kz">剩余{{dream.end_time | lastDate}}天</span>
+                        <p class="subtile" style="white-space:normal; color: #666666">{{interaction.title}}</p>
                         <div class="picts item">
                             <img class="slt" ng-src="{{interaction.pic1}}" ng-if="interaction.pic1"/>
                             <img class="slt" ng-src="{{interaction.pic2}}" ng-if="interaction.pic2"/>
@@ -119,16 +124,20 @@
                             <img class="slt" ng-src="{{interaction.pic7}}" ng-if="interaction.pic7"/>
                             <img class="slt" ng-src="{{interaction.pic8}}" ng-if="interaction.pic8"/>
                         </div>
-                        <div class="list" ng-click="showForm=true; focusInput=true">
+                        <div class="list padding" ng-click="showForm=true; focusInput=true">
                             <div class="item subitem" ng-click="replay($event,'百川1')">
                                 <img ng-src="img/demo/head4.jpg" />
                                 <span>百川1</span>
-                                <span class="kz">2016-08-08 11:11</span>
+                                <span>2016-08-08 11:11</span>
                                 <div>你确定是去哪里了吗?你确定是去哪里了吗?</div>
                             </div>
-                             <div class="item item-input">
+                            <!-- <div class="item item-input">
                                  <input name="comment" type="text" focus-me="input.focus" placeholder="{{input.placeholder}}" ng-model="vm.comment" ng-change="submitComment(interaction.id)" style="padding: 0 20px;">
-                             </div>
+                             </div>-->
+                            <div style="color: #00C3DA; margin-left: 50px">
+                                查看更多评论
+                            </div>
+
                         </div>
                     </div>
                 </div>

+ 10 - 5
miaomiao/www/templates/home/index.html

xqd
@@ -1,14 +1,19 @@
 <ion-view view-title="瞄瞄">
     <ion-nav-buttons side="left">
-        <button class="button button-clear icon ion-ios-list-outline" ng-click="openPopover($event)"></button>
+        <button class="button button-clear homeIcon" ng-click="openPopover($event)">
+            <img src="img/icon_menu.svg" style="height: 60%; width: 100%; margin-top: 7px">
+        </button>
     </ion-nav-buttons>
     <ion-nav-buttons side="right">
-        <a class="button button-clear icon ion-ios-search" ui-sref="app.home_search">
-        </a>
-        <button class="button button-clear icon ion-email-unread" style="padding-left:10px"></button>
+        <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%">
+        </button>
+        <button class="button button-clear homeIcon">
+            <img src="img/icon_message_h.svg" style="height: 100%; width: 100%">
+        </button>
     </ion-nav-buttons>
     <ion-content>
-        
+
         <!--下拉刷新-->
         <ion-refresher pulling-text="下拉刷新" on-refresh="load(true)">
         </ion-refresher>

+ 9 - 7
miaomiao/www/templates/home/search.html

xqd
@@ -1,20 +1,22 @@
 <ion-view view-title="">
-    <ion-nav-buttons side="primary">
-        <lable class="item item-input" style="width:100%;border-radius: 15px">
+    <ion-nav-buttons side="left">
+        <div class="item search-input" style="border-radius: 15px; width: 200px">
             <i class="icon ion-search placeholder-icon" ng-click="searchContent()"></i>
-            <input type="text" style="width: 100%;" placeholder="搜索内容" ng-change="search(vm.keyword)" ng-model="vm.keyword">
-        </lable>
-        <button class="button button-calm button-right" style="width: 25%; left: 6%;" ng-click="$ionicGoBack()">取消</button>
+            <input type="text" placeholder="搜索内容" ng-change="search(vm.keyword)" ng-model="vm.keyword">
+        </div>
+    </ion-nav-buttons>
+    <ion-nav-buttons side="right">
+        <button class="button button-calm button-right" style="margin-top: 1px; font-size: 16px" ng-click="$ionicGoBack()">取消</button>
     </ion-nav-buttons>
      <ion-content class="padding">
          <div class="list" style="margin-bottom: 50px" ng-if="!isResult">
-             <div class="item" style="padding:10px;font-size:1.2rem; margin-top: 20px; color: #373737">热门搜索</div>
+             <div class="item" style="padding:10px;font-size:1rem; margin-top: 20px; color: #373737">热门搜索</div>
              <div class="item calm search-hot">
                  <div class="box {{keyword==key?'keyword':''}}" ng-click="search(key)" ng-repeat="(key, value) in hot_searches">
                      {{key}}
                  </div>
              </div>
-             <div class="item" style="padding:10px;font-size:1.2rem; margin-top: 20px; color: #373737">历史搜索</div>
+             <div class="item" style="padding:10px;font-size:1rem; margin-top: 20px; color: #373737">历史搜索</div>
              <div class="list padding">
                 <div class="item {{keyword==history_search.search?'search-select':''}}" style="border-top: 1px solid #EDEDED; border-bottom: 1px solid #EDEDED; color: #CECECE" ng-click="search(history_search.search)" ng-repeat="history_search in history_searches">
                      {{history_search.search}}

+ 1 - 2
miaomiao/www/templates/home/userDetail.html

xqd
@@ -1,7 +1,6 @@
 <ion-view>
     <ion-nav-buttons side="right">
-        <!--<button class="button button-clear icon ion-email-unread" style="padding-left:10px"></button>-->
-        <button class="button button-clear button-small" style="padding-top: 5px"><img src="img/icon_share.svg" style="height: 20px; width: 20px;"></button>
+        <button class="button button-clear button-small" style="padding-top: 2px"><img src="img/icon_share.svg" style="height: 16px; width: 20px;"></button>
     </ion-nav-buttons>
     <ion-content>
         <div class="user-box">

+ 19 - 22
miaomiao/www/templates/my/index.html

xqd
@@ -34,35 +34,32 @@
             </div>
         </div>
         <div class="list list-user-set list-set-arrow" style="color: #B6B6B6">
-            <a class="item item-icon-left" ui-sref="app.my_recharge">
-                <i class="icon ion-card"></i>
-                <em class="fl">账户余额</em>
-                <i class="fr">
+            <a class="item" ui-sref="app.my_recharge">
+                <img class="fl" src="img/icon_balance.svg">
+                <em style="line-height: 30px">账户余额</em>
+                <i class="fr" style="margin-top: 5px">
                     {{user.coin}}
                 </i>
             </a>
-            <a class="item item-icon-left" ui-sref="app.my_message">
-                <i class="icon ion-email"></i>
-                <em class="fl">我的消息</em>
+            <a class="item" ui-sref="app.my_message">
+                <img class="fl" src="img/icon_mymessage.svg">
+                <em style="line-height: 30px">我的消息</em>
             </a>
-            <a class="item item-icon-left" ui-sref="app.my_profile">
-                <i class="icon ion-document"></i>
-                <em class="fl">我的资料</em>
-          
+            <a class="item" ui-sref="app.my_profile">
+                <img class="fl" src="img/icon_information.svg">
+                <em style="line-height: 30px">我的资料</em>
             </a>
-            <a class="item item-icon-left" ui-sref="app.my_dream">
-                <i class="icon ion-ios-lightbulb-outline"></i>
-                <em class="fl">我的梦想</em>
-             
+            <a class="item" ui-sref="app.my_dream">
+                <img class="fl" src="img/icon_mydream.svg">
+                <em style="line-height: 30px">我的梦想</em>
             </a>
-            <a class="item item-icon-left" ui-sref="app.my_collect">
-                <i class="icon ion-ios-star-outline"></i>
-                <em class="fl">我的收藏</em>
-               
+            <a class="item" ui-sref="app.my_collect">
+                <img class="fl" src="img/icon_collect.svg">
+                <em style="line-height: 30px">我的收藏</em>
             </a>
-            <a class="item item-icon-left" ui-sref="app.my_setting">
-                <i class="icon ion-ios-gear-outline"></i>
-                <em class="fl">设置</em>
+            <a class="item" ui-sref="app.my_setting">
+                <img class="fl" src="img/icon_setting.svg">
+                <em style="line-height: 30px">设置</em>
             </a>
         </div>
     </ion-content>

+ 11 - 3
miaomiao/www/templates/my/my-dream.html

xqd xqd
@@ -1,4 +1,12 @@
-<ion-view view-title="我的梦想">
+<ion-view view-title="瞄瞄">
+    <ion-nav-buttons side="right">
+        <button class="button button-clear homeIcon">
+            <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>
+    </ion-nav-buttons>
     <ion-content>
        <div ng-if="100*dream.get_coin/dream.coin!==0" class="list" ng-repeat="dream in dreams">
            <div class="item reply-item" ng-click="toDetail(dream.id)">
@@ -11,10 +19,10 @@
                    </div>
                </div>
                <div class="item item-thumbnail-left reply-content">
-                   <div style="float:left;">
+                   <div style="float:left; height: 60px; width: 60px">
                        <img ng-src="{{dream.pic}}" />
                    </div>
-                   <div style="float:left; width: 50%; margin-left: 10px; margin-right: 10px;">
+                   <div style="float:left; width: 50%; margin-left: 10px; margin-right: 10px; height: 60px; overflow: hidden">
                        <h2>{{dream.name}}</h2>
                        <p>{{dream.about}}</p>
                    </div>

+ 1 - 1
miaomiao/www/templates/tabs.html

xqd
@@ -2,7 +2,7 @@
     <ion-tab title="首页" icon-off="thsfont-icon_home_n" icon-on="thsfont-icon_home_h" ng-click="go('app.home')">
         <ion-nav-view name="app-home"></ion-nav-view>
     </ion-tab>
-    <ion-tab class="tab-item-add" icon="ion-ios-plus" ng-click="go('app.add')">
+    <ion-tab class="tab-item-add" ng-click="go('app.add')">
         <ion-nav-view name="app-add"></ion-nav-view>
     </ion-tab>
     <ion-tab title="我的" icon-off="thsfont-icon_me_n" icon-on="thsfont-icon_me_h" ng-click="go('app.my')">