Quellcode durchsuchen

Merge remote-tracking branch 'origin/scale0414' into testNew

zhouna vor 4 Jahren
Ursprung
Commit
02358ef83b
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 2 2
      src/css/staticInfoOut.less
  2. 1 1
      src/js/staticInfoOut.js

+ 2 - 2
src/css/staticInfoOut.less

@@ -338,9 +338,9 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
 }
 .footer{
   width: 100%;
-  height: 75px;
+  height: 52px;
   background: #172238;
-  padding-top: 25px;
+  padding-top: 8px;
   position: absolute;
   bottom: 0;
   z-index: 1;

+ 1 - 1
src/js/staticInfoOut.js

@@ -223,7 +223,7 @@ function bindTabClick(){
 }
 function adjustHeight() {
   var ht = window.innerHeight || document.documentElement.clientHeight;
-  $(".content,.content .infos").height(ht - 228 + "px");
+    $(".content,.content .infos").height(ht - 198 + "px");
   /*$(".anchors").height(ht - 258 + "px");*/
 }
 function adjustWidth() {