zhashaonan 6 years atrás
parent
commit
bda2228f7c

+ 4 - 1
data/resource/mobile/talk/css/free_gifts.css

@@ -108,6 +108,9 @@ a:visited{
     color: #b87e59;
 }
 .profit_unit {
+    display: inline-block;
+    line-height: 50px;
+    margin-left: 6px;
     font-size: 20px;
     color: #b87e59;
     vertical-align: text-bottom;
@@ -198,7 +201,7 @@ a:visited{
 .tips_count {
     position: absolute;
     left: 0;
-    top: 2px;
+    top: 1px;
     width: 17px;
     height: 17px;
     line-height: 18px;

BIN
data/resource/mobile/talk/images/gifts_cover.png


+ 2 - 2
mobile/control/control.php

@@ -325,9 +325,9 @@ class mbMemberControl extends mobileControl
 
 function bonus_version()
 {
-    return "v=2018092002";
+    return "v=2018092003";
 }
 function shop_version()
 {
-    return "v=2018092002";
+    return "v=2018092003";
 }