huangdong 6 gadi atpakaļ
vecāks
revīzija
862cabdc92

+ 8 - 3
data/resource/mobile/talk/css/share_bonus.css

@@ -57,6 +57,11 @@
 .bonus_price {
     font-size: 22px;
 }
+
+.number_to_blod{
+    font-weight: 500;
+}
+
 .rmb_symbol {
     font-size: 17px;
 }
@@ -83,7 +88,7 @@
 }
 .rules a {
     color: #ffffff;
-    font-size: 14px;
+    font-size: 15px;
     text-decoration: underline;
 }
 .certification_logo {
@@ -97,7 +102,7 @@
 .list_title {
     position: relative;
     text-align: center;
-    font-size: 14px;
+    font-size: 15px;
     color: #333333;
     padding: 0 15px;
     margin-top: 13px;
@@ -147,7 +152,7 @@
     display: inline-block;
     width: 40px;
     height: 40px;
-    border-radius: 10px;
+    border-radius: 5px;
 }
 .member_content {
     font-size: 15px;

+ 8 - 0
helper/room/tpl_group_home.php

@@ -344,6 +344,7 @@ class tpl_group_home
             $html.= "<div class=\"weui-cells\">";
             $html.= $this->room_name_btn($click,$name);
             $html.= $this->room_avatar_btn($avartar);
+//            $html.= $this->room_share_btn();
             $html.= $this->room_nickname_btn();
             $html.= "</div>";
 
@@ -393,6 +394,13 @@ class tpl_group_home
         return $html;
     }
 
+    private function room_share_btn(){
+        $html = "
+        
+        ";
+        return $html;
+    }
+
     private function room_cert_btn($click,$level)
     {
         if($click){

+ 2 - 2
mobile/control/control.php

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

+ 3 - 3
mobile/templates/default/talk/share_bonus.php

@@ -15,7 +15,7 @@
         <span class="bubble_3"></span>
         <div class="total_bonus">
             <p class="title">共享基金</p>
-            <p class="bonus_price"><span class="rmb_symbol">¥</span><?php echo $output['room']['shared_bonus']?></p>
+            <p class="bonus_price number_to_blod"><span class="rmb_symbol">¥</span><?php echo $output['room']['shared_bonus']?></p>
         </div>
     </div>
     <div class="group_content">
@@ -61,7 +61,7 @@
                              </div>";
                 }
                 else if($state == 1){
-                    echo    "<div class=\"bonus\">
+                    echo    "<div class=\"bonus number_to_blod\">
                                 $msg
                              </div>";
                 }
@@ -70,7 +70,7 @@
                 }
 
                 echo        "</div>
-                        <div class=\"time\">$time</div>
+                        <div class=\"time number_to_blod\">$time</div>
                      </div>";
             }
         ?>