card-temp.css 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423
  1. .card-preview {
  2. padding: 10px 0;
  3. background-color: #f0f0f0;
  4. color: #000;
  5. }
  6. .card-preview .page-box {
  7. margin: 10px auto;
  8. box-shadow: 0 0 4px #ddd;
  9. }
  10. .card-print {
  11. padding: 0;
  12. }
  13. .card-print .page-box {
  14. margin: 0 auto;
  15. box-shadow: none;
  16. page-break-after: always;
  17. }
  18. .card-print .elem-fill-question-first::before {
  19. display: none;
  20. }
  21. .card-print .elem-fill-question .option-item,
  22. .card-print .elem-fill-number .fill-number-option,
  23. .card-print .card-head-body .head-stdno .stdno-fill-option,
  24. .card-print .page-number-rect-list li,
  25. .card-print .card-head-body .head-dynamic-rect {
  26. border-width: 0.5pt;
  27. }
  28. .card-print .elem-fill-question .option-item {
  29. line-height: 9px;
  30. }
  31. .card-print .package-number {
  32. display: block !important;
  33. }
  34. .page-box {
  35. position: relative;
  36. background: #fff;
  37. margin: 0 auto;
  38. font-weight: normal;
  39. font-family: "宋体", "宋体-简", Arial, sans-serif;
  40. }
  41. .page-box .package-number {
  42. position: absolute;
  43. width: 400px;
  44. height: 40px;
  45. padding: 0 20px;
  46. top: 10px;
  47. left: 54%;
  48. text-align: center;
  49. z-index: 99;
  50. display: none;
  51. }
  52. .page-box .package-number img {
  53. display: inline-block;
  54. height: 28px;
  55. width: auto;
  56. border: none;
  57. }
  58. .page-box .package-number p {
  59. line-height: 1;
  60. font-size: 12px;
  61. margin: 0;
  62. }
  63. .page-box .page-main {
  64. height: 100%;
  65. position: relative;
  66. white-space: nowrap;
  67. margin: 0 -10px;
  68. font-size: 0;
  69. }
  70. .page-box .page-main-2 .page-column {
  71. width: 50%;
  72. }
  73. .page-box .page-main-3 .page-column {
  74. width: 33.33%;
  75. }
  76. .page-box .page-main-4 .page-column {
  77. width: 25%;
  78. }
  79. .page-box-A3 {
  80. width: 1586px;
  81. height: 1122px;
  82. }
  83. .page-box-A4 {
  84. width: 793px;
  85. height: 1122px;
  86. }
  87. .page-box-A4 .page-main-inner {
  88. padding: 60px 45px;
  89. }
  90. .page-box-B4 {
  91. width: 1334px;
  92. height: 945px;
  93. }
  94. .page-box-B4 .page-main-inner {
  95. padding: 60px;
  96. }
  97. .page-box-8K {
  98. width: 1474px;
  99. height: 1020px;
  100. }
  101. .page-box-less .page-number-rect {
  102. display: none;
  103. }
  104. .page-main-inner {
  105. position: absolute;
  106. width: 100%;
  107. height: 100%;
  108. top: 0;
  109. left: 0;
  110. padding: 60px 80px;
  111. z-index: 9;
  112. font-size: 0;
  113. }
  114. .page-main-outer {
  115. position: absolute;
  116. top: 0;
  117. left: 0;
  118. right: 0;
  119. bottom: 0;
  120. z-index: 7;
  121. background-color: transparent;
  122. overflow: hidden;
  123. }
  124. .page-column {
  125. display: inline-block;
  126. vertical-align: middle;
  127. position: relative;
  128. height: 100%;
  129. width: 100%;
  130. font-size: 14px;
  131. padding: 0 10px;
  132. }
  133. .page-column-forbid-area {
  134. position: absolute;
  135. top: 0;
  136. left: 0;
  137. bottom: 0;
  138. right: 0;
  139. z-index: 1;
  140. border: 1px solid #000;
  141. overflow: hidden;
  142. }
  143. .page-column-forbid-area > p {
  144. padding: 20px;
  145. position: absolute;
  146. width: 260px;
  147. height: 82px;
  148. top: 50%;
  149. left: 50%;
  150. margin-top: -41px;
  151. margin-left: -130px;
  152. z-index: 9;
  153. font-weight: bold;
  154. font-size: 30px;
  155. color: #333;
  156. background-color: #fff;
  157. text-align: center;
  158. }
  159. .page-column-main {
  160. position: relative;
  161. height: 100%;
  162. }
  163. .page-column-body {
  164. position: absolute;
  165. top: 0;
  166. bottom: 0;
  167. left: 0;
  168. right: 0;
  169. z-index: 9;
  170. }
  171. .page-column-element .element-item {
  172. position: relative;
  173. }
  174. .page-column-element .element-item-width {
  175. width: 100% !important;
  176. }
  177. .page-column-element .element-item::before {
  178. content: "";
  179. position: absolute;
  180. width: 100%;
  181. height: 100%;
  182. top: 0;
  183. left: 0;
  184. box-sizing: border-box;
  185. z-index: 2;
  186. border: 1px solid #000;
  187. border-top: 0;
  188. }
  189. .page-column-element .element-item > div {
  190. z-index: 9;
  191. position: relative;
  192. }
  193. .page-column-element .element-item-card-head::before {
  194. border: 0;
  195. }
  196. .page-column-element .element-item-topic-head::before {
  197. border: 0;
  198. }
  199. .page-column-element .element-item-fill-question::before,
  200. .page-column-element .element-item-fill-line::before {
  201. border-bottom: 0;
  202. }
  203. .page-column-element .element-item-explain::before {
  204. border-bottom-color: transparent;
  205. }
  206. .page-column-element .element-item-type-last::before {
  207. border-bottom: 1px solid #000;
  208. }
  209. .page-column-element:last-child .element-item::before {
  210. border-bottom: 1px solid #000;
  211. }
  212. .page-column-element:last-child
  213. .element-item-card-head.element-item-type-pre::before {
  214. border-bottom: none;
  215. }
  216. .page-locator {
  217. position: absolute;
  218. left: 80px;
  219. right: 80px;
  220. height: 16px;
  221. z-index: 8;
  222. }
  223. .page-locator-top {
  224. top: 30px;
  225. }
  226. .page-locator-bottom {
  227. bottom: 30px;
  228. }
  229. .page-locator-item {
  230. position: absolute;
  231. width: 24px;
  232. border-bottom: 16px solid #000;
  233. top: 0;
  234. }
  235. .page-locator-item:nth-of-type(1) {
  236. left: 0;
  237. }
  238. .page-locator-item:nth-of-type(2) {
  239. right: 96px;
  240. }
  241. .page-box-1 .page-locator-bottom .page-locator-item:nth-of-type(1) {
  242. right: 0;
  243. left: auto;
  244. }
  245. .page-box-1 .page-locator-item:nth-of-type(1) {
  246. left: 96px;
  247. }
  248. .page-box-1 .page-locator-item:nth-of-type(2) {
  249. right: 0;
  250. }
  251. .page-number {
  252. position: absolute;
  253. bottom: 30px;
  254. }
  255. .page-number-rect {
  256. left: 25%;
  257. transform: translateX(-50%);
  258. -webkit-transform: translateX(-50%);
  259. }
  260. .page-number-rect-list {
  261. font-size: 0;
  262. }
  263. .page-number-rect-list li {
  264. display: inline-block;
  265. vertical-align: top;
  266. font-size: 14px;
  267. width: 24px;
  268. height: 16px;
  269. border: 1px solid #000;
  270. margin-right: 10px;
  271. }
  272. .page-number-rect-list li.rect-li-act {
  273. background-color: #000;
  274. }
  275. .page-number-text {
  276. right: 25%;
  277. }
  278. .page-number-text-cont {
  279. height: 16px;
  280. line-height: 16px;
  281. }
  282. .page-box-A4 .page-number-rect {
  283. left: 50%;
  284. }
  285. .course-barcode {
  286. position: absolute;
  287. width: 400px;
  288. height: 40px;
  289. padding: 0 20px;
  290. top: 10px;
  291. left: 50%;
  292. margin-left: -400px;
  293. text-align: center;
  294. }
  295. .course-barcode img {
  296. display: inline-block;
  297. height: 28px;
  298. width: auto;
  299. border: none;
  300. }
  301. .course-barcode img[src=""] {
  302. display: none;
  303. }
  304. .course-barcode p {
  305. line-height: 1;
  306. font-size: 12px;
  307. margin: 0;
  308. }
  309. .page-box-A4 .course-barcode {
  310. left: 120px;
  311. margin-left: 0;
  312. }
  313. .page-box-A4 .package-number {
  314. left: 300px;
  315. margin-left: 0;
  316. }
  317. .elem-title {
  318. padding: 10px;
  319. font-size: 14px;
  320. font-weight: bold;
  321. color: rgb(0, 0, 0);
  322. line-height: 1;
  323. white-space: normal;
  324. }
  325. .elem-body {
  326. padding: 10px;
  327. }
  328. .grid-container {
  329. margin-left: -10px;
  330. margin-right: -10px;
  331. }
  332. .grid-row {
  333. display: table;
  334. width: 100%;
  335. border-spacing: 10px 0;
  336. border-collapse: separate;
  337. }
  338. .grid-row:nth-of-type(2) {
  339. margin-top: 10px;
  340. }
  341. .grid-row .grid-col {
  342. display: table-cell;
  343. width: 50%;
  344. vertical-align: top;
  345. border: 1px solid #000;
  346. }
  347. .grid-row .grid-col-dash {
  348. border-style: dashed;
  349. vertical-align: middle;
  350. }
  351. .card-head-top {
  352. text-align: center;
  353. color: #000;
  354. }
  355. .card-head-title {
  356. font-size: 24px;
  357. font-weight: bold;
  358. overflow: hidden;
  359. }
  360. .card-head-title > h1 {
  361. line-height: 33px;
  362. white-space: nowrap;
  363. letter-spacing: -1px;
  364. }
  365. .card-head-subtitle {
  366. height: 44px;
  367. font-size: 14px;
  368. overflow: hidden;
  369. white-space: normal;
  370. margin-bottom: 10px;
  371. }
  372. .card-head-subtitle p {
  373. padding: 0 10px;
  374. line-height: 22px;
  375. height: 22px;
  376. white-space: pre;
  377. }
  378. .card-head-body {
  379. font-weight: normal;
  380. }
  381. .card-head-body .el-col {
  382. padding-top: 5px;
  383. padding-bottom: 5px;
  384. }
  385. .card-head-body-spin {
  386. padding: 5px 12px;
  387. white-space: normal;
  388. word-break: break-all;
  389. }
  390. .card-head-body .stdinfo-item {
  391. height: 30px;
  392. line-height: 30px;
  393. position: relative;
  394. overflow: hidden;
  395. }
  396. .card-head-body .stdinfo-item::after {
  397. content: "";
  398. display: block;
  399. position: absolute;
  400. width: 100%;
  401. border-bottom: 1px solid #000;
  402. bottom: 6px;
  403. left: 0;
  404. z-index: 1;
  405. }
  406. .card-head-body .stdinfo-item > span {
  407. z-index: 2;
  408. display: block;
  409. position: relative;
  410. font-size: 14px;
  411. }
  412. .card-head-body .stdinfo-item > span:first-child {
  413. float: left;
  414. background-color: #fff;
  415. text-align: justify;
  416. font-size: 0px;
  417. }
  418. .card-head-body .stdinfo-item > span:first-child > i {
  419. font-size: 14px;
  420. }
  421. .card-head-body .stdinfo-item > span:first-child::after {
  422. content: "";
  423. display: inline-block;
  424. width: 100%;
  425. height: 0;
  426. line-height: 0;
  427. }
  428. .card-head-body .stdinfo-item > span:nth-of-type(2) {
  429. float: left;
  430. width: 20px;
  431. background-color: #fff;
  432. }
  433. .card-head-body .stdinfo-item > span:last-child {
  434. margin-left: 80px;
  435. height: 100%;
  436. }
  437. .card-head-body .head-stdno {
  438. height: 100%;
  439. padding: 0;
  440. }
  441. .card-head-body .head-stdno .stdno-empty {
  442. min-height: 130px;
  443. font-weight: bold;
  444. letter-spacing: 3px;
  445. text-align: center;
  446. position: relative;
  447. }
  448. .card-head-body .head-stdno .stdno-empty > p {
  449. position: absolute;
  450. left: 0;
  451. width: 100%;
  452. top: 50%;
  453. transform: translateY(-50%);
  454. -webkit-transform: translateY(-50%);
  455. }
  456. .card-head-body .head-stdno .stdno-fill {
  457. min-height: 240px;
  458. height: 100%;
  459. position: relative;
  460. }
  461. .card-head-body .head-stdno .stdno-fill-rect {
  462. font-size: 0;
  463. height: 27px;
  464. border-bottom: 1px solid #000;
  465. }
  466. .card-head-body .head-stdno .stdno-fill-number {
  467. display: inline-block;
  468. vertical-align: top;
  469. width: 7.692%;
  470. height: 100%;
  471. }
  472. .card-head-body .head-stdno .stdno-fill-number:not(:last-child) {
  473. border-right: 1px solid #000;
  474. }
  475. .card-head-body .head-stdno .stdno-fill-head {
  476. position: absolute;
  477. width: 100%;
  478. height: 51px;
  479. top: 0;
  480. left: 0;
  481. z-index: 9;
  482. }
  483. .card-head-body .head-stdno .stdno-fill-head > h5 {
  484. border-bottom: 1px solid #000;
  485. line-height: 24px;
  486. font-size: 14px;
  487. font-weight: bold;
  488. text-align: center;
  489. }
  490. .card-head-body .head-stdno .stdno-fill-body {
  491. position: absolute;
  492. top: 0;
  493. bottom: 0;
  494. padding-top: 51px;
  495. display: table;
  496. width: 100%;
  497. }
  498. .card-head-body .head-stdno .stdno-fill-list {
  499. display: table-cell;
  500. width: 7.692%;
  501. padding: 1px 0;
  502. }
  503. .card-head-body .head-stdno .stdno-fill-option {
  504. margin: 8px auto;
  505. width: 18px;
  506. height: 10px;
  507. font-size: 12px;
  508. line-height: 8px;
  509. text-align: center;
  510. color: #000;
  511. border: 1px solid #000;
  512. font-family: "Times New Roman", Arial, sans-serif;
  513. }
  514. .card-head-body .head-stdno .stdno-fill-option > i {
  515. display: inline-block;
  516. transform: scale(0.67, 0.67);
  517. -webkit-transform: scale(0.67, 0.67);
  518. }
  519. .card-head-body .head-stdno .stdno-auto-barcode {
  520. height: 70px;
  521. text-align: center;
  522. }
  523. .card-head-body .head-stdno .stdno-auto-barcode > img {
  524. display: block;
  525. height: 50px;
  526. width: 300px;
  527. margin: 0 auto;
  528. }
  529. .card-head-body .head-stdno .stdno-auto-barcode > p {
  530. line-height: 20px;
  531. }
  532. .card-head-body .head-notice > h4 {
  533. font-weight: normal;
  534. margin-bottom: 8px;
  535. line-height: 20px;
  536. }
  537. .card-head-body .head-notice-cont {
  538. line-height: 1.5;
  539. font-size: 12px;
  540. margin-bottom: 5px;
  541. }
  542. .card-head-body .head-notice-cont > span {
  543. display: block;
  544. }
  545. .card-head-body .head-notice-cont > span:first-child {
  546. width: 20px;
  547. white-space: nowrap;
  548. float: left;
  549. }
  550. .card-head-body .head-notice-cont > span:last-child {
  551. margin-left: 20px;
  552. }
  553. .card-head-body .head-notice-exam-number-fill span {
  554. display: inline;
  555. }
  556. .card-head-body .head-notice-exam-number-fill span:first-child {
  557. float: none;
  558. }
  559. .card-head-body .head-notice-exam-number-fill span:last-child {
  560. margin: 0;
  561. }
  562. .card-head-body .head-dynamic {
  563. padding: 0;
  564. font-size: 12px;
  565. border-spacing: 0;
  566. border-collapse: collapse;
  567. }
  568. .card-head-body .head-dynamic-part:not(:last-child) {
  569. border-bottom: 1px solid #000;
  570. }
  571. .card-head-body .head-dynamic-write {
  572. padding: 5px 12px;
  573. }
  574. .card-head-body .head-dynamic-write .stdinfo-item {
  575. margin-bottom: 0;
  576. }
  577. .card-head-body .head-dynamic-write > p {
  578. line-height: 18px;
  579. }
  580. .card-head-body .head-dynamic-missfill {
  581. display: table;
  582. width: 100%;
  583. }
  584. .card-head-body .head-dynamic-miss {
  585. padding: 10px;
  586. display: table-cell;
  587. vertical-align: middle;
  588. }
  589. .card-head-body .head-dynamic-miss:nth-of-type(2) {
  590. border-left: 1px solid #000;
  591. }
  592. .card-head-body .head-dynamic-miss span {
  593. display: block;
  594. }
  595. .card-head-body .head-dynamic-miss .head-dynamic-content {
  596. height: 14px;
  597. line-height: 14px;
  598. }
  599. .card-head-body .head-dynamic-miss .dynamic-miss-title {
  600. width: 54px;
  601. float: left;
  602. }
  603. .card-head-body .head-dynamic-miss .dynamic-miss-body {
  604. margin-left: 54px;
  605. height: 14px;
  606. text-align: center;
  607. font-size: 0;
  608. }
  609. .card-head-body .head-dynamic-fill {
  610. padding: 10px;
  611. }
  612. .card-head-body .head-dynamic-fill p {
  613. display: inline-block;
  614. vertical-align: middle;
  615. line-height: 18px;
  616. word-wrap: normal;
  617. }
  618. .card-head-body .head-dynamic-fill p:first-child {
  619. margin-right: 20px;
  620. }
  621. .card-head-body .head-dynamic-fill p > span,
  622. .card-head-body .head-dynamic-fill p > i {
  623. display: inline-block;
  624. vertical-align: middle;
  625. box-sizing: border-box;
  626. }
  627. .card-head-body .head-dynamic-fill p:first-child i {
  628. width: 28px;
  629. height: 14px;
  630. background-color: #000;
  631. }
  632. .card-head-body .head-dynamic-fill p:last-child > i {
  633. width: 28px;
  634. height: 14px;
  635. border: 1px solid #000;
  636. font-size: 14px;
  637. font-weight: bold;
  638. margin-right: 6px;
  639. line-height: 12px;
  640. text-align: center;
  641. }
  642. .card-head-body .head-dynamic-fill p:last-child > i:last-child {
  643. margin-right: 0;
  644. }
  645. .card-head-body .head-dynamic-fill p:last-child > i:nth-of-type(3)::before {
  646. content: "";
  647. display: inline-block;
  648. vertical-align: top;
  649. margin-left: -5px;
  650. height: 100%;
  651. width: 5px;
  652. background-color: #000;
  653. }
  654. .card-head-body .head-dynamic-fill p:last-child > i:nth-of-type(4)::before {
  655. content: "";
  656. display: inline-block;
  657. margin-top: 1px;
  658. width: 10px;
  659. height: 10px;
  660. border-radius: 50%;
  661. background-color: #000;
  662. }
  663. .card-head-body .head-dynamic-rect {
  664. display: inline-block;
  665. vertical-align: middle;
  666. width: 24px;
  667. height: 12px;
  668. border: 1px solid #000;
  669. font-size: 12px;
  670. text-align: center;
  671. line-height: 10px;
  672. color: #000;
  673. margin: 0 5px;
  674. font-family: "Times New Roman", Arial, sans-serif;
  675. }
  676. .card-head-body .head-dynamic-rect > i {
  677. display: inline-block;
  678. transform: scale(0.67, 0.67);
  679. -webkit-transform: scale(0.67, 0.67);
  680. }
  681. .card-head-body .head-dynamic-aorb {
  682. display: table;
  683. width: 100%;
  684. }
  685. .card-head-body .head-dynamic-aorb .dynamic-aorb-item {
  686. display: table-cell;
  687. vertical-align: middle;
  688. }
  689. .card-head-body .head-dynamic-aorb-fill .dynamic-aorb-item:first-child {
  690. border: none;
  691. }
  692. .card-head-body .head-dynamic-aorb .dynamic-aorb-title {
  693. width: 40%;
  694. padding: 10px;
  695. }
  696. .card-head-body .head-dynamic-aorb .dynamic-aorb-info {
  697. width: 60%;
  698. font-size: 16px;
  699. position: relative;
  700. overflow: hidden;
  701. text-align: center;
  702. }
  703. .card-head-body .head-dynamic-aorb .dynamic-aorb-info .dynamic-aorb-content {
  704. position: absolute;
  705. top: 50%;
  706. left: 0;
  707. width: 100%;
  708. transform: translateY(-50%);
  709. -webkit-transform: translateY(-50%);
  710. z-index: auto;
  711. }
  712. .card-head-body .head-dynamic-aorb .dynamic-aorb-barcode img {
  713. display: block;
  714. position: relative;
  715. margin: 0 auto;
  716. width: 200px;
  717. height: 26px;
  718. padding: 7px 0;
  719. }
  720. .card-head-body .head-dynamic-aorb .dynamic-aorb-rects {
  721. width: 60%;
  722. padding: 16px 10px;
  723. text-align: center;
  724. }
  725. .card-head-body .head-dynamic-aorb .head-dynamic-rect {
  726. margin: 0 30px;
  727. }
  728. .card-head-body .head-dynamic-aorb .head-dynamic-rect:first-child {
  729. margin-left: 0;
  730. }
  731. .card-head-body .head-dynamic-aorb .head-dynamic-rect:last-child {
  732. margin-right: 0;
  733. }
  734. .card-head-part {
  735. border: 1px solid #000;
  736. }
  737. .card-head-part:not(:last-child) {
  738. margin-bottom: 10px;
  739. }
  740. .card-head-normal .head-dynamic-1 .head-dynamic-part {
  741. height: 100%;
  742. }
  743. .card-head-narrow .head-stdno {
  744. height: 138px;
  745. }
  746. .card-head-narrow .head-stdno .stdno-auto {
  747. position: relative;
  748. top: 50%;
  749. margin-top: -40px;
  750. }
  751. .card-head-handle.card-head-narrow .head-stdno {
  752. height: 242px;
  753. }
  754. .card-head-body-auto-resize {
  755. margin-left: -5px;
  756. margin-right: -5px;
  757. overflow: hidden;
  758. }
  759. .card-head-body-auto-resize.col-item-auto-height .card-head-body-spin {
  760. height: auto;
  761. }
  762. .card-head-body-auto-resize .head-dynamic-2 .head-dynamic-part {
  763. height: auto;
  764. }
  765. .card-head-body-auto-resize .rect-col {
  766. padding: 5px;
  767. }
  768. .card-head-body-auto-resize .rect-col:first-child {
  769. float: left;
  770. width: 50%;
  771. }
  772. .card-head-body-auto-resize .rect-col:last-child {
  773. float: right;
  774. width: 50%;
  775. }
  776. .card-head-body-auto-resize .rect-col-item {
  777. border: 1px solid #000;
  778. }
  779. .card-head-body-auto-resize .rect-col-item:nth-of-type(2) {
  780. margin-top: 10px;
  781. }
  782. .card-head-body-auto-resize .rect-col-item-none {
  783. border: none;
  784. margin: 0 !important;
  785. }
  786. .elem-topic-head {
  787. text-align: center;
  788. }
  789. .elem-topic-head .elem-body {
  790. padding: 0;
  791. border: 1px solid #000;
  792. }
  793. .elem-topic-head-pad {
  794. padding-top: 10px;
  795. }
  796. .elem-topic-head-empty .elem-body {
  797. border-top: none;
  798. }
  799. .elem-topic-head h3 {
  800. font-size: 16px;
  801. height: 29px;
  802. line-height: 28px;
  803. border-bottom: 1px dotted #000;
  804. font-weight: normal;
  805. }
  806. .elem-topic-head p {
  807. font-size: 12px;
  808. height: 22px;
  809. line-height: 22px;
  810. white-space: nowrap;
  811. overflow: hidden;
  812. }
  813. .elem-line-horizontal {
  814. height: 100%;
  815. line-height: 30px;
  816. }
  817. .elem-line-horizontal .line-body {
  818. display: inline-block;
  819. vertical-align: middle;
  820. width: 100%;
  821. border-bottom: 1px solid #000;
  822. }
  823. .elem-line-vertical {
  824. height: 100%;
  825. text-align: center;
  826. }
  827. .elem-line-vertical .line-body {
  828. display: inline-block;
  829. vertical-align: top;
  830. height: 100%;
  831. border-left: 1px solid #000;
  832. }
  833. .elem-lines .line-item {
  834. display: inline-block;
  835. vertical-align: top;
  836. }
  837. .elem-rect .rect-body {
  838. position: absolute;
  839. width: 100%;
  840. height: 100%;
  841. top: 0;
  842. left: 0;
  843. }
  844. .elem-text .text-body {
  845. padding: 5px;
  846. line-height: 1.4;
  847. }
  848. .elem-text .text-body span {
  849. white-space: pre-wrap;
  850. word-wrap: normal;
  851. word-break: break-all;
  852. }
  853. .elem-text .text-body span.cont-variate {
  854. color: #a0a0a0;
  855. margin: 0 2px;
  856. }
  857. .elem-barcode {
  858. height: 100%;
  859. border-color: transparent;
  860. border-width: 1pt;
  861. position: relative;
  862. }
  863. .elem-barcode > img {
  864. max-height: 100%;
  865. max-width: 100%;
  866. position: absolute;
  867. top: 0;
  868. bottom: 0;
  869. left: 0;
  870. right: 0;
  871. margin: auto;
  872. }
  873. .elem-image {
  874. height: 100%;
  875. border-color: transparent;
  876. border-width: 1pt;
  877. position: relative;
  878. }
  879. .elem-image > p {
  880. position: absolute;
  881. width: 100%;
  882. height: 100%;
  883. top: 0;
  884. left: 0;
  885. display: table;
  886. text-align: center;
  887. color: #b0b0b0;
  888. font-size: 30pt;
  889. }
  890. .elem-image > p i {
  891. display: table-cell;
  892. vertical-align: middle;
  893. }
  894. .elem-image > img {
  895. max-height: 100%;
  896. max-width: 100%;
  897. position: absolute;
  898. top: 0;
  899. bottom: 0;
  900. left: 0;
  901. right: 0;
  902. margin: auto;
  903. }
  904. .elem-grids > table {
  905. table-layout: fixed;
  906. border-spacing: 0;
  907. border-collapse: collapse;
  908. }
  909. .elem-grids > table td {
  910. border: 1px solid #000;
  911. }
  912. .elem-grids-halving > table {
  913. table-layout: auto;
  914. width: 100%;
  915. }
  916. .elem-grids-halving td > div {
  917. padding-bottom: 100%;
  918. }
  919. .elem-pane {
  920. height: 100%;
  921. }
  922. .elem-fill-question {
  923. white-space: normal;
  924. }
  925. .elem-fill-question-first::before {
  926. content: "";
  927. position: absolute;
  928. right: 0;
  929. top: 0;
  930. z-index: 99;
  931. color: #fff;
  932. padding: 6px 10px;
  933. line-height: 1;
  934. font-size: 18px;
  935. border-bottom-left-radius: 10px;
  936. }
  937. .elem-fill-question-first.elem-fill-question-simple::before {
  938. content: "单选";
  939. background-color: #65d5ad;
  940. }
  941. .elem-fill-question-first.elem-fill-question-multiply::before {
  942. content: "多选";
  943. background-color: #617bea;
  944. }
  945. .elem-fill-question-first.elem-fill-question-boolean::before {
  946. content: "判断";
  947. background-color: #ffa952;
  948. }
  949. .elem-fill-question-boolean .option-item:nth-of-type(2) i {
  950. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAItJREFUOE/Vk9ERgCAMQ8M+GUInEyfTITKQV065KuDh8SWftHkNAQIGVxjU44cAkhHAAmCVFD8dwYktulnS3g2oiY2SAdZglmq34sS7pNn3JADJCcAGoGggaftWL2qFgzOc3OjEKbCau1sG3uo51TRN8c3BRX+E9SquAlwmU8t2EeLIf+h+B60hw4ADyTE7EWzzfYYAAAAASUVORK5CYII=);
  951. background-size: 100% 100%;
  952. width: 10px;
  953. height: 10px;
  954. margin-top: -1px;
  955. }
  956. .elem-fill-question-boolean .option-item:nth-of-type(3) i {
  957. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAIVJREFUOE+tk9sNwCAIRa/7MES7WTerQ7BPGxolCpKmVT+Fe3gnTL40qUcHIKKNmXMEFTsA8TmqjwKK8SyG3YIiewQQjkKMGMysOlcCgJrFAykZdX9tdq6JNprphyttOIUA4sQCXw+YKmEg/tZEIrqapoVjbEe8bpEk8tsqj3zWHtOfy7wB41tXEXo/wKEAAAAASUVORK5CYII=);
  958. background-size: 100% 100%;
  959. width: 8px;
  960. height: 8px;
  961. }
  962. .elem-fill-question .elem-body {
  963. padding: 10px 5px;
  964. font-size: 0;
  965. }
  966. .elem-fill-question .group-item {
  967. font-family: "Times New Roman", Arial, sans-serif;
  968. display: inline-block;
  969. vertical-align: top;
  970. font-size: 0;
  971. }
  972. .elem-fill-question .question-item {
  973. font-size: 0;
  974. }
  975. .elem-fill-question .option-item {
  976. display: inline-block;
  977. vertical-align: middle;
  978. padding: 0;
  979. width: 18px;
  980. height: 10px;
  981. text-align: center;
  982. font-size: 12px;
  983. line-height: 8px;
  984. border: 1px solid #000;
  985. color: #000;
  986. box-sizing: border-box;
  987. }
  988. .elem-fill-question .option-item > i {
  989. display: inline-block;
  990. transform: scale(0.67, 0.67);
  991. -webkit-transform: scale(0.67, 0.67);
  992. }
  993. .elem-fill-question .option-item:first-child {
  994. text-align: center;
  995. border: none;
  996. font-size: 12px;
  997. line-height: 10px;
  998. color: #000;
  999. }
  1000. .elem-fill-question .option-item:first-child > i {
  1001. transform: scale(0.9, 0.9);
  1002. -webkit-transform: scale(0.9, 0.9);
  1003. }
  1004. .elem-fill-question .option-item:last-child {
  1005. margin-right: 0 !important;
  1006. }
  1007. .elem-fill-question-vertical .elem-body {
  1008. padding: 10px 20px;
  1009. }
  1010. .elem-fill-question-vertical .question-item {
  1011. display: inline-block;
  1012. vertical-align: top;
  1013. }
  1014. .elem-fill-question-vertical .question-item:last-child {
  1015. margin-right: 0 !important;
  1016. }
  1017. .elem-fill-question-vertical .option-item {
  1018. display: block;
  1019. }
  1020. .elem-fill-question-vertical .option-item:first-child {
  1021. padding: 0;
  1022. text-align: center;
  1023. }
  1024. .elem-fill-question-vertical .option-item:last-child {
  1025. margin-bottom: 0 !important;
  1026. }
  1027. .elem-fill-area .option-item {
  1028. display: inline-block;
  1029. vertical-align: middle;
  1030. width: 30px;
  1031. height: 16px;
  1032. border: 1px solid #000;
  1033. }
  1034. .elem-fill-area .option-item:last-child {
  1035. margin-right: 0 !important;
  1036. }
  1037. .elem-fill-area-vertical .option-item {
  1038. display: block;
  1039. }
  1040. .elem-fill-area-vertical .option-item:last-child {
  1041. margin-bottom: 0 !important;
  1042. }
  1043. .elem-fill-line {
  1044. white-space: normal;
  1045. }
  1046. .elem-fill-line .elem-body {
  1047. padding: 0 15px 0 10px;
  1048. font-size: 0;
  1049. }
  1050. .elem-fill-line .elem-fill-quesiton {
  1051. display: inline-block;
  1052. vertical-align: top;
  1053. position: relative;
  1054. padding: 0 1px;
  1055. font-size: 12px;
  1056. }
  1057. .elem-fill-line .elem-fill-quesiton li.elem-fill-line {
  1058. height: 40px;
  1059. position: relative;
  1060. margin: 0 10px 0 20px;
  1061. z-index: 8;
  1062. }
  1063. .elem-fill-line .elem-fill-quesiton li.elem-fill-line::after {
  1064. content: "";
  1065. display: block;
  1066. position: absolute;
  1067. width: 100%;
  1068. border-bottom: 1px solid #000;
  1069. bottom: 8px;
  1070. }
  1071. .elem-fill-line .elem-fill-quesiton li.elem-fill-no {
  1072. position: absolute;
  1073. top: 2px;
  1074. bottom: 2px;
  1075. left: 1px;
  1076. z-index: 9;
  1077. min-width: 20px;
  1078. text-align: left;
  1079. background-color: #fff;
  1080. border: none;
  1081. }
  1082. .elem-fill-line .elem-fill-quesiton li.elem-fill-no span {
  1083. display: block;
  1084. position: relative;
  1085. padding-bottom: 5px;
  1086. padding-right: 3px;
  1087. transform: translateY(-100%);
  1088. -webkit-transform: translateY(-100%);
  1089. }
  1090. .elem-fill-line .elem-fill-quesiton li.elem-fill-comma {
  1091. position: absolute;
  1092. top: 0;
  1093. right: -10px;
  1094. z-index: 9;
  1095. transform: translateY(-100%);
  1096. -webkit-transform: translateY(-100%);
  1097. width: 10px;
  1098. padding-bottom: 4px;
  1099. background-color: #fff;
  1100. text-align: center;
  1101. border: none;
  1102. }
  1103. .elem-explain .elem-title {
  1104. padding-bottom: 0;
  1105. }
  1106. .elem-explain .elem-body {
  1107. min-height: 60px;
  1108. position: relative;
  1109. }
  1110. .elem-explain .elem-explain-no {
  1111. position: absolute;
  1112. left: 20px;
  1113. top: 10px;
  1114. font-size: 12px;
  1115. z-index: 9;
  1116. }
  1117. .elem-explain .elem-explain-elements {
  1118. position: absolute;
  1119. width: 100%;
  1120. height: 100%;
  1121. top: 0;
  1122. left: 0;
  1123. z-index: 8;
  1124. }
  1125. .elem-explain .elem-explain-element .explain-element-body {
  1126. position: absolute;
  1127. }
  1128. .elem-composition .elem-title {
  1129. padding-bottom: 0;
  1130. }
  1131. .elem-composition .elem-body {
  1132. min-height: 60px;
  1133. position: relative;
  1134. }
  1135. .elem-composition-elements {
  1136. position: absolute;
  1137. width: 100%;
  1138. height: 100%;
  1139. top: 0;
  1140. left: 0;
  1141. z-index: 8;
  1142. }
  1143. .elem-composition .elem-composition-element .composition-element-body {
  1144. position: absolute;
  1145. overflow: hidden;
  1146. }
  1147. .elem-fill-number {
  1148. border: 1px solid #000;
  1149. }
  1150. .elem-fill-number .fill-number-rect {
  1151. font-size: 0;
  1152. height: 27px;
  1153. border-bottom: 1px solid #000;
  1154. }
  1155. .elem-fill-number .fill-number-number {
  1156. display: inline-block;
  1157. vertical-align: top;
  1158. width: 7.692%;
  1159. height: 100%;
  1160. }
  1161. .elem-fill-number .fill-number-number:not(:last-child) {
  1162. border-right: 1px solid #000;
  1163. }
  1164. .elem-fill-number .fill-number-head {
  1165. height: 51px;
  1166. }
  1167. .elem-fill-number .fill-number-head > h5 {
  1168. border-bottom: 1px solid #000;
  1169. line-height: 24px;
  1170. font-size: 16px;
  1171. font-weight: bold;
  1172. text-align: center;
  1173. }
  1174. .elem-fill-number .fill-number-body {
  1175. display: table;
  1176. width: 100%;
  1177. }
  1178. .elem-fill-number .fill-number-list {
  1179. display: table-cell;
  1180. width: 7.692%;
  1181. padding: 1px 0;
  1182. }
  1183. .elem-fill-number .fill-number-option {
  1184. margin: 8px auto;
  1185. width: 18px;
  1186. height: 10px;
  1187. font-size: 12px;
  1188. line-height: 8px;
  1189. text-align: center;
  1190. color: #000;
  1191. border: 1px solid #000;
  1192. font-family: "Times New Roman", Arial, sans-serif;
  1193. }
  1194. .elem-fill-number .fill-number-option > i {
  1195. display: inline-block;
  1196. transform: scale(0.67, 0.67);
  1197. -webkit-transform: scale(0.67, 0.67);
  1198. }
  1199. .elem-fill-field {
  1200. white-space: normal;
  1201. overflow: hidden;
  1202. }
  1203. .fill-field-item {
  1204. display: inline-block;
  1205. padding: 0 10px;
  1206. width: 100%;
  1207. }
  1208. .fill-field-content {
  1209. height: 30px;
  1210. line-height: 26px;
  1211. overflow: hidden;
  1212. position: relative;
  1213. }
  1214. .fill-field-content::after {
  1215. content: "";
  1216. display: block;
  1217. position: absolute;
  1218. width: 100%;
  1219. border-bottom: 1px solid #000;
  1220. bottom: 2px;
  1221. left: 0;
  1222. z-index: 1;
  1223. }
  1224. .fill-field-content > span {
  1225. z-index: 2;
  1226. display: block;
  1227. position: relative;
  1228. font-size: 14px;
  1229. }
  1230. .fill-field-content > span:first-child {
  1231. float: left;
  1232. background-color: #fff;
  1233. text-align: justify;
  1234. font-size: 0px;
  1235. }
  1236. .fill-field-content > span:first-child > i {
  1237. font-size: 14px;
  1238. }
  1239. .fill-field-content > span:first-child::after {
  1240. content: "";
  1241. display: inline-block;
  1242. width: 100%;
  1243. height: 0;
  1244. line-height: 0;
  1245. }
  1246. .fill-field-content > span:nth-of-type(2) {
  1247. float: left;
  1248. width: 20px;
  1249. background-color: #fff;
  1250. }
  1251. .fill-field-content > span:last-child {
  1252. margin-left: 80px;
  1253. height: 100%;
  1254. }
  1255. .elem-fill-pane {
  1256. font-size: 0;
  1257. white-space: normal;
  1258. overflow: hidden;
  1259. }
  1260. .elem-fill-pane .fill-pane-item {
  1261. display: inline-block;
  1262. vertical-align: top;
  1263. font-size: 14px;
  1264. }
  1265. .elem-fill-pane .fill-pane-cont {
  1266. border: 1px solid #000;
  1267. }
  1268. .elem-forbid-area {
  1269. height: 100%;
  1270. position: relative;
  1271. }
  1272. .elem-forbid-area .text-body {
  1273. position: absolute;
  1274. width: 100%;
  1275. left: 0;
  1276. top: 50%;
  1277. transform: translateY(-50%);
  1278. -webkit-transform: translateY(-50%);
  1279. font-size: 30px;
  1280. text-align: center;
  1281. }
  1282. .elem-fill-table .table {
  1283. width: 100%;
  1284. border-spacing: 0;
  1285. border-collapse: collapse;
  1286. text-align: left;
  1287. }
  1288. .elem-fill-table .table td {
  1289. padding: 0;
  1290. }
  1291. .elem-undertaking {
  1292. position: absolute;
  1293. width: 60px;
  1294. top: 60px;
  1295. bottom: 60px;
  1296. right: 10px;
  1297. font-size: 12px;
  1298. line-height: 15px;
  1299. }
  1300. .elem-undertaking .para-text {
  1301. width: 15px;
  1302. text-align: center;
  1303. position: absolute;
  1304. top: 0;
  1305. }
  1306. .elem-undertaking .para-text span {
  1307. display: inline-block;
  1308. transform: rotate(90deg);
  1309. -webkit-transform: rotate(90deg);
  1310. }
  1311. .elem-undertaking .para-text em {
  1312. display: inline-block;
  1313. margin-left: 5px;
  1314. margin-bottom: 5px;
  1315. height: 10px;
  1316. line-height: 10px;
  1317. }
  1318. .elem-undertaking .para-title {
  1319. right: 0;
  1320. top: 50%;
  1321. transform: translateY(-50%);
  1322. -webkit-transform: translateY(-50%);
  1323. }
  1324. .elem-undertaking .para-cl {
  1325. right: 15px;
  1326. }
  1327. .elem-undertaking .para-body {
  1328. right: 30px;
  1329. height: 100%;
  1330. width: 30px;
  1331. }
  1332. .elem-undertaking .para-body > p {
  1333. display: block;
  1334. width: 15px;
  1335. height: 100%;
  1336. float: right;
  1337. }
  1338. .elem-undertaking .para-body > p:first-child {
  1339. padding-top: 30px;
  1340. }
  1341. .elem-undertaking .para-std {
  1342. bottom: 130px;
  1343. top: auto;
  1344. left: 0;
  1345. }
  1346. .card-free-preview:not(.card-print) {
  1347. padding: 10px 0;
  1348. background-color: #f0f0f0;
  1349. }
  1350. .card-free-preview:not(.card-print) .page-box {
  1351. margin: 10px auto;
  1352. box-shadow: 0 0 4px #ddd;
  1353. }
  1354. .card-free-preview .page-column-element .element-item {
  1355. position: absolute;
  1356. overflow: hidden;
  1357. }
  1358. .card-free-preview .page-column-element .element-item::before {
  1359. display: none;
  1360. }
  1361. @media print {
  1362. .card-preview {
  1363. padding: 0;
  1364. }
  1365. .card-preview .page-box {
  1366. margin: 0 auto;
  1367. box-shadow: none;
  1368. page-break-after: always;
  1369. }
  1370. .card-preview .elem-fill-question-first::before {
  1371. display: none;
  1372. }
  1373. .card-preview .elem-fill-question .option-item,
  1374. .card-preview .card-print .elem-fill-number .fill-number-option,
  1375. .card-preview .card-head-body .head-stdno .stdno-fill-option,
  1376. .card-preview .page-number-rect-list li,
  1377. .card-preview .card-head-body .head-dynamic-rect {
  1378. border-width: 0.5pt;
  1379. }
  1380. .card-preview .elem-fill-question .option-item {
  1381. line-height: 9px;
  1382. }
  1383. }