pdf.scss 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013
  1. .cd_box{
  2. padding: 20px 0 30px;
  3. box-sizing: border-box;
  4. position: relative;
  5. border-top: 1px solid rgba(0,0,0,.4);
  6. height: 890px;
  7. color: #111111;
  8. .cb_db{
  9. .cb_db_l{
  10. font-family: STSongti-SC, STSongti-SC;
  11. font-weight: 400;
  12. font-size: 10px;
  13. color: #FFFFFF;
  14. line-height: 16px;
  15. padding-left: 32px;
  16. &.cdl{
  17. color: #111111;
  18. padding-left: 0;
  19. }
  20. }
  21. }
  22. .cd_page{
  23. width: 100%;
  24. font-family: STSongti-SC, STSongti-SC;
  25. font-weight: 400;
  26. font-size: 10px;
  27. color: #111111;
  28. line-height: 16px;
  29. text-align: center;
  30. position: absolute;
  31. bottom: 20px;
  32. }
  33. p{
  34. font-family: STSongti-SC, STSongti-SC;
  35. font-weight: 400;
  36. font-size: 10px;
  37. color: #252525;
  38. line-height: 14px;
  39. margin-top: 20px;
  40. &.p2{
  41. font-size: 12px;
  42. line-height: 16px;
  43. }
  44. &.p3{
  45. font-size: 12px;
  46. line-height: 16px;
  47. color: #761E6A;
  48. }
  49. }
  50. .bp{
  51. font-family: PingFangSC, PingFang SC;
  52. font-weight: 600;
  53. font-size: 20px;
  54. color: #111111;
  55. line-height: 24px;
  56. }
  57. .big_title{
  58. font-family: STSongti-SC, STSongti-SC;
  59. font-weight: bold;
  60. font-size: 32px;
  61. color: #009191;
  62. line-height: 45px;
  63. margin-top: 20px;
  64. }
  65. &.fm{
  66. background: url('@/assets/images/report/fm_bg.png') no-repeat;
  67. background-size: 100% 100%;
  68. position: relative;
  69. }
  70. .fm_img{
  71. width: 178px;
  72. height: 48px;
  73. margin: 20px 0 0 28px
  74. }
  75. .fm_info{
  76. width: 100%;
  77. padding: 0 51px 41px 51px;
  78. position: absolute;
  79. bottom: 0;
  80. .fi_p{
  81. font-family: Helvetica;
  82. font-size: 48px;
  83. color: #FFD750;
  84. line-height: 58px;
  85. text-align: left;
  86. }
  87. .fi_line{
  88. width: 161px;
  89. height: 2px;
  90. background: #FFFFFF;
  91. margin-top: 5px;
  92. }
  93. .fi_title{
  94. font-family: PingFang-SC, PingFang-SC;
  95. font-weight: 500;
  96. font-size: 48px;
  97. color: #FFFFFF;
  98. line-height: 67px;
  99. text-align: left;
  100. margin-top: 10px;
  101. }
  102. .fi_tip{
  103. font-family: PingFang-SC, PingFang-SC;
  104. font-weight: 500;
  105. font-size: 14px;
  106. color: #FFFFFF;
  107. line-height: 20px;
  108. margin-top: 2px;
  109. }
  110. .fi_xx{
  111. margin-top: 15px;
  112. .fi_xx_pre{
  113. font-family: PingFang-SC, PingFang-SC;
  114. font-weight: 500;
  115. font-size: 10px;
  116. color: #99D3D3;
  117. line-height: 14px;
  118. &.ml{
  119. margin-left: 16px;
  120. }
  121. }
  122. }
  123. }
  124. .cb_content{
  125. padding: 28px 32px 0;
  126. &.jxpjmddj{
  127. padding: 28px 0 0;
  128. }
  129. }
  130. &.js{
  131. .js_boxs{
  132. margin-top: 26px;
  133. display: flex;
  134. justify-content: space-between;
  135. .jb_pre{
  136. width: calc(20% - 10px);
  137. height: 302px;
  138. border-radius: 0px 18px 0px 18px;
  139. border: 2px solid #761E6A;
  140. padding-left: 10px;
  141. box-sizing: border-box;
  142. position: relative;
  143. .jbp_zm{
  144. width: 32px;
  145. height: 32px;
  146. background: #761E6A;
  147. font-family: PingFang-SC, PingFang-SC;
  148. font-weight: bold;
  149. font-size: 22px;
  150. color: #FFFFFF;
  151. line-height: 27px;
  152. text-align: center;
  153. position: absolute;
  154. left: 0;
  155. right: 0;
  156. }
  157. img{
  158. width: 48px;
  159. height: 48px;
  160. margin: 35px 32px 0 15px;
  161. }
  162. .jbp_title{
  163. width: 100%;
  164. height: 30px;
  165. padding: 0 20px 7px 0;
  166. border-bottom: 2px solid #761E6A;
  167. box-sizing: border-box;
  168. font-family: STSongti-SC, STSongti-SC;
  169. font-weight: bold;
  170. font-size: 9px;
  171. color: #111111;
  172. line-height: 16px;
  173. margin-top: 10px;
  174. }
  175. p{
  176. font-family: STSongti-SC, STSongti-SC;
  177. font-weight: 400;
  178. font-size: 9px;
  179. color: #111111;
  180. line-height: 14px;
  181. padding: 7px 0 0 0;
  182. &:last-child{
  183. margin-top: 14px;
  184. }
  185. }
  186. &.jp1{
  187. border: 2px solid #833479;
  188. .jbp_zm{
  189. background: #833479;
  190. }
  191. .jbp_title{
  192. color: #833479;
  193. border-bottom: 2px solid #833479;
  194. }
  195. .jbp_title{
  196. color: #833479;
  197. }
  198. }
  199. &.jp2{
  200. border: 2px solid #009191;
  201. .jbp_zm{
  202. background: #009191;
  203. }
  204. .jbp_title{
  205. color: #009191;
  206. border-bottom: 2px solid #009191;
  207. }
  208. }
  209. &.jp3{
  210. border: 2px solid #193D59;
  211. .jbp_zm{
  212. background: #193D59;
  213. }
  214. .jbp_title{
  215. color: #193D59;
  216. border-bottom: 2px solid #193D59;
  217. }
  218. }
  219. &.jp4{
  220. border: 2px solid #FFD750;
  221. .jbp_zm{
  222. background: #FFD750;
  223. }
  224. .jbp_title{
  225. color: #FFD750;
  226. border-bottom: 2px solid #FFD750;
  227. }
  228. }
  229. &.jp5{
  230. border: 2px solid #AFCDF5;
  231. .jbp_zm{
  232. background: #AFCDF5;
  233. }
  234. .jbp_title{
  235. color: #AFCDF5;
  236. border-bottom: 2px solid #AFCDF5;
  237. }
  238. }
  239. }
  240. }
  241. .js_single_box{
  242. margin-top: 20px;
  243. width: 100%;
  244. height: 112px;
  245. border-radius: 0px 18px 0px 18px;
  246. border: 2px solid #898989;
  247. padding-bottom: 10px;
  248. position: relative;
  249. .jsb_zm{
  250. width: 32px;
  251. height: 32px;
  252. background: #898989;
  253. font-family: PingFang-SC, PingFang-SC;
  254. font-weight: bold;
  255. font-size: 22px;
  256. color: #FFFFFF;
  257. line-height: 32px;
  258. text-align: center;
  259. position: absolute;
  260. left: 0;
  261. right: 0;
  262. }
  263. .jsb_l{
  264. width: 111px;
  265. img{
  266. width: 48px;
  267. height: 48px;
  268. margin-top: 30px;
  269. }
  270. p{
  271. font-family: STSongti-SC, STSongti-SC;
  272. font-weight: 400;
  273. font-size: 10px;
  274. color: #898989;
  275. line-height: 16px;
  276. margin-top: 0px;
  277. }
  278. }
  279. .jsb_r{
  280. border-left: 2px solid #898989;
  281. padding: 10px 22px;
  282. flex: 1;
  283. font-family: STSongti-SC, STSongti-SC;
  284. font-weight: 400;
  285. font-size: 10px;
  286. color: #111111;
  287. line-height: 16px;
  288. }
  289. }
  290. }
  291. .mddj_title{
  292. img{
  293. width: 65px;
  294. height: 45px;
  295. }
  296. span{
  297. font-family: PingFang-SC, PingFang-SC;
  298. font-weight: 800;
  299. font-size: 32px;
  300. color: #009191;
  301. line-height: 40px;
  302. margin-left: 8px;
  303. }
  304. }
  305. .mddj_tip{
  306. font-size: 12px;
  307. margin-top: 30px;
  308. }
  309. .mddj_top{
  310. justify-content: space-between;
  311. margin-top: 42px;
  312. .tt_pre{
  313. width: calc(100% / 3 - 5px);
  314. .ttp_l{
  315. width: 27px;
  316. height: 48px;
  317. &.tl1{
  318. background: #D6BBD2;
  319. }
  320. &.tl2{
  321. background: #FFE796;
  322. }
  323. &.tl3{
  324. background: #AD78A6;
  325. }
  326. }
  327. .ttp_r{
  328. width: calc(100% - 27px);
  329. font-family: PingFangSC, PingFang SC;
  330. font-weight: 400;
  331. font-size: 10px;
  332. color: #252525;
  333. line-height: 14px;
  334. padding-left: 4px;
  335. box-sizing: border-box;
  336. }
  337. }
  338. }
  339. .mddj_table{
  340. margin-top: 33px;
  341. .mt_l{
  342. flex: 1;
  343. box-sizing: border-box;
  344. }
  345. .mt_r{
  346. .mr_pre{
  347. font-size: 10px;
  348. color: #FFFFFF;
  349. width: 27px;
  350. padding: 0 4px;
  351. box-sizing: border-box;
  352. height: 100px;
  353. display: flex;
  354. flex-direction: column;
  355. justify-content: center;
  356. align-items: center;
  357. }
  358. }
  359. .mt_top{
  360. background: #833479;
  361. .mt_l{
  362. font-family: PingFangSC, PingFang SC;
  363. font-weight: 400;
  364. font-size: 20px;
  365. color: #FFFFFF;
  366. line-height: 20px;
  367. padding-left: 14px;
  368. }
  369. }
  370. .mt_list{
  371. border: 3px solid #833479;
  372. .ml_pre{
  373. border-bottom: 1px solid #E5E7EB;
  374. &:last-child{
  375. border: none;
  376. }
  377. &:nth-child(odd){
  378. background: #F4F4F4;
  379. }
  380. &:nth-child(even){
  381. background: #FFFFFF;
  382. }
  383. .mt_l{
  384. padding: 10px 12px;
  385. font-family: PingFangSC, PingFang SC;
  386. font-weight: 400;
  387. font-size: 10px;
  388. color: #252525;
  389. line-height: 16px;
  390. box-sizing: border-box;
  391. }
  392. .mp_pre{
  393. width: 27px;
  394. height: 100%;
  395. font-family: PingFangSC, PingFang SC;
  396. font-weight: 400;
  397. font-size: 10px;
  398. color: #1D2129;
  399. line-height: 13px;
  400. display: flex;
  401. flex-direction: column;
  402. align-items: center;
  403. justify-content: center;
  404. &.mp1{
  405. background: #D6BBD2;
  406. }
  407. &.mp2{
  408. background: #FFE796;
  409. }
  410. &.mp3{
  411. background: #AD78A6;
  412. }
  413. }
  414. }
  415. }
  416. }
  417. .pjgx_title{
  418. font-size: 32px;
  419. color: #F09216;
  420. margin-top: 20px;
  421. }
  422. .mddj_boxs{
  423. margin-top: 10px;
  424. .mb_item{
  425. padding: 20px 0;
  426. border-bottom: 1px dotted #833478;
  427. .mbi_title{
  428. background: rgba(131,52,120,0.12);
  429. font-family: PingFang-SC, PingFang-SC;
  430. font-weight: bold;
  431. font-size: 10px;
  432. color: #761E6A;
  433. line-height: 14px;
  434. padding: 5px;
  435. display: inline;
  436. }
  437. .mbi_text{
  438. font-family: PingFangSC, PingFang SC;
  439. font-weight: 400;
  440. font-size: 10px;
  441. color: #111111;
  442. line-height: 14px;
  443. margin-top: 10px;
  444. }
  445. }
  446. }
  447. .cyfx_boxs{
  448. margin-top: 5px;
  449. display: flex;
  450. .cyfxb_box{
  451. width: calc(100% / 4 - 1px);
  452. border-left: 1px dotted #C1C7D2;
  453. padding: 0 5px;
  454. box-sizing: border-box;
  455. .cbb_top{
  456. padding: 9px 0;
  457. border-bottom: 1px dotted #C1C7D2;
  458. font-family: PingFangSC, PingFang SC;
  459. font-weight: 600;
  460. font-size: 20px;
  461. color: #761E6A;
  462. line-height: 24px;
  463. text-align: right;
  464. &.red{
  465. color: #AD78A6;
  466. }
  467. }
  468. .cbb_bottom{
  469. .cbbb_item{
  470. width: 100%;
  471. display: flex;
  472. align-items: center;
  473. justify-content: space-between;
  474. margin-top: 10px;
  475. min-height: 64px;
  476. .ci_l{
  477. width: calc(100% - 42px);
  478. font-family: PingFangSC, PingFang SC;
  479. font-weight: 400;
  480. font-size: 10px;
  481. color: #252525;
  482. line-height: 16px;
  483. padding-right: 10px;
  484. box-sizing: border-box;
  485. }
  486. .ci_r{
  487. width: 42px;
  488. height: 42px;
  489. .circle {
  490. position: relative;
  491. width: 39px;
  492. height: 39px;
  493. border-radius: 50%;
  494. border: 3px solid #FFE796;
  495. background-color: transparent;
  496. }
  497. .semi-circle {
  498. position: absolute;
  499. top: -3px;
  500. right: -3px;
  501. width: 39px;
  502. height: 39px;
  503. border-radius: 100%;
  504. background: conic-gradient(
  505. #761E6A 0deg, /* 起始点 */
  506. #761E6A calc(var(--percentage, 0) * 3.6deg), /* 切割范围 */
  507. transparent calc(var(--percentage, 0) * 3.6deg), /* 切割的部分,使用透明 */
  508. transparent 360deg /* 圆的结束 */
  509. );
  510. z-index: 2;
  511. &.red{
  512. background: conic-gradient(
  513. #AD78A6 0deg, /* 起始点 */
  514. #AD78A6 calc(var(--percentage, 0) * 3.6deg), /* 切割范围 */
  515. transparent calc(var(--percentage, 0) * 3.6deg), /* 切割的部分,使用透明 */
  516. transparent 360deg /* 圆的结束 */
  517. );
  518. }
  519. }
  520. .number {
  521. position: absolute;
  522. width: 100%;
  523. height: 100%;
  524. left: 0;
  525. top: 0;
  526. background: #FFFFFF;
  527. font-family: PingFang-SC, PingFang-SC;
  528. font-weight: 800;
  529. font-size: 18px;
  530. color: #761E6A;
  531. z-index: 3;
  532. display: flex;
  533. flex-direction: column;
  534. align-items: center;
  535. justify-content: center;
  536. border-radius: 50%;
  537. &.red{
  538. color: #AD78A6;
  539. }
  540. }
  541. }
  542. }
  543. }
  544. }
  545. }
  546. .jxpjmddj_box{
  547. border-radius: 0px 6px 0px 6px;
  548. border: 1px solid #E5E7EB;
  549. margin-top: 20px;
  550. padding: 8px;
  551. .jb_title{
  552. font-family: PingFangSC, PingFang SC;
  553. font-weight: 400;
  554. font-size: 12px;
  555. color: #252525;
  556. line-height: 16px;
  557. }
  558. .jb_title2{
  559. margin-top: 12px;
  560. font-family: PingFangSC, PingFang SC;
  561. font-weight: bold;
  562. font-size: 20px;
  563. color: #833479;
  564. line-height: 16px;
  565. }
  566. .jb_text{
  567. font-family: PingFangSC, PingFang SC;
  568. font-weight: 400;
  569. font-size: 10px;
  570. color: #252525;
  571. line-height: 16px;
  572. margin-top: 10px;
  573. }
  574. }
  575. .xxfx_title{
  576. margin-top: 40px;
  577. .xt_pre{
  578. width: 58px;
  579. font-family: PingFang-SC, PingFang-SC;
  580. font-weight: bold;
  581. font-size: 16px;
  582. color: #666666;
  583. line-height: 16px;
  584. text-align: center;
  585. }
  586. }
  587. .xxfx_list{
  588. .xl_item{
  589. margin-top: 20px;
  590. .xli_l{
  591. width: 177px;
  592. .xl_pre{
  593. width: 58px;
  594. font-family: PangMenZhengDaoBiaoTiTiMianFeiBan, PangMenZhengDaoBiaoTiTiMianFeiBan;
  595. font-weight: bolder;
  596. font-size: 20px;
  597. color: #666666;
  598. line-height: 16px;
  599. text-align: center;
  600. &.red{
  601. color: #833478;
  602. }
  603. }
  604. }
  605. .xli_r{
  606. width: calc(100% - 177px);
  607. .xr_p{
  608. font-family: PingFangSC, PingFang SC;
  609. font-weight: 400;
  610. font-size: 10px;
  611. color: #252525;
  612. line-height: 10px;
  613. }
  614. .xr_tb{
  615. width: 100%;
  616. height: 4px;
  617. margin-top: 26px;
  618. position: relative;
  619. .xt_pre{
  620. width: calc(100% / 3);
  621. height: 100%;
  622. &.p1{
  623. background: #761E6A;
  624. }
  625. &.p2{
  626. background: rgba(118,30,106,0.6);
  627. }
  628. &.p3{
  629. background: #FFE796;
  630. }
  631. }
  632. .xt_score{
  633. position: absolute;
  634. left: 14px;
  635. top: -20px;
  636. .xts_num{
  637. background: #FFFFFF;
  638. box-shadow: 0px 4px 10px 0px rgba(118,30,106,0.08);
  639. border-radius: 8px;
  640. border: 1px solid rgba(131,52,120,0.19);
  641. font-family: PangMenZhengDao, PangMenZhengDao;
  642. font-weight: bold;
  643. font-size: 12px;
  644. line-height: 16px;
  645. padding: 10px 8px;
  646. white-space: nowrap;
  647. &.red{
  648. color: #833478;
  649. }
  650. &.green{
  651. color: #AD78A6;
  652. }
  653. }
  654. .xts_box{
  655. flex: 1;
  656. height: 13px;
  657. background: #8F2E7C;
  658. }
  659. }
  660. }
  661. }
  662. }
  663. }
  664. .next_box{
  665. margin-top: 10px;
  666. background: rgba(118,30,106,0.05);
  667. border-radius: 0px 6px 0px 6px;
  668. padding: 8px 8px;
  669. .nb_title{
  670. font-family: PingFang-SC, PingFang-SC;
  671. font-weight: bold;
  672. font-size: 12px;
  673. color: #761E6A;
  674. line-height: 16px;
  675. }
  676. .nb_p{
  677. font-family: PingFangSC, PingFang SC;
  678. font-weight: 400;
  679. font-size: 10px;
  680. color: #111111;
  681. line-height: 16px;
  682. margin-top: 6px;
  683. }
  684. .nb_sj{
  685. font-family: PingFangSC, PingFang SC;
  686. font-weight: 400;
  687. font-size: 10px;
  688. color: #252525;
  689. line-height: 20px;
  690. padding-left: 18px;
  691. }
  692. }
  693. .next_tip{
  694. font-family: PingFang-SC, PingFang-SC;
  695. font-weight: bold;
  696. font-size: 10px;
  697. color: #252525;
  698. line-height: 16px;
  699. margin-top: 20px;
  700. }
  701. .team_title{
  702. margin-top: 20px;
  703. font-size: 20px;
  704. font-weight: bold;
  705. line-height: 24px;
  706. color: #111111;
  707. }
  708. .team_p{
  709. font-size: 10px;
  710. line-height: 16px;
  711. color: #111111;
  712. margin-top: 6px;
  713. }
  714. .cc_table{
  715. margin-top: 11px;
  716. table{
  717. width: 100%;
  718. border-collapse: separate;
  719. border-spacing: 1px;
  720. background-color: #EFEFEF;
  721. tr{
  722. td{
  723. font-family: PingFangSC, PingFang SC;
  724. font-weight: 400;
  725. font-size: 10px;
  726. color: #111111;
  727. line-height: 16px;
  728. min-height: 28px;
  729. background: #FFFFFF;
  730. padding: 5px 5px;
  731. &.red{
  732. background: #761E6A;
  733. color: #FFFFFF;
  734. }
  735. &.pink{
  736. width: 58px;
  737. background: #DCBAD4;
  738. }
  739. &.yellow{
  740. background: #FFD750;
  741. }
  742. &.th{
  743. text-align: center;
  744. }
  745. &.title{
  746. width: 27px;
  747. text-align: center;
  748. }
  749. }
  750. }
  751. }
  752. }
  753. .team_table{
  754. margin-top: 10px;
  755. table{
  756. width: 100%;
  757. border-collapse: separate;
  758. border-spacing: 1px;
  759. background-color: #EFEFEF;
  760. tr{
  761. td{
  762. font-family: PingFangSC, PingFang SC;
  763. font-weight: 400;
  764. font-size: 10px;
  765. color: #252525;
  766. line-height: 16px;
  767. padding: 6px 10px;
  768. background: #FFFFFF;
  769. &.mw{
  770. width: 50px;
  771. padding: 5px;
  772. }
  773. &.tc{
  774. height: 140px;
  775. }
  776. }
  777. &.th td{
  778. background: #761E6A;
  779. color: #FFFFFF;
  780. }
  781. }
  782. }
  783. }
  784. .ztzdfx_box{
  785. width: 320px;
  786. margin-top: 16px;
  787. .zb_text{
  788. font-family: PingFang-SC, PingFang-SC;
  789. font-weight: bold;
  790. font-size: 12px;
  791. color: #009191;
  792. line-height: 24px;
  793. }
  794. .zb_title{
  795. font-family: PingFang-SC, PingFang-SC;
  796. font-weight: bold;
  797. font-size: 10px;
  798. color: #252525;
  799. line-height: 10px;
  800. margin-top: 6px;
  801. }
  802. .zb_line{
  803. width: 100%;
  804. height: 1px;
  805. background: #1D2129;
  806. margin-top: 9px;
  807. }
  808. .zb_pre{
  809. margin-top: 8px;
  810. .zbp_dian{
  811. width: 10px;
  812. height: 10px;
  813. border-radius: 5px;
  814. &.zd1{
  815. background: #FFD650;
  816. }
  817. &.zd2{
  818. background: #751E6A;
  819. }
  820. &.zd3{
  821. background: #012846;
  822. }
  823. }
  824. span{
  825. font-family: PingFang-SC, PingFang-SC;
  826. font-weight: bold;
  827. font-size: 10px;
  828. color: #252525;
  829. line-height: 10px;
  830. margin-left: 8px;
  831. }
  832. }
  833. .zb_memo{
  834. font-family: PingFang-SC, PingFang-SC;
  835. font-weight: bold;
  836. font-size: 10px;
  837. color: #252525;
  838. line-height: 14px;
  839. margin-top: 7px;
  840. }
  841. }
  842. .cb_content{
  843. &.box_dj{
  844. .mddj_title span{
  845. color: #833479;
  846. }
  847. .p3{
  848. color: #111111;
  849. }
  850. .mbi_title{
  851. background: #833479;
  852. font-weight: bold;
  853. font-size: 10px;
  854. color: #FFFFFF;
  855. line-height: 14px;
  856. }
  857. .mb_item{
  858. border-bottom: 1px dotted #833479;
  859. }
  860. }
  861. &.box_wbjg{
  862. .mddj_title span{
  863. color: #009191;
  864. }
  865. .p3{
  866. color: #111111;
  867. }
  868. .mbi_title{
  869. background: #009191;
  870. font-weight: bold;
  871. font-size: 10px;
  872. color: #FFFFFF;
  873. line-height: 14px;
  874. }
  875. .mb_item{
  876. border-bottom: 1px dotted #009191;
  877. }
  878. }
  879. &.box_gx{
  880. .mddj_title span{
  881. color: #002846;
  882. }
  883. .p3{
  884. color: #111111;
  885. }
  886. .mbi_title{
  887. background: #002846;
  888. font-weight: bold;
  889. font-size: 10px;
  890. color: #FFFFFF;
  891. line-height: 14px;
  892. }
  893. .mb_item{
  894. border-bottom: 1px dotted #002846;
  895. }
  896. }
  897. &.box_nbjg{
  898. .mddj_title span{
  899. color: #FFD750;
  900. }
  901. .p3{
  902. color: #111111;
  903. }
  904. .mbi_title{
  905. background: #FFD750;
  906. font-weight: bold;
  907. font-size: 10px;
  908. color: #FFFFFF;
  909. line-height: 14px;
  910. }
  911. .mb_item{
  912. border-bottom: 1px dotted #FFD750;
  913. }
  914. .mbi_title{
  915. color: #252525;
  916. }
  917. }
  918. &.box_xx{
  919. .mddj_title span{
  920. color: #AFCDF5;
  921. }
  922. .p3{
  923. color: #111111;
  924. }
  925. .mbi_title{
  926. background: #AFCDF5;
  927. font-weight: bold;
  928. font-size: 10px;
  929. color: #FFFFFF;
  930. line-height: 14px;
  931. }
  932. .mb_item{
  933. border-bottom: 1px dotted #AFCDF5;
  934. }
  935. .mbi_title{
  936. color: #252525;
  937. }
  938. }
  939. &.box_ldl{
  940. .mddj_title span{
  941. color: #898989;
  942. }
  943. .p3{
  944. color: #111111;
  945. }
  946. .mbi_title{
  947. background: #898989;
  948. font-weight: bold;
  949. font-size: 10px;
  950. color: #FFFFFF;
  951. line-height: 14px;
  952. }
  953. .mb_item{
  954. border-bottom: 1px dotted #898989;
  955. }
  956. .mbi_title{
  957. color: #FFF;
  958. }
  959. }
  960. &.other{
  961. .mddj_title span{
  962. font-weight: 800;
  963. font-size: 32px;
  964. color: #252525;
  965. line-height: 32px;
  966. }
  967. .nb_title{
  968. font-weight: bold;
  969. font-size: 12px;
  970. color: #252525;
  971. line-height: 16px;
  972. }
  973. .next_box{
  974. background: #F7FAFE;
  975. }
  976. }
  977. }
  978. }