Browse Source

updata css

huanggang 7 years ago
parent
commit
ee665a6356

+ 9 - 7
data/resource/mobile/ugc/css/main.css

@@ -218,7 +218,8 @@ input, textarea {
   margin-top: -54px; }
 .thumbnail .thumbnail_pro {
   font-size: 28px;
-  margin-top: 10px; }
+  margin-top: 10px;
+  line-height: 40px; }
 
 .bonus_icon {
   display: block;
@@ -368,7 +369,7 @@ input, textarea {
   position: absolute;
   width: 650px;
   height: auto;
-  top: 50%;
+  top: 360px;
   left: 50%;
   margin-left: -325px;
   margin-top: -180px;
@@ -603,8 +604,7 @@ input, textarea {
   font-size: 32px; }
 .question_pro .question_type {
   font-size: 32px;
-  color: #4A90E2;
-}
+  color: #4A90E2; }
 
 .question_result {
   display: none;
@@ -933,7 +933,8 @@ article {
   right: 0;
   background: #F2F2F2;
   z-index: 1500;
-  font-size: 26px; }
+  font-size: 26px;
+  opacity: 0; }
 .appreciate_pop:after {
   content: '';
   width: 35px;
@@ -948,9 +949,11 @@ article {
   margin: 44px auto 0 auto; }
 .appreciate_pop.show {
   -webkit-transition: all .3s ease;
+  opacity: 1;
   -webkit-transform: translate(-750px, 0); }
 .appreciate_pop.close {
   -webkit-transition: all .3s ease;
+  opacity: 0;
   -webkit-transform: translate(750px, 0); }
 .appreciate_pop .discount {
   background: #fff;
@@ -1053,8 +1056,7 @@ article {
 
 .result_list {
   font-size: 28px;
-  margin-bottom: -97px;
-}
+  margin-bottom: -97px; }
 .result_list .my_result {
   padding-top: 80px;
   height: 330px; }

+ 1 - 1
data/resource/mobile/ugc/js/main.js

@@ -468,7 +468,7 @@ var ReplyList = function () {
         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) {
             getDate();
         }
     };

+ 2 - 2
mobile/control/control.php

@@ -289,9 +289,9 @@ class mbMemberControl extends mobileControl
 
 function bonus_version()
 {
-    return "v=2017081710";
+    return "v=2017082201";
 }
 function shop_version()
 {
-    return "v=2017081710";
+    return "v=2017082201";
 }