wangchuanjin 9 éve
szülő
commit
444a811d36
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      core/src/web/templates/common/bottom.html

+ 4 - 0
core/src/web/templates/common/bottom.html

@@ -21,6 +21,10 @@
 <script>
 var _hmt = _hmt || [];
 (function() {
+	if(document.body.clientWidth > (1200 + 42)){
+		$("#bottom-bar").css({right: (document.body.clientWidth - 1200) / 2 - 42});
+	}
+	//
   	$("#backTop").click(function(){
 		$(window).scrollTop(0);
 	});