|
@@ -30,10 +30,6 @@
|
|
|
page-break-after: always;
|
|
|
background-color: #e1e9f5;
|
|
|
margin: 10px auto;
|
|
|
-
|
|
|
- background-image: url(./bg-page.png);
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: 100% auto;
|
|
|
}
|
|
|
.report.is-print .report-page {
|
|
|
margin: 0 auto;
|
|
@@ -153,31 +149,38 @@
|
|
|
|
|
|
/* report cover */
|
|
|
.report-cover {
|
|
|
- background-color: #fff;
|
|
|
- background-image: url(./bg-cover.png);
|
|
|
+ background-image: url(./bg-cover.jpg);
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
- color: #fff;
|
|
|
}
|
|
|
.report-cover .cover-title {
|
|
|
position: absolute;
|
|
|
- font-size: 59px;
|
|
|
+ top: 149px;
|
|
|
+ left: 163px;
|
|
|
+ height: 83px;
|
|
|
font-weight: 600;
|
|
|
+ font-size: 59px;
|
|
|
+ color: #262626;
|
|
|
line-height: 83px;
|
|
|
- top: 149px;
|
|
|
- left: 107px;
|
|
|
- color: #fff;
|
|
|
}
|
|
|
.report-cover .cover-info {
|
|
|
position: absolute;
|
|
|
width: 580px;
|
|
|
- left: 107px;
|
|
|
- bottom: 107px;
|
|
|
+ left: 163px;
|
|
|
+ bottom: 149px;
|
|
|
+ font-size: 16px;
|
|
|
font-weight: 400;
|
|
|
line-height: 23px;
|
|
|
+ color: #000;
|
|
|
}
|
|
|
.report-cover .cover-info p {
|
|
|
margin-top: 13px;
|
|
|
+ white-space: pre;
|
|
|
+}
|
|
|
+.report-cover .cover-info p span {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ min-width: 18px;
|
|
|
}
|
|
|
|
|
|
.report-intro,
|