|
@@ -22,27 +22,22 @@ span {
|
|
|
padding: 0;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
-
|
|
|
.font-normal {
|
|
|
font-family: "PingFang SC Regular", "Microsoft YaHei", Tahoma, Helvetica,
|
|
|
Arial, sans-serif;
|
|
|
}
|
|
|
-
|
|
|
.font-bold {
|
|
|
font-family: "PingFang SC Semibold", "Microsoft YaHei", Tahoma, Helvetica,
|
|
|
Arial, sans-serif;
|
|
|
}
|
|
|
-
|
|
|
li {
|
|
|
list-style: none;
|
|
|
}
|
|
|
-
|
|
|
em,
|
|
|
i,
|
|
|
u {
|
|
|
font-style: normal;
|
|
|
}
|
|
|
-
|
|
|
h1,
|
|
|
h2,
|
|
|
h3,
|
|
@@ -52,24 +47,19 @@ h6 {
|
|
|
font-size: 100%;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
-
|
|
|
fieldset,
|
|
|
img {
|
|
|
border: 0;
|
|
|
}
|
|
|
-
|
|
|
.page-error {
|
|
|
color: #975ee5;
|
|
|
font-size: 25px;
|
|
|
text-align: center;
|
|
|
padding: 150px 30px;
|
|
|
}
|
|
|
-
|
|
|
.mb-15 {
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
-
|
|
|
-/* report-page */
|
|
|
.report-page {
|
|
|
width: 793px;
|
|
|
height: 1122px;
|
|
@@ -81,18 +71,15 @@ img {
|
|
|
color: #666;
|
|
|
font-family: "PingFang SC", Tahoma, Helvetica, Arial, sans-serif;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-body {
|
|
|
background: #fff;
|
|
|
height: 1023px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-content {
|
|
|
margin-top: 20px;
|
|
|
position: relative;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-foot {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
@@ -102,24 +89,20 @@ img {
|
|
|
padding: 27px 40px;
|
|
|
color: #999;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-foot .foot-left {
|
|
|
float: left;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-foot .foot-right {
|
|
|
float: right;
|
|
|
height: 18px;
|
|
|
padding-right: 120px;
|
|
|
position: relative;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-foot .page-num {
|
|
|
display: block;
|
|
|
line-height: 18px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-foot .foot-num-bg {
|
|
|
position: absolute;
|
|
|
width: 110px;
|
|
@@ -130,67 +113,54 @@ img {
|
|
|
background-size: 100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-chart {
|
|
|
min-height: 200px;
|
|
|
max-height: 100%;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-title-1 {
|
|
|
font-size: 27px;
|
|
|
font-weight: 600;
|
|
|
color: #435088;
|
|
|
line-height: 48px;
|
|
|
}
|
|
|
-
|
|
|
.report-page .page-title-2 {
|
|
|
font-size: 19px;
|
|
|
font-weight: 600;
|
|
|
color: #435088;
|
|
|
line-height: 27px;
|
|
|
}
|
|
|
-
|
|
|
-/* table */
|
|
|
.report-table {
|
|
|
width: 100%;
|
|
|
border-spacing: 0;
|
|
|
border-collapse: collapse;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-
|
|
|
.report-table th {
|
|
|
padding: 5px 3px;
|
|
|
background-color: #3da0ff;
|
|
|
color: #fff;
|
|
|
line-height: 19px;
|
|
|
}
|
|
|
-
|
|
|
.report-table td {
|
|
|
padding: 5px 3px;
|
|
|
color: #555;
|
|
|
line-height: 19px;
|
|
|
}
|
|
|
-
|
|
|
.report-table-border th {
|
|
|
border: 1px solid #3589d8;
|
|
|
}
|
|
|
-
|
|
|
.report-table-border td {
|
|
|
border: 1px solid #e9e9e9;
|
|
|
}
|
|
|
-
|
|
|
.report-summary .summary-chart {
|
|
|
height: 260px;
|
|
|
}
|
|
|
-
|
|
|
.report-summary .page-title-1 {
|
|
|
display: none;
|
|
|
}
|
|
|
-
|
|
|
.report-summary .page-content {
|
|
|
margin: 0;
|
|
|
}
|
|
|
-
|
|
|
.report-summary .report-title {
|
|
|
font-size: 27px;
|
|
|
font-weight: 600;
|
|
@@ -198,7 +168,6 @@ img {
|
|
|
line-height: 48px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-
|
|
|
.report-summary .report-sub-title {
|
|
|
text-align: center;
|
|
|
margin-bottom: 30px;
|
|
@@ -207,69 +176,51 @@ img {
|
|
|
color: #435088;
|
|
|
line-height: 27px;
|
|
|
}
|
|
|
-
|
|
|
.college-chart {
|
|
|
height: 234px;
|
|
|
}
|
|
|
-
|
|
|
-.classes-table td.td-class-name {
|
|
|
- width: 240px;
|
|
|
+.report-college td.td-college {
|
|
|
+ width: 170px;
|
|
|
}
|
|
|
-
|
|
|
-.classes-table .class-name {
|
|
|
+.report-college td.td-college > div {
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
- margin: 0 auto;
|
|
|
- max-width: 230px;
|
|
|
+ max-width: 160px;
|
|
|
+}
|
|
|
+.report-class td.td-class {
|
|
|
+ width: 170px;
|
|
|
+}
|
|
|
+.report-class td.td-class > div {
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ max-width: 160px;
|
|
|
+}
|
|
|
+.report-teacher td.td-teacher {
|
|
|
+ width: 90px;
|
|
|
+}
|
|
|
+.report-teacher td.td-teacher > div {
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ max-width: 80px;
|
|
|
+}
|
|
|
+.report-teacher td.td-class {
|
|
|
+ width: 140px;
|
|
|
}
|
|
|
-
|
|
|
-.teacher-class-table td.td-class-name {
|
|
|
+.report-teacher td.td-class > div {
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ max-width: 130px;
|
|
|
+}
|
|
|
+.report-question td.td-question {
|
|
|
width: 200px;
|
|
|
}
|
|
|
-
|
|
|
-.teacher-class-table .class-name {
|
|
|
+.report-question td.td-question > div {
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
- margin: 0 auto;
|
|
|
max-width: 190px;
|
|
|
}
|
|
|
-
|
|
|
-.table-level th,
|
|
|
-.table-level td {
|
|
|
- font-size: 16px;
|
|
|
- line-height: 16px;
|
|
|
- padding: 7px 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.table-ave-5 th,
|
|
|
-.table-ave-5 td {
|
|
|
- font-size: 18px;
|
|
|
- width: 20%;
|
|
|
- padding: 6px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.table-range-long th,
|
|
|
-.table-range-long td {
|
|
|
- font-size: 18px;
|
|
|
- padding: 4px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.table-ave-6 th,
|
|
|
-.table-ave-6 td {
|
|
|
- font-size: 18px;
|
|
|
- width: 177px;
|
|
|
- padding: 6px 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.table-ave-6 td[rowspan] {
|
|
|
- padding: 13px;
|
|
|
- background: #fafafa;
|
|
|
- width: auto !important;
|
|
|
- word-break: break-all;
|
|
|
-}
|
|
|
-
|
|
|
-.table-ave-6 .th-empty {
|
|
|
- width: auto;
|
|
|
-}
|