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_excellent.html 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. <link rel="stylesheet" href="../../css/scoreAnalysis/section_2_excellent.css">
  9. </head>
  10. <body>
  11. <div class="section_2_excellent_root"></div>
  12. <!-- <div class="page_root section_2_excellent section_2_excellent_0">
  13. <h2 class="section_title_2">5. 优秀生、学困生对比</h2>
  14. <h3 class="section_title_3">5.1 <span class="subjectname"></span>优秀生、学困生对比</h3>
  15. <h4 class="section_title_4">5.1.1 各班的优秀生、学困生对比</h4>
  16. <div class="echarts_result">优秀生:年级前<span class="c_5699FF excellent_linescore"></span>名<span class="margin_left_6mm">学困生:年级后<span class="c_5699FF excellent_floatscore"></span>名</span></div>
  17. <div id="classExcellenceEcharts" style="margin: 0 4mm 4mm;height: 120mm;"></div>
  18. </div>
  19. <div class="page_root section_2_excellent section_2_excellent_0">
  20. <h4 class="section_title_4">5.1.2 各班优秀生、学困生占比分布</h4>
  21. <table border="1" class="my_table">
  22. <thead>
  23. <tr>
  24. <th>班级</th>
  25. <th class="linescore_num"></th>
  26. <th>占比</th>
  27. <th class="floatscore_num">后10名</th>
  28. <th>占比</th>
  29. </tr>
  30. </thead>
  31. <tbody class="excellent_rank_tbody">
  32. <tr>
  33. <td><div class="my_cell">全年级</div></td>
  34. <td><div class="my_cell">5</div></td>
  35. <td><div class="my_cell">4%</div></td>
  36. <td><div class="my_cell">5</div></td>
  37. <td><div class="my_cell">4%</div></td>
  38. </tr>
  39. </tbody>
  40. </table>
  41. <div class="echarts_result">
  42. <div>上图统计结果表示:</div>
  43. <div class="echarts_result_content">
  44. <div><span class="dot bg_5699FF"></span>年级前10名优秀生最多的班级:<span class="excellent_rank_good"></span></div>
  45. <div><span class="dot bg_FF5F56"></span>年级后10名学困生最多的班级:<span class="excellent_rank_bad"></span></div>
  46. </div>
  47. </div>
  48. </div> -->
  49. <span class="linescore_num"></span>
  50. <span class="floatscore_num"></span>
  51. <script src="../../js/scoreAnalysis/section_2_excellent.js"></script>
  52. </body>
  53. </html>