You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

section_2_part.html 1.3KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  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="section_2_part_root">
  11. <!-- <div class="page_root section_2_part">
  12. <h2 class="section_title_2">3.分数分段对比</h2>
  13. <h3 class="section_title_3">3.1 全科分数段统计</h3>
  14. <h4 class="section_title_4">3.1.1 全年级各分数段分析</h4>
  15. <div>当前设置分数段:<span class="classPartEcharts">20</span>分/段</div>
  16. <div
  17. id="classscorePartEcharts"
  18. style="margin: 0 4mm 4mm; height: 80mm"
  19. ></div>
  20. <h4 class="section_title_4">3.1.2 各班分数段比例分布</h4>
  21. <div class="table">
  22. <table border="1" class="my_table">
  23. <thead>
  24. <tr class="goodTableHeadTr1"></tr>
  25. <tr class="goodTableHeadTr2"></tr>
  26. </thead>
  27. <tbody class="goodTableTbody"></tbody>
  28. </table>
  29. </div>
  30. </div> -->
  31. </div>
  32. <script src="../../js/scoreAnalysis/section_2_part.js"></script>
  33. </body>
  34. </html>