Browse Source

debug bonusex

stanley-king 7 years ago
parent
commit
59670e6c77
2 changed files with 5 additions and 5 deletions
  1. 3 3
      data/resource/mobile/bonus/css/content_rem.css
  2. 2 2
      mobile/control/control.php

+ 3 - 3
data/resource/mobile/bonus/css/content_rem.css

@@ -469,16 +469,16 @@ input,button {
     margin: 0;
 }
 .briefing_address {
-    font-size: 15px;
+    font-size: 25px;
     color: #333333;
     margin-top: 0.29rem;
     margin-bottom: 0.19rem;
 }
 [data-dpr="2"] .briefing_address {
-    font-size: 22px;
+    font-size: 36px;
 }
 [data-dpr="3"] .briefing_address {
-    font-size: 33px;
+    font-size: 60px;
 }
 .brands_list img {
     width: 100%;

+ 2 - 2
mobile/control/control.php

@@ -300,9 +300,9 @@ class mbMemberControl extends mobileControl
 
 function bonus_version()
 {
-    return "v=2017112302";
+    return "v=2017112303";
 }
 function shop_version()
 {
-    return "v=2017112302";
+    return "v=2017112303";
 }