Kaynağa Gözat

Merge branch 'bonus_manager' into bonus_rate

stanley-king 7 yıl önce
ebeveyn
işleme
d17114067a

+ 3 - 1
data/resource/mobile/ugc/css/main.css

@@ -1050,7 +1050,9 @@ article {
   border-radius: 10px; }
 
 .result_list {
-  font-size: 28px; }
+  font-size: 28px;
+  margin-bottom: -97px;
+}
 .result_list .my_result {
   padding-top: 80px;
   height: 330px; }

+ 1 - 1
mobile/templates/default/ugc/answer.list.php

@@ -155,7 +155,7 @@
                             var scrollTop = $(this).scrollTop();
                             var scrollHeight = $(document).height();
                             var windowHeight = $(this).height();
-                            if (scrollTop + windowHeight == scrollHeight && isLoad == false) {
+                            if ((scrollTop + windowHeight) - scrollHeight > -250 && isLoad == false) {
                                 getData();
                             }
                         });