card_new.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  1. .card {
  2. font-family: 'Times New Roman', 'SimSun' !important;
  3. }
  4. @media print {
  5. .card {
  6. zoom: 0.74;
  7. }
  8. }
  9. .page {
  10. width: 162mm;
  11. }
  12. .position {
  13. position: absolute;
  14. width: 7.5mm;
  15. height: 3.5mm;
  16. background-color: #000;
  17. }
  18. .pos-left {
  19. top: 0;
  20. left: 9mm;
  21. }
  22. .pos-center {
  23. top: 0;
  24. left: 50%;
  25. margin-left: -3.75mm;
  26. }
  27. .pos-right {
  28. top: 0;
  29. right: 9mm;
  30. }
  31. .pos-bottom-left {
  32. bottom: -3.5mm;
  33. left: 9mm;
  34. }
  35. .pos-bottom-right {
  36. bottom: -3.5mm;
  37. right: 9mm;
  38. }
  39. .binary-page .binary-point {
  40. width: 3.75mm;
  41. height: 1.75mm;
  42. position: absolute;
  43. bottom: -3.4mm;
  44. }
  45. .binary-page .binary-point.black {
  46. background-color: #000;
  47. }
  48. .binary-page .binary-point:nth-child(1) {
  49. right: 48.375mm;
  50. }
  51. .binary-page .binary-point:nth-child(2) {
  52. right: 42.75mm;
  53. }
  54. .binary-page .binary-point:nth-child(3) {
  55. right: 37.12mm;
  56. }
  57. .binary-page .binary-point:nth-child(4) {
  58. right: 31.5mm;
  59. }
  60. .binary-page .binary-point:nth-child(5) {
  61. right: 25.875mm;
  62. }
  63. .binary-page .binary-point:nth-child(6) {
  64. right: 20.25mm;
  65. }
  66. .flex, .info, .info .info-text .essential-info, .info .info-text .essential-info .info-item, .info .info-text .tips, .word-list, .word-list .word-li, .word-list .word-li .words-item, .word-list .word-li .words, .test .page .content .word-list, .test .page .content .word-list .word-li, .test .page .content .word-list .word-li .words-item, .test .page .name-line, .fill-num .tag-information .student-information, .fill-num .tag-information .student-information .student-info-item, .fill-num .tag-information .filling-area, .card-after .page .info .info-text .tips-wrap, .card-after .page .info .info-text .tips-wrap .tips-wrap-left-right {
  67. display: -webkit-box;
  68. display: -moz-box;
  69. display: -ms-flexbox;
  70. display: -webkit-flex;
  71. display: flex;
  72. }
  73. .flex-1, .fill-num .tag-information .student-information .student-info-item {
  74. flex: 1;
  75. -webkit-box-flex: 1;
  76. -moz-box-flex: 1;
  77. -webkit-flex: 1;
  78. }
  79. .alic, .word-list .word-li, .word-list .word-li .words-item, .test .page .content .word-list .word-li, .test .page .content .word-list .word-li .words-item {
  80. -webkit-align-items: center;
  81. -moz-box-align: center;
  82. -webkit-box-align: center;
  83. align-items: center;
  84. }
  85. .flex-center, .info .info-text .tips .tips-left, .info .info-text .examples, .info .info-text .examples .correct, .info .info-text .examples .absent, .info .qr-code, .four-line-grid, .fill-num .tag-information .filling-area .area-middle .absent {
  86. display: -webkit-box;
  87. display: -moz-box;
  88. display: -ms-flexbox;
  89. display: -webkit-flex;
  90. display: flex;
  91. -webkit-align-items: center;
  92. -moz-box-align: center;
  93. -webkit-box-align: center;
  94. align-items: center;
  95. }
  96. .space-arround, .fill-num .tag-information .filling-area {
  97. -webkit-justify-content: space-around;
  98. -moz-box-pack: space-around;
  99. -webkit--moz-box-pack: space-around;
  100. box-pack: space-around;
  101. justify-content: space-around;
  102. }
  103. .space-between, .word-list .two {
  104. -webkit-justify-content: space-between;
  105. -moz-box-pack: space-between;
  106. -webkit--moz-box-pack: space-between;
  107. box-pack: space-between;
  108. justify-content: space-between;
  109. }
  110. .alic-justc, .card-after .page .info .info-text .tips-wrap .tips-wrap-left .tips .tips-left, .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-left, .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-right, .card-after .page .info .info-text .tips-wrap .tips-wrap-left-right .correct-txt, .card-after .page .info .info-text .tips-wrap .tips-wrap-left-right .correct-number {
  111. display: -webkit-box;
  112. display: -moz-box;
  113. display: -ms-flexbox;
  114. display: -webkit-flex;
  115. display: flex;
  116. -webkit-justify-content: center;
  117. -moz-box-pack: center;
  118. -webkit--moz-box-pack: center;
  119. box-pack: center;
  120. justify-content: center;
  121. -webkit-align-items: center;
  122. -moz-box-align: center;
  123. -webkit-box-align: center;
  124. align-items: center;
  125. }
  126. .thinline, .bd:after, .bdb:after, .bdt:after, .bdr:after, .bdl:after, .four-line-grid .line:after, .four-line-grid:after, .fill-num .tag-information .filling-area .area-left table:after, .fill-num .tag-information .filling-area .area-left table tr:after, .fill-num .tag-information .filling-area .area-left table tr td:first-child:after {
  127. position: absolute;
  128. content: " ";
  129. left: 0;
  130. top: 0px;
  131. z-index: -1;
  132. width: 200%;
  133. height: 200%;
  134. -webkit-transform-origin: 0 0;
  135. transform-origin: 0 0;
  136. -webkit-transform: scale(0.5, 0.5);
  137. transform: scale(0.5, 0.5);
  138. }
  139. .bd {
  140. position: relative;
  141. }
  142. .bd:after {
  143. border: 1px solid;
  144. }
  145. .bdb {
  146. position: relative;
  147. }
  148. .bdb:after {
  149. border-bottom: 1px solid;
  150. }
  151. .bdt {
  152. position: relative;
  153. }
  154. .bdt:after {
  155. border-top: 1px solid;
  156. }
  157. .bdr {
  158. position: relative;
  159. }
  160. .bdr:after {
  161. border-right: 1px solid;
  162. }
  163. .bdl {
  164. position: relative;
  165. }
  166. .bdl:after {
  167. border-left: 1px solid;
  168. }
  169. .card-head {
  170. text-align: center;
  171. }
  172. .card-head .card-title {
  173. font-size: 12pt;
  174. font-weight: bold;
  175. }
  176. .card-head .head-bottom {
  177. font-size: 9pt;
  178. padding: 2mm 0;
  179. overflow: hidden;
  180. }
  181. .info {
  182. margin-bottom: 2mm;
  183. }
  184. .info .info-text {
  185. box-flex: 1;
  186. -webkit-box-flex: 1;
  187. -moz-box-flex: 1;
  188. flex: 1;
  189. -webkit-flex: 1;
  190. }
  191. .info .info-text .essential-info {
  192. height: 7mm;
  193. line-height: 7mm;
  194. font-size: 9pt;
  195. -webkit-justify-content: space-around;
  196. justify-content: space-around;
  197. -moz-box-pack: space-around;
  198. -webkit-box-pack: space-around;
  199. box-pack: space-around;
  200. }
  201. .info .info-text .essential-info .info-item i {
  202. height: 5.5mm;
  203. display: block;
  204. min-width: 28mm;
  205. text-align: center;
  206. }
  207. .info .info-text .tips .tips-left {
  208. font-size: 9pt;
  209. padding: 0 1mm;
  210. text-align: center;
  211. }
  212. .info .info-text .tips .tips-left span {
  213. display: block;
  214. }
  215. .info .info-text .tips .tips-right {
  216. font-size: 9pt;
  217. line-height: 3.8mm;
  218. text-align: justify;
  219. padding: 1mm;
  220. }
  221. .info .info-text .tips .tips-right div {
  222. display: -webkit-box;
  223. display: -moz-box;
  224. display: -ms-flexbox;
  225. display: -webkit-flex;
  226. display: flex;
  227. }
  228. .info .info-text .tips .tips-right div span {
  229. font-size: 10pt;
  230. }
  231. .info .info-text .tips .tips-right div p {
  232. width: 100%;
  233. }
  234. .info .info-text .tips .tips-right div p i {
  235. font-weight: bold;
  236. }
  237. .info .info-text .examples {
  238. height: 7mm;
  239. font-size: 9pt;
  240. justify-content: space-around;
  241. -webkit-justify-content: space-around;
  242. -moz-box-pack: space-around;
  243. -webkit-box-pack: space-around;
  244. box-pack: space-around;
  245. }
  246. .info .info-text .examples .correct span {
  247. margin-right: 1mm;
  248. }
  249. .info .info-text .examples .correct .four-line-grid {
  250. width: 16mm;
  251. height: 5mm;
  252. box-sizing: border-box;
  253. }
  254. .info .info-text .examples .correct .four-line-grid .line {
  255. width: 100%;
  256. height: 1.5mm;
  257. box-sizing: border-box;
  258. position: relative;
  259. }
  260. .info .info-text .examples .correct .four-line-grid .line .write {
  261. position: absolute;
  262. top: -2.1mm;
  263. left: 2.4mm;
  264. font-size: 13pt;
  265. }
  266. .info .info-text .examples .absent .absent-sign {
  267. width: 4.6mm;
  268. height: 2.4mm;
  269. margin: 0 3mm 0 1mm;
  270. }
  271. .info .qr-code {
  272. padding: 0 2mm;
  273. }
  274. .info .qr-code img {
  275. width: 18mm;
  276. height: 18mm;
  277. }
  278. .page .content {
  279. padding: 2mm;
  280. font-size: 12pt;
  281. }
  282. .four-line-grid {
  283. width: 46.5mm;
  284. height: 9.5mm;
  285. box-sizing: border-box;
  286. position: relative;
  287. }
  288. .four-line-grid .line {
  289. width: 100%;
  290. height: 3mm;
  291. box-sizing: border-box;
  292. position: relative;
  293. }
  294. .four-line-grid .line:after {
  295. border-top: 1px dashed #ddd;
  296. border-bottom: 1px solid #888;
  297. }
  298. .four-line-grid:after {
  299. border: 1px dashed #ddd;
  300. }
  301. .word-list {
  302. height: 100%;
  303. -webkit-box-orient: vertical;
  304. -webkit-box-direction: normal;
  305. -moz-box-orient: vertical;
  306. -moz-box-direction: normal;
  307. -webkit-flex-direction: column;
  308. flex-direction: column;
  309. -webkit-justify-content: space-between;
  310. -moz-box-pack: space-between;
  311. -webkit-box-pack: space-between;
  312. box-pack: space-between;
  313. justify-content: space-between;
  314. }
  315. .word-list .word-li {
  316. height: 9.5mm;
  317. }
  318. .word-list .word-li .words {
  319. width: 30mm;
  320. line-height: 5.1mm;
  321. padding-right: 1mm;
  322. }
  323. .word-list .word-li .words i {
  324. font-size: 12pt;
  325. min-width: 5.3mm;
  326. }
  327. .word-list .word-li .words span {
  328. display: -webkit-box;
  329. -webkit-box-orient: vertical;
  330. -webkit-line-clamp: 2;
  331. overflow: hidden;
  332. }
  333. .word-list .type-title {
  334. height: auto;
  335. padding-top: 2mm;
  336. }
  337. .word-list .long .words-item {
  338. width: 100%;
  339. }
  340. .word-list .long .words {
  341. width: 33%;
  342. }
  343. .word-list .long .four-line-grid {
  344. width: 66.2%;
  345. }
  346. .word-list .han .words-item {
  347. -webkit-align-items: flex-end !important;
  348. -moz-box-align: flex-end !important;
  349. -webkit-box-align: flex-end !important;
  350. align-items: flex-end !important;
  351. }
  352. .word-list .han .four-line-grid:after {
  353. border: none;
  354. border-bottom: 1px solid #888;
  355. }
  356. .word-list .han .four-line-grid .line:after {
  357. border: none;
  358. }
  359. .test .page {
  360. width: 176mm;
  361. height: 230mm;
  362. box-sizing: border-box;
  363. padding: 6mm 8mm;
  364. position: relative;
  365. margin: 0 auto 6mm;
  366. }
  367. .test .page:last-child {
  368. margin-bottom: 0;
  369. }
  370. .test .page .content {
  371. height: 214mm;
  372. }
  373. .test .page .content .word-list {
  374. height: 100%;
  375. -webkit-box-orient: vertical;
  376. -webkit-box-direction: normal;
  377. -moz-box-orient: vertical;
  378. -moz-box-direction: normal;
  379. -webkit-flex-direction: column;
  380. flex-direction: column;
  381. -webkit-justify-content: space-between;
  382. -moz-box-pack: space-between;
  383. -webkit-box-pack: space-between;
  384. box-pack: space-between;
  385. justify-content: space-between;
  386. }
  387. .test .page .content .word-list .word-li {
  388. height: 9.5mm;
  389. }
  390. .test .page .content .word-list .type-title {
  391. height: auto;
  392. padding-top: 2mm;
  393. }
  394. .test .page .name-line {
  395. height: 6mm;
  396. line-height: 7mm;
  397. font-size: 9pt;
  398. position: absolute;
  399. top: -1.6mm;
  400. left: 26mm;
  401. }
  402. .test .page .name-line i {
  403. height: 6mm;
  404. display: block;
  405. width: 40mm;
  406. text-align: center;
  407. }
  408. .test .page.first-page .content {
  409. height: 170mm;
  410. }
  411. .fill-num .tag-information {
  412. padding: 2mm;
  413. box-sizing: border-box;
  414. }
  415. .fill-num .tag-information:after {
  416. border-bottom: none;
  417. }
  418. .fill-num .tag-information .student-information {
  419. height: 6mm;
  420. line-height: 6mm;
  421. font-size: 9pt;
  422. margin-bottom: 1mm;
  423. }
  424. .fill-num .tag-information .student-information .student-info-item .left {
  425. margin-right: 2mm;
  426. }
  427. .fill-num .tag-information .student-information .student-info-item .right {
  428. height: 5mm;
  429. display: block;
  430. width: 80%;
  431. text-align: center;
  432. }
  433. .fill-num .tag-information .filling-area .area-left table {
  434. position: relative;
  435. }
  436. .fill-num .tag-information .filling-area .area-left table:after {
  437. border: 1px solid;
  438. border-right: none;
  439. }
  440. .fill-num .tag-information .filling-area .area-left table tr {
  441. display: block;
  442. float: left;
  443. position: relative;
  444. }
  445. .fill-num .tag-information .filling-area .area-left table tr td {
  446. display: block;
  447. width: 8mm;
  448. padding-top: 1.5mm;
  449. font-size: 9pt;
  450. text-align: center;
  451. }
  452. .fill-num .tag-information .filling-area .area-left table tr:after {
  453. border-right: 1px solid;
  454. }
  455. .fill-num .tag-information .filling-area .area-left table tr td:first-child {
  456. position: relative;
  457. height: 6mm;
  458. padding: 0;
  459. }
  460. .fill-num .tag-information .filling-area .area-left table tr td:first-child:after {
  461. border-bottom: 1px solid;
  462. }
  463. .fill-num .tag-information .filling-area .area-left table tr td:nth-child(2) {
  464. padding-top: 1mm;
  465. }
  466. .fill-num .tag-information .filling-area .area-left table tr td:last-child {
  467. padding-bottom: 1.6mm;
  468. }
  469. .fill-num .tag-information .filling-area .area-middle {
  470. width: 18%;
  471. margin-top: 5mm;
  472. }
  473. .fill-num .tag-information .filling-area .area-middle .absent {
  474. font-size: 9pt;
  475. text-align: center;
  476. }
  477. .fill-num .tag-information .filling-area .area-middle .absent .absent-sign {
  478. width: 4.6mm;
  479. height: 2.4mm;
  480. margin-left: 2mm;
  481. }
  482. .fill-num .tag-information .filling-area .area-middle p {
  483. margin-top: 2mm;
  484. font-size: 9pt;
  485. line-height: 3.8mm;
  486. }
  487. .fill-num .tag-information .filling-area .area-rigth {
  488. height: 20mm;
  489. text-align: center;
  490. margin-top: 5mm;
  491. }
  492. .fill-num .tag-information .filling-area .area-rigth img {
  493. width: 20mm;
  494. height: 20mm;
  495. }
  496. .fill-num .page.first-page .content {
  497. height: 137mm;
  498. }
  499. .card-after .page {
  500. padding: 0 6mm;
  501. margin: 0 auto 2mm;
  502. }
  503. .card-after .page .card-head .card-title {
  504. font-size: 16pt;
  505. }
  506. .card-after .page .card-head .head-bottom {
  507. height: auto;
  508. font-size: 9pt;
  509. }
  510. .card-after .page .info .info-text .tips-wrap {
  511. font-size: 9pt;
  512. }
  513. .card-after .page .info .info-text .tips-wrap .tips-wrap-left {
  514. box-flex: 2;
  515. -webkit-box-flex: 2;
  516. -moz-box-flex: 2;
  517. -webkit-flex: 2;
  518. flex: 2;
  519. }
  520. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .tips .tips-left {
  521. font-size: 9pt;
  522. line-height: 3.8mm;
  523. width: 3mm;
  524. }
  525. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .tips .tips-right {
  526. font-size: 9pt;
  527. line-height: 3.8mm;
  528. padding-left: 1mm;
  529. white-space: nowrap;
  530. }
  531. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after {
  532. height: 10mm;
  533. font-size: 9pt;
  534. -webkit-justify-content: flex-start;
  535. -moz-box-pack: flex-start;
  536. justify-content: flex-start;
  537. -webkit-align-items: unset;
  538. -moz-box-align: unset;
  539. -webkit-box-align: unset;
  540. align-items: unset;
  541. }
  542. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-left {
  543. padding: 0 1mm;
  544. }
  545. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-right {
  546. position: relative;
  547. box-flex: auto;
  548. -webkit-box-flex: auto;
  549. -moz-box-flex: auto;
  550. -webkit-flex: auto;
  551. flex: auto;
  552. }
  553. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-right > span {
  554. margin-right: 1mm;
  555. }
  556. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-right .four-line-grid {
  557. width: 54mm;
  558. height: 7mm;
  559. position: relative;
  560. }
  561. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-right .four-line-grid .line {
  562. width: 100%;
  563. height: 2.3mm;
  564. box-sizing: border-box;
  565. position: relative;
  566. }
  567. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-right .four-line-grid .line .write {
  568. position: absolute;
  569. top: -2mm;
  570. left: 14mm;
  571. font-size: 16pt;
  572. }
  573. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-right .four-line-grid .correct {
  574. position: absolute;
  575. top: -0.5mm;
  576. left: 0mm;
  577. }
  578. .card-after .page .info .info-text .tips-wrap .tips-wrap-left .examples.examples-after .examples-right .four-line-grid .result {
  579. position: absolute;
  580. top: -0.6mm;
  581. right: -0.6mm;
  582. }
  583. .card-after .page .info .info-text .tips-wrap .tips-wrap-left-right .correct-txt {
  584. padding: 0 1mm;
  585. }
  586. .card-after .page .info .info-text .tips-wrap .tips-wrap-left-right .correct-txt .correct-txt-cont {
  587. line-height: 3.8mm;
  588. text-align: center;
  589. }
  590. .card-after .page .info .info-text .tips-wrap .tips-wrap-left-right .correct-number {
  591. width: 20mm;
  592. padding: 0 1mm;
  593. text-align: center;
  594. font-size: 16pt;
  595. font-weight: bold;
  596. }
  597. .card-after .page .content {
  598. height: 223mm;
  599. }
  600. .card-after .page .content .word-list .word-li .words-img {
  601. width: 46.5mm;
  602. height: 9.5mm;
  603. box-sizing: border-box;
  604. font-size: 9pt;
  605. position: relative;
  606. }
  607. .card-after .page .content .word-list .word-li .words-img .correct {
  608. position: absolute;
  609. font-weight: bolder;
  610. top: -1mm;
  611. left: 0;
  612. background: rgba(255, 255, 255, 0.5);
  613. display: block;
  614. width: 50%;
  615. overflow: hidden;
  616. white-space: nowrap;
  617. text-overflow: ellipsis;
  618. }
  619. .card-after .page .content .word-list .word-li .words-img .result {
  620. color: #444;
  621. font-weight: bolder;
  622. position: absolute;
  623. top: -1mm;
  624. right: 0;
  625. background: rgba(255, 255, 255, 0.5);
  626. }
  627. .card-after .page .content .word-list .word-li .words-img .iconfont {
  628. font-size: 20pt;
  629. font-weight: bold;
  630. color: red;
  631. position: absolute;
  632. top: 1.5mm;
  633. right: 0mm;
  634. }
  635. .card-after .page .content .word-list .word-li .words-img img {
  636. width: 100%;
  637. height: 100%;
  638. }
  639. .card-after .page .content .word-list .type-title {
  640. height: auto;
  641. padding-top: 2mm;
  642. }
  643. .card-after .page .content .word-list .long .words {
  644. width: 33%;
  645. }
  646. .card-after .page .content .word-list .long .words-img {
  647. width: 66.2%;
  648. }
  649. .card-after .page .chart-text:after {
  650. border-bottom: none;
  651. }
  652. .card-after .page .chart-text .text-block {
  653. font-size: 12pt;
  654. text-align: justify;
  655. padding: 1mm 2mm;
  656. text-indent: 2em;
  657. }
  658. .card-after .page .chart-text .text-block .encourage-text span {
  659. font-weight: bold;
  660. }
  661. .card-after .page .chart-text .text-block .encourage-text .en {
  662. line-height: 5mm;
  663. }
  664. .card-after .page .chart-text .text-block .encourage-text .cn {
  665. line-height: 5.5mm;
  666. }
  667. .card-after .page .chart-text .text-block .introduce {
  668. line-height: 5.5mm;
  669. }
  670. .card-after .page .chart-text #lineChart {
  671. height: 67mm;
  672. }
  673. .card-after .page .chart-text #lineChart .lineChart-title {
  674. font-size: 10pt;
  675. text-align: center;
  676. }
  677. .card-after .page.first-page .content {
  678. height: 82mm;
  679. }
  680. .card-after .page:last-child {
  681. margin-bottom: 0;
  682. }
  683. .card-teach .page {
  684. padding: 0 6mm;
  685. margin: 0 auto 2mm;
  686. }
  687. .card-teach .page .card-head {
  688. margin-bottom: 2mm;
  689. }
  690. .card-teach .page .content {
  691. height: 221mm;
  692. font-size: 9pt;
  693. }
  694. .card-teach .page .content .word-list .word-li .words {
  695. line-height: 4mm;
  696. font-size: 10.5pt;
  697. }
  698. .card-teach .page .content .word-list .word-li .words i {
  699. font-size: 10pt;
  700. min-width: 5mm;
  701. }
  702. .card-teach .page .content .word-list .word-li .four-line-grid .line {
  703. height: 3mm;
  704. line-height: 3.2mm;
  705. text-align: center;
  706. }
  707. .card-teach .page .content .word-list .word-li .four-line-grid .line .write {
  708. font-size: 16pt;
  709. }
  710. .card-teach .page .content .word-list .han .four-line-grid .line {
  711. line-height: 6mm;
  712. }
  713. .card-teach .page .content .word-list .han .four-line-grid .line .write {
  714. font-size: 12pt;
  715. height: 6mm;
  716. display: block;
  717. overflow: hidden;
  718. white-space: nowrap;
  719. text-overflow: ellipsis;
  720. }
  721. .card-teach .page.first-page .content {
  722. height: 208mm;
  723. }
  724. .card-answer .page {
  725. padding: 0 6mm;
  726. margin: 0 auto 2mm;
  727. }
  728. .card-answer .page .card-head {
  729. margin-bottom: 3mm;
  730. }
  731. .card-answer .page .card-head .card-title {
  732. font-size: 9pt;
  733. }
  734. .card-answer .page .content {
  735. height: 221mm;
  736. font-size: 9pt;
  737. }
  738. .card-answer .page .content .word-list .word-li .words {
  739. line-height: 4mm;
  740. }
  741. .card-answer .page .content .word-list .word-li .words i {
  742. font-size: 10pt;
  743. min-width: 5mm;
  744. }
  745. .card-answer .page .content .word-list .word-li .four-line-grid .line {
  746. height: 3mm;
  747. text-align: center;
  748. line-height: 3.2mm;
  749. }
  750. .card-answer .page .content .word-list .word-li .four-line-grid .line .write {
  751. font-size: 16pt;
  752. }
  753. .card-answer .page .content .word-list .han .four-line-grid .line {
  754. line-height: 6mm;
  755. }
  756. .card-answer .page .content .word-list .han .four-line-grid .line .write {
  757. font-size: 12pt;
  758. height: 6mm;
  759. display: block;
  760. overflow: hidden;
  761. white-space: nowrap;
  762. text-overflow: ellipsis;
  763. }
  764. .card-answer .page.first-page .content {
  765. height: 205mm;
  766. }