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