huanggang 7 年之前
父节点
当前提交
a4fff417b1

+ 21 - 7
data/resource/mobile/invite_friend/css/main.css

@@ -15,7 +15,6 @@ time, mark, audio, video {
     border: 0;
     outline: 0;
     vertical-align: baseline;
-    background: transparent;
     -webkit-user-select:none;
     user-select:none;
 }
@@ -105,11 +104,12 @@ html {
     width: 750px;
     margin: 0 auto;
     overflow: hidden;
+    background: #fffaf5;
 }
 .top {
     position: relative;
     height: 547px;
-    background: url("../images/top_bg.jpg?v=6") no-repeat;
+    background: url("../images/top_bg.jpg?v=7") no-repeat;
     background-size: 100%;
 }
 .top .label {
@@ -144,7 +144,7 @@ html {
     width: 750px;
     margin: 0 auto;
     padding-bottom: 20px;
-    background: url("../images/center_bg.png?v=6") center 0 #ffffff no-repeat;
+    background: url("../images/center_bg.png?v=6") center 0 #fffaf5 no-repeat;
 }
 .user_msg {
     width: 718px;
@@ -260,7 +260,7 @@ html {
     position: absolute;
     left: 50%;
     top: 0;
-    background: #fff;
+    background: #fffaf5;
     z-index: 2;
     padding: 0 50px;
     -webkit-transform: translateX(-50%);
@@ -338,6 +338,11 @@ html {
 .item .user_name {
     width: 408px;
     font-size: 32px;
+    display: -webkit-box;
+    -webkit-box-orient: vertical;
+}
+.item .user_name p:first-child {
+    line-height: initial;
 }
 .item .bonus_pro {
     font-size: 24px;
@@ -457,12 +462,12 @@ html {
     display: inline-block;
     width: 40px;
     height: 40px;
-    background: url("../images/arrow.png?v=3") no-repeat;
+    background: url("../images/arrow.png?v=4") no-repeat;
     background-size: 100%;
 }
 .invite_msg {
     font-size: 22px;
-    margin-top: 12px;
+    margin-top: 10px;
 }
 .login_time {
     font-size: 22px;
@@ -610,7 +615,7 @@ html {
     position: absolute;
     left: 50%;
     top: 0;
-    background: #fff;
+    background: #fffaf5;
     z-index: 2;
     padding: 0 50px;
     -webkit-transform: translateX(-50%);
@@ -629,3 +634,12 @@ html {
 .prompt .prompt_list {
     line-height: 42px;
 }
+.look_btn {
+    font-size: 24px;
+    position: absolute;
+    top: 50%;
+    right: 0;
+    line-height: 38px;
+    text-align: center;
+    -webkit-transform: translateY(-50%);
+}

二进制
data/resource/mobile/invite_friend/images/arrow.png


二进制
data/resource/mobile/invite_friend/images/top_bg.jpg


+ 2 - 2
mobile/control/control.php

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