huanggang il y a 7 ans
Parent
commit
2d7aae20cb

+ 9 - 5
data/resource/mobile/bonus/css/content_rem.css

@@ -469,16 +469,20 @@ input,button {
     margin: 0;
 }
 .briefing_address {
-    font-size: 25px;
+    width: 8.9rem;
+    height: 0.75rem;
+    line-height: 0.75rem;
+    margin: 0.63rem auto 0.4rem auto;
+    font-size: 11px;
     color: #333333;
-    margin-top: 0.29rem;
-    margin-bottom: 0.19rem;
+    border: 2px dashed #333333;
+    letter-spacing: 15px;
 }
 [data-dpr="2"] .briefing_address {
-    font-size: 36px;
+    font-size: 22px;
 }
 [data-dpr="3"] .briefing_address {
-    font-size: 60px;
+    font-size: 33px;
 }
 .brands_list img {
     width: 100%;

+ 2 - 2
data/resource/mobile/bonus/js/tel.js

@@ -165,7 +165,7 @@ $(function(){
                         $.ajax({
                             type:'post',
                             dataType:'json',
-                            url:'/mobile/index.php?act=bonusex&op=bind&client_type=ios',
+                            url:'/mobile/index.php?act=bonusex&op=bind&client_type=ajax',
                             data:{
                                 mobile: tel,
                                 code: yanzVal,
@@ -236,6 +236,6 @@ $(function(){
     };
     tel.init();
     if($('.fixed_bottom').length > 0) {
-        $('.maincontent').css('padding-bottom','2rem');
+        $('.maincontent').css('padding-bottom','1.33rem');
     }
 });

+ 4 - 1
mobile/control/bonusex.php

@@ -1008,7 +1008,10 @@ function bonnus_out_goods($output)
 function bonus_out_rule()
 {
     if(!session_helper::isapp()) {
-        echo '<div class="center briefing_address">天猫官旗供货,红包全场抵扣</div>';
+        echo '<div class="center briefing_address">
+                <span class="briefing_address_1"><<天猫官旗供货</span>
+                <span>红包全场抵扣>></span>
+              </div>';
     }
 }
 

+ 1 - 1
mobile/templates/default/invite_friend/invite.php

@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>边买边赚钱</title>
+    <title>邀请好友</title>
     <meta name="viewport" content="width=750,user-scalable=no,target-densitydpi=device-dpi">
     <meta name="format-detection" content="telephone=no">
     <link rel="stylesheet" href="<?php echo RESOURCE_SITE_URL; ?>/mobile/invite_friend/css/main.css?<?php echo bonus_version(); ?>">