|
@@ -1,13 +1,19 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
2
|
<html lang="zh-cn">
|
3
|
|
-<head>
|
4
|
|
- <meta charset="UTF-8">
|
5
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7
|
|
- <title>校本PDF报告-第二章 成绩分析</title>
|
8
|
|
-</head>
|
9
|
|
-<body>
|
10
|
|
- <div class="page_root"></div>
|
11
|
|
- <script src="../../js/scoreAnalysis/section_2_level.js"></script>
|
12
|
|
-</body>
|
13
|
|
-</html>
|
|
3
|
+ <head>
|
|
4
|
+ <meta charset="UTF-8" />
|
|
5
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
6
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
+ <title>校本PDF报告-第二章 成绩分析</title>
|
|
8
|
+ <link rel="stylesheet" href="./css/scoreAnalysis/section_2_level.css" />
|
|
9
|
+ </head>
|
|
10
|
+ <body>
|
|
11
|
+ <div class="page_root level2">
|
|
12
|
+ <h2 class="section_title_2">2.分数等级对比</h2>
|
|
13
|
+ <h3 class="section_title_3">2.1 总分等级对比</h3>
|
|
14
|
+ <h4 class="section_title_4">2.1.1 各班等级分析</h4>
|
|
15
|
+ <div id="classLevelEcharts" style="margin: 0 4mm 4mm; height: 80mm"></div>
|
|
16
|
+ </div>
|
|
17
|
+ <script src="../../js/scoreAnalysis/section_2_level.js"></script>
|
|
18
|
+ </body>
|
|
19
|
+</html>
|