card-temp.css 26 KB

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