Mike 7 năm trước cách đây
mục cha
commit
fd555770f0

+ 1 - 1
miaomiao/www/chcp.json

xqd
@@ -1,5 +1,5 @@
 {
   "update": "now",
   "content_url": "http://i.9026.com/miaomiao/www",
-  "release": "2017.08.09-13.38.31"
+  "release": "2017.08.09-13.42.12"
 }

+ 2 - 2
miaomiao/www/chcp.manifest

xqd xqd
@@ -29,7 +29,7 @@
   },
   {
     "file": "css/style.css",
-    "hash": "abd3805ee3efec5303998afe4e6b87be"
+    "hash": "5d234f2508c5ed9004b1bc35cec470c7"
   },
   {
     "file": "img/alipay.png",
@@ -701,7 +701,7 @@
   },
   {
     "file": "templates/home/index.html",
-    "hash": "3f9a20909709e20d6d6a5e9b4a23f957"
+    "hash": "8bcf00633602bcbc5781dae8027b0c1a"
   },
   {
     "file": "templates/home/oldDream.html",

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

xqd
@@ -180,7 +180,7 @@ overflow:auto;
 }
 .icontent {
     padding-top:50px;
-    margin-bottom: 68px;
+    padding-bottom: 68px;
 }
 .subcontent img{
     width:20%;

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

xqd
@@ -45,7 +45,7 @@
                             <div class="col col-10" style="margin-top: 7%" ng-click="next(1)">
                                 <i class="icon ion-ios-arrow-left" style="font-size: 1.5rem; color: #00C3DA; line-height: 100%"></i>
                             </div>
-                            <div class="col" style="overflow: hidden;">
+                            <div class="col" style="overflow: hidden;padding: 0 5px;">
                                 <span class="subcontent" ng-repeat="user in index.users">
                                     <img ng-click="clickAvatar($index)" ng-if="$index<4" ng-src="{{user.avatar |avator}}" ng-class="{'defaultClass':$index !=chosedIndex,'chosenClass':$index ==chosedIndex}" style="padding: 0.5%;" />
                                 </span>