|
@@ -44,11 +44,6 @@ span {
|
|
padding: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
-body {
|
|
|
|
- font-size: 19px;
|
|
|
|
- color: $midDark;
|
|
|
|
- font-family: "PingFang SC", Tahoma, Helvetica, Arial, sans-serif;
|
|
|
|
-}
|
|
|
|
.font-normal {
|
|
.font-normal {
|
|
font-family: "PingFang SC Regular", "Microsoft YaHei", Tahoma, Helvetica,
|
|
font-family: "PingFang SC Regular", "Microsoft YaHei", Tahoma, Helvetica,
|
|
Arial, sans-serif;
|
|
Arial, sans-serif;
|
|
@@ -78,19 +73,7 @@ fieldset,
|
|
img {
|
|
img {
|
|
border: 0;
|
|
border: 0;
|
|
}
|
|
}
|
|
-abbr {
|
|
|
|
- border: 0;
|
|
|
|
- font-variant: normal;
|
|
|
|
-}
|
|
|
|
-a {
|
|
|
|
- text-decoration: none;
|
|
|
|
- color: inherit;
|
|
|
|
- *color: #999999;
|
|
|
|
-}
|
|
|
|
|
|
|
|
-img {
|
|
|
|
- vertical-align: middle;
|
|
|
|
-}
|
|
|
|
.page-error {
|
|
.page-error {
|
|
color: $purple;
|
|
color: $purple;
|
|
font-size: 25px;
|
|
font-size: 25px;
|
|
@@ -98,14 +81,21 @@ img {
|
|
padding: 150px 30px;
|
|
padding: 150px 30px;
|
|
}
|
|
}
|
|
|
|
|
|
-/* page-box */
|
|
|
|
-.page-box {
|
|
|
|
|
|
+.mb-20 {
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* report-page */
|
|
|
|
+.report-page {
|
|
width: 1160px;
|
|
width: 1160px;
|
|
height: 1639px;
|
|
height: 1639px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
position: relative;
|
|
padding: 37px 58px 70px;
|
|
padding: 37px 58px 70px;
|
|
page-break-after: always;
|
|
page-break-after: always;
|
|
|
|
+ font-size: 19px;
|
|
|
|
+ color: $midDark;
|
|
|
|
+ font-family: "PingFang SC", Tahoma, Helvetica, Arial, sans-serif;
|
|
|
|
|
|
.page-body {
|
|
.page-body {
|
|
background: #fff;
|
|
background: #fff;
|
|
@@ -115,20 +105,8 @@ img {
|
|
.page-content {
|
|
.page-content {
|
|
margin-top: 39px;
|
|
margin-top: 39px;
|
|
height: 1388px;
|
|
height: 1388px;
|
|
- border: 2px dotted rgba(221, 221, 221, 1);
|
|
|
|
position: relative;
|
|
position: relative;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
-
|
|
|
|
- &::before {
|
|
|
|
- content: "";
|
|
|
|
- display: block;
|
|
|
|
- position: absolute;
|
|
|
|
- left: 0;
|
|
|
|
- top: 0;
|
|
|
|
- z-index: auto;
|
|
|
|
- width: 100%;
|
|
|
|
- border-bottom: 4px solid $mainColor;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
.page-foot {
|
|
.page-foot {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -144,7 +122,7 @@ img {
|
|
.foot-right {
|
|
.foot-right {
|
|
float: right;
|
|
float: right;
|
|
padding-right: 180px;
|
|
padding-right: 180px;
|
|
- background-image: url(../images/bg-footer.png);
|
|
|
|
|
|
+ background-image: url(../images/report/bg-footer.png);
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-position: right 10px;
|
|
background-position: right 10px;
|
|
}
|
|
}
|
|
@@ -225,7 +203,7 @@ img {
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.icon-star {
|
|
.icon-star {
|
|
- background-image: url(../images/common/icon-star.png);
|
|
|
|
|
|
+ background-image: url(../images/report/icon-star.png);
|
|
}
|
|
}
|
|
|
|
|
|
// page-title
|
|
// page-title
|
|
@@ -236,30 +214,10 @@ img {
|
|
line-height: 70px;
|
|
line-height: 70px;
|
|
}
|
|
}
|
|
.page-title-2 {
|
|
.page-title-2 {
|
|
- position: absolute;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
- z-index: auto;
|
|
|
|
font-size: 27px;
|
|
font-size: 27px;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
- background: $mainColor;
|
|
|
|
- color: #fff;
|
|
|
|
|
|
+ color: $mainColor;
|
|
line-height: 39px;
|
|
line-height: 39px;
|
|
- padding: 10px 39px;
|
|
|
|
- height: 58px;
|
|
|
|
-
|
|
|
|
- &::after {
|
|
|
|
- content: "";
|
|
|
|
- display: block;
|
|
|
|
- position: absolute;
|
|
|
|
- width: 0;
|
|
|
|
- height: 0;
|
|
|
|
- right: -1px;
|
|
|
|
- bottom: -1px;
|
|
|
|
- border-width: 14px;
|
|
|
|
- border-style: solid;
|
|
|
|
- border-color: transparent #fff #fff transparent;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -292,8 +250,8 @@ img {
|
|
|
|
|
|
// .cover
|
|
// .cover
|
|
.cover {
|
|
.cover {
|
|
- &-box {
|
|
|
|
- background-image: url(../images/cover-bg.png);
|
|
|
|
|
|
+ &-page {
|
|
|
|
+ background-image: url(../images/report/cover-bg.png);
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
background-position: left top;
|
|
background-position: left top;
|
|
@@ -306,8 +264,9 @@ img {
|
|
height: 117px;
|
|
height: 117px;
|
|
left: 160px;
|
|
left: 160px;
|
|
top: 263px;
|
|
top: 263px;
|
|
- background-image: url(../images/cover-title.png);
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ font-size: 117px;
|
|
|
|
+ line-height: 1;
|
|
|
|
+ color: #fff;
|
|
}
|
|
}
|
|
&-footer {
|
|
&-footer {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -335,6 +294,14 @@ img {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+// summary
|
|
|
|
+.summary-chart {
|
|
|
|
+ height: 340px;
|
|
|
|
+}
|
|
|
|
+// college
|
|
|
|
+.college-chart {
|
|
|
|
+ height: 340px;
|
|
|
|
+}
|
|
|
|
|
|
// teacher
|
|
// teacher
|
|
.chart-teachers {
|
|
.chart-teachers {
|
|
@@ -384,14 +351,14 @@ img {
|
|
}
|
|
}
|
|
&:nth-of-type(5) {
|
|
&:nth-of-type(5) {
|
|
&::before {
|
|
&::before {
|
|
- background-image: url(../images/icon-circle-bule.png);
|
|
|
|
|
|
+ background-image: url(../images/report/icon-circle-bule.png);
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
&:nth-of-type(6) {
|
|
&:nth-of-type(6) {
|
|
&::before {
|
|
&::before {
|
|
- background-image: url(../images/icon-circle-yellow.png);
|
|
|
|
|
|
+ background-image: url(../images/report/icon-circle-yellow.png);
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
@@ -504,7 +471,7 @@ img {
|
|
&.tips-tag {
|
|
&.tips-tag {
|
|
color: #fff;
|
|
color: #fff;
|
|
padding: 0 20px 0 10px;
|
|
padding: 0 20px 0 10px;
|
|
- background-image: url(../images/tips-bg.png);
|
|
|
|
|
|
+ background-image: url(../images/report/tips-bg.png);
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
}
|
|
}
|
|
@@ -525,7 +492,7 @@ img {
|
|
height: 30px;
|
|
height: 30px;
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
- background-image: url(../images/icon-star.png);
|
|
|
|
|
|
+ background-image: url(../images/report/icon-star.png);
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|