outlook-exam-sprint-report-template.html 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <title>高考英语临考词汇突击潜力展望报告</title>
  6. <style>
  7. @page {
  8. size: A4;
  9. margin: 0;
  10. }
  11. body {
  12. margin: 0;
  13. background-color: #f5f7fa;
  14. padding: 0;
  15. color: #333;
  16. font-family: MiSans, ReportFont, sans-serif;
  17. font-size: 14px;
  18. line-height: 1.72;
  19. -webkit-print-color-adjust: exact;
  20. print-color-adjust: exact;
  21. }
  22. .report-container {
  23. max-width: 1200px;
  24. margin: 0 auto;
  25. background: #fff;
  26. padding: 32px;
  27. border-radius: 12px;
  28. border: 1px solid #e7edf5;
  29. box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  30. }
  31. h1.report-title {
  32. font-family: MiSans, ReportFont, sans-serif;
  33. text-align: center;
  34. font-size: 28px;
  35. font-weight: 600;
  36. color: #2b4c8a;
  37. margin: 0 0 8px;
  38. }
  39. p.report-subtitle {
  40. font-family: MiSans, ReportFont, sans-serif;
  41. text-align: center;
  42. margin: 0 0 24px;
  43. color: #68768a;
  44. line-height: 1.72;
  45. }
  46. .section {
  47. margin-top: 26px;
  48. }
  49. .section-title {
  50. font-family: MiSans, ReportFont, sans-serif;
  51. font-size: 20px;
  52. color: #2b4c8a;
  53. border-left: 6px solid #ff7d00;
  54. padding-left: 12px;
  55. margin: 0 0 14px;
  56. font-weight: 600;
  57. }
  58. .analysis-table {
  59. width: 100%;
  60. table-layout: fixed;
  61. border-collapse: separate;
  62. border-spacing: 0 16px;
  63. }
  64. .analysis-row {
  65. page-break-inside: avoid;
  66. }
  67. .analysis-cell {
  68. width: 50%;
  69. vertical-align: top;
  70. height: 100%;
  71. }
  72. .analysis-cell-left {
  73. padding-right: 10px;
  74. }
  75. .analysis-cell-right {
  76. padding-left: 10px;
  77. }
  78. .card {
  79. background: #fafbfc;
  80. border: 1px solid #e7edf5;
  81. border-radius: 10px;
  82. padding: 20px;
  83. page-break-inside: avoid;
  84. display: flex;
  85. flex-direction: column;
  86. min-height: 370px;
  87. }
  88. .card-title {
  89. font-family: MiSans, ReportFont, sans-serif;
  90. font-size: 16px;
  91. color: #2b4c8a;
  92. font-weight: 600;
  93. margin: 0 0 10px;
  94. }
  95. .chart-box {
  96. height: 220px;
  97. margin: 10px 0;
  98. border-radius: 10px;
  99. background: #f8fbff;
  100. text-align: center;
  101. }
  102. .chart-box svg {
  103. width: 100%;
  104. height: 100%;
  105. display: block;
  106. }
  107. .data-text {
  108. font-family: MiSans, ReportFont, sans-serif;
  109. margin: 6px 0;
  110. color: #3d4a5d;
  111. line-height: 1.72;
  112. }
  113. .highlight,
  114. .score-gain {
  115. color: #ff7d00;
  116. font-weight: 700;
  117. }
  118. .frequency-table {
  119. width: 100%;
  120. table-layout: fixed;
  121. border-collapse: separate;
  122. border-spacing: 0;
  123. margin-bottom: 16px;
  124. }
  125. .frequency-row {
  126. page-break-inside: avoid;
  127. }
  128. .frequency-cell {
  129. width: 25%;
  130. vertical-align: top;
  131. }
  132. .frequency-cell-1,
  133. .frequency-cell-2,
  134. .frequency-cell-3 {
  135. padding-right: 7px;
  136. }
  137. .frequency-cell-2,
  138. .frequency-cell-3,
  139. .frequency-cell-4 {
  140. padding-left: 7px;
  141. }
  142. .freq-card {
  143. position: relative;
  144. background: #f8f9fa;
  145. border: 2px solid #e0e0e0;
  146. border-radius: 8px;
  147. padding: 15px;
  148. page-break-inside: avoid;
  149. }
  150. .freq-card.active {
  151. background: #e3f2fd;
  152. border-color: #2196f3;
  153. }
  154. .freq-header {
  155. font-family: MiSans, ReportFont, sans-serif;
  156. font-size: 18px;
  157. font-weight: 600;
  158. color: #303a49;
  159. margin-bottom: 10px;
  160. }
  161. .badge {
  162. display: inline-block;
  163. margin-left: 5px;
  164. padding: 2px 6px;
  165. border-radius: 10px;
  166. background: #2196f3;
  167. color: #fff;
  168. font-size: 12px;
  169. vertical-align: middle;
  170. }
  171. .crown {
  172. position: absolute;
  173. top: -10px;
  174. right: 10px;
  175. font-size: 20px;
  176. }
  177. .freq-progress {
  178. background: #dfe6ef;
  179. border-radius: 999px;
  180. height: 8px;
  181. overflow: hidden;
  182. margin-bottom: 12px;
  183. }
  184. .freq-progress > span {
  185. display: block;
  186. height: 100%;
  187. background: #2c8cff;
  188. }
  189. .freq-data {
  190. font-family: MiSans, ReportFont, sans-serif;
  191. color: #4a5568;
  192. font-size: 14px;
  193. line-height: 1.72;
  194. }
  195. .text-desc {
  196. font-family: MiSans, ReportFont, sans-serif;
  197. font-size: 14px;
  198. color: #4a5568;
  199. margin: 10px 0;
  200. line-height: 1.72;
  201. }
  202. .suggest-note {
  203. background: #fff8e1;
  204. border-left: 4px solid #ffc107;
  205. border-radius: 4px;
  206. padding: 12px 20px;
  207. color: #e65100;
  208. margin-bottom: 12px;
  209. }
  210. .suggest-box {
  211. background: #edf3fc;
  212. border-radius: 10px;
  213. padding: 25px 30px;
  214. }
  215. .suggest-item + .suggest-item {
  216. margin-top: 20px;
  217. }
  218. .suggest-item h4 {
  219. font-size: 16px;
  220. color: #2b4c8a;
  221. margin: 0 0 8px;
  222. }
  223. .suggest-item p {
  224. margin: 0;
  225. color: #4a5568;
  226. line-height: 1.72;
  227. }
  228. .student-case {
  229. background: #fff7ed;
  230. border: 1px solid #f5dcc2;
  231. border-radius: 10px;
  232. padding: 30px;
  233. page-break-inside: avoid;
  234. }
  235. .student-case-table {
  236. width: 100%;
  237. table-layout: fixed;
  238. border-collapse: collapse;
  239. }
  240. .student-case-row {
  241. page-break-inside: avoid;
  242. }
  243. .case-chart-cell {
  244. width: 260px;
  245. vertical-align: middle;
  246. padding-right: 30px;
  247. }
  248. .case-info-cell {
  249. vertical-align: middle;
  250. }
  251. .case-chart svg {
  252. width: 260px;
  253. height: 260px;
  254. display: block;
  255. }
  256. .case-info {
  257. width: 100%;
  258. }
  259. .case-info p {
  260. margin: 0 0 8px;
  261. line-height: 2;
  262. }
  263. .case-info h3 {
  264. color: #e65c00;
  265. margin: 0 0 15px;
  266. }
  267. @media print {
  268. .section:nth-of-type(2) {
  269. margin-top: 0;
  270. }
  271. .page-break-before-module2 {
  272. break-before: page;
  273. page-break-before: always;
  274. height: 0;
  275. margin: 0;
  276. padding: 0;
  277. line-height: 0;
  278. font-size: 0;
  279. }
  280. }
  281. </style>
  282. </head>
  283. <body>
  284. <div class="report-container">
  285. <h1 class="report-title">高考英语临考词汇突击潜力展望报告</h1>
  286. <p class="report-subtitle">科学规划 · 精准提分 · 短期见效</p>
  287. <div class="section">
  288. <h2 class="section-title">模块一:个人学情分析</h2>
  289. <table class="analysis-table" role="presentation">
  290. <tr class="analysis-row">
  291. <td class="analysis-cell analysis-cell-left">{{syllabusMasteryChart}}</td>
  292. <td class="analysis-cell analysis-cell-right">{{pastPaperVocabularyChart}}</td>
  293. </tr>
  294. <tr class="analysis-row">
  295. <td class="analysis-cell analysis-cell-left">{{highFrequencyVocabularyChart}}</td>
  296. <td class="analysis-cell analysis-cell-right">{{vocabularyFrequencyBandChart}}</td>
  297. </tr>
  298. </table>
  299. </div>
  300. <div class="page-break-before-module2" aria-hidden="true"></div>
  301. <div class="section">
  302. <h2 class="section-title">模块二:科学备考建议</h2>
  303. {{studySuggestionSection}}
  304. </div>
  305. <div class="section">
  306. <h2 class="section-title">模块三:上届学员提分案例</h2>
  307. {{scoreImprovementCaseStudy}}
  308. </div>
  309. </div>
  310. </body>
  311. </html>