huangdong il y a 6 ans
Parent
commit
bcbc29527b

+ 25 - 13
data/resource/mobile/talk/css/homepage.css

@@ -463,31 +463,43 @@ html,body {
     right: 2px;
 }
 .fixed_bottom {
+    justify-content: space-between;
+    display: flex;
+    align-items: center;
     position: fixed;
     bottom: 0;
-    left: 50%;
-    width: 10rem;
-    height: 1.33rem;
-    margin-left: -5rem;
-    display: -webkit-box;
-    -webkit-box-align: center;
+    left: 0;
+    right: 0;
+    height: 44px;
     background: rgba(51,51,51,0.9);
     z-index: 999;
 }
 
 .fixed_bottom .flex_logo {
     display: block;
-    width: 0.96rem;
-    height: 0.96rem;
-    background: url("../images/logo.png") no-repeat;
+    width: 30px;
+    height: 30px;
+    background: url("<?php echo RESOURCE_SITE_URL; ?>/mobile/talk/images/logo.png") no-repeat;
     background-size: 100% 100%;
-    margin-right: 0.26rem;
-    margin-left: 0.41rem;
+    margin-right: 8px;
+    margin-left: 14px;
 }
 .fixed_bottom .label {
+    flex: 1;
     font-size: 12px;
-    width: 6.05rem;
-    line-height: 0.4rem;
+    line-height: 15px;
     text-align: left;
     color: #ffffff;
+}
+.fixed_bottom a {
+    display: block;
+    width: 60px;
+    height: 24px;
+    line-height: 25px;
+    text-align: center;
+    font-size: 12px;
+    background: #FE4F4C;
+    color: #fff;
+    border-radius: 5px;
+    margin-right: 14px;
 }

+ 2 - 2
mobile/control/control.php

@@ -331,9 +331,9 @@ class mbMemberControl extends mobileControl
 
 function bonus_version()
 {
-    return "v=2018100902";
+    return "v=2018100903";
 }
 function shop_version()
 {
-    return "v=2018100902";
+    return "v=2018100903";
 }

+ 24 - 13
mobile/templates/default/member/index.php

@@ -54,34 +54,45 @@
         }
 
         .fixed_bottom {
+            justify-content: space-between;
+            display: flex;
+            align-items: center;
             position: fixed;
             bottom: 0;
-            left: 50%;
-            width: 10rem;
-            height: 1.33rem;
-            margin-left: -5rem;
-            display: -webkit-box;
-            -webkit-box-align: center;
+            left: 0;
+            right: 0;
+            height: 44px;
             background: rgba(51,51,51,0.9);
             z-index: 999;
         }
 
         .fixed_bottom .flex_logo {
             display: block;
-            width: 0.96rem;
-            height: 0.96rem;
-            background: url("<?php echo RESOURCE_SITE_URL; ?>/mobile/talk/images/logo.png") no-repeat;
+            width: 30px;
+            height: 30px;
+            background: url("../images/logo.png") no-repeat;
             background-size: 100% 100%;
-            margin-right: 0.26rem;
-            margin-left: 0.41rem;
+            margin-right: 8px;
+            margin-left: 14px;
         }
         .fixed_bottom .label {
+            flex: 1;
             font-size: 12px;
-            width: 6.05rem;
-            line-height: 0.4rem;
+            line-height: 15px;
             text-align: left;
             color: #ffffff;
         }
+        .fixed_bottom a {
+            display: block;
+            width: 60px;
+            height: 24px;
+            line-height: 25px;
+            text-align: center;
+            font-size: 12px;
+            background: #FE4F4C;
+            color: #fff;
+            border-radius: 5px;
+            margin-right: 14px;
     </style>
 </head>
 <body>