math_good_topic.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  1. @charset "UTF-8";
  2. img {
  3. max-width: 100%;
  4. }
  5. .fontBass, .pdf-content .products-module .promotion-guidance .examination-site .topic .topic-module-text .text, .pdf-content .products-module .promotion-guidance .examination-site .topic .topic-module-text .text * {
  6. font-family: "SimSun", "Times New Roman" !important;
  7. font-size: 7.68pt !important;
  8. line-height: 1.5em !important;
  9. color: #000000 !important;
  10. text-autospace: none !important;
  11. text-justify: none !important;
  12. font-style: normal !important;
  13. text-align: justify !important;
  14. }
  15. .highlight-a {
  16. color: #ea4f31;
  17. }
  18. .highlight-b {
  19. color: #003b86;
  20. }
  21. .YaHei {
  22. font-family: 'Microsoft YaHei';
  23. }
  24. .ST {
  25. font-family: '宋体','SimSun';
  26. }
  27. .HT, .pdf-content .products-module .examination-statistics .examination-statistics-content .ranking .ranking-item {
  28. font-family: '黑体','SimHei';
  29. }
  30. .mgt {
  31. margin-top: 1mm;
  32. }
  33. .table {
  34. margin-top: 1mm;
  35. width: 100%;
  36. text-align: center;
  37. border-left: 1px solid #ccc;
  38. border-top: 1px solid #ccc;
  39. }
  40. .table td {
  41. padding: 2px;
  42. border-right: 1px solid #ccc;
  43. border-bottom: 1px solid #ccc;
  44. }
  45. .font-text, .pdf-content .products .resolvent .resolvent-topic-box, .standard-answer .answer-topic-block .answer-topic-item {
  46. font-size: 9pt !important;
  47. }
  48. .keyword-a {
  49. font-size: 12pt !important;
  50. }
  51. .border-dotted {
  52. border: 0.3mm dotted #7f7f7f;
  53. border-radius: 2mm;
  54. }
  55. .table {
  56. width: 100%;
  57. text-align: center;
  58. border-left: 1px solid #989898;
  59. border-top: 1px solid #989898;
  60. }
  61. .table td {
  62. height: 6mm;
  63. line-height: 6mm;
  64. padding: 0 0.2mm;
  65. border-right: 1px solid #989898;
  66. border-bottom: 1px solid #989898;
  67. box-sizing: border-box;
  68. font-size: 7.2pt;
  69. }
  70. .table td p, .table td span {
  71. font-size: 7.68pt !important;
  72. }
  73. .table .th {
  74. font-weight: bold;
  75. color: #000;
  76. background-color: #f5f5f5;
  77. }
  78. .table-height td {
  79. height: 7.5mm;
  80. line-height: 7.5mm;
  81. }
  82. .option li p {
  83. display: inline;
  84. }
  85. .col-1 li {
  86. width: 100% !important;
  87. }
  88. .col-2 li {
  89. width: 50% !important;
  90. }
  91. .col-4 li {
  92. width: 25% !important;
  93. }
  94. .msg-border {
  95. margin-top: 3.6mm;
  96. padding: 1.2mm;
  97. border: 2px dashed #000000;
  98. border-radius: 4.5mm;
  99. box-sizing: border-box;
  100. }
  101. .msg-border .msg-text {
  102. padding: 3.6mm;
  103. border: 2px solid #000000;
  104. border-radius: 4.5mm;
  105. box-sizing: border-box;
  106. }
  107. .qr-code-wrap {
  108. text-align: center;
  109. }
  110. .qr-code-wrap img {
  111. width: 14.6mm;
  112. padding: 1mm;
  113. border: 1mm solid #d1d1d1;
  114. background-color: #fff;
  115. }
  116. .qr-code-wrap p {
  117. margin-top: 0.7mm;
  118. line-height: 4mm;
  119. font-family: 'Microsoft YaHei';
  120. font-size: 7.68pt;
  121. }
  122. .answer-area {
  123. width: 100%;
  124. height: 7.63cm;
  125. }
  126. .pdf-b5 {
  127. max-width: 155.7mm;
  128. font-family: 'SimSun','Times New Roman';
  129. font-size: 7.68pt;
  130. padding-left: 6mm;
  131. padding-right: 6mm;
  132. color: #030000;
  133. }
  134. .pdf-b5 .pdf-header {
  135. line-height: 8.6mm;
  136. border-bottom: 2px solid #474747;
  137. font-size: 6.24pt;
  138. font-weight: bold;
  139. font-family: '宋体','SimSun';
  140. color: #000;
  141. }
  142. .pdf-b5 .pdf-header .pdf-header-logo {
  143. height: 6.2mm;
  144. vertical-align: middle;
  145. }
  146. .pdf-b5 .pdf-header .center {
  147. width: 40%;
  148. text-align: center;
  149. }
  150. .pdf-b5 .pdf-header .left, .pdf-b5 .pdf-header .right {
  151. width: 30%;
  152. }
  153. .pdf-b5 .pdf-header .right {
  154. text-align: right;
  155. }
  156. .pdf-b5 .pdf-header .bottom {
  157. height: 6mm;
  158. line-height: 6mm;
  159. text-align: center;
  160. font-size: 8.16pt;
  161. background-color: #f5f5f5;
  162. font-weight: bold;
  163. }
  164. .pdf-b5 .pdf-content {
  165. padding-bottom: 2mm;
  166. }
  167. .pdf-b5 .pdf-footer {
  168. padding-top: 2mm;
  169. height: 8.9mm;
  170. line-height: 8.9mm;
  171. border-top: 2px solid #474747;
  172. }
  173. .pdf-b5 .pdf-footer .left {
  174. width: 85%;
  175. font-size: 6.72pt;
  176. }
  177. .pdf-b5 .pdf-footer .left p {
  178. font-size: 6.72pt;
  179. line-height: 8.9mm;
  180. }
  181. .pdf-b5 .pdf-footer .right .paper-number-box {
  182. position: relative;
  183. width: 22mm;
  184. font-size: 6.72pt;
  185. }
  186. .pdf-b5 .pdf-footer .right .paper-number-box img {
  187. width: 22mm;
  188. }
  189. .pdf-b5 .pdf-footer .right .paper-number-box .paper-number {
  190. position: absolute;
  191. left: 0;
  192. top: 2.1mm;
  193. padding-left: 3.5mm;
  194. width: 22mm;
  195. height: 2mm;
  196. line-height: 2mm;
  197. display: inline-block;
  198. text-align: center;
  199. color: #fff;
  200. box-sizing: border-box;
  201. }
  202. .pdf-content .paper-title {
  203. height: 6mm;
  204. line-height: 6mm;
  205. text-align: center;
  206. font-size: 8.16pt;
  207. background-color: #f5f5f5;
  208. font-weight: bold;
  209. }
  210. .pdf-content .products .resolvent .resolvent-title {
  211. font-size: 10.56pt;
  212. font-weight: bold;
  213. }
  214. .pdf-content .products .resolvent .resolvent-title-img-box {
  215. position: relative;
  216. margin-top: 4.5mm;
  217. }
  218. .pdf-content .products .resolvent .resolvent-title-img-box .img-resolvent-title {
  219. height: 7.6mm;
  220. }
  221. .pdf-content .products .resolvent .resolvent-title-img-box .qr-code-wrap {
  222. position: absolute;
  223. right: 0;
  224. top: 0;
  225. }
  226. .pdf-content .products .resolvent .resolvent-topic-box {
  227. margin-top: 3.6mm;
  228. line-height: 1.5em;
  229. }
  230. .pdf-content .products .resolvent .resolvent-topic-box .resolvent-topic div p {
  231. display: inline;
  232. }
  233. .pdf-content .products-module {
  234. margin-top: 3.6mm;
  235. }
  236. .pdf-content .products-module .products-module-title {
  237. margin-bottom: 3.6mm;
  238. }
  239. .pdf-content .products-module .products-module-title img {
  240. height: 7.6mm;
  241. }
  242. .pdf-content .products-module .topic-block > div {
  243. margin-top: 3.6mm;
  244. }
  245. .pdf-content .products-module .topic-block .train-topic-block .title {
  246. overflow: hidden;
  247. font-size: 9pt;
  248. }
  249. .pdf-content .products-module .topic-block .train-topic-block .title .number {
  250. height: 5mm;
  251. line-height: 5mm;
  252. font-weight: bold;
  253. }
  254. .pdf-content .products-module .topic-block .train-topic-block .title .text {
  255. display: inline;
  256. line-height: 5mm;
  257. font-weight: bold;
  258. }
  259. .pdf-content .products-module .topic-block .train-topic-block .title .text p {
  260. display: inline;
  261. padding-left: 7mm;
  262. line-height: 5.4mm;
  263. }
  264. .pdf-content .products-module .topic-block .train-topic-block .title .train-topic-bg {
  265. height: 5mm;
  266. position: absolute;
  267. top: 0;
  268. left: 0;
  269. z-index: -1;
  270. }
  271. .pdf-content .products-module .topic-block .train-topic-block .topic-main {
  272. margin-top: 2.4mm;
  273. line-height: 4.6mm;
  274. }
  275. .pdf-content .products-module .topic-block .is-qr-code-topic-block {
  276. overflow: hidden;
  277. }
  278. .pdf-content .products-module .topic-block .is-qr-code-topic-block .topic-wrap {
  279. float: left;
  280. width: 80%;
  281. }
  282. .pdf-content .products-module .topic-block .is-qr-code-topic-block .qr-code-wrap {
  283. float: right;
  284. }
  285. .pdf-content .products-module .examination-statistics {
  286. padding-bottom: 3mm;
  287. border: 0.3mm dotted #7f7f7f;
  288. border-radius: 2mm;
  289. }
  290. .pdf-content .products-module .examination-statistics .examination-statistics-title {
  291. margin-top: 3.8mm;
  292. margin-bottom: 3.8mm;
  293. font-size: 10.56pt;
  294. font-weight: bold;
  295. text-align: center;
  296. }
  297. .pdf-content .products-module .examination-statistics .examination-statistics-content .left {
  298. padding-left: 3.4mm;
  299. padding-right: 3.2mm;
  300. width: 49%;
  301. border-right: 1px solid #333;
  302. box-sizing: border-box;
  303. }
  304. .pdf-content .products-module .examination-statistics .examination-statistics-content .right {
  305. padding-right: 3mm;
  306. width: 49%;
  307. box-sizing: border-box;
  308. }
  309. .pdf-content .products-module .examination-statistics .examination-statistics-content .ranking {
  310. height: 10mm;
  311. background-size: 100%;
  312. }
  313. .pdf-content .products-module .examination-statistics .examination-statistics-content .ranking .ranking-item {
  314. display: inline-block;
  315. width: 18mm;
  316. padding-top: 1.3mm;
  317. text-align: center;
  318. color: #ffffff;
  319. font-size: 7.2pt;
  320. }
  321. .pdf-content .products-module .examination-statistics .examination-statistics-content .ranking .ranking-item .number {
  322. margin-top: 1.2mm;
  323. }
  324. .pdf-content .products-module .examination-statistics .examination-statistics-content .ranking .up {
  325. margin-left: 11.5mm;
  326. }
  327. .pdf-content .products-module .examination-statistics .examination-statistics-content .ranking .down {
  328. margin-left: 10mm;
  329. }
  330. .pdf-content .products-module .examination-statistics .examination-statistics-content .test-number {
  331. margin-top: 4.6mm;
  332. padding-top: 13mm;
  333. padding-left: 1.9mm;
  334. padding-right: 1.9mm;
  335. height: 19mm;
  336. background-size: 100%;
  337. font-size: 0;
  338. }
  339. .pdf-content .products-module .examination-statistics .examination-statistics-content .test-number .test-number-item {
  340. display: inline-block;
  341. width: 21mm;
  342. line-height: 5.2mm;
  343. text-align: center;
  344. font-size: 7.68pt;
  345. }
  346. .pdf-content .products-module .examination-statistics .examination-statistics-content .test-msg {
  347. position: relative;
  348. }
  349. .pdf-content .products-module .examination-statistics .examination-statistics-content .test-msg .img-test-msg {
  350. width: 100%;
  351. }
  352. .pdf-content .products-module .examination-statistics .examination-statistics-content .test-msg .test-msg-main {
  353. position: absolute;
  354. left: 0;
  355. top: 0;
  356. width: 100%;
  357. padding: 0 2.5mm;
  358. box-sizing: border-box;
  359. }
  360. .pdf-content .products-module .examination-statistics .examination-statistics-content .test-msg .title .time {
  361. margin-top: 2mm;
  362. text-align: right;
  363. font-weight: bold;
  364. }
  365. .pdf-content .products-module .examination-statistics .examination-statistics-content .test-msg .test-name {
  366. margin-top: 4.5mm;
  367. font-weight: bold;
  368. }
  369. .pdf-content .products-module .examination-statistics .examination-statistics-content .test-msg .test-msg-box {
  370. margin-top: 2.8mm;
  371. font-size: 0;
  372. }
  373. .pdf-content .products-module .examination-statistics .examination-statistics-content .test-msg .test-msg-box .test-msg-item {
  374. display: inline-block;
  375. width: 22mm;
  376. font-size: 7.68pt;
  377. }
  378. .pdf-content .products-module .examination-statistics .examination-statistics-content .img-wrap {
  379. margin-top: 1.2mm;
  380. margin-bottom: 1.2mm;
  381. }
  382. .pdf-content .products-module .products-use {
  383. margin-top: 3.4mm;
  384. }
  385. .pdf-content .products-module .products-use .left {
  386. padding-left: 4.2mm;
  387. width: 45%;
  388. border: 0.3mm dotted #7f7f7f;
  389. border-radius: 2mm;
  390. }
  391. .pdf-content .products-module .products-use .right {
  392. padding-left: 3mm;
  393. padding-right: 3mm;
  394. width: 45%;
  395. border: 1mm solid #7f7f7f;
  396. border-radius: 2mm;
  397. }
  398. .pdf-content .products-module .products-use .use-item {
  399. position: relative;
  400. padding-top: 2mm;
  401. padding-bottom: 2mm;
  402. }
  403. .pdf-content .products-module .products-use .use-item .img-jiaz-1, .pdf-content .products-module .products-use .use-item .img-jiaz-2 {
  404. width: 4mm;
  405. }
  406. .pdf-content .products-module .products-use .use-item .img-jiaz-1 {
  407. position: absolute;
  408. left: 5.2mm;
  409. top: -3.6mm;
  410. }
  411. .pdf-content .products-module .products-use .use-item .img-jiaz-2 {
  412. position: absolute;
  413. left: 67mm;
  414. top: -3.6mm;
  415. }
  416. .pdf-content .products-module .products-use .use-item .title img {
  417. width: 6mm;
  418. }
  419. .pdf-content .products-module .products-use .use-item .title .text {
  420. margin-top: 1.8mm;
  421. margin-left: 1.4mm;
  422. font-weight: bold;
  423. }
  424. .pdf-content .products-module .products-use .use-item .title .msg {
  425. margin-top: 1.8mm;
  426. color: #4f4f4f;
  427. }
  428. .pdf-content .products-module .products-use .use-item .statistics {
  429. margin-top: 2mm;
  430. }
  431. .pdf-content .products-module .products-use .use-item .statistics span {
  432. display: inline-block;
  433. line-height: 5mm;
  434. width: 34mm;
  435. }
  436. .pdf-content .products-module .pie-chart-statistics {
  437. padding: 3mm 0;
  438. }
  439. .pdf-content .products-module .pie-chart-statistics .pie-item {
  440. box-sizing: border-box;
  441. padding-left: 3mm;
  442. padding-right: 3mm;
  443. width: 33%;
  444. border-left: 0.3mm solid #000;
  445. }
  446. .pdf-content .products-module .pie-chart-statistics .pie-item:first-child {
  447. border-left: 0;
  448. }
  449. .pdf-content .products-module .pie-chart-statistics .pie-item img {
  450. width: 100%;
  451. }
  452. .pdf-content .products-module .pie-chart-statistics .pie-item .pie-item-title {
  453. margin-bottom: 1.8mm;
  454. height: 5.8mm;
  455. line-height: 5.8mm;
  456. font-size: 7.68pt;
  457. font-weight: bold;
  458. }
  459. .pdf-content .products-module .pie-chart-statistics .pie-item .pie-item-title img {
  460. width: 5.8mm;
  461. margin-right: 1mm;
  462. vertical-align: middle;
  463. }
  464. .pdf-content .products-module .examination-number, .pdf-content .products-module .scoring-rate-top-5 {
  465. width: 48%;
  466. }
  467. .pdf-content .products-module .examination-number .title, .pdf-content .products-module .scoring-rate-top-5 .title {
  468. margin-top: 3mm;
  469. margin-bottom: 3mm;
  470. font-size: 8.17pt;
  471. font-weight: bold;
  472. color: #000;
  473. }
  474. .pdf-content .products-module .high-frequency-test-point .high-frequency-test-point-title {
  475. margin-top: 3mm;
  476. margin-bottom: 3mm;
  477. }
  478. .pdf-content .products-module .promotion-guidance .promotion-guidance-msg {
  479. padding: 3mm;
  480. text-indent: 2em;
  481. line-height: 1.5em;
  482. background-color: #fbfbfb;
  483. }
  484. .pdf-content .products-module .promotion-guidance .examination-site .examination-site-title {
  485. margin-top: 3mm;
  486. margin-bottom: 3mm;
  487. overflow: hidden;
  488. }
  489. .pdf-content .products-module .promotion-guidance .examination-site .examination-site-title img {
  490. float: left;
  491. width: 5.8mm;
  492. height: 5.8mm;
  493. margin-right: 0.8mm;
  494. }
  495. .pdf-content .products-module .promotion-guidance .examination-site .examination-site-title .text {
  496. float: left;
  497. position: relative;
  498. top: 0.5mm;
  499. padding: 0.7mm 1.4mm;
  500. border: 2px solid #000;
  501. font-weight: bold;
  502. border-radius: 1mm;
  503. box-sizing: border-box;
  504. }
  505. .pdf-content .products-module .promotion-guidance .examination-site .topic {
  506. margin-top: 1mm;
  507. }
  508. .pdf-content .products-module .promotion-guidance .examination-site .topic .topic-module-text .label {
  509. display: inline-block;
  510. margin-right: 1mm;
  511. font-weight: bold;
  512. vertical-align: top;
  513. line-height: 1.5em;
  514. }
  515. .pdf-content .products-module .promotion-guidance .examination-site .topic .topic-module-text .text {
  516. display: inline;
  517. max-width: 83%;
  518. }
  519. .pdf-content .products-module .promotion-guidance .examination-site .topic .guidance {
  520. position: relative;
  521. margin-top: 5.5mm;
  522. padding: 3mm;
  523. border: 0.3mm solid #000000;
  524. }
  525. .pdf-content .products-module .promotion-guidance .examination-site .topic .guidance .title {
  526. position: absolute;
  527. left: 0;
  528. top: -2.7mm;
  529. font-size: 8.16pt;
  530. font-weight: bold;
  531. }
  532. .pdf-content .products-module .promotion-guidance .examination-site .topic .guidance .title img {
  533. width: 20mm;
  534. }
  535. .pdf-content .products-module .promotion-guidance .examination-site .topic .guidance .text {
  536. text-indent: 2em;
  537. margin-top: 2mm;
  538. line-height: 1.5em;
  539. }
  540. .pdf-content .product {
  541. margin-top: 2mm;
  542. border-top: 1px solid #000;
  543. padding-top: 2.4mm;
  544. overflow: hidden;
  545. }
  546. .pdf-content .product .text {
  547. float: right;
  548. font-size: 7.68pt;
  549. margin-right: 5mm;
  550. margin-top: 6mm;
  551. line-height: 1.2em;
  552. }
  553. .pdf-content .product .qr-code-wrap {
  554. float: right;
  555. }
  556. .edition {
  557. margin-top: 3.6mm;
  558. }
  559. .edition .edition-title {
  560. padding-left: 9.6mm;
  561. height: 9mm;
  562. background-size: 100%;
  563. letter-spacing: 1mm;
  564. }
  565. .edition .edition-title .text {
  566. display: inline-block;
  567. margin-top: -0.8mm;
  568. padding-left: 3mm;
  569. padding-right: 3mm;
  570. height: 10.8mm;
  571. line-height: 10.8mm;
  572. font-size: 15.36pt;
  573. color: #fff;
  574. font-weight: bold;
  575. background-size: 100% 10.8mm;
  576. }
  577. .edition .edition-title-two {
  578. padding-left: 8.7mm;
  579. height: 10.8mm;
  580. font-size: 0;
  581. background-size: 100%;
  582. }
  583. .edition .edition-title-two .text {
  584. display: inline-block;
  585. margin-top: -0.5mm;
  586. padding-left: 0.6mm;
  587. padding-right: 0.6mm;
  588. height: 10.8mm;
  589. line-height: 10.8mm;
  590. font-size: 15.36pt;
  591. color: #fff;
  592. font-weight: bold;
  593. background-size: 100% 10.8mm;
  594. vertical-align: top;
  595. }
  596. .edition .edition-title-two img {
  597. margin-top: -0.5mm;
  598. height: 10.8mm;
  599. }
  600. .edition .edition-title-three {
  601. padding-left: 4.6mm;
  602. height: 6.8mm;
  603. background-size: 100%;
  604. }
  605. .edition .edition-title-three .text {
  606. display: inline-block;
  607. margin-top: -0.4mm;
  608. padding-left: 2.6mm;
  609. padding-right: 2.6mm;
  610. height: 7.5mm;
  611. line-height: 7.5mm;
  612. font-size: 10.55pt;
  613. color: #fff;
  614. font-weight: bold;
  615. background-color: #4c4c4c;
  616. border-radius: 0.8mm;
  617. }
  618. .edition .edition-msg .msg-text {
  619. line-height: 1.5em;
  620. word-break: break-all;
  621. font-size: 9pt;
  622. }
  623. .edition .edition-msg .msg-text img {
  624. vertical-align: middle;
  625. }
  626. .standard-answer .standard-answer-title {
  627. text-align: center;
  628. }
  629. .standard-answer .standard-answer-title img {
  630. height: 13.4mm;
  631. }
  632. .standard-answer .answer-topic-block .answer-topic-item {
  633. margin-top: 3.6mm;
  634. line-height: 1.5em;
  635. }