huangdong 6 tahun lalu
induk
melakukan
e062f76c44

+ 4 - 2
data/resource/mobile/talk/css/homepage.css

@@ -465,8 +465,10 @@ html,body {
 .fixed_bottom {
     position: fixed;
     bottom: 0;
-    width: 100%;
-    height: 40px;
+    left: 50%;
+    width: 10rem;
+    height: 1.33rem;
+    margin-left: -5rem;
     display: -webkit-box;
     -webkit-box-align: center;
     background: rgba(51,51,51,0.9);

TEMPAT SAMPAH
data/resource/mobile/talk/images/logo.png


+ 5 - 3
mobile/templates/default/member/index.php

@@ -55,8 +55,10 @@
         .fixed_bottom {
             position: fixed;
             bottom: 0;
-            width: 100%;
-            height: 40px;
+            left: 50%;
+            width: 10rem;
+            height: 1.33rem;
+            margin-left: -5rem;
             display: -webkit-box;
             -webkit-box-align: center;
             background: rgba(51,51,51,0.9);
@@ -67,7 +69,7 @@
             display: block;
             width: 0.96rem;
             height: 0.96rem;
-            background: url("/imgaes/logo.png") no-repeat;
+            background: url("<?php echo RESOURCE_SITE_URL; ?>/mobile/talk/imgaes/logo.png") no-repeat;
             background-size: 100% 100%;
             margin-right: 0.26rem;
             margin-left: 0.41rem;