|
@@ -122,7 +122,7 @@ img {
|
|
.foot-right {
|
|
.foot-right {
|
|
float: right;
|
|
float: right;
|
|
padding-right: 180px;
|
|
padding-right: 180px;
|
|
- background-image: url(../images/report/bg-footer.png);
|
|
|
|
|
|
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAAAGCAYAAABNYTWkAAAAj0lEQVRYR2N0Duj4z0BFsHdDBSOycdPjnlLV/MxF0ijm2y74T1XzDycwophvcPo0Vc2/YGqKYr736RKqmr/VtAfF/F9XXKhqPpvOHhTzb968SVXzGUcTJGpuHE2Q+Eun0QSJFj6jJST+BDNaQqKFz2iVjT/BjFbZ+MNntMpGC5/RKnu0yiapSzVaZQ/vKhsAs/ylQ4nC3o8AAAAASUVORK5CYII=);
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-position: right 10px;
|
|
background-position: right 10px;
|
|
}
|
|
}
|
|
@@ -193,18 +193,6 @@ img {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- // icon
|
|
|
|
- .page-icon {
|
|
|
|
- display: inline-block;
|
|
|
|
- vertical-align: middle;
|
|
|
|
- width: 30px;
|
|
|
|
- height: 30px;
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
- }
|
|
|
|
- .icon-star {
|
|
|
|
- background-image: url(../images/report/icon-star.png);
|
|
|
|
- }
|
|
|
|
|
|
|
|
// page-title
|
|
// page-title
|
|
.page-title-1 {
|
|
.page-title-1 {
|
|
@@ -251,11 +239,7 @@ img {
|
|
// .cover
|
|
// .cover
|
|
.cover {
|
|
.cover {
|
|
&-page {
|
|
&-page {
|
|
- background-image: url(../images/report/cover-bg.png);
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
- background-position: left top;
|
|
|
|
- color: #fff;
|
|
|
|
|
|
+ color: #333;
|
|
font-size: 29px;
|
|
font-size: 29px;
|
|
}
|
|
}
|
|
&-title {
|
|
&-title {
|
|
@@ -295,102 +279,37 @@ img {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// summary
|
|
// summary
|
|
-.summary-chart {
|
|
|
|
- height: 340px;
|
|
|
|
|
|
+.report-summary {
|
|
|
|
+ .summary-chart {
|
|
|
|
+ height: 340px;
|
|
|
|
+ }
|
|
|
|
+ .page-title-1 {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ .page-content {
|
|
|
|
+ margin: 0;
|
|
|
|
+ }
|
|
|
|
+ .report-title {
|
|
|
|
+ font-size: 39px;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: $mainColor;
|
|
|
|
+ line-height: 70px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+ .report-sub-title {
|
|
|
|
+ font-size: 27px;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: $mainColor;
|
|
|
|
+ line-height: 39px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 40px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
// college
|
|
// college
|
|
.college-chart {
|
|
.college-chart {
|
|
height: 340px;
|
|
height: 340px;
|
|
}
|
|
}
|
|
|
|
|
|
-// teacher
|
|
|
|
-.chart-teachers {
|
|
|
|
- height: 550px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.chart-teacher-grade {
|
|
|
|
- height: 420px;
|
|
|
|
-}
|
|
|
|
-.page-chart-legend {
|
|
|
|
- margin-top: 20px;
|
|
|
|
- text-align: center;
|
|
|
|
- li {
|
|
|
|
- display: inline-block;
|
|
|
|
- vertical-align: middle;
|
|
|
|
- margin: 0 20px;
|
|
|
|
- font-size: 18px;
|
|
|
|
-
|
|
|
|
- &::before {
|
|
|
|
- content: "";
|
|
|
|
- width: 16px;
|
|
|
|
- height: 16px;
|
|
|
|
- display: inline-block;
|
|
|
|
- vertical-align: middle;
|
|
|
|
- margin-right: 10px;
|
|
|
|
- border-radius: 3px;
|
|
|
|
- }
|
|
|
|
- &:nth-of-type(1) {
|
|
|
|
- &::before {
|
|
|
|
- background: #3da0ff;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- &:nth-of-type(2) {
|
|
|
|
- &::before {
|
|
|
|
- background: #4bcb74;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- &:nth-of-type(3) {
|
|
|
|
- &::before {
|
|
|
|
- background: #975ee5;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- &:nth-of-type(4) {
|
|
|
|
- &::before {
|
|
|
|
- background: #999999;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- &:nth-of-type(5) {
|
|
|
|
- &::before {
|
|
|
|
- background-image: url(../images/report/icon-circle-bule.png);
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- &:nth-of-type(6) {
|
|
|
|
- &::before {
|
|
|
|
- background-image: url(../images/report/icon-circle-yellow.png);
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-.chart-line {
|
|
|
|
- height: 580px;
|
|
|
|
-}
|
|
|
|
-// table-other
|
|
|
|
-.question-table {
|
|
|
|
- td.td-ques-name {
|
|
|
|
- width: 310px;
|
|
|
|
- }
|
|
|
|
- .question-name {
|
|
|
|
- white-space: nowrap;
|
|
|
|
- overflow: hidden;
|
|
|
|
- margin: 0 auto;
|
|
|
|
-
|
|
|
|
- span {
|
|
|
|
- display: inline-block;
|
|
|
|
- vertical-align: middle;
|
|
|
|
- &:first-child {
|
|
|
|
- margin-right: 8px;
|
|
|
|
- max-width: 240px;
|
|
|
|
- white-space: nowrap;
|
|
|
|
- overflow: hidden;
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
.classes-table {
|
|
.classes-table {
|
|
td.td-class-name {
|
|
td.td-class-name {
|
|
width: 240px;
|
|
width: 240px;
|
|
@@ -477,23 +396,3 @@ img {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
-.range-tips {
|
|
|
|
- margin: 15px 39px 0;
|
|
|
|
- padding-left: 40px;
|
|
|
|
- position: relative;
|
|
|
|
- color: rgba(102, 102, 102, 1);
|
|
|
|
- line-height: 31px;
|
|
|
|
- &::before {
|
|
|
|
- content: "";
|
|
|
|
- display: block;
|
|
|
|
- position: absolute;
|
|
|
|
- width: 30px;
|
|
|
|
- height: 30px;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
- background-image: url(../images/report/icon-star.png);
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
- }
|
|
|
|
-}
|
|
|