|
@@ -7,7 +7,7 @@ body {
|
|
|
|
|
|
.firstArea {
|
|
|
width: 100%;
|
|
|
- height: 522px;
|
|
|
+ height: 560px;
|
|
|
background-color: #FFFFFF;
|
|
|
}
|
|
|
|
|
@@ -78,7 +78,7 @@ body {
|
|
|
/* 第二区域 */
|
|
|
.secondArea {
|
|
|
width: 100%;
|
|
|
- height: calc(100vh - 522px);
|
|
|
+ height: calc(100vh - 560px);
|
|
|
margin-top: 15px;
|
|
|
background-color: #FFFFFF;
|
|
|
padding: 28px 21px 28px 19px;
|
|
@@ -92,7 +92,7 @@ body {
|
|
|
}
|
|
|
|
|
|
.navList li {
|
|
|
- width: 347px;
|
|
|
+ width: 31%;
|
|
|
height: 127px;
|
|
|
background: #ECF0F8;
|
|
|
float: left;
|
|
@@ -110,10 +110,10 @@ body {
|
|
|
}
|
|
|
|
|
|
.navList .inconArea {
|
|
|
- width: 73px;
|
|
|
- height: 90%;
|
|
|
+ width: 25%;
|
|
|
+ height: 80%;
|
|
|
background-color: pink;
|
|
|
- margin-right: 20px;
|
|
|
+ /*margin-right: 20px;*/
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
|
|
@@ -170,14 +170,14 @@ body {
|
|
|
|
|
|
.navList .textArea {
|
|
|
height: 100%;
|
|
|
- width: 220px;
|
|
|
+ width: 75%;
|
|
|
}
|
|
|
|
|
|
.textArea .textAreaTop {
|
|
|
width: 100%;
|
|
|
height: 20px;
|
|
|
margin-bottom: 15px;
|
|
|
- font-size: 40px;
|
|
|
+ font-size: 30px;
|
|
|
line-height: 18px;
|
|
|
color: #333333;
|
|
|
opacity: 0.6;
|
|
@@ -186,7 +186,7 @@ body {
|
|
|
.textArea .textAreaBottom span:first-child {
|
|
|
width: 100%;
|
|
|
height: 30px;
|
|
|
- font-size: 40px;
|
|
|
+ font-size: 35px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: bold;
|
|
|
font-style: italic;
|
|
@@ -208,6 +208,7 @@ body {
|
|
|
.staCommon {
|
|
|
width: 100%;
|
|
|
height: 50%;
|
|
|
+ margin-top: 30px;
|
|
|
}
|
|
|
|
|
|
.staLeft {
|
|
@@ -219,13 +220,12 @@ body {
|
|
|
}
|
|
|
|
|
|
.staCommon .staTitle {
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
+ height: 72px;
|
|
|
+ line-height: 72px;
|
|
|
font-size: 40px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: bold;
|
|
|
color: #2775CC;
|
|
|
- margin-bottom: 0px;
|
|
|
}
|
|
|
|
|
|
.staCommon .line {
|
|
@@ -251,8 +251,8 @@ body {
|
|
|
}
|
|
|
|
|
|
.detail .staTitle {
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
+ height: 72px;
|
|
|
+ line-height: 72px;
|
|
|
font-size: 40px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: bold;
|
|
@@ -299,7 +299,7 @@ body {
|
|
|
|
|
|
.tableItem table .tHeaderSecond > th {
|
|
|
background-color: #E1E7ED;
|
|
|
- font-size: 30px;
|
|
|
+ font-size: 25px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: 400;
|
|
|
color: #333333;
|