浏览代码

foot层次问题

温红权 9 年之前
父节点
当前提交
21ddca2068
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 0
      VisualInspection/css/common/foot.css
  2. 2 2
      VisualInspection/view/main.html

+ 1 - 0
VisualInspection/css/common/foot.css

@@ -3,6 +3,7 @@ footer {
     bottom: 0px;
     bottom: 0px;
     position: absolute;
     position: absolute;
     width: 100%;
     width: 100%;
+    z-index: 0;
 }
 }
 
 
 footer p {
 footer p {

+ 2 - 2
VisualInspection/view/main.html

@@ -14,9 +14,9 @@
 
 
 
 
 
 
-    <div id="main" class="container-fluid main" style="z-index:100">
+    <div id="main" class="container-fluid main">
         <div class="row">
         <div class="row">
-            <div class="col-md-2">
+            <div class="col-md-2" style="background: #328dc7;padding-right:0;z-index: 11;">
                 <div id="mum_left" class="mum_left">
                 <div id="mum_left" class="mum_left">
                     <link rel="import" href="/view/mum.html?__inline">
                     <link rel="import" href="/view/mum.html?__inline">
                 </div>
                 </div>