huangdong 6 years ago
parent
commit
9a1200b12c

+ 1 - 1
data/resource/mobile/talk/js/room_steps.js

@@ -31,7 +31,7 @@ $(function () {
             if(roomSportList.curpage > 1) {
                 for(var i=0;i<this.listDatas.steps.length;i++) {
                     roomSportList.rankingIndex++;
-                    room_sport_list += "<div class=\"weui-cell\" style='line-height:2.2'>\n" +
+                    room_sport_list += "<div class=\"weui-cell\" style='line-height:1.7'>\n" +
                         "                <div class=\"index_num\">"+roomSportList.rankingIndex+"</div>\n" +
                         "                <div class=\"weui-cell__hd\">\n" +
                         "                    <img src=\""+this.listDatas.steps[i].avatar+"\">\n" +

+ 2 - 2
mobile/control/control.php

@@ -311,9 +311,9 @@ class mbMemberControl extends mobileControl
 
 function bonus_version()
 {
-    return "v=2018083003";
+    return "v=2018083004";
 }
 function shop_version()
 {
-    return "v=2018083003";
+    return "v=2018083004";
 }

+ 4 - 1
mobile/templates/default/talk/room_steps.php

@@ -24,8 +24,11 @@
             font-weight: 400;
         }
 
-        #room_steps_list .weui-cell {
+        #room_steps_list {
             margin-top: 0.8em;
+        }
+
+        #room_steps_list .weui-cell {
             padding: 10px 15px 10px 5px;
         }