MethodTeaching.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. .pdf {
  2. max-width: 155.7mm;
  3. padding: 0 6mm;
  4. font-family: 'SimSun' !important;
  5. font-size: 9pt !important;
  6. }
  7. .pdf .flex, .pdf .wrong-student-lable, .pdf .first-part .topic .class-analysis .class-info .info-block, .pdf .first-part .topic .class-analysis .class-table, .pdf .answer-analysis .answer-text, .pdf .answer-analysis .answer-text .answer-txt, .pdf .answer-analysis .analysis, .pdf .student-excellent .sm {
  8. display: -webkit-box;
  9. display: -moz-box;
  10. display: -ms-flexbox;
  11. display: -webkit-flex;
  12. display: flex;
  13. }
  14. .pdf .align, .pdf .wrong-student-lable, .pdf .first-part .topic .class-analysis .class-info .info-block, .pdf .answer-analysis .answer-text {
  15. -webkit-align-items: center;
  16. box-align: center;
  17. -moz-box-align: center;
  18. -webkit-box-align: center;
  19. align-items: center;
  20. }
  21. .pdf .justify-center {
  22. -webkit-justify-content: center;
  23. -moz-box-pack: center;
  24. -webkit--moz-box-pack: center;
  25. box-pack: center;
  26. justify-content: center;
  27. }
  28. .pdf .justify-between, .pdf .first-part .topic .class-analysis .class-table {
  29. -webkit-justify-content: space-between;
  30. -moz-box-pack: space-between;
  31. -webkit--moz-box-pack: space-between;
  32. box-pack: space-between;
  33. justify-content: space-between;
  34. }
  35. .pdf .thinline, .pdf table td:after, .pdf table:after {
  36. content: " ";
  37. position: absolute;
  38. left: 0;
  39. top: 0px;
  40. z-index: -1;
  41. width: 200%;
  42. height: 200%;
  43. -webkit-transform-origin: 0 0;
  44. transform-origin: 0 0;
  45. -webkit-transform: scale(0.5, 0.5);
  46. transform: scale(0.5, 0.5);
  47. }
  48. .pdf table {
  49. width: 100%;
  50. text-align: center;
  51. position: relative;
  52. }
  53. .pdf table td {
  54. position: relative;
  55. }
  56. .pdf table td:after {
  57. border-left: 1px solid #999899;
  58. border-top: 1px solid #999899;
  59. }
  60. .pdf table:after {
  61. border-right: 1px solid #7c377c;
  62. border-bottom: 1px solid #999899;
  63. }
  64. .pdf .cover {
  65. margin: 0;
  66. position: relative;
  67. }
  68. .pdf .cover img {
  69. width: 100%;
  70. height: 167mm;
  71. }
  72. .pdf .cover .info {
  73. width: 45mm;
  74. height: 12mm;
  75. border-radius: 4mm;
  76. text-align: center;
  77. font-weight: bold;
  78. position: absolute;
  79. top: 77%;
  80. left: 49%;
  81. padding: 2.5mm;
  82. }
  83. .pdf .cover .class {
  84. height: 50%;
  85. line-height: 5mm;
  86. font-size: 12pt;
  87. }
  88. .pdf .cover .exam {
  89. height: 50%;
  90. margin-top: 1mm;
  91. font-size: 10pt;
  92. display: flex;
  93. display: -webkit-box;
  94. display: -moz-box;
  95. display: -ms-flexbox;
  96. display: -webkit-flex;
  97. justify-content: center;
  98. -webkit-justify-content: center;
  99. justify-content: center;
  100. -moz-box-pack: center;
  101. -webkit--moz-box-pack: center;
  102. align-items: center;
  103. -webkit-align-items: center;
  104. -moz-box-align: center;
  105. -webkit-box-align: center;
  106. }
  107. .pdf .heading {
  108. width: 100mm;
  109. height: 5.3mm;
  110. margin: 0 auto;
  111. line-height: 5.3mm;
  112. border: 0.5mm dashed #00784f;
  113. border-top: none;
  114. margin-top: -1mm;
  115. font-size: 7pt;
  116. color: #00784f;
  117. }
  118. .pdf .heading img {
  119. width: 100%;
  120. height: 167mm;
  121. }
  122. .pdf .exam-analysis {
  123. margin-bottom: 3mm;
  124. }
  125. .pdf .exam-analysis .exam-table {
  126. font-size: 6pt;
  127. }
  128. .pdf .exam-analysis .exam-table table {
  129. margin-bottom: 2mm;
  130. }
  131. .pdf .exam-analysis .exam-table table tr td {
  132. width: 18mm;
  133. padding: 1.5mm 1mm;
  134. border-color: pink;
  135. }
  136. .pdf .exam-analysis .exam-table table tr td:first-child {
  137. min-width: 16mm !important;
  138. font-weight: bold;
  139. }
  140. .pdf .exam-analysis .exam-table table tr td:first-child:after {
  141. background-color: #e6f8f7;
  142. }
  143. .pdf .exam-analysis .exam-table table .method tr:first-child td::after {
  144. background-color: #e6f8f7;
  145. }
  146. .pdf .exam-analysis .exam-table table .method tr:first-child td:last-child {
  147. text-align: center;
  148. }
  149. .pdf .exam-analysis .exam-table table .method tr {
  150. page-break-inside: avoid;
  151. }
  152. .pdf .exam-analysis .exam-table table .method tr td:last-child {
  153. page-break-inside: avoid;
  154. padding: 0.5mm;
  155. text-align: left;
  156. }
  157. .pdf .exam-analysis .exam-table table .method tr td > i {
  158. display: inline-block;
  159. width: 4mm;
  160. height: 4mm;
  161. line-height: 4mm;
  162. border: 1px solid #c0c0c2;
  163. background: #fafafa;
  164. border-radius: 50%;
  165. text-align: center;
  166. }
  167. .pdf .wrong-student-lable {
  168. page-break-inside: avoid;
  169. margin-top: 2mm;
  170. }
  171. .pdf .wrong-student-lable .wrong-lable-icon {
  172. width: 5mm;
  173. margin-right: 1mm;
  174. }
  175. .pdf .wrong-student-lable .wrong-lable-txt {
  176. box-sizing: border-box;
  177. border: 1px solid #00784f;
  178. color: #00784f;
  179. background: #fff;
  180. height: 5mm;
  181. line-height: 5mm;
  182. padding: 0 1mm;
  183. }
  184. .pdf .wrong-studen-block {
  185. font-size: 7pt;
  186. padding: 1mm;
  187. margin-bottom: 2mm;
  188. position: relative;
  189. border: 1px solid #00784f;
  190. background-color: #fff;
  191. }
  192. .pdf .wrong-studen-block .wrong-studen-name {
  193. page-break-inside: avoid;
  194. width: 100%;
  195. line-height: 5mm;
  196. }
  197. .pdf .wrong-studen-block .wrong-studen-name img {
  198. width: 100%;
  199. }
  200. .pdf .wrong-studen-block img {
  201. max-width: 100% !important;
  202. }
  203. .pdf .wrong-studen-block p {
  204. font-size: 7.2pt !important;
  205. font-family: 'SimSun' !important;
  206. }
  207. .pdf .wrong-studen-block span {
  208. font-size: 7.2pt !important;
  209. }
  210. .pdf .question-type {
  211. height: 7.5mm;
  212. position: relative;
  213. }
  214. .pdf .question-type .multiple-choice {
  215. display: inline-block;
  216. background-color: #f26100;
  217. padding: 2mm 5mm;
  218. color: #fff;
  219. }
  220. .pdf .question-type .round {
  221. width: 5mm;
  222. height: 5mm;
  223. background-color: #fff;
  224. border-radius: 50%;
  225. position: absolute;
  226. left: -2.5mm;
  227. top: 1mm;
  228. }
  229. .pdf .question-type .id {
  230. display: inline-block;
  231. }
  232. .pdf .question-type .id b {
  233. color: #f26100;
  234. }
  235. .pdf .title {
  236. line-height: 12mm;
  237. }
  238. .pdf .title p {
  239. font-size: 6mm;
  240. font-weight: bold;
  241. }
  242. .pdf .first-part .topic .topic-one-title {
  243. display: inline-block;
  244. height: 8mm;
  245. font-size: 10pt;
  246. font-weight: bolder;
  247. line-height: 8.5mm;
  248. color: #25b4b0;
  249. padding-left: 6mm;
  250. margin-bottom: 3mm;
  251. position: relative;
  252. }
  253. .pdf .first-part .topic .topic-one-title img {
  254. height: 8mm;
  255. position: absolute;
  256. left: 0mm;
  257. z-index: -1;
  258. }
  259. .pdf .first-part .topic .class-analysis {
  260. margin-bottom: 3mm;
  261. }
  262. .pdf .first-part .topic .class-analysis .class-info {
  263. height: 13mm;
  264. font-size: 7pt;
  265. font-weight: 500;
  266. margin-bottom: 5mm;
  267. }
  268. .pdf .first-part .topic .class-analysis .class-info table {
  269. height: 100%;
  270. text-align: left;
  271. }
  272. .pdf .first-part .topic .class-analysis .class-info table td::after {
  273. background-color: #e6f8f7;
  274. }
  275. .pdf .first-part .topic .class-analysis .class-info .info-block {
  276. height: 100%;
  277. letter-spacing: -0.1mm;
  278. }
  279. .pdf .first-part .topic .class-analysis .class-info .info-block div {
  280. width: 100%;
  281. }
  282. .pdf .first-part .topic .class-analysis .class-info .info-block p {
  283. margin: 1.5mm 0mm;
  284. margin-left: 2mm;
  285. }
  286. .pdf .first-part .topic .class-analysis .class-info .info-block .bold {
  287. color: #f26100;
  288. }
  289. .pdf .first-part .topic .class-analysis .class-table table {
  290. width: 24%;
  291. }
  292. .pdf .first-part .topic .class-analysis .class-table table td {
  293. padding: 1.5mm 0;
  294. vertical-align: middle;
  295. }
  296. .pdf .first-part .topic .class-analysis .class-table .pro tr:nth-child(2) td {
  297. font-weight: bold;
  298. }
  299. .pdf .first-part .topic .class-analysis .class-table .pro tr:nth-child(n+2) td {
  300. font-size: 6pt;
  301. }
  302. .pdf .first-part .topic .class-analysis .class-table .pro td:first-child {
  303. width: 26%;
  304. }
  305. .pdf .first-part .topic .class-analysis .class-table .pro td:nth-child(2) {
  306. width: 20%;
  307. }
  308. .pdf .first-part .topic .class-analysis .class-table .pro td:last-child {
  309. width: 25%;
  310. }
  311. .pdf .first-part .topic .class-analysis .class-table .pro tr:first-child td:after {
  312. background-color: #e6f8f7;
  313. }
  314. .pdf .first-part .topic .class-analysis .class-table .pro .table-title {
  315. color: #25B4B0;
  316. }
  317. .pdf .first-part .topic .class-analysis .class-table .back tr:nth-child(2) td {
  318. font-weight: bold;
  319. }
  320. .pdf .first-part .topic .class-analysis .class-table .back tr:nth-child(n+2) td {
  321. font-size: 6pt;
  322. }
  323. .pdf .first-part .topic .class-analysis .class-table .back td:first-child {
  324. width: 26%;
  325. }
  326. .pdf .first-part .topic .class-analysis .class-table .back td:nth-child(2) {
  327. width: 20%;
  328. }
  329. .pdf .first-part .topic .class-analysis .class-table .back td:last-child {
  330. width: 25%;
  331. }
  332. .pdf .first-part .topic .class-analysis .class-table .back tr:first-child td:after {
  333. background-color: #fdf3ed;
  334. }
  335. .pdf .first-part .topic .class-analysis .class-table .back .table-title {
  336. color: #f26100;
  337. }
  338. .pdf .first-part .topic .class-analysis .class-table .first tr:nth-child(2) td {
  339. font-weight: bold;
  340. }
  341. .pdf .first-part .topic .class-analysis .class-table .first tr:nth-child(n+2) td {
  342. font-size: 6pt;
  343. }
  344. .pdf .first-part .topic .class-analysis .class-table .first td:first-child {
  345. width: 50%;
  346. }
  347. .pdf .first-part .topic .class-analysis .class-table .first td:last-child {
  348. width: 50%;
  349. }
  350. .pdf .first-part .topic .class-analysis .class-table .first tr:first-child td:after {
  351. background-color: #e6f8f7;
  352. }
  353. .pdf .first-part .topic .class-analysis .class-table .first .table-title {
  354. color: #25B4B0;
  355. }
  356. .pdf .first-part .topic .class-analysis .class-table .last tr:nth-child(2) td {
  357. font-weight: bold;
  358. }
  359. .pdf .first-part .topic .class-analysis .class-table .last tr:nth-child(n+2) td {
  360. font-size: 6pt;
  361. }
  362. .pdf .first-part .topic .class-analysis .class-table .last td:first-child {
  363. width: 50%;
  364. }
  365. .pdf .first-part .topic .class-analysis .class-table .last td:last-child {
  366. width: 50%;
  367. }
  368. .pdf .first-part .topic .class-analysis .class-table .last tr:first-child td:after {
  369. background-color: #fdf3ed;
  370. }
  371. .pdf .first-part .topic .class-analysis .class-table .last .table-title {
  372. color: #f26100;
  373. }
  374. .pdf .first-part .topic .class-analysis .class-table .table-title {
  375. padding: 0;
  376. font-weight: bold;
  377. height: 8mm;
  378. font-size: 10pt;
  379. }
  380. .pdf .second-part .color {
  381. border: 1px solid #f26100 !important;
  382. color: #f26100 !important;
  383. background-color: #fdf3ed;
  384. }
  385. .pdf .question-text {
  386. line-height: 5mm;
  387. margin-bottom: 2mm;
  388. }
  389. .pdf .question-text img {
  390. vertical-align: middle;
  391. }
  392. .pdf .question-text p {
  393. font-size: 7.2pt !important;
  394. }
  395. .pdf .question-text span {
  396. font-size: 7.2pt !important;
  397. }
  398. .pdf .option-block {
  399. margin-bottom: 2mm;
  400. font-size: 7.2pt;
  401. }
  402. .pdf .option-block .option-list li {
  403. line-height: 5mm;
  404. width: 23%;
  405. margin: 3px 0;
  406. }
  407. .pdf .option-block .option-list li img {
  408. vertical-align: middle;
  409. }
  410. .pdf .xy-2 li {
  411. float: left;
  412. width: 50%;
  413. }
  414. .pdf .xy-2 li:nth-child(1),
  415. .pdf .xy-2 li:nth-child(2) {
  416. margin-bottom: 2mm;
  417. }
  418. .pdf .answer-analysis {
  419. margin-bottom: 2mm;
  420. font-size: 7pt;
  421. }
  422. .pdf .answer-analysis .answer-text {
  423. page-break-inside: avoid;
  424. font-size: 9pt;
  425. font-weight: bold;
  426. margin-bottom: 1mm;
  427. color: #00736d;
  428. }
  429. .pdf .answer-analysis .answer-text .answer-result {
  430. color: #000;
  431. }
  432. .pdf .answer-analysis .answer-text .answer-result img {
  433. vertical-align: middle;
  434. }
  435. .pdf .answer-analysis .analysis {
  436. page-break-inside: avoid;
  437. margin-top: 2mm;
  438. }
  439. .pdf .answer-analysis .analysis .analysis-title {
  440. max-width: 12.5%;
  441. font-size: 9pt;
  442. color: #1d2088;
  443. font-weight: bold;
  444. }
  445. .pdf .answer-analysis .analysis .analysis-text {
  446. max-width: 85%;
  447. }
  448. .pdf .student-excellent {
  449. width: 101mm;
  450. }
  451. .pdf .student-excellent .tit span {
  452. display: inline-block;
  453. }
  454. .pdf .student-excellent .tit span:nth-child(1) {
  455. color: #25b4b0;
  456. }
  457. .pdf .student-excellent .tit span:nth-child(2), .pdf .student-excellent .tit span:nth-child(3), .pdf .student-excellent .tit span:nth-child(4) {
  458. width: 1mm;
  459. height: 3mm;
  460. background-color: #25b4b0;
  461. }
  462. .pdf .student-excellent .tit span:nth-child(5) {
  463. color: #f26100;
  464. }
  465. .pdf .student-excellent .sm {
  466. text-align: center;
  467. height: 100%;
  468. border: 0.5mm solid #00784f;
  469. }
  470. .pdf .student-excellent .sm span {
  471. flex: 1;
  472. height: 3mm;
  473. border-right: 0.5mm solid #00784f;
  474. border-bottom: 0.5mm solid #00784f;
  475. }
  476. .pdf .student-excellent .sm span:last-child {
  477. border-right: none;
  478. }
  479. .pdf .student-excellent .sm img {
  480. width: 100%;
  481. }
  482. .pdf .third-part .solution {
  483. display: inline-block;
  484. height: 6mm;
  485. font-size: 8pt;
  486. line-height: 6mm;
  487. font-weight: bold;
  488. position: relative;
  489. margin: 5mm 0;
  490. }
  491. .pdf .third-part .solution img {
  492. width: 100%;
  493. height: 6mm;
  494. }
  495. .pdf .third-part .solution span {
  496. padding: 0mm;
  497. padding-left: 8mm;
  498. position: absolute;
  499. top: 0mm;
  500. left: 0mm;
  501. color: #00784f;
  502. }