智慧校园考试-班级报告
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_4.html 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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/section_4.css" />
  9. </head>
  10. <body>
  11. <div class="page_root section_4 page_0">
  12. <div class="violationheight">
  13. <h1 class="section_title_1">第四章 违纪行为分析</h1>
  14. <div class="abstract_box">
  15. <div class="abstract_left">
  16. <img src="/img/img3.png" />
  17. </div>
  18. <div class="abstract_right">
  19. <div class="abstract_content">
  20. 从学校和数据的角度分析整体科目、整体班级及各科各班之间的违纪情况,系统按照科目和班级进行分析统计,包括<strong
  21. >人数、比例。</strong
  22. >
  23. </div>
  24. </div>
  25. </div>
  26. <h2 class="section_title_2">1. 科目违纪行为统计</h2>
  27. <div
  28. id="violationEcharts"
  29. style="margin: 0 4mm 4mm; height: 71mm"
  30. ></div>
  31. <div class="echarts_result">
  32. <div>上图统计结果表示:</div>
  33. <div class="echarts_result_content">
  34. <span class="dot bg_5699FF"></span>违纪行为最多的科目:<span
  35. class="subjectviolationMaxNum"
  36. ></span>
  37. </div>
  38. </div>
  39. <h2 class="section_title_2">2. 学生违纪行为统计</h2>
  40. </div>
  41. <div class="stuViolationtable"></div>
  42. </div>
  43. <script src="../js/section_4.js"></script>
  44. </body>
  45. </html>