Browse Source

修改静态信息样式

zhangxc 5 years ago
parent
commit
32046b0a2d
1 changed files with 12 additions and 10 deletions
  1. 12 10
      src/css/information.less

+ 12 - 10
src/css/information.less

@@ -19,13 +19,15 @@
     font-family: '微软雅黑', '宋体';
     font-family: '微软雅黑', '宋体';
     background: #dde2ea;
     background: #dde2ea;
     height: 100%;
     height: 100%;
-    color: #333;
+    color: #1E1E1E;
     line-height: 21px;
     line-height: 21px;
   }
   }
 
 
   h1 {
   h1 {
     margin: 0 0px 30px 0px !important;
     margin: 0 0px 30px 0px !important;
     font-size: 28px !important;
     font-size: 28px !important;
+    line-height: 37px;
+    padding: 0 0 0 20px;
   }
   }
 
 
   .titleH2 {
   .titleH2 {
@@ -42,7 +44,7 @@
   }
   }
   .infoBox {
   .infoBox {
     border-left: 1px solid #969C9F;
     border-left: 1px solid #969C9F;
-    padding: 0 0 0 20px;
+    padding: 0 0 0 33px;
     margin: 0 0 20px 0;
     margin: 0 0 20px 0;
   }
   }
   .infoWrapper {
   .infoWrapper {
@@ -52,7 +54,7 @@
     position: absolute;
     position: absolute;
     z-index: 10;
     z-index: 10;
     background: #fff;
     background: #fff;
-    left: -27px;
+    left: -40px;
     height: 32px;
     height: 32px;
     top: -1px;
     top: -1px;
   }
   }
@@ -72,7 +74,7 @@
   }
   }
 
 
   .infos>div {
   .infos>div {
-    margin-right: 120px;
+    margin-right: 160px;
   }
   }
 
 
   .title {
   .title {
@@ -91,16 +93,16 @@
     overflow: hidden;
     overflow: hidden;
     background: #fff;
     background: #fff;
     margin: 0 auto;
     margin: 0 auto;
-    padding: 30px 0 30px 15px;
+    padding: 43px 0 30px 20px;
  
  
   }
   }
   pre {
   pre {
     white-space: pre-wrap;
     white-space: pre-wrap;
     word-wrap: break-word;
     word-wrap: break-word;
-    color: #333;
+    color: #1E1E1E;
   }
   }
   .anchors {
   .anchors {
-    width: 160px;
+    width: 200px;
     position: absolute;
     position: absolute;
     right:15px;
     right:15px;
     top: 0;
     top: 0;
@@ -110,7 +112,7 @@
   }
   }
 
 
   .anchors ul {
   .anchors ul {
-    padding: 15px 18px;
+    padding: 15px 20px;
     border-radius: 4px;
     border-radius: 4px;
     border: 1px solid #F5F6F7;
     border: 1px solid #F5F6F7;
     background-color: #F5F6F7;
     background-color: #F5F6F7;
@@ -150,9 +152,9 @@
     top: 0;
     top: 0;
     left: 0;
     left: 0;
     width: calc(100% - 20px);
     width: calc(100% - 20px);
-    padding-left: 15px;
+    padding-left: 20px;
     text-decoration: none;
     text-decoration: none;
-    font-size: 13px;
+    font-size: 14px;
     font-weight: 400;
     font-weight: 400;
     color: #777;
     color: #777;
     word-wrap: break-word;
     word-wrap: break-word;