|
@@ -77,7 +77,7 @@ img {
|
|
position: relative;
|
|
position: relative;
|
|
padding: 37px 58px 70px;
|
|
padding: 37px 58px 70px;
|
|
page-break-after: always;
|
|
page-break-after: always;
|
|
- font-size: 19px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
color: #666;
|
|
color: #666;
|
|
font-family: "PingFang SC", Tahoma, Helvetica, Arial, sans-serif;
|
|
font-family: "PingFang SC", Tahoma, Helvetica, Arial, sans-serif;
|
|
}
|
|
}
|
|
@@ -90,7 +90,7 @@ img {
|
|
|
|
|
|
.report-page .page-content {
|
|
.report-page .page-content {
|
|
margin-top: 39px;
|
|
margin-top: 39px;
|
|
- height: 1388px;
|
|
|
|
|
|
+ height: 1400px;
|
|
position: relative;
|
|
position: relative;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
@@ -207,7 +207,7 @@ img {
|
|
line-height: 39px;
|
|
line-height: 39px;
|
|
}
|
|
}
|
|
|
|
|
|
-/* report-table */
|
|
|
|
|
|
+/* table */
|
|
.report-table {
|
|
.report-table {
|
|
width: 100%;
|
|
width: 100%;
|
|
border-spacing: 0;
|
|
border-spacing: 0;
|
|
@@ -216,14 +216,16 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.report-table th {
|
|
.report-table th {
|
|
- padding: 10px;
|
|
|
|
|
|
+ padding: 8px 6px;
|
|
background-color: #3da0ff;
|
|
background-color: #3da0ff;
|
|
color: #fff;
|
|
color: #fff;
|
|
|
|
+ line-height: 27px;
|
|
}
|
|
}
|
|
|
|
|
|
.report-table td {
|
|
.report-table td {
|
|
- padding: 10px;
|
|
|
|
|
|
+ padding: 8px 6px;
|
|
color: #555;
|
|
color: #555;
|
|
|
|
+ line-height: 27px;
|
|
}
|
|
}
|
|
|
|
|
|
.report-table-border th {
|
|
.report-table-border th {
|