huanggang 7 年之前
父节点
当前提交
0a9ac03b61
共有 2 个文件被更改,包括 19 次插入9 次删除
  1. 17 7
      data/resource/mobile/invite_friend/css/main.css
  2. 2 2
      mobile/control/control.php

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

@@ -300,7 +300,7 @@ html {
 }
 .item {
     position: relative;
-    height: 140px;
+    height: 188px;
     cursor: pointer;
     display: -webkit-box;
     -webkit-box-align: center;
@@ -310,6 +310,12 @@ html {
     padding: 2px 10px;
     background: #FE4F4C;
     font-size: 24px;
+    position: absolute;
+    top: 50%;
+    right: 0;
+    line-height: 38px;
+    text-align: center;
+    -webkit-transform: translateY(-50%);
 }
 .item .call_btn.called {
     background: #999999;
@@ -320,17 +326,21 @@ html {
     -webkit-tap-highlight-color: rgba(0,0,0,0.2);
 }
 .item .user_img img{
-    width: 84px;
-    height: 84px;
+    width: 80px;
+    height: 80px;
     border-radius: 50px;
 }
 .item .user_img {
     margin-right: 13px;
     margin-left: 2px;
+    margin-bottom: 44px;
 }
 .item .user_name {
     width: 408px;
-    font-size: 30px;
+    font-size: 32px;
+}
+.item .user_name p:first-child {
+    margin-bottom: 22px;
 }
 .item .bonus_pro {
     font-size: 24px;
@@ -454,11 +464,11 @@ html {
     background-size: 100%;
 }
 .invite_msg {
-    font-size: 20px;
-    margin: 8px 0;
+    font-size: 22px;
+    margin-bottom: 22px;
 }
 .login_time {
-    font-size: 20px;
+    font-size: 22px;
 }
 .invite_msg span.price {
     color: #444444;

+ 2 - 2
mobile/control/control.php

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