hot-spot.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. .pdf-B5 {
  2. width: 155.7mm;
  3. font-family: "Times New Roman", "SimSun" !important;
  4. font-size: 12pt;
  5. padding-left: 6mm;
  6. padding-right: 6mm;
  7. color: #030000;
  8. }
  9. .pdf-B5 .flex {
  10. display: -webkit-flex;
  11. display: flex;
  12. }
  13. .pdf-B5 .flex-num {
  14. -webkit-flex: 1;
  15. flex: 1;
  16. }
  17. .pdf-B5 .align {
  18. -webkit-align-items: center;
  19. box-align: center;
  20. align-items: center;
  21. }
  22. .pdf-B5 .justify-center {
  23. -webkit-justify-content: center;
  24. -moz-box-pack: center;
  25. -webkit--moz-box-pack: center;
  26. box-pack: center;
  27. justify-content: center;
  28. }
  29. .pdf-B5 .justify-between {
  30. -webkit-justify-content: space-between;
  31. -moz-box-pack: space-between;
  32. -webkit--moz-box-pack: space-between;
  33. box-pack: space-between;
  34. justify-content: space-between;
  35. }
  36. .pdf-B5 .topic .topic-msg {
  37. height: 7.4mm;
  38. background-color: #eff5fb;
  39. line-height: 7.4mm;
  40. font-size: 8.5pt;
  41. font-weight: bolder;
  42. text-align: center;
  43. color: #003b86;
  44. }
  45. .pdf-B5 .topic .topic-msg span {
  46. margin-left: 4mm;
  47. }
  48. .pdf-B5 .topic .topic-msg .highlight-a {
  49. color: red;
  50. }
  51. .pdf-B5 .topic .head-serial {
  52. margin: 2mm 0;
  53. text-align: center;
  54. }
  55. .pdf-B5 .topic .head-serial .xu-hao {
  56. display: inline-block;
  57. font-size: 18pt;
  58. padding-left: 13mm;
  59. padding-right: 6mm;
  60. height: 6.8mm;
  61. color: #fff;
  62. }
  63. .pdf-B5 .topic .point-title {
  64. margin-bottom: 2mm;
  65. margin-top: 2mm;
  66. }
  67. .pdf-B5 .topic .point-title img {
  68. display: inline-block;
  69. width: 35mm;
  70. height: 8mm;
  71. }
  72. .pdf-B5 .topic .guided-reading .dao-du {
  73. color: #003b86;
  74. float: left;
  75. }
  76. .pdf-B5 .topic .main-body {
  77. margin-top: 2mm;
  78. line-height: 7mm;
  79. overflow: hidden;
  80. }
  81. .pdf-B5 .topic .main-body .img {
  82. float: left;
  83. width: 62mm;
  84. margin-right: 2mm;
  85. }
  86. .pdf-B5 .topic .stem-a {
  87. font-size: 12pt !important;
  88. line-height: 7mm;
  89. margin-bottom: 2mm;
  90. font-family: "Times New Roman", "SimSun" !important;
  91. }
  92. .pdf-B5 .topic .stem-a .big-tit {
  93. font-size: 12pt !important;
  94. margin-top: 2mm;
  95. margin-bottom: 2mm;
  96. font-family: "Times New Roman", "SimSun" !important;
  97. }
  98. .pdf-B5 .topic .stem-a .big-tit p {
  99. font-size: 12pt !important;
  100. max-width: 100%;
  101. overflow: hidden;
  102. font-family: "Times New Roman", "SimSun" !important;
  103. }
  104. .pdf-B5 .topic .stem-a .big-tit p span {
  105. font-size: 12pt !important;
  106. font-family: "Times New Roman", "SimSun" !important;
  107. }
  108. .pdf-B5 .topic .stem-a .big-tit p strong span {
  109. font-size: 12pt;
  110. }
  111. .pdf-B5 .topic .stem-a .big-tit p img {
  112. max-width: 100%;
  113. }
  114. .pdf-B5 .topic .stem-a .small-tit {
  115. font-family: "Times New Roman", "SimSun" !important;
  116. font-size: 12pt !important;
  117. }
  118. .pdf-B5 .topic .stem-a .small-tit .xiao-tit-number {
  119. font-family: "Times New Roman", "SimSun" !important;
  120. font-size: 12pt !important;
  121. vertical-align: top;
  122. display: inline-block;
  123. }
  124. .pdf-B5 .topic .stem-a .small-tit .xiao-tit {
  125. font-family: "Times New Roman", "SimSun" !important;
  126. font-size: 12pt !important;
  127. }
  128. .pdf-B5 .topic .stem-a .small-tit .xiao-tit p {
  129. font-family: "Times New Roman", "SimSun" !important;
  130. font-size: 12pt !important;
  131. display: inline;
  132. }
  133. .pdf-B5 .topic .stem-a .small-tit .xiao-tit span {
  134. font-family: "Times New Roman", "SimSun" !important;
  135. font-size: 12pt !important;
  136. }
  137. .pdf-B5 .topic .stem-a .xuanxiang {
  138. display: inline-block;
  139. margin-bottom: 2mm;
  140. width: 95%;
  141. }
  142. .pdf-B5 .topic .stem-a .xuanxiang .option {
  143. font-size: 12pt !important;
  144. }
  145. .pdf-B5 .topic .stem-a .xuanxiang .option p {
  146. display: inline;
  147. }
  148. .pdf-B5 .topic .stem-a .xuanxiang .option span {
  149. font-size: 12pt !important;
  150. }
  151. .pdf-B5 .topic .stem-a .xuanxiang .option-s {
  152. font-size: 12pt !important;
  153. display: block;
  154. }
  155. .pdf-B5 .topic .stem-a .xuanxiang .option-s p {
  156. display: inline;
  157. }
  158. .pdf-B5 .topic .stem-a .xuanxiang .option-s span {
  159. font-size: 12pt !important;
  160. }
  161. .pdf-B5 .topic .stem-a .answer-s {
  162. font-size: 9pt !important;
  163. margin-top: 2mm;
  164. }
  165. .pdf-B5 .topic .stem-a .answer-s .answer-text {
  166. font-size: 9pt;
  167. display: inline-block;
  168. color: #dd4e33;
  169. vertical-align: top;
  170. }
  171. .pdf-B5 .topic .stem-a .answer-s .answer-content {
  172. font-size: 9pt;
  173. display: inline-block;
  174. }
  175. .pdf-B5 .topic .stem-a .analysis-wrap {
  176. font-size: 9pt;
  177. }
  178. .pdf-B5 .topic .stem-a .analysis-wrap .analysis-title {
  179. font-size: 9pt;
  180. display: inline;
  181. color: #0b3b87;
  182. }
  183. .pdf-B5 .topic .stem-a .analysis-wrap .analysis {
  184. font-size: 9pt;
  185. display: inline;
  186. }
  187. .pdf-B5 .topic .stem-a .analysis-wrap .analysis p {
  188. display: inline;
  189. font-size: 9pt !important;
  190. }
  191. .pdf-B5 .topic .stem-a .analysis-wrap .analysis p span {
  192. font-size: 9pt !important;
  193. }
  194. .pdf-B5 .topic .stem-a .syntactic-analysis .syntactic-analysis-item {
  195. font-size: 9pt !important;
  196. }
  197. .pdf-B5 .topic .stem-a .syntactic-analysis .syntactic-analysis-item p {
  198. font-size: 9pt !important;
  199. }
  200. .pdf-B5 .topic .stem-a .syntactic-analysis .syntactic-analysis-item span {
  201. font-size: 9pt !important;
  202. }
  203. .pdf-B5 .topic .stem-a .question-type-mod-content .word-mean-item {
  204. font-size: 9pt !important;
  205. max-width: 100%;
  206. word-break: break-all;
  207. }
  208. .pdf-B5 .topic .answer {
  209. color: #802014;
  210. margin-bottom: 2mm;
  211. }
  212. .pdf-B5 .topic .good-vocabulary {
  213. display: inline-block;
  214. margin-bottom: 2mm;
  215. border-radius: 4mm;
  216. padding: 1.5mm 6mm;
  217. background-color: #802014;
  218. color: #fff;
  219. }
  220. .pdf-B5 .topic .vocabulary img {
  221. width: 33mm;
  222. }
  223. .pdf-B5 .topic .reference-answer {
  224. text-align: center;
  225. }
  226. .pdf-B5 .topic .reference-answer img {
  227. width: 39mm;
  228. }
  229. .pdf-B5 .topic .module-bgc {
  230. display: inline-block;
  231. padding: 0 4mm 0 4mm;
  232. height: 6mm;
  233. line-height: 6mm;
  234. }
  235. .pdf-B5 .topic .module-bgc i {
  236. font-size: 9pt;
  237. margin-left: 4mm;
  238. color: #003b86;
  239. }
  240. .min-topic-block {
  241. line-height: 1.5em;
  242. font-size: 11.5pt;
  243. margin-top: 2mm;
  244. }
  245. .min-topic-block .min-topic {
  246. margin-top: 5mm;
  247. }
  248. .min-topic-block .min-topic .min-topic-number {
  249. display: inline-block;
  250. vertical-align: top;
  251. }
  252. .min-topic-block .min-topic .min-topic-content {
  253. page-break-inside: avoid;
  254. }
  255. .min-topic-block .min-topic .min-topic-content > p {
  256. display: inline;
  257. }
  258. .min-topic-block .sort-list > li {
  259. margin-bottom: 2mm;
  260. }
  261. .min-topic-block .sort-list > li i {
  262. display: inline-block;
  263. width: 4mm;
  264. }
  265. .min-topic-block .sort-list > li .option-list {
  266. width: 85%;
  267. display: -webkit-inline-box;
  268. display: -moz-inline-box;
  269. display: -ms-inline-flexbox;
  270. display: -webkit-inline-flex;
  271. display: inline-flex;
  272. justify-content: space-between;
  273. -webkit-justify-content: space-between;
  274. -moz-box-pack: space-between;
  275. }
  276. .min-topic-block .sort-list > li .option-list li {
  277. width: 25%;
  278. display: -webkit-box;
  279. display: -moz-box;
  280. display: -ms-flexbox;
  281. display: -webkit-flex;
  282. display: flex;
  283. }