zhangxc пре 5 година
родитељ
комит
34abfa025f
5 измењених фајлова са 11 додато и 4 уклоњено
  1. 4 2
      src/css/information.less
  2. 4 1
      src/css/staticSearch.css
  3. 1 0
      src/html/disclaimer.html
  4. 1 0
      src/html/version.html
  5. 1 1
      src/js/disclaimer.js

+ 4 - 2
src/css/information.less

@@ -30,7 +30,7 @@
     margin: 0 0px 30px 0px !important;
     font-size: 28px !important;
     line-height: 37px;
-    padding: 0 0 0 20px;
+    padding: 43px 0 0 20px;
   }
 
   .titleH2 {
@@ -45,6 +45,7 @@
   .content {
     position: relative;
     height: 550px;
+    padding: 0px 0 0px 20px;
   }
   .infoBox {
     border-left: 1px solid #969C9F;
@@ -97,7 +98,7 @@
     overflow: hidden;
     background: #fff;
     margin: 0 auto;
-    padding: 43px 0 0px 20px;
+  
  
   }
   .borderTop,.borderBottom{
@@ -106,6 +107,7 @@
     position: absolute;
     width: 100%;
     left: 0;
+    z-index: 2;
 }
 .borderTop{
     top: 0;

+ 4 - 1
src/css/staticSearch.css

@@ -2,7 +2,7 @@
     width: 80%;
     background: #fff;
     margin: 0 auto;
-    padding: 0 30px;
+   
     position: absolute;
     /* width: 80%; */
     left: 30px;
@@ -79,6 +79,9 @@
     background-size:15px 15px;
     z-index: 100;
 }
+.searchKnowledge{
+    padding: 0 30px;
+}
 .staticSearchB .tip,.container .staticSearchT i,.staticSearchB .empty {
     display: none;
 }

+ 1 - 0
src/html/disclaimer.html

@@ -49,6 +49,7 @@
     position: fixed;
     width: 100%;
     left: 0;
+    z-index: 2;
 }
 .borderTop{
     top: 0;

+ 1 - 0
src/html/version.html

@@ -67,6 +67,7 @@
   <style>
     body{
       /* background: #fff; */
+      background:#dde2ea;
     }
     .container h1{
       text-align: left;

+ 1 - 1
src/js/disclaimer.js

@@ -13,7 +13,7 @@ $(function(){
       }
       $("h1").html('免责声明');
       $(".content").html(item.description);
-     
+      $(".content").append('<div class="borderBottom"></div>')
      
     })
   }