Procházet zdrojové kódy

第二部分简介

gzb
guozhongbo před 1 rokem
rodič
revize
36613b63c8
3 změnil soubory, kde provedl 17 přidání a 15 odebrání
  1. 3
    3
      css/common.css
  2. 5
    5
      js/section_2.js
  3. 9
    7
      sections/section_1.html

+ 3
- 3
css/common.css Zobrazit soubor

@@ -57,8 +57,8 @@ h1,h2,h3,h4 {
57 57
   margin-bottom: 6mm;
58 58
   height: 38mm;
59 59
   border-radius: 5mm;
60
-  color: black;
61
-  /* background-color: #2D8CF0; */
60
+  color: #fff;
61
+  background-color: #2D8CF0;
62 62
   overflow: hidden;
63 63
 }
64 64
 .abstract_left {
@@ -77,7 +77,7 @@ h1,h2,h3,h4 {
77 77
   height: 30mm;
78 78
 }
79 79
 .abstract_right {
80
-  float: right;
80
+  float: left;
81 81
   margin: 4mm 10mm;
82 82
   width: calc(100% - 80mm);
83 83
   height: calc(100% - 8mm);

+ 5
- 5
js/section_2.js Zobrazit soubor

@@ -3,11 +3,11 @@ $(function () {
3 3
   parameter = JSON.parse(parameter);
4 4
   var sectionsHtmlArr = [
5 5
     "section_2_class_all", //全科成绩对比
6
-    // "section_2_class_single", //单科成绩对比
7
-    // "section_2_level", //分数等级
8
-    // "section_2_part",
9
-    // "section_2_lin",
10
-    // "section_2_excellent"
6
+    "section_2_class_single", //单科成绩对比
7
+    "section_2_level", //分数等级
8
+    "section_2_part",
9
+    "section_2_lin",
10
+    "section_2_excellent"
11 11
   ];
12 12
   $(".section_2.score_analysis_root").html(sectionsHtmlArr.map(function (htmlName) {
13 13
     return "<div class='" + htmlName + "_html_root'></div>";

+ 9
- 7
sections/section_1.html Zobrazit soubor

@@ -11,9 +11,9 @@
11 11
     <div class="page_root section1">
12 12
       <h1 class="section_title_1">第一章 考试概况</h1>
13 13
       <div class="abstract_box">
14
-        <div class="abstract_left">
14
+        <!-- <div class="abstract_left">
15 15
           <img src="/img/img1.png" />
16
-        </div>
16
+        </div> -->
17 17
         <div class="abstract_right">
18 18
           <div class="abstract_content">
19 19
             从学校和数据的角度分析整体科目、整体班级及各科各班之间的水平和差异情况,系统从多个维度的数据进行对比分析,<strong
@@ -64,7 +64,8 @@
64 64
       <div class="echarts_result">
65 65
         <div>上图统计结果表示:</div>
66 66
         <div class="echarts_result_content">
67
-          <span class="yj" style="background-color: #ff5d41"></span>满分人数最多科目:<span class="mfclass"></span>
67
+          <span class="yj" style="background-color: #ff5d41"></span
68
+          >满分人数最多科目:<span class="mfclass"></span>
68 69
         </div>
69 70
       </div>
70 71
     </div>
@@ -79,13 +80,15 @@
79 80
       <div class="echarts_result">
80 81
         <div>上图统计结果表示:</div>
81 82
         <div class="echarts_result_content">
82
-          <span class="yj" style="background-color: #5c99ff"></span>优秀率最高的科目:<span class="yxclass"></span>
83
+          <span class="yj" style="background-color: #5c99ff"></span
84
+          >优秀率最高的科目:<span class="yxclass"></span>
83 85
         </div>
84 86
         <div
85 87
           class="echarts_result_content"
86 88
           style="margin-top: 0; padding-top: 0"
87 89
         >
88
-          <span class="yj" style="background-color: #ff5f56"></span>及格率最低的科目:<span class="jgclass"></span>
90
+          <span class="yj" style="background-color: #ff5f56"></span
91
+          >及格率最低的科目:<span class="jgclass"></span>
89 92
         </div>
90 93
       </div>
91 94
       <h3 class="section_title_3">2.3 各科实考人数、缺考人数分析</h3>
@@ -126,8 +129,7 @@
126 129
             <th class="w12mm">标准差</th>
127 130
           </tr>
128 131
         </thead>
129
-        <tbody class="tbody">
130
-        </tbody>
132
+        <tbody class="tbody"></tbody>
131 133
       </table>
132 134
     </div>
133 135
     <script src="../js/section_1.js"></script>

Načítá se…
Zrušit
Uložit