toPdfHtml.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  1. html,
  2. body,
  3. div,
  4. span,
  5. applet,
  6. object,
  7. iframe,
  8. h1,
  9. h2,
  10. h3,
  11. h4,
  12. h5,
  13. h6,
  14. p,
  15. blockquote,
  16. pre,
  17. a,
  18. abbr,
  19. acronym,
  20. address,
  21. big,
  22. cite,
  23. code,
  24. del,
  25. dfn,
  26. em,
  27. font,
  28. img,
  29. ins,
  30. kbd,
  31. q,
  32. s,
  33. samp,
  34. small,
  35. strike,
  36. strong,
  37. sub,
  38. sup,
  39. tt,
  40. var,
  41. b,
  42. u,
  43. i,
  44. center,
  45. dl,
  46. dt,
  47. dd,
  48. ol,
  49. ul,
  50. li,
  51. fieldset,
  52. form,
  53. label,
  54. legend,
  55. table,
  56. caption,
  57. tbody,
  58. tfoot,
  59. thead,
  60. tr,
  61. th,
  62. td {
  63. margin: 0;
  64. padding: 0;
  65. border: 0;
  66. outline: 0;
  67. font-size: 100%;
  68. background: transparent;
  69. box-sizing: border-box;
  70. }
  71. img {
  72. vertical-align: middle;
  73. }
  74. input {
  75. border: none;
  76. box-sizing: border-box;
  77. }
  78. .fl {
  79. float: left;
  80. }
  81. .fr {
  82. float: right;
  83. }
  84. .ellipsis {
  85. text-overflow: ellipsis;
  86. overflow: hidden;
  87. white-space: nowrap;
  88. }
  89. .clearfix:after {
  90. content: "";
  91. display: block;
  92. visibility: hidden;
  93. height: 0;
  94. clear: both;
  95. }
  96. .clearfix {
  97. zoom: 1;
  98. }
  99. .to-pdf-html {
  100. position: relative;
  101. font-family: 'Times New Roman', 'Microsoft YaHei';
  102. margin: 0 auto;
  103. }
  104. .to-pdf-html .side {
  105. position: relative;
  106. display: flex;
  107. flex-wrap: wrap;
  108. background-color: #fff;
  109. }
  110. .to-pdf-html .horizontal-line {
  111. box-sizing: border-box;
  112. height: 7.9375mm;
  113. line-height: 7.9375mm;
  114. border-bottom: 0.2645833333333333mm solid #333;
  115. }
  116. .to-pdf-html .paper-item {
  117. font-family: 'Times New Roman', 'Microsoft YaHei';
  118. position: relative;
  119. background-color: #fff;
  120. }
  121. .to-pdf-html .paper-item .page-num {
  122. position: absolute;
  123. bottom: 0;
  124. left: 50%;
  125. transform: translateX(-50%);
  126. line-height: 7.9375mm;
  127. font-size: 3.175mm;
  128. color: #999;
  129. }
  130. .to-pdf-html .paper-line {
  131. position: absolute;
  132. top: 0;
  133. left: 0;
  134. height: 100%;
  135. width: 10.054166666666665mm;
  136. border-right: 0.5291666666666666mm dashed #bbb;
  137. display: none;
  138. }
  139. .to-pdf-html .paper-line img {
  140. position: absolute;
  141. width: 0.5291666666666666mm;
  142. height: 100%;
  143. right: 0;
  144. top: 50%;
  145. margin-top: -148.16666666666666mm;
  146. }
  147. .to-pdf-html .paper-line .line {
  148. position: absolute;
  149. right: -2.1166666666666663mm;
  150. width: 4.2333333333333325mm;
  151. height: 100%;
  152. display: flex;
  153. flex-direction: column;
  154. justify-content: space-around;
  155. }
  156. .to-pdf-html .paper-line.line-left,
  157. .to-pdf-html .paper-line.line-right {
  158. display: block;
  159. border: 0;
  160. }
  161. .to-pdf-html .paper-line.line-right {
  162. left: auto;
  163. right: 0;
  164. border-left: 0.5291666666666666mm dashed #bbb;
  165. }
  166. .to-pdf-html .paper-line.line-right .line {
  167. left: -2.1166666666666663mm;
  168. }
  169. .to-pdf-html .paper-line.line-left {
  170. left: 0;
  171. border-right: 0.5291666666666666mm dashed #bbb;
  172. }
  173. .to-pdf-html .paper-line.line-left .line {
  174. right: -2.1166666666666663mm;
  175. }
  176. .to-pdf-html .paper-line .line span {
  177. display: block;
  178. font-size: 3.175mm;
  179. color: #999;
  180. transform: rotate(-90deg);
  181. -webkit-transform: rotate(-90deg);
  182. /* Firefox */
  183. -moz-transform: rotate(-90deg);
  184. }
  185. .to-pdf-html .paper-line .examinee-info {
  186. position: absolute;
  187. display: flex;
  188. justify-content: space-around;
  189. flex-direction: column;
  190. height: 100%;
  191. width: 10.583333333333334mm;
  192. top: 50%;
  193. transform: translateY(-50%);
  194. left: 0;
  195. }
  196. .to-pdf-html .paper-line .examinee-info .item {
  197. height: 71.4375mm;
  198. font-style: normal;
  199. }
  200. .to-pdf-html .paper-line .examinee-info .item em {
  201. display: block;
  202. width: 3.7041666666666666mm;
  203. margin-left: 2.6458333333333335mm;
  204. font-size: 3.7041666666666666mm;
  205. font-style: normal;
  206. }
  207. .to-pdf-html .paper-line .examinee-info .item em i {
  208. display: block;
  209. font-size: 3.7041666666666666mm;
  210. font-style: normal;
  211. transform: rotate(-90deg);
  212. -webkit-transform: rotate(-90deg);
  213. -ms-transform: rotate(-90deg);
  214. -o-transform: rotate(-90deg);
  215. -moz-transform: rotate(-90deg);
  216. }
  217. .to-pdf-html .paper-line .examinee-info .item span {
  218. display: flex;
  219. flex-direction: column-reverse;
  220. justify-content: center;
  221. align-items: center;
  222. position: relative;
  223. width: 5.291666666666667mm;
  224. height: 52.916666666666664mm;
  225. margin-left: 2.6458333333333335mm;
  226. border-right: 0.5291666666666666mm solid #333;
  227. }
  228. .to-pdf-html .paper-line .examinee-info .item span b {
  229. font-weight: normal;
  230. transform: rotate(-90deg);
  231. -webkit-transform: rotate(-90deg);
  232. display: block;
  233. font-size: 4.2333333333333325mm;
  234. }
  235. .to-pdf-html .paper-line .examinee-info .item span .red {
  236. font-weight: normal;
  237. }
  238. .to-pdf-html .paper-content {
  239. padding: 13.229166666666666mm 7.9375mm;
  240. }
  241. .to-pdf-html .paper-content.line-left {
  242. padding-left: 13.229166666666666mm;
  243. }
  244. .to-pdf-html .paper-content.line-right {
  245. padding-right: 13.229166666666666mm;
  246. }
  247. .to-pdf-html .paper-content.line-right {
  248. padding-left: 7.9375mm;
  249. padding-right: 13.229166666666666mm;
  250. }
  251. .to-pdf-html .paper-title {
  252. height: 14.552083333333332mm;
  253. font-size: 4.762499999999999mm;
  254. margin-bottom: 2.6458333333333335mm;
  255. text-align: center;
  256. }
  257. .to-pdf-html .paper-title textarea {
  258. display: block;
  259. width: 100%;
  260. height: 14.552083333333332mm;
  261. text-align: center;
  262. resize: none;
  263. outline: none;
  264. font-size: 4.762499999999999mm;
  265. box-sizing: border-box;
  266. -webkit-box-sizing: border-box;
  267. border: 0.2645833333333333mm solid #bbbbbb;
  268. color: #000;
  269. }
  270. .to-pdf-html .paper-grade {
  271. display: flex;
  272. display: -webkit-flex;
  273. height: 5.820833333333333mm;
  274. margin-bottom: 2.6458333333333335mm;
  275. }
  276. .to-pdf-html .paper-grade .item {
  277. display: flex;
  278. display: -webkit-flex;
  279. flex: 1;
  280. padding: 0 1.3229166666666667mm;
  281. font-style: normal;
  282. }
  283. .to-pdf-html .paper-grade .item em {
  284. height: 5.820833333333333mm;
  285. line-height: 5.820833333333333mm;
  286. color: #333;
  287. font-style: normal;
  288. font-size: 4.2333333333333325mm;
  289. }
  290. .to-pdf-html .paper-grade .item span {
  291. flex: 1;
  292. -webkit-flex: 1;
  293. height: 5.291666666666667mm;
  294. border-bottom: 0.5291666666666666mm solid #bbbbbb;
  295. display: flex;
  296. display: -webkit-flex;
  297. justify-content: center;
  298. }
  299. .to-pdf-html .paper-grade .item .red {
  300. font-weight: normal;
  301. }
  302. .to-pdf-html .exam-info {
  303. position: relative;
  304. display: flex;
  305. height: 13.229166666666666mm;
  306. justify-content: space-around;
  307. align-items: center;
  308. }
  309. .to-pdf-html .exam-info span {
  310. font-size: 3.7041666666666666mm;
  311. color: #333;
  312. line-height: 13.229166666666666mm;
  313. /* text-align: center; */
  314. overflow: hidden;
  315. text-overflow: ellipsis;
  316. white-space: nowrap;
  317. flex: 1;
  318. }
  319. .to-pdf-html .exam-info span:nth-child(1) {
  320. min-width: 29.104166666666664mm;
  321. }
  322. .to-pdf-html .exam-info span:nth-child(2) {
  323. min-width: 29.104166666666664mm;
  324. }
  325. .to-pdf-html .exam-info .input-paper-info {
  326. width: 14.816666666666666mm;
  327. background: #fff;
  328. }
  329. .to-pdf-html .exam-info .input-paper-info.number {
  330. width: 6.614583333333333mm;
  331. }
  332. .to-pdf-html .exam-info:hover .btn-paper-info {
  333. display: block;
  334. }
  335. .to-pdf-html .paper-attention {
  336. padding-bottom: 5.291666666666667mm;
  337. }
  338. .to-pdf-html .paper-attention .notice-info {
  339. position: relative;
  340. display: flex;
  341. align-items: center;
  342. border: 0.5291666666666666mm solid #bbbbbb;
  343. border-radius: 1.0583333333333331mm;
  344. font-size: 3.175mm;
  345. flex-wrap: wrap;
  346. min-height: 31.75mm;
  347. }
  348. .to-pdf-html .paper-attention .page-width-small.notice-info .tips-info {
  349. width: 66.14583333333333mm;
  350. }
  351. .to-pdf-html .paper-attention .page-width-small.notice-info .simple-border.right {
  352. left: 89.95833333333333mm;
  353. }
  354. .to-pdf-html .paper-attention .notice-info .tips-info {
  355. width: 66.14583333333333mm;
  356. height: 100%;
  357. min-height: 31.75mm;
  358. }
  359. .to-pdf-html .paper-attention .notice-info .simple-border.right {
  360. left: 87.3125mm;
  361. }
  362. .to-pdf-html .paper-attention .notice-info .notice-ewm {
  363. position: relative;
  364. width: 21.166666666666668mm;
  365. }
  366. .to-pdf-html .paper-attention .notice-info .notice-ewm .cover {
  367. position: absolute;
  368. width: 21.166666666666668mm;
  369. height: 21.166666666666668mm;
  370. top: 50%;
  371. left: 50%;
  372. transform: translate(-50%, -50%);
  373. display: flex;
  374. align-items: center;
  375. justify-content: center;
  376. background: #fff;
  377. font-style: normal;
  378. text-align: center;
  379. border: 0.2645833333333333mm dashed #bbb;
  380. z-index: 10;
  381. }
  382. .to-pdf-html .paper-attention .notice-info .notice-ewm .dtk-ewm {
  383. width: 18.520833333333332mm;
  384. height: 18.520833333333332mm;
  385. }
  386. .to-pdf-html .paper-attention .notice-info .tips-info {
  387. display: flex;
  388. position: relative;
  389. width: 100.54166666666667mm;
  390. }
  391. .to-pdf-html .paper-attention .notice-info .warming-info {
  392. display: flex;
  393. flex: 1;
  394. }
  395. .to-pdf-html .paper-attention .notice-info .simple-border {
  396. position: absolute;
  397. height: 100%;
  398. width: 0.5291666666666666mm;
  399. background: #bbb;
  400. left: 7.9375mm;
  401. top: 0;
  402. }
  403. .to-pdf-html .paper-attention .notice-info .simple-border.right {
  404. left: 124.35416666666666mm;
  405. }
  406. .to-pdf-html .paper-attention .notice-info .notice-title {
  407. width: 7.9375mm;
  408. display: flex;
  409. flex-direction: column;
  410. justify-content: space-around;
  411. font-size: 3.7041666666666666mm;
  412. align-items: center;
  413. font-weight: bold;
  414. }
  415. .to-pdf-html .paper-attention .notice-info .notice-title i {
  416. font-style: normal;
  417. }
  418. .to-pdf-html .paper-attention .notice-info .notice-detail {
  419. flex: 1;
  420. padding: 1.3229166666666667mm;
  421. padding-right: 0;
  422. line-height: 4.2333333333333325mm;
  423. color: #333;
  424. border-right: 0.5291666666666666mm solid #bbb;
  425. }
  426. .to-pdf-html .paper-attention .notice-info .notice-detail p {
  427. line-height: 4.2333333333333325mm;
  428. }
  429. .to-pdf-html .paper-attention .notice-info .notice-ewm {
  430. width: 23.8125mm;
  431. min-height: 21.166666666666668mm;
  432. display: flex;
  433. justify-content: center;
  434. align-items: center;
  435. }
  436. .to-pdf-html .paper-attention .notice-info .notice-ewm .dtk-ewm {
  437. width: 21.166666666666668mm;
  438. height: 21.166666666666668mm;
  439. }
  440. .to-pdf-html .paper-attention .notice-info .notice-ewm .dtk-ewm canvas {
  441. width: 100%;
  442. height: 100%;
  443. }
  444. .to-pdf-html .paper-attention .notice-info .noticeLose {
  445. flex: 1;
  446. padding: 1.3229166666666667mm;
  447. box-sizing: border-box;
  448. line-height: 3.175mm;
  449. }
  450. .to-pdf-html .paper-attention .notice-info .noticeLose p {
  451. line-height: 4.2333333333333325mm;
  452. }
  453. .to-pdf-html .paper-attention .notice-info .noticeLose h4 {
  454. display: flex;
  455. align-items: center;
  456. font-weight: normal;
  457. }
  458. .to-pdf-html .paper-attention .notice-info .noticeLose h4 i {
  459. width: 6.35mm;
  460. height: 3.7041666666666666mm;
  461. margin-left: 2.6458333333333335mm;
  462. border: 0.5291666666666666mm solid #bbb;
  463. }
  464. .to-pdf-html .paper-card {
  465. padding-bottom: 2.6458333333333335mm;
  466. }
  467. .to-pdf-html .paper-card .card-flex {
  468. display: flex;
  469. align-items: center;
  470. }
  471. .to-pdf-html .paper-card .card-flex .card-title {
  472. margin-right: 1.3229166666666667mm;
  473. line-height: 5.820833333333333mm;
  474. }
  475. .to-pdf-html .paper-card .card-flex .card-id {
  476. border: 0.2645833333333333mm solid #bbb;
  477. color: #555555;
  478. }
  479. .to-pdf-html .paper-card .card-flex .card-id .square {
  480. display: block;
  481. width: 5.820833333333333mm;
  482. height: 5.291666666666667mm;
  483. border-right: 0.2645833333333333mm solid #bbb;
  484. }
  485. .to-pdf-html .paper-card .card-flex .card-id .iconfont {
  486. width: 3.4395833333333328mm;
  487. height: 2.6458333333333335mm;
  488. line-height: 2.6458333333333335mm;
  489. font-size: 2.9104166666666664mm;
  490. color: #666;
  491. }
  492. .to-pdf-html .paper-card .card-flex .card-id ul {
  493. border-top: 0.2645833333333333mm solid #bbb;
  494. }
  495. .to-pdf-html .paper-card .card-flex .card-id > div:last-child .square {
  496. border-right: 0;
  497. }
  498. .to-pdf-html .paper-card .card-flex .card-id > div:last-child li {
  499. border-right: 0;
  500. }
  501. .to-pdf-html .paper-card .card-flex .card-id li {
  502. width: 5.820833333333333mm;
  503. height: 5.291666666666667mm;
  504. line-height: 5.291666666666667mm;
  505. text-align: center;
  506. list-style: none;
  507. border-right: 0.2645833333333333mm solid #bbb;
  508. }
  509. .to-pdf-html .paper-card .card-flex .card-id li img {
  510. width: 3.96875mm;
  511. height: 3.175mm;
  512. }
  513. .to-pdf-html .paper-card .card-flex .card-id.only-code {
  514. border: 0;
  515. }
  516. .to-pdf-html .paper-card .card-flex .card-id.only-code > div {
  517. border: 0.2645833333333333mm solid #bbb;
  518. }
  519. .to-pdf-html .paper-card .card-flex .card-id.only-code .square {
  520. border-right: 0.2645833333333333mm solid #bbb !important;
  521. }
  522. .to-pdf-html .paper-card .card-flex .card-id.only-code .square:last-child {
  523. border: 0!important;
  524. }
  525. .to-pdf-html .paper-card .card-flex .card-code {
  526. flex: 1;
  527. -webkit-flex: 1;
  528. text-align: right;
  529. }
  530. .to-pdf-html .paper-card .card-flex .card-code .code-img {
  531. padding: 2.6458333333333335mm;
  532. border: 0.2645833333333333mm dashed #bbb;
  533. border-radius: 0.79375mm;
  534. }
  535. .to-pdf-html .paper-card .card-flex .card-code .code-img .code-words {
  536. display: flex;
  537. display: -webkit-flex;
  538. flex-direction: column;
  539. align-items: center;
  540. text-align: center;
  541. justify-content: space-around;
  542. width: 26.458333333333332mm;
  543. height: 52.916666666666664mm;
  544. border: 0.5291666666666666mm solid #bbb;
  545. border-radius: 0.79375mm;
  546. }
  547. .to-pdf-html .paper-card .card-flex .card-code .code-img .code-words.cross-code {
  548. width: 52.916666666666664mm;
  549. height: 26.458333333333332mm;
  550. flex-direction: row;
  551. }
  552. .to-pdf-html .paper-card .card-flex .card-code .code-img .code-words i {
  553. font-style: normal;
  554. color: #bbb;
  555. }
  556. .to-pdf-html .paper-topic .big-topic-title {
  557. font-family: 'MicroSoft YaHei';
  558. padding: 1.3229166666666667mm 0;
  559. font-size: 3.7041666666666666mm;
  560. color: #555555;
  561. line-height: 5.291666666666667mm;
  562. font-weight: bold;
  563. text-align: justify;
  564. border: 0.5291666666666666mm solid transparent;
  565. border-radius: 0.79375mm;
  566. }
  567. .to-pdf-html .paper-topic .big-topic-title:focus {
  568. border-color: #333;
  569. }
  570. .to-pdf-html .paper-topic .big-topic-title span {
  571. font-size: 3.175mm;
  572. font-weight: normal;
  573. }
  574. .to-pdf-html .paper-topic .topic-choice {
  575. /* .single-option.more-option{
  576. width: 55.5625mm;
  577. } */
  578. }
  579. .to-pdf-html .paper-topic .topic-choice.flex-direction-1 .single-option {
  580. flex-direction: row;
  581. -webkit-flex-direction: row;
  582. }
  583. .to-pdf-html .paper-topic .topic-choice.flex-direction-1 .single-option li {
  584. flex-direction: column;
  585. -webkit-flex-direction: column;
  586. }
  587. .to-pdf-html .paper-topic .topic-choice.flex-direction-0 .single-option {
  588. flex-direction: column;
  589. -webkit-flex-direction: column;
  590. }
  591. .to-pdf-html .paper-topic .topic-choice.flex-direction-0 .single-option li {
  592. flex-direction: row;
  593. -webkit-flex-direction: row;
  594. }
  595. .to-pdf-html .paper-topic .topic-choice .single-option {
  596. flex-direction: column;
  597. position: relative;
  598. padding: 2.6458333333333335mm;
  599. display: flex;
  600. display: -webkit-flex;
  601. font-size: 3.175mm;
  602. flex-wrap: wrap;
  603. -webkit-flex-wrap: wrap;
  604. align-content: flex-start;
  605. -webkit-align-content: flex-start;
  606. /* min-height: 26.458333333333332mm; */
  607. }
  608. .to-pdf-html .paper-topic .topic-choice .single-option .iconfont {
  609. font-size: 3.175mm;
  610. color: #666;
  611. }
  612. .to-pdf-html .paper-topic .topic-choice .single-option li {
  613. display: flex;
  614. -webkit-display: flex;
  615. align-items: center;
  616. }
  617. .to-pdf-html .paper-topic .topic-choice .single-option li em,
  618. .to-pdf-html .paper-topic .topic-choice .single-option li span {
  619. display: flex;
  620. -webkit-display: flex;
  621. width: 3.96875mm;
  622. height: 3.175mm;
  623. text-align: center;
  624. margin: 0.79375mm 1.0583333333333331mm;
  625. font-style: normal;
  626. align-items: center;
  627. justify-content: center;
  628. }
  629. .to-pdf-html .paper-topic .topic-choice .single-option li em {
  630. margin: 0.79375mm 0;
  631. width: 5.291666666666667mm;
  632. }
  633. .to-pdf-html .paper-topic .topic-fill {
  634. padding: 2.6458333333333335mm;
  635. }
  636. .to-pdf-html .paper-topic .topic-fill .subjectCol {
  637. width: 100%;
  638. line-height: 10.583333333333334mm;
  639. }
  640. .to-pdf-html .paper-topic .topic-fill .subjectCol.col-1 .fill-item {
  641. width: 100%;
  642. }
  643. .to-pdf-html .paper-topic .topic-fill .subjectCol.col-2 .fill-item {
  644. width: calc(50% - 2.6458333333333335mm);
  645. }
  646. .to-pdf-html .paper-topic .topic-fill .subjectCol.col-3 .fill-item {
  647. width: calc(33% - 2.6458333333333335mm);
  648. }
  649. .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item {
  650. float: left;
  651. align-items: flex-end;
  652. padding-right: 0.79375mm;
  653. padding-top: 2.6458333333333335mm;
  654. width: 100%;
  655. display: flex;
  656. }
  657. .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item span {
  658. display: flex;
  659. width: 6.614583333333333mm;
  660. align-items: flex-end;
  661. text-align: center;
  662. line-height: 6.614583333333333mm;
  663. }
  664. .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item em {
  665. position: relative;
  666. height: 10.583333333333334mm;
  667. flex: 1;
  668. border-bottom: 0.2645833333333333mm solid #bbbbbb;
  669. }
  670. .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item strong {
  671. display: flex;
  672. align-items: flex-end;
  673. }
  674. .to-pdf-html .paper-topic .topic-fill .subjectCol .fill-item strong i {
  675. margin-left: -0.2645833333333333mm;
  676. width: 6.614583333333333mm;
  677. height: 6.614583333333333mm;
  678. font-style: normal;
  679. text-align: center;
  680. line-height: 6.614583333333333mm;
  681. border: 0.2645833333333333mm solid #bbb;
  682. font-weight: normal;
  683. color: #999;
  684. }
  685. .to-pdf-html .paper-topic .topic-item {
  686. padding-top: 2.6458333333333335mm;
  687. }
  688. .to-pdf-html .paper-topic .topic-explain .module {
  689. position: relative;
  690. font-size: 3.175mm;
  691. border: 0.5291666666666666mm solid #bbbbbb;
  692. border-radius: 1.0583333333333331mm;
  693. background: #fff;
  694. }
  695. .to-pdf-html .paper-topic .topic-explain .module:hover .btn-paper-info,
  696. .to-pdf-html .paper-topic .topic-explain .module:hover .del-btn {
  697. display: block;
  698. }
  699. .to-pdf-html .paper-topic .topic-explain .module .scoring-box {
  700. width: 100%;
  701. display: flex;
  702. border-bottom: 0.2645833333333333mm solid #bbb;
  703. font-size: 2.6458333333333335mm;
  704. }
  705. .to-pdf-html .paper-topic .topic-explain .module .scoring-box span {
  706. flex: 1;
  707. position: relative;
  708. height: 7.9375mm;
  709. text-align: center;
  710. line-height: 7.9375mm;
  711. border-right: 0.2645833333333333mm solid #bbb;
  712. }
  713. .to-pdf-html .paper-topic .topic-explain .module .scoring-box span:last-child {
  714. border-right: 0.2645833333333333mm solid transparent;
  715. }
  716. .to-pdf-html .paper-topic .topic-explain .module .scoring-box .no-scoring {
  717. flex: initial;
  718. min-width: 10.583333333333334mm;
  719. color: #dddddd;
  720. }
  721. .to-pdf-html .paper-topic .topic-explain .module .optional-box {
  722. position: absolute;
  723. right: 2.6458333333333335mm;
  724. top: 10.847916666666666mm;
  725. height: 3.96875mm;
  726. z-index: 1100;
  727. background-color: #fff;
  728. }
  729. .to-pdf-html .paper-topic .topic-explain .module .optional-box span {
  730. font-size: 3.7041666666666666mm;
  731. margin: 0 2.6458333333333335mm;
  732. text-align: center;
  733. box-sizing: border-box;
  734. }
  735. .to-pdf-html .paper-topic .topic-explain .module .topic-answer-area {
  736. position: relative;
  737. }
  738. .to-pdf-html .paper-topic .topic-explain .module .topic-answer-area img {
  739. max-width: 100%;
  740. max-height: 100%;
  741. }
  742. .to-pdf-html .paper-topic .topic-explain .module .topic-content {
  743. padding: 2.1166666666666663mm;
  744. }
  745. .to-pdf-html .paper-topic .paper-topic-choice {
  746. border: 0;
  747. }
  748. .to-pdf-html .paper-topic .paper-topic-choice .title {
  749. position: relative;
  750. line-height: 5.820833333333333mm;
  751. }
  752. .to-pdf-html .paper-topic .paper-topic-choice .title .topic-no {
  753. position: absolute;
  754. }
  755. .to-pdf-html .paper-topic .paper-topic-choice .title .title-content {
  756. text-indent: 1.5em;
  757. }
  758. .to-pdf-html .paper-topic .paper-topic-choice .options {
  759. display: flex;
  760. width: 100%;
  761. align-items: center;
  762. justify-content: left;
  763. flex-wrap: wrap;
  764. padding-left: 5.291666666666667mm;
  765. }
  766. .to-pdf-html .paper-topic .paper-topic-choice .options li {
  767. padding-right: 7.9375mm;
  768. width: 50%;
  769. display: flex;
  770. align-items: center;
  771. }
  772. .to-pdf-html .paper-topic .paper-topic-choice .options li .options-words {
  773. margin-right: 0.5291666666666666mm;
  774. }
  775. .to-pdf-html .paper-topic .paper-topic-choice .options li.list-style-0 {
  776. width: 100%;
  777. }
  778. .to-pdf-html .paper-topic .paper-topic-choice .options li.list-style-1 {
  779. width: 25%;
  780. }
  781. .to-pdf-html .paper-topic .paper-topic-choice .options li.list-style-2 {
  782. width: 50%;
  783. }
  784. .to-pdf-html .paper-topic .article-chinese {
  785. border: 0.2645833333333333mm solid #000;
  786. }
  787. .to-pdf-html .paper-topic .article-chinese .article-svg {
  788. width: 100%;
  789. }
  790. .to-pdf-html .paper-topic .article-chinese .article-rect {
  791. fill: #fff;
  792. stroke-width: 1;
  793. stroke: #000;
  794. box-sizing: border-box;
  795. }
  796. .to-pdf-html .paper-topic .article-chinese text {
  797. font-size: 3.175mm;
  798. }
  799. .to-pdf-html .choose-topic .title {
  800. position: relative;
  801. line-height: 7.9375mm;
  802. }
  803. .to-pdf-html .choose-topic .title .topic-no {
  804. position: absolute;
  805. }
  806. .to-pdf-html .choose-topic .title .title-content {
  807. text-indent: 2em;
  808. }
  809. .to-pdf-html .topic-box-border {
  810. position: relative;
  811. padding: 0;
  812. display: flex;
  813. flex-wrap: wrap;
  814. font-size: 3.175mm;
  815. border: 0.5291666666666666mm solid #bbbbbb;
  816. border-radius: 1.0583333333333331mm;
  817. -webkit-border-radius: 1.0583333333333331mm;
  818. }
  819. .to-pdf-html .topic-box-border:hover .btn-paper-info {
  820. display: block;
  821. }
  822. .to-pdf-html .topic-box-border:hover .del-btn {
  823. display: block;
  824. }
  825. .to-pdf-html .paper-topic-content {
  826. position: relative;
  827. }
  828. .to-pdf-html .blank-page {
  829. position: absolute;
  830. display: flex;
  831. align-items: center;
  832. justify-content: center;
  833. width: 100%;
  834. top: 0;
  835. right: 0;
  836. border: 0.2645833333333333mm solid #ddd;
  837. box-sizing: border-box;
  838. border-radius: 1.0583333333333331mm;
  839. }
  840. .to-pdf-html .main-dot {
  841. background: #000;
  842. }
  843. .main-dot {
  844. position: absolute;
  845. width: 10.58333333mm;
  846. height: 5.29166667mm;
  847. }
  848. .main-dot.dox-1 {
  849. top: 5.291666666666667mm;
  850. left: 7.9375mm;
  851. }
  852. .main-dot.dox-2 {
  853. top: 5.291666666666667mm;
  854. }
  855. .main-dot.dox-3 {
  856. top: 5.291666666666667mm;
  857. right: 7.9375mm;
  858. }
  859. .main-dot.dox-4 {
  860. bottom: 5.291666666666667mm;
  861. left: 7.9375mm;
  862. }
  863. .main-dot.dox-5 {
  864. right: 7.9375mm;
  865. bottom: 5.291666666666667mm;
  866. }
  867. .main-dot.page-front.has-line.dox-1,
  868. .main-dot.page-front.has-line.dox-4 {
  869. left: 13.229166666666666mm;
  870. }
  871. .main-dot.page-front.dox-2 {
  872. left: 35%;
  873. }
  874. .main-dot.page-back.has-line.dox-1 {
  875. left: 7.9375mm;
  876. }
  877. .main-dot.page-back.has-line.dox-3,
  878. .main-dot.page-back.has-line.dox-5 {
  879. right: 13.229166666666666mm;
  880. }
  881. .main-dot.page-back.dox-2 {
  882. right: 35%;
  883. }
  884. .title-content {
  885. text-indent: 1.5em;
  886. }
  887. .title-content p {
  888. text-indent: 1.5em !important;
  889. line-height: inherit!important;
  890. }