mathTeaching.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. font-family: "微软雅黑";
  7. color: #000;
  8. font-size: 10px;
  9. width: 160mm;
  10. margin: 0 auto;
  11. }
  12. .fl {
  13. float: left;
  14. }
  15. .fr {
  16. float: right;
  17. }
  18. .tac {
  19. text-align: center !important;
  20. }
  21. .tal {
  22. /* text-align: left !important; */
  23. }
  24. .fzxl {
  25. font-size: 14px;
  26. }
  27. .fzl {
  28. font-size: 12px;
  29. }
  30. .fzm {
  31. font-size: 10px;
  32. }
  33. .fzs {
  34. font-size: 8px;
  35. }
  36. .gray-font {
  37. color: #696969;
  38. }
  39. .clearfix:after {
  40. content: ".";
  41. display: block;
  42. height: 0;
  43. clear: both;
  44. visibility: hidden;
  45. }
  46. .clearfix {
  47. *zoom: 1;
  48. }
  49. .main-con {
  50. width: 900px;
  51. border: 1px solid #000;
  52. margin: auto;
  53. }
  54. .tec-title {
  55. font-size: 14px;
  56. line-height: 20px;
  57. margin: 0 40px;
  58. }
  59. .tec-lis {
  60. margin: 0 20px;
  61. }
  62. .tl-tit {
  63. height: 25px;
  64. line-height: 25px;
  65. color: #00784f;
  66. font-weight: bold;
  67. margin: 6px 0;
  68. padding-left: 22px;
  69. background: url(../../img/tl-tit_bg.png) no-repeat;
  70. background-size: contain;
  71. }
  72. img {
  73. vertical-align: middle;
  74. }
  75. ul li {
  76. list-style: none;
  77. }
  78. table {
  79. border: 1px solid #c4c4c4;
  80. border-bottom: none;
  81. font-size: 10px;
  82. margin: auto;
  83. }
  84. td {
  85. border-right: 1px solid #c4c4c4;
  86. border-bottom: 1px solid #c4c4c4;
  87. }
  88. td:last-child,
  89. tr:last-child {
  90. border-right: none;
  91. }
  92. .class-analyze-detail,
  93. .cad-main-tables,
  94. .knowledge-hasget-count,
  95. .knowledge-counts {
  96. width: 100%;
  97. margin-top: 6px;
  98. }
  99. .class-analyze-detail {
  100. font-size: 8px;
  101. }
  102. .class-analyze-detail p {
  103. margin: 4px;
  104. }
  105. .class-analyze-detail tr {
  106. width: 25%;
  107. }
  108. .cad-main-tables td {
  109. padding: 2px;
  110. /* width: 33.33%; */
  111. }
  112. .cmt-tab-lis {
  113. width: 24.4%;
  114. margin-right: 0.82%;
  115. font-size: 8px;
  116. }
  117. .cad-main-tables table:last-child {
  118. margin-right: 0;
  119. }
  120. .knowledge-hasget-count td {
  121. height: 20px;
  122. }
  123. .score-details {
  124. width: 100%;
  125. margin-top: 2mm;
  126. }
  127. .score-details td {
  128. height: 20px;
  129. /* width: 34px; */
  130. }
  131. .score-details .sel {
  132. width: 8mm;
  133. }
  134. .test-point-name {
  135. text-indent: 4px;
  136. }
  137. .test-point-name,
  138. .sel-theme-ser {
  139. text-align: left;
  140. }
  141. .sel-theme-ser {
  142. font-size: 0;
  143. }
  144. .sel-theme-ser.tac {
  145. font-size: 10px;
  146. }
  147. .sel-theme-ser>span {
  148. display: inline-block;
  149. /* margin: 1px; */
  150. width: 14px;
  151. height: 14px;
  152. line-height: 14px;
  153. border: 1px solid #c0c0c2;
  154. background: #fafafa;
  155. border-radius: 50%;
  156. font-size: 8px;
  157. }
  158. .knowledge-counts {
  159. border: none;
  160. }
  161. .knowledge-counts thead tr:after {
  162. border-bottom: none !important;
  163. }
  164. .knowledge-counts tr {
  165. display: -webkit-flex;
  166. display: flex;
  167. box-sizing: border-box;
  168. page-break-inside: avoid;
  169. position: relative;
  170. }
  171. .knowledge-counts tr:after {
  172. display: block;
  173. content: "";
  174. position: absolute;
  175. left: 0;
  176. top: 0;
  177. width: 200%;
  178. height: 200%;
  179. -webkit-transform-origin: 0 0;
  180. transform-origin: 0 0;
  181. -webkit-transform: scale(0.5, 0.5);
  182. transform: scale(0.5, 0.5);
  183. border-top: 2px solid #c4c4c4;
  184. border-left: 2px solid #c4c4c4;
  185. }
  186. .knowledge-counts tr:last-child:after {
  187. display: block;
  188. content: "";
  189. position: absolute;
  190. left: 0;
  191. top: 0;
  192. width: 200%;
  193. height: 200%;
  194. -webkit-transform-origin: 0 0;
  195. transform-origin: 0 0;
  196. -webkit-transform: scale(0.5, 0.5);
  197. transform: scale(0.5, 0.5);
  198. border-bottom: 2px solid #c4c4c4;
  199. }
  200. .knowledge-counts td {
  201. padding: 3px 2px;
  202. border: none;
  203. box-sizing: border-box;
  204. vertical-align: middle;
  205. position: relative;
  206. }
  207. .knowledge-counts td:nth-child(n+2) {
  208. -webkit-flex: 1;
  209. flex: 1;
  210. }
  211. .knowledge-counts tr td:after {
  212. display: block;
  213. content: "";
  214. position: absolute;
  215. left: 0;
  216. top: 0;
  217. width: 200%;
  218. height: 200%;
  219. -webkit-transform-origin: 0 0;
  220. transform-origin: 0 0;
  221. -webkit-transform: scale(0.5, 0.5);
  222. transform: scale(0.5, 0.5);
  223. border-right: 2px solid #c4c4c4;
  224. }
  225. .test-point-name {
  226. width: 40%;
  227. }
  228. /* .test-get-level {
  229. width: 16%;
  230. }
  231. .class-score-rate {
  232. width: 14%;
  233. }
  234. .error-counts {
  235. width: 12%;
  236. }
  237. .sel-theme-ser {
  238. width: 25%;
  239. } */
  240. .them-apecial-style {
  241. /* display: flex;
  242. display: -webkit-box;
  243. display: -moz-box;
  244. display: -ms-flexbox;
  245. display: -webkit-flex; */
  246. height: 23px;
  247. margin-top: 6px;
  248. margin-bottom: 6px;
  249. page-break-inside: avoid;
  250. }
  251. .them-apecial-style .tit-img {
  252. display: inline-block;
  253. vertical-align: bottom;
  254. }
  255. .them-apecial-style .tit-img img {
  256. width: 18px;
  257. height: 22px;
  258. }
  259. .details {
  260. height: 22px;
  261. font-weight: bold;
  262. }
  263. .details img {
  264. height: 100%;
  265. }
  266. .details span {
  267. position: absolute;
  268. font-size: 10px;
  269. top: 5px;
  270. left: 22px;
  271. }
  272. .cad-main-tables {
  273. margin: 6px auto;
  274. }
  275. .tit-orange-bg span:nth-child(1) {
  276. margin-right: 2px;
  277. }
  278. .quadrangle-right {
  279. position: relative;
  280. z-index: 99;
  281. float: left;
  282. width: 20px;
  283. height: 18px;
  284. background: #ededed;
  285. -webkit-transform: skew(30deg);
  286. -moz-transform: skew(30deg);
  287. -o-transform: skew(30deg);
  288. transform: skew(30deg);
  289. }
  290. .tas-score-detail {
  291. display: inline-block;
  292. /* -webkit-flex: 1;
  293. flex: 1; */
  294. /* margin-top: 4px; */
  295. height: 18px;
  296. padding: 0 6px;
  297. border-top: 1px dashed #00784f;
  298. line-height: 17px;
  299. width: 70%;
  300. overflow: hidden;
  301. text-overflow: ellipsis;
  302. white-space: nowrap;
  303. }
  304. .tas-score-detail .org {
  305. font-style: normal;
  306. color: #f26100;
  307. }
  308. .tsd-lis-detail {
  309. padding: 0 3px 0 1px;
  310. border-right: 1px solid #d6d6d7;
  311. }
  312. .tsd-lis-detail:last-child {
  313. border: none;
  314. }
  315. .theme-detail-msg p,
  316. .answer-explain-detail p,
  317. .ltc-case-answer p {
  318. display: inline;
  319. }
  320. .ltc-case-answer {
  321. margin-top: 6px;
  322. }
  323. .ltc-case-answer .ans {
  324. margin-bottom: 4px;
  325. }
  326. .ltc-case-answer .ans span {
  327. color: #00784f;
  328. font-weight: bold;
  329. }
  330. .ltc-case-answer .ans-txt {
  331. line-height: 20px;
  332. }
  333. .ltc-case-answer .ans-txt span {
  334. color: #412180;
  335. font-weight: bold;
  336. }
  337. .lis-four {
  338. width: 34%;
  339. }
  340. .lis-two {
  341. width: 44%;
  342. }
  343. .lis-one {
  344. width: 35%;
  345. }
  346. .lis-one p {
  347. display: inline;
  348. }
  349. .answer li {
  350. margin: 4px 0;
  351. }
  352. .theme-detail-msg {
  353. margin: 4px 0;
  354. }
  355. .wrong-studen-block {
  356. page-break-inside: avoid;
  357. }
  358. .wrong-studen-block .wrong-student {
  359. margin: 10px 0;
  360. position: relative;
  361. }
  362. .wrong-studen-block .wrong-student .student {
  363. color: #00784f;
  364. }
  365. .wrong-studen-block .wrong-student .student i {
  366. font-style: normal;
  367. color: #000;
  368. }
  369. .wrong-studen-block .wrong-lable {
  370. display: flex;
  371. display: -webkit-box;
  372. display: -moz-box;
  373. display: -ms-flexbox;
  374. display: -webkit-flex;
  375. align-items: center;
  376. -webkit-align-items: center;
  377. -moz-box-align: center;
  378. -webkit-box-align: center;
  379. position: absolute;
  380. top: -8px;
  381. left: 0px;
  382. }
  383. .wrong-studen-block .wrong-lable .wrong-lable-icon {
  384. width: 18px;
  385. margin-right: 2px;
  386. }
  387. .wrong-studen-block .wrong-lable .wrong-lable-txt {
  388. border: 1px solid #f26100;
  389. color: #f26100;
  390. background: #fff;
  391. height: 16px;
  392. line-height: 16px;
  393. padding: 0 4px;
  394. }
  395. .wrong-studen-block p {
  396. line-height: 18px;
  397. }
  398. .aed-answer-msg,
  399. .lcc-tit-msg {
  400. margin-right: 6px;
  401. position: relative;
  402. }
  403. .type-title {
  404. height: 20px;
  405. line-height: 20px;
  406. padding-left: 25px;
  407. color: #00784f;
  408. font-weight: bold;
  409. overflow: hidden;
  410. text-overflow: ellipsis;
  411. white-space: nowrap;
  412. }
  413. .train {
  414. height: 20px;
  415. }
  416. .train img {
  417. width: 100%;
  418. height: 100%;
  419. }
  420. .train span {
  421. position: absolute;
  422. color: #00784f;
  423. font-weight: bolder;
  424. top: 6px;
  425. left: 9px;
  426. }
  427. .type-title {
  428. background: url(../../img/case_lable.png) no-repeat;
  429. background-size: 100% 100%;
  430. width: 100%;
  431. height: 22px;
  432. }
  433. .theme-detail-msg {
  434. line-height: 18px;
  435. }
  436. .theme-detail-msg .org {
  437. color: #f26100;
  438. }
  439. .aed-answer-msg span {
  440. color: #00784f;
  441. font-weight: bold;
  442. }
  443. /* .aed-answer-msg:before,
  444. .lcc-tit-msg:before {
  445. content: "";
  446. border-top: 5px solid transparent;
  447. border-bottom: 5px solid transparent;
  448. border-left: 8px solid #b4b4b4;
  449. position: absolute;
  450. left: 0;
  451. top: 2px;
  452. } */
  453. .aed-answer-explain {
  454. width: 100%;
  455. margin-top: 4px;
  456. }
  457. .aed-answer-explain span {
  458. color: #412180;
  459. font-weight: bold;
  460. }
  461. .guide-wrap {
  462. margin-top: 10px;
  463. padding-top: 10px;
  464. page-break-inside: avoid;
  465. }
  466. .proposal {
  467. margin: 0 20px;
  468. }
  469. .guide-wrap .guide {
  470. /* width: 95%; */
  471. border: 1px solid #00784f;
  472. padding: 12px 8px 6px;
  473. position: relative;
  474. }
  475. .guide-wrap .guide-lable {
  476. display: flex;
  477. display: -webkit-box;
  478. display: -moz-box;
  479. display: -ms-flexbox;
  480. display: -webkit-flex;
  481. align-items: center;
  482. -webkit-align-items: center;
  483. -moz-box-align: center;
  484. -webkit-box-align: center;
  485. position: absolute;
  486. top: -9px;
  487. left: -1px;
  488. }
  489. .guide-wrap .guide-lable .guide-lable-icon {
  490. width: 18px;
  491. margin-right: 2px;
  492. }
  493. .guide-wrap .guide-lable .guide-lable-txt {
  494. border: 1px solid #00784f;
  495. color: #00784f;
  496. background: #fff;
  497. height: 16px;
  498. line-height: 16px;
  499. padding: 0 4px;
  500. }
  501. .guide-wrap p {
  502. line-height: 18px;
  503. text-align: justify;
  504. }
  505. .guide-wrap .org {
  506. color: #f26100;
  507. }
  508. .fontBold {
  509. font-weight: bold;
  510. }
  511. .guide legend {
  512. margin-left: 4px;
  513. }
  514. .ltc-case-con {
  515. margin-top: 6px;
  516. }
  517. .lcc-tit-msg {
  518. margin-top: 6px;
  519. margin-bottom: 6px;
  520. }
  521. .lcc-case-detail {
  522. /* width: 86%; */
  523. }
  524. .stars {
  525. width: 8px;
  526. }
  527. .tit-orange-bg {
  528. margin-top: 4px;
  529. height: 16px;
  530. line-height: 16px;
  531. padding: 0 5px;
  532. border: 1px solid #00784f;
  533. font-weight: bolder;
  534. color: #00784f;
  535. display: inline-block !important;
  536. }
  537. /* .tit-orange-bg:after {
  538. position: absolute;
  539. content: '';
  540. width: 10px;
  541. height: 10px;
  542. background: #fff;
  543. border-radius: 50%;
  544. left: -5px;
  545. top: 6px;
  546. } */
  547. .font10 {
  548. font-size: 10px !important;
  549. }
  550. .topic-point {
  551. margin-top: 3px;
  552. line-height: 14px;
  553. }
  554. .topic-order {
  555. padding: 0 4px;
  556. height: 16px;
  557. line-height: 16px;
  558. background-color: #3a3a3a;
  559. color: #fff;
  560. }
  561. .fontBold {
  562. font-weight: bold;
  563. }
  564. .topic-point-border {
  565. border-bottom: 1px solid #ccc;
  566. }
  567. .aed-answer-msgs,
  568. .lcc-tit-msgs {
  569. margin-right: 6px;
  570. position: relative;
  571. }
  572. .no-border {
  573. border: none;
  574. }
  575. .slq-topic-order {
  576. padding: 0 8px;
  577. height: 16px;
  578. line-height: 16px;
  579. background-color: #6a6a6a;
  580. color: #fff;
  581. border-radius: 8px;
  582. }
  583. .slq-answer {
  584. margin-left: 10px;
  585. margin-top: 6px;
  586. }
  587. .slq-list .aed-answer-explain {
  588. width: 100%;
  589. }
  590. .sweep-icon {
  591. position: absolute;
  592. right: 0;
  593. top: 6px;
  594. width: 50px;
  595. height: 50px;
  596. }
  597. .slq-list .them-apecial-style {
  598. min-height: 60px;
  599. }
  600. .has-ma {
  601. width: 88%;
  602. }
  603. .answer-explain-detail {
  604. margin-top: 6px;
  605. }
  606. .aed-answer-msgs,
  607. .aed-answer-explain {
  608. line-height: 20px;
  609. }
  610. .line {
  611. border-bottom: 1px solid #d9d9d9;
  612. position: absolute;
  613. left: 0;
  614. right: 0;
  615. top: 16px;
  616. }
  617. .little-themes-con {
  618. position: relative;
  619. }
  620. .theme-answer-cons.has-ma {
  621. min-height: 60px;
  622. }
  623. .theme-answer-cons {
  624. position: relative;
  625. }
  626. img {
  627. max-width: 100%;
  628. }
  629. .paper {
  630. /* margin: 8px; */
  631. }
  632. .cover {
  633. margin: 0;
  634. position: relative;
  635. }
  636. .cover img {
  637. width: 100%;
  638. height: 167mm;
  639. }
  640. .cover .info {
  641. width: 49mm;
  642. height: 24mm;
  643. border: 1mm solid #2b89cb;
  644. border-radius: 4mm;
  645. text-align: center;
  646. font-weight: bold;
  647. position: absolute;
  648. top: 78%;
  649. left: 49%;
  650. padding: 2.5mm;
  651. }
  652. .cover .info .class {
  653. height: 33%;
  654. line-height: 5mm;
  655. font-size: 12pt;
  656. border-bottom: 0.5mm dashed #2b89cb;
  657. }
  658. .cover .info .exam {
  659. height: 36%;
  660. margin-top: 1mm;
  661. font-size: 10pt;
  662. display: flex;
  663. border-bottom: 0.5mm dashed #2b89cb;
  664. display: -webkit-box;
  665. display: -moz-box;
  666. display: -ms-flexbox;
  667. display: -webkit-flex;
  668. justify-content: center;
  669. -webkit-justify-content: center;
  670. justify-content: center;
  671. -moz-box-pack: center;
  672. -webkit--moz-box-pack: center;
  673. align-items: center;
  674. -webkit-align-items: center;
  675. -moz-box-align: center;
  676. -webkit-box-align: center;
  677. }
  678. .cover .info .teacher {
  679. height: 30%;
  680. font-size: 12pt;
  681. }
  682. .cover2 {
  683. margin: 0;
  684. position: relative;
  685. }
  686. .cover2 img {
  687. width: 100%;
  688. height: 168mm;
  689. }
  690. .cover2 .info {
  691. width: 63mm;
  692. height: 13mm;
  693. position: absolute;
  694. top: 24%;
  695. left: 6%;
  696. text-align: center;
  697. font-weight: bold;
  698. }
  699. .cover2 .info .class {
  700. font-size: 10.5pt;
  701. margin-top: 2mm;
  702. }
  703. .cover2 .info .exam {
  704. margin-top: 1mm;
  705. }
  706. .part-title {
  707. margin-top: 15px;
  708. text-align: center;
  709. font-size: 18px;
  710. font-weight: bolder;
  711. }
  712. .classmate-optimization {}
  713. .classmate-info span {
  714. color: #f26100;
  715. font-weight: bold;
  716. }
  717. .classmate-optimization .classmate-info {
  718. margin-bottom: 5px;
  719. }
  720. .classmate-info .classmate-title {
  721. color: #00784f;
  722. }
  723. .classmate-optimization .classmate-left {
  724. float: left;
  725. width: 46%;
  726. }
  727. .classmate-optimization .classmate-right {
  728. float: right;
  729. width: 46%;
  730. padding-top: 8px;
  731. }
  732. .classmate-optimization .classmate-right .guide-wrap .guide {
  733. /* height: 500px; */
  734. }
  735. .answer {
  736. width: 117mm;
  737. page-break-inside: avoid;
  738. }
  739. /* .answer li { */
  740. /* display: -webkit-flex;
  741. display: flex;
  742. -webkit-align-items: center;
  743. -moz-box-align: center;
  744. -webkit-box-align: center;
  745. align-items: center; */
  746. /* } */