zhouna 5 лет назад
Родитель
Сommit
3b2519a794
5 измененных файлов с 27 добавлено и 24 удалено
  1. 0 14
      src/css/common.less
  2. 4 4
      src/css/knowledgeMap.less
  3. 7 4
      src/css/knowledgeTree.less
  4. 2 2
      src/css/participle.less
  5. 14 0
      src/css/qaPage.less

+ 0 - 14
src/css/common.less

@@ -26,20 +26,6 @@ ul,li{
 table,tr,td{
     list-style: none;
 }
-.wrappper{
-    width: 100%;
-    min-width: 1200px;
-    .content{
-        position: relative;
-        width: 1200px;
-        left: 50%;
-        margin: 10px 0 0 -600px;
-        cursor: default;
-        height: 100%;
-        border: 1px solid #f4f4f4;
-        border-radius: 2px;
-    }
-}
 .title{
     width: 100%;
     min-width: 1200px;

+ 4 - 4
src/css/knowledgeMap.less

@@ -1,6 +1,6 @@
 .knowledgeMapWrapper{
-    /* min-width: 1200px;
-   * .title{
+     min-width: 1200px;
+   /* .title{
          position: relative;
          height: 40px;
          line-height: 40px;
@@ -33,7 +33,7 @@
          top: -4px;
          height: 40px;
          line-height: 40px;
-     }
+     }*/
     .content{
         position: relative;
         width: 1200px;
@@ -41,7 +41,7 @@
         margin-left: -600px;
         cursor: default;
         height: 100%;
-    }*/
+    }
     .left{
         float: left;
         background: #fff;

+ 7 - 4
src/css/knowledgeTree.less

@@ -1,12 +1,12 @@
 .knowledgeTreeWrapper{
-    /*min-width: 1200px;
+    min-width: 1200px;
     .title{
         position: relative;
         height: 40px;
         line-height: 40px;
         background-image: linear-gradient(to right, #5A8EEE , #7EABFF);
-        filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da,endColorstr=#1C85FB);!*IE<9>*!
-        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da, endColorstr=#1C85FB)";!*IE8+*!
+        filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da,endColorstr=#1C85FB);/*IE<9>*/
+        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da, endColorstr=#1C85FB)";/*IE8+*/
     }
     .titleTxt{
         position: relative;
@@ -15,12 +15,14 @@
         margin-left: -600px;
         color: #fff;
         font-size: 14px;
+        padding-top: 4px;
     }
     .titleLogo{
         position: relative;
         top: -2px;
         height: 20px;
         margin: 0 20px 0 0;
+        vertical-align: unset;
     }
     .titleLogoShaiyifu{
         top: 5px;
@@ -28,12 +30,13 @@
     }
     .titleInfo{
         position: relative;
+        vertical-align: unset;
         display: inline-block;
         top: -4px;
         height: 40px;
         color: #fff;
         line-height: 40px;
-    }*/
+    }
     .content{
         position: relative;
         width: 1200px;

+ 2 - 2
src/css/participle.less

@@ -1,7 +1,7 @@
 .participleWrappper{
-    /* width: 100%;
+   width: 100%;
     min-width: 1200px;
-   .title{
+    /* .title{
         width: 100%;
         min-width: 1200px;
         position: relative;

+ 14 - 0
src/css/qaPage.less

@@ -1,3 +1,17 @@
+.wrappper{
+  width: 100%;
+  min-width: 1200px;
+  .content{
+    position: relative;
+    width: 1200px;
+    left: 50%;
+    margin: 10px 0 0 -600px;
+    cursor: default;
+    height: 100%;
+    border: 1px solid #f4f4f4;
+    border-radius: 2px;
+  }
+}
 .contentTitle{
   font-size: 16px;
   height: 44px;