hao-ti-ben.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. /*.pdf-B5 .flex, .pdf-B5 .head .version .version-name, .pdf-B5 .head .version .version-name-1, .pdf-B5 .head .version .version-name-2, .pdf-B5 .part .test-content {*/
  2. /*display: -webkit-flex;*/
  3. /*}*/
  4. .pdf-B5 .flex-num {
  5. -webkit-flex: 1;
  6. flex: 1;
  7. }
  8. .pdf-B5 .align {
  9. -webkit-align-items: center;
  10. box-align: center;
  11. align-items: center;
  12. }
  13. .pdf-B5 .justify-center {
  14. -webkit-justify-content: center;
  15. -moz-box-pack: center;
  16. -webkit--moz-box-pack: center;
  17. box-pack: center;
  18. justify-content: center;
  19. }
  20. .pdf-B5 .justify-between {
  21. -webkit-justify-content: space-between;
  22. -moz-box-pack: space-between;
  23. -webkit--moz-box-pack: space-between;
  24. box-pack: space-between;
  25. justify-content: space-between;
  26. }
  27. .pdf-B5 .head .student-name {
  28. height: 8mm;
  29. }
  30. .pdf-B5 .head .student-name .name {
  31. float: right;
  32. padding: 3mm 5mm 2mm 5mm;
  33. font-weight: bolder;
  34. }
  35. .pdf-B5 .head .version {
  36. margin-top: 5mm;
  37. overflow: hidden;
  38. width: 100%;
  39. }
  40. .pdf-B5 .head .version .version-name, .pdf-B5 .head .version .version-name-1, .pdf-B5 .head .version .version-name-2 {
  41. float: left;
  42. text-align: center;
  43. font-size: 16pt;
  44. font-weight: bolder;
  45. color: #001a6e;
  46. width: 14mm;
  47. height: 27mm;
  48. }
  49. .pdf-B5 .head .version .version-name .text, .pdf-B5 .head .version .version-name-1 .text, .pdf-B5 .head .version .version-name-2 .text {
  50. display: inline-block;
  51. margin-top: 2mm;
  52. width: 7mm;
  53. }
  54. .pdf-B5 .head .version .head-tit {
  55. float: left;
  56. font-weight: bolder;
  57. font-size: 12pt;
  58. text-align: center;
  59. color: #001a6e;
  60. padding: 3mm;
  61. width: 83%;
  62. margin-top: 3mm;
  63. margin-left: 6mm;
  64. }
  65. .pdf-B5 .part .knowledge-point {
  66. margin-top: 4mm;
  67. height: 11mm;
  68. font-size: 10pt;
  69. font-weight: bolder;
  70. text-align: center;
  71. line-height: 11mm;
  72. color: #001a6e;
  73. }
  74. .pdf-B5 .part .text-content {
  75. margin-top: 2mm;
  76. font-size: 12pt;
  77. padding: 1mm 2mm;
  78. }
  79. .pdf-B5 .part .question-training {
  80. margin-top: 2mm;
  81. width: 40mm;
  82. height: 12mm;
  83. }
  84. .pdf-B5 .part .question-title {
  85. margin-top: 2mm;
  86. border-bottom: 0.5mm dotted #001a6e;
  87. }
  88. .pdf-B5 .part .question-title .number-type {
  89. max-width: 50%;
  90. position: relative;
  91. top: 0.5mm;
  92. display: inline-block;
  93. font-size: 10pt;
  94. color: #001a6e;
  95. font-weight: bolder;
  96. }
  97. .pdf-B5 .part .question-title .number-type p {
  98. padding: 0 15mm 0mm 10mm;
  99. line-height: 8mm;
  100. }
  101. .pdf-B5 .part .question-title .number-type i {
  102. position: absolute;
  103. left: 3.5mm;
  104. top: 2.5mm;
  105. }
  106. .pdf-B5 .part .question-title .knowledge {
  107. vertical-align: top;
  108. display: inline-block;
  109. max-width: 48%;
  110. white-space: nowrap;
  111. overflow: hidden;
  112. text-overflow: ellipsis;
  113. line-height: 7.5mm;
  114. }
  115. .pdf-B5 .part .test-content {
  116. margin-top: 2mm;
  117. margin-bottom: 2mm;
  118. }
  119. .pdf-B5 .part .test-content .good-question {
  120. font-size: 12pt;
  121. margin-bottom: 2mm;
  122. }
  123. .pdf-B5 .part .test-content .good-question .small-tit .xuanxiang .option {
  124. /*float: left;*/
  125. margin-top: 2mm;
  126. margin-right: 5mm;
  127. }
  128. .pdf-B5 .part .test-content .good-question .small-tit .xuanxiang .option > p {
  129. vertical-align: top;
  130. display: inline-block;
  131. }
  132. .pdf-B5 .part .test-content .good-question .big-tit {
  133. margin-top: 2mm;
  134. margin-bottom: 2mm;
  135. }
  136. .pdf-B5 .part .test-content .qr-code img {
  137. width: 16mm;
  138. height: 16mm;
  139. padding: 1mm;
  140. border: 1mm solid #d1d1d1;
  141. }
  142. .pdf-B5 .part .answer {
  143. margin-top: 2mm;
  144. border-bottom: 1px dotted #001a6e;
  145. position: relative;
  146. }
  147. .pdf-B5 .part .answer .xuhao {
  148. position: absolute;
  149. text-align: center;
  150. box-sizing: border-box;
  151. top: 0.2mm;
  152. height: 7mm;
  153. width: 7mm;
  154. color: #001a6e;
  155. font-weight: bolder;
  156. line-height: 7mm;
  157. border: 1px solid #001a6e;
  158. }
  159. .pdf-B5 .part .answer .tihao {
  160. display: inline-block;
  161. font-weight: bolder;
  162. color: #001a6e;
  163. height: 7mm;
  164. line-height: 7mm;
  165. margin-left: 10mm;
  166. }
  167. .pdf-B5 .part .answer-content {
  168. margin-top: 2mm;
  169. }
  170. .pdf-B5 .part .answer-content .da-an-box, .pdf-B5 .part .answer-content .jie-xi-box {
  171. margin-bottom: 2mm;
  172. font-size: 9pt;
  173. color: #001a6e;
  174. }
  175. .pdf-B5 .part .answer-content .da-an-box .jie-xi-content, .pdf-B5 .part .answer-content .jie-xi-box .jie-xi-content {
  176. margin-top: 2mm;
  177. }
  178. .pdf-B5 .part .price {
  179. text-align: right;
  180. font-size: 9pt;
  181. margin-top: 2mm;
  182. }
  183. .pdf-B5 .part .bottom {
  184. overflow: hidden;
  185. line-height: 10mm;
  186. text-align: right;
  187. }
  188. .pdf-B5 .part .bottom span {
  189. display: inline-block;
  190. margin-top: 5mm;
  191. margin-right: 2mm;
  192. }
  193. .pdf-B5 .part .bottom img {
  194. float: right;
  195. width: 16mm;
  196. height: 16mm;
  197. padding: 1mm;
  198. border: 1mm solid #d1d1d1;
  199. }