card-temp.css 26 KB

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