zhashaonan 6 năm trước cách đây
mục cha
commit
1adb9b2920

+ 13 - 1
data/resource/mobile/invite_friend/css/main.css

@@ -117,7 +117,7 @@ html {
     width: 750px;
     margin: 0 auto;
     overflow: hidden;
-    background: #fffaf5;
+    background: #fff;
 }
 .top {
     position: relative;
@@ -173,10 +173,22 @@ html {
     /*background: url("../images/center_bg.jpg?v=11") center 0 #fffaf5 no-repeat;*/
 }
 .user_msg {
+    position: relative;
     text-align: center;
     margin: 0 30px;
     height: 257px;
     border: 8px solid #a66c4b;
+    overflow: hidden;
+}
+.user_msg::after {
+    content: '';
+    position: absolute;
+    left: 260px;
+    top: 30px;
+    bottom: 30px;
+    width: 1px;
+    transform: scaleX(.5);
+    background: url(../images/line-repart.png) repeat-y;
 }
 .user_msg .user {
     float: left;

BIN
data/resource/mobile/invite_friend/images/line-repart.png


+ 2 - 2
mobile/control/control.php

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

+ 1 - 1
mobile/control/invite_friend.php

@@ -171,7 +171,7 @@ class tpl_invite_friend
     {
         $minfo = $this->mUserInfo;
         $inviter_id = $minfo->inviter_id();
-        $str = "<div class=\"user_msg clearfix\">
+        $str = "<div class=\"user_msg\">
                     <div class=\"user\">
                         <div class=\"user_img\"><img src=\"{$minfo->avatar()}\"></div>
                         <div class=\"user_name\">{$minfo->nickname()}</div>";