pdf.scss 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513
  1. .cd_box {
  2. padding: 20px 0 30px;
  3. box-sizing: border-box;
  4. position: relative;
  5. min-height: 891px;
  6. color: #111111;
  7. .cb_db {
  8. .cb_db_l {
  9. font-family: STSongti-SC, STSongti-SC;
  10. font-weight: 400;
  11. font-size: 10px;
  12. color: #ffffff;
  13. line-height: 16px;
  14. padding-left: 32px;
  15. &.cdl {
  16. color: #111111;
  17. padding-left: 0;
  18. }
  19. }
  20. }
  21. .cd_page {
  22. width: 100%;
  23. font-family: STSongti-SC, STSongti-SC;
  24. font-weight: 400;
  25. font-size: 10px;
  26. color: #111111;
  27. line-height: 16px;
  28. text-align: center;
  29. position: absolute;
  30. bottom: 20px;
  31. }
  32. p {
  33. font-family: STSongti-SC, STSongti-SC;
  34. font-weight: 400;
  35. font-size: 10px;
  36. color: #252525;
  37. line-height: 14px;
  38. margin-top: 20px;
  39. &.p2 {
  40. font-size: 12px;
  41. line-height: 16px;
  42. }
  43. &.p3 {
  44. font-size: 12px;
  45. line-height: 16px;
  46. color: #33a7a7;
  47. }
  48. }
  49. .bp {
  50. font-family: PingFangSC, PingFang SC;
  51. font-weight: 600;
  52. font-size: 20px;
  53. color: #111111;
  54. line-height: 24px;
  55. }
  56. .big_title {
  57. font-family: STSongti-SC, STSongti-SC;
  58. font-weight: bold;
  59. font-size: 32px;
  60. color: #009191;
  61. line-height: 45px;
  62. margin-top: 20px;
  63. }
  64. &.fm {
  65. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/report/fm_bg.png') no-repeat;
  66. background-size: 100% 100%;
  67. position: relative;
  68. }
  69. &.fm2 {
  70. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_bg.png') no-repeat;
  71. background-size: 100% 100%;
  72. position: relative;
  73. justify-content: flex-end;
  74. padding: 0 40px 30px;
  75. box-sizing: border-box;
  76. }
  77. .fm2-logo {
  78. width: 163px;
  79. height: 44px;
  80. position: absolute;
  81. top: 48px;
  82. left: 30px;
  83. }
  84. .fm2-perill {
  85. width: 308px;
  86. height: 58px;
  87. }
  88. .fm2-line {
  89. width: calc(100% - 87px);
  90. height: 1px;
  91. background: rgba(255, 255, 255, 0.12);
  92. margin-top: 12px;
  93. }
  94. .fm2-p {
  95. font-family: PingFangSC, PingFang SC;
  96. font-weight: 400;
  97. font-size: 38px;
  98. color: #ffdf73;
  99. line-height: 48px;
  100. margin-top: 12px;
  101. }
  102. .fm2-texts {
  103. margin-top: 15px;
  104. overflow: hidden;
  105. justify-content: space-between;
  106. flex-wrap: wrap;
  107. }
  108. .fm2-texts-pre {
  109. width: 50%;
  110. margin-top: 15px;
  111. font-family: PingFang-SC, PingFang-SC;
  112. font-weight: 500;
  113. font-size: 12px;
  114. color: #ffffff;
  115. line-height: 12px;
  116. text-align: left;
  117. }
  118. .fm_img {
  119. width: 178px;
  120. height: 48px;
  121. margin: 20px 0 0 28px;
  122. }
  123. .fm_info {
  124. width: 100%;
  125. padding: 0 51px 41px 51px;
  126. position: absolute;
  127. bottom: 0;
  128. .fi_p {
  129. font-family: Helvetica;
  130. font-size: 48px;
  131. color: #ffd750;
  132. line-height: 58px;
  133. text-align: left;
  134. }
  135. .fi_line {
  136. width: 161px;
  137. height: 2px;
  138. background: #ffffff;
  139. margin-top: 5px;
  140. }
  141. .fi_title {
  142. font-family: PingFang-SC, PingFang-SC;
  143. font-weight: 500;
  144. font-size: 46px;
  145. color: #ffffff;
  146. line-height: 67px;
  147. text-align: left;
  148. margin-top: 10px;
  149. }
  150. .fi_tip {
  151. font-family: PingFang-SC, PingFang-SC;
  152. font-weight: 500;
  153. font-size: 14px;
  154. color: #ffffff;
  155. line-height: 20px;
  156. margin-top: 2px;
  157. }
  158. .fi_xx {
  159. margin-top: 15px;
  160. .fi_xx_pre {
  161. font-family: PingFang-SC, PingFang-SC;
  162. font-weight: 500;
  163. font-size: 10px;
  164. color: #99d3d3;
  165. line-height: 14px;
  166. &.ml {
  167. margin-left: 16px;
  168. }
  169. }
  170. }
  171. }
  172. .cb_content {
  173. padding: 28px 32px 0;
  174. &.jxpjmddj {
  175. padding: 28px 0 0;
  176. }
  177. }
  178. &.js {
  179. .js_boxs {
  180. margin-top: 26px;
  181. display: flex;
  182. justify-content: space-between;
  183. .jb_pre {
  184. width: calc(20% - 10px);
  185. height: 302px;
  186. border-radius: 0px 18px 0px 18px;
  187. border: 2px solid #33a7a7;
  188. padding-left: 10px;
  189. box-sizing: border-box;
  190. position: relative;
  191. .jbp_zm {
  192. width: 32px;
  193. height: 32px;
  194. background: #33a7a7;
  195. font-family: PingFang-SC, PingFang-SC;
  196. font-weight: bold;
  197. font-size: 22px;
  198. color: #ffffff;
  199. line-height: 27px;
  200. text-align: center;
  201. position: absolute;
  202. left: 0;
  203. right: 0;
  204. }
  205. img {
  206. width: 48px;
  207. height: 48px;
  208. margin: 35px 32px 0 15px;
  209. }
  210. .jbp_title {
  211. width: 100%;
  212. height: 30px;
  213. padding: 0 20px 7px 0;
  214. border-bottom: 2px solid #33a7a7;
  215. box-sizing: border-box;
  216. font-family: STSongti-SC, STSongti-SC;
  217. font-weight: bold;
  218. font-size: 9px;
  219. color: #111111;
  220. line-height: 16px;
  221. margin-top: 10px;
  222. }
  223. p {
  224. font-family: STSongti-SC, STSongti-SC;
  225. font-weight: 400;
  226. font-size: 9px;
  227. color: #111111;
  228. line-height: 14px;
  229. padding: 7px 0 0 0;
  230. &:last-child {
  231. margin-top: 14px;
  232. }
  233. }
  234. &.jp1 {
  235. border: 2px solid #833479;
  236. .jbp_zm {
  237. background: #833479;
  238. }
  239. .jbp_title {
  240. color: #833479;
  241. border-bottom: 2px solid #833479;
  242. }
  243. .jbp_title {
  244. color: #833479;
  245. }
  246. }
  247. &.jp2 {
  248. border: 2px solid #009191;
  249. .jbp_zm {
  250. background: #009191;
  251. }
  252. .jbp_title {
  253. color: #009191;
  254. border-bottom: 2px solid #009191;
  255. }
  256. }
  257. &.jp3 {
  258. border: 2px solid #193d59;
  259. .jbp_zm {
  260. background: #193d59;
  261. }
  262. .jbp_title {
  263. color: #193d59;
  264. border-bottom: 2px solid #193d59;
  265. }
  266. }
  267. &.jp4 {
  268. border: 2px solid #ffd750;
  269. .jbp_zm {
  270. background: #ffd750;
  271. }
  272. .jbp_title {
  273. color: #ffd750;
  274. border-bottom: 2px solid #ffd750;
  275. }
  276. }
  277. &.jp5 {
  278. border: 2px solid #afcdf5;
  279. .jbp_zm {
  280. background: #afcdf5;
  281. }
  282. .jbp_title {
  283. color: #afcdf5;
  284. border-bottom: 2px solid #afcdf5;
  285. }
  286. }
  287. }
  288. }
  289. .js_single_box {
  290. margin-top: 20px;
  291. width: 100%;
  292. height: 112px;
  293. border-radius: 0px 18px 0px 18px;
  294. border: 2px solid #898989;
  295. padding-bottom: 10px;
  296. position: relative;
  297. .jsb_zm {
  298. width: 32px;
  299. height: 32px;
  300. background: #898989;
  301. font-family: PingFang-SC, PingFang-SC;
  302. font-weight: bold;
  303. font-size: 22px;
  304. color: #ffffff;
  305. line-height: 32px;
  306. text-align: center;
  307. position: absolute;
  308. left: 0;
  309. right: 0;
  310. }
  311. .jsb_l {
  312. width: 111px;
  313. img {
  314. width: 48px;
  315. height: 48px;
  316. margin-top: 30px;
  317. }
  318. p {
  319. font-family: STSongti-SC, STSongti-SC;
  320. font-weight: 400;
  321. font-size: 10px;
  322. color: #898989;
  323. line-height: 16px;
  324. margin-top: 0px;
  325. }
  326. }
  327. .jsb_r {
  328. border-left: 2px solid #898989;
  329. padding: 10px 22px;
  330. flex: 1;
  331. font-family: STSongti-SC, STSongti-SC;
  332. font-weight: 400;
  333. font-size: 10px;
  334. color: #111111;
  335. line-height: 16px;
  336. }
  337. }
  338. }
  339. .mddj_title {
  340. img {
  341. width: 65px;
  342. height: 45px;
  343. }
  344. span {
  345. font-family: PingFang-SC, PingFang-SC;
  346. font-weight: 800;
  347. font-size: 32px;
  348. color: #009191;
  349. line-height: 40px;
  350. margin-left: 8px;
  351. }
  352. }
  353. .mddj_tip {
  354. font-size: 12px;
  355. margin-top: 30px;
  356. }
  357. .mddj_top {
  358. justify-content: space-between;
  359. margin-top: 42px;
  360. .tt_pre {
  361. width: calc(100% / 3 - 5px);
  362. .ttp_l {
  363. width: 27px;
  364. height: 48px;
  365. &.tl1 {
  366. background: #d6bbd2;
  367. }
  368. &.tl2 {
  369. background: #ffe796;
  370. }
  371. &.tl3 {
  372. background: #ad78a6;
  373. }
  374. }
  375. .ttp_r {
  376. width: calc(100% - 27px);
  377. font-family: PingFangSC, PingFang SC;
  378. font-weight: 400;
  379. font-size: 10px;
  380. color: #252525;
  381. line-height: 14px;
  382. padding-left: 4px;
  383. box-sizing: border-box;
  384. }
  385. }
  386. }
  387. .mddj_table {
  388. margin-top: 33px;
  389. .mt_l {
  390. flex: 1;
  391. box-sizing: border-box;
  392. }
  393. .mt_r {
  394. .mr_pre {
  395. font-size: 10px;
  396. color: #ffffff;
  397. width: 27px;
  398. padding: 0 4px;
  399. box-sizing: border-box;
  400. height: 100px;
  401. display: flex;
  402. flex-direction: column;
  403. justify-content: center;
  404. align-items: center;
  405. }
  406. }
  407. .mt_top {
  408. background: #833479;
  409. .mt_l {
  410. font-family: PingFangSC, PingFang SC;
  411. font-weight: 400;
  412. font-size: 20px;
  413. color: #ffffff;
  414. line-height: 20px;
  415. padding-left: 14px;
  416. }
  417. }
  418. .mt_list {
  419. border: 3px solid #833479;
  420. .ml_pre {
  421. border-bottom: 1px solid #e5e7eb;
  422. &:last-child {
  423. border: none;
  424. }
  425. &:nth-child(odd) {
  426. background: #f4f4f4;
  427. }
  428. &:nth-child(even) {
  429. background: #ffffff;
  430. }
  431. .mt_l {
  432. padding: 10px 12px;
  433. font-family: PingFangSC, PingFang SC;
  434. font-weight: 400;
  435. font-size: 10px;
  436. color: #252525;
  437. line-height: 16px;
  438. box-sizing: border-box;
  439. }
  440. .mp_pre {
  441. width: 27px;
  442. height: 100%;
  443. font-family: PingFangSC, PingFang SC;
  444. font-weight: 400;
  445. font-size: 10px;
  446. color: #1d2129;
  447. line-height: 13px;
  448. display: flex;
  449. flex-direction: column;
  450. align-items: center;
  451. justify-content: center;
  452. &.mp1 {
  453. background: #d6bbd2;
  454. }
  455. &.mp2 {
  456. background: #ffe796;
  457. }
  458. &.mp3 {
  459. background: #ad78a6;
  460. }
  461. }
  462. }
  463. }
  464. }
  465. .pjgx_title {
  466. font-size: 32px;
  467. color: #f09216;
  468. margin-top: 20px;
  469. }
  470. .mddj_boxs {
  471. margin-top: 10px;
  472. .mb_item {
  473. padding: 20px 0;
  474. border-bottom: 1px dotted #33a7a7;
  475. .mbi_title {
  476. background: rgba(131, 52, 120, 0.12);
  477. font-family: PingFang-SC, PingFang-SC;
  478. font-weight: bold;
  479. font-size: 10px;
  480. color: #33a7a7;
  481. line-height: 14px;
  482. padding: 5px;
  483. display: inline;
  484. }
  485. .mbi_text {
  486. font-family: PingFangSC, PingFang SC;
  487. font-weight: 400;
  488. font-size: 10px;
  489. color: #111111;
  490. line-height: 14px;
  491. margin-top: 10px;
  492. }
  493. }
  494. }
  495. .cyfx_boxs {
  496. margin-top: 5px;
  497. display: flex;
  498. .cyfxb_box {
  499. width: calc(100% / 4 - 1px);
  500. border-left: 1px dotted #c1c7d2;
  501. padding: 0 5px;
  502. box-sizing: border-box;
  503. .cbb_top {
  504. padding: 9px 0;
  505. border-bottom: 1px dotted #c1c7d2;
  506. font-family: PingFangSC, PingFang SC;
  507. font-weight: 600;
  508. font-size: 20px;
  509. color: #33a7a7;
  510. line-height: 24px;
  511. text-align: right;
  512. &.red {
  513. color: #ad78a6;
  514. }
  515. }
  516. .cbb_bottom {
  517. .cbbb_item {
  518. width: 100%;
  519. display: flex;
  520. align-items: center;
  521. justify-content: space-between;
  522. margin-top: 10px;
  523. min-height: 64px;
  524. .ci_l {
  525. width: calc(100% - 42px);
  526. font-family: PingFangSC, PingFang SC;
  527. font-weight: 400;
  528. font-size: 10px;
  529. color: #252525;
  530. line-height: 16px;
  531. padding-right: 10px;
  532. box-sizing: border-box;
  533. }
  534. .ci_r {
  535. width: 42px;
  536. height: 42px;
  537. .circle {
  538. position: relative;
  539. width: 39px;
  540. height: 39px;
  541. border-radius: 50%;
  542. border: 3px solid #ffe796;
  543. background-color: transparent;
  544. }
  545. .semi-circle {
  546. position: absolute;
  547. top: -3px;
  548. right: -3px;
  549. width: 39px;
  550. height: 39px;
  551. border-radius: 100%;
  552. background: conic-gradient(
  553. #33a7a7 0deg,
  554. /* 起始点 */ #33a7a7 calc(var(--percentage, 0) * 3.6deg),
  555. /* 切割范围 */ transparent calc(var(--percentage, 0) * 3.6deg),
  556. /* 切割的部分,使用透明 */ transparent 360deg /* 圆的结束 */
  557. );
  558. z-index: 2;
  559. &.red {
  560. background: conic-gradient(
  561. #ad78a6 0deg,
  562. /* 起始点 */ #ad78a6 calc(var(--percentage, 0) * 3.6deg),
  563. /* 切割范围 */ transparent calc(var(--percentage, 0) * 3.6deg),
  564. /* 切割的部分,使用透明 */ transparent 360deg /* 圆的结束 */
  565. );
  566. }
  567. }
  568. .number {
  569. position: absolute;
  570. width: 100%;
  571. height: 100%;
  572. left: 0;
  573. top: 0;
  574. background: #ffffff;
  575. font-family: PingFang-SC, PingFang-SC;
  576. font-weight: 800;
  577. font-size: 18px;
  578. color: #33a7a7;
  579. z-index: 3;
  580. display: flex;
  581. flex-direction: column;
  582. align-items: center;
  583. justify-content: center;
  584. border-radius: 50%;
  585. &.red {
  586. color: #ad78a6;
  587. }
  588. }
  589. }
  590. }
  591. }
  592. }
  593. }
  594. .jxpjmddj_box {
  595. border-radius: 0px 6px 0px 6px;
  596. border: 1px solid #e5e7eb;
  597. margin-top: 20px;
  598. padding: 8px;
  599. .jb_title {
  600. font-family: PingFangSC, PingFang SC;
  601. font-weight: 400;
  602. font-size: 12px;
  603. color: #252525;
  604. line-height: 16px;
  605. }
  606. .jb_title2 {
  607. margin-top: 12px;
  608. font-family: PingFangSC, PingFang SC;
  609. font-weight: bold;
  610. font-size: 20px;
  611. color: #833479;
  612. line-height: 16px;
  613. }
  614. .jb_text {
  615. font-family: PingFangSC, PingFang SC;
  616. font-weight: 400;
  617. font-size: 10px;
  618. color: #252525;
  619. line-height: 16px;
  620. margin-top: 10px;
  621. }
  622. }
  623. .xxfx_title {
  624. margin-top: 40px;
  625. .xt_pre {
  626. width: 58px;
  627. font-family: PingFang-SC, PingFang-SC;
  628. font-weight: bold;
  629. font-size: 16px;
  630. color: #666666;
  631. line-height: 16px;
  632. text-align: center;
  633. }
  634. }
  635. .xxfx_list {
  636. .xl_item {
  637. margin-top: 20px;
  638. .xli_l {
  639. width: 177px;
  640. .xl_pre {
  641. width: 58px;
  642. font-family: PangMenZhengDaoBiaoTiTiMianFeiBan, PangMenZhengDaoBiaoTiTiMianFeiBan;
  643. font-weight: bolder;
  644. font-size: 20px;
  645. color: #666666;
  646. line-height: 16px;
  647. text-align: center;
  648. &.red {
  649. color: #33a7a7;
  650. }
  651. }
  652. }
  653. .xli_r {
  654. width: calc(100% - 177px);
  655. .xr_p {
  656. font-family: PingFangSC, PingFang SC;
  657. font-weight: 400;
  658. font-size: 10px;
  659. color: #252525;
  660. line-height: 10px;
  661. }
  662. .xr_tb {
  663. width: 100%;
  664. height: 4px;
  665. margin-top: 26px;
  666. position: relative;
  667. .xt_pre {
  668. width: calc(100% / 3);
  669. height: 100%;
  670. &.p1 {
  671. background: #33a7a7;
  672. }
  673. &.p2 {
  674. background: rgba(118, 30, 106, 0.6);
  675. }
  676. &.p3 {
  677. background: #ffe796;
  678. }
  679. }
  680. .xt_score {
  681. position: absolute;
  682. left: 14px;
  683. top: -20px;
  684. .xts_num {
  685. background: #ffffff;
  686. box-shadow: 0px 4px 10px 0px rgba(118, 30, 106, 0.08);
  687. border-radius: 8px;
  688. border: 1px solid rgba(131, 52, 120, 0.19);
  689. font-family: PangMenZhengDao, PangMenZhengDao;
  690. font-weight: bold;
  691. font-size: 12px;
  692. line-height: 16px;
  693. padding: 10px 8px;
  694. white-space: nowrap;
  695. &.red {
  696. color: #33a7a7;
  697. }
  698. &.green {
  699. color: #ad78a6;
  700. }
  701. }
  702. .xts_box {
  703. flex: 1;
  704. height: 13px;
  705. background: #8f2e7c;
  706. }
  707. }
  708. }
  709. }
  710. }
  711. }
  712. .next_box {
  713. margin-top: 10px;
  714. background: rgba(118, 30, 106, 0.05);
  715. border-radius: 0px 6px 0px 6px;
  716. padding: 8px 8px;
  717. .nb_title {
  718. font-family: PingFang-SC, PingFang-SC;
  719. font-weight: bold;
  720. font-size: 12px;
  721. color: #33a7a7;
  722. line-height: 16px;
  723. }
  724. .nb_p {
  725. font-family: PingFangSC, PingFang SC;
  726. font-weight: 400;
  727. font-size: 10px;
  728. color: #111111;
  729. line-height: 16px;
  730. margin-top: 6px;
  731. }
  732. .nb_sj {
  733. font-family: PingFangSC, PingFang SC;
  734. font-weight: 400;
  735. font-size: 10px;
  736. color: #252525;
  737. line-height: 20px;
  738. padding-left: 18px;
  739. }
  740. }
  741. .next_tip {
  742. font-family: PingFang-SC, PingFang-SC;
  743. font-weight: bold;
  744. font-size: 10px;
  745. color: #252525;
  746. line-height: 16px;
  747. margin-top: 20px;
  748. }
  749. .team_title {
  750. margin-top: 20px;
  751. font-size: 20px;
  752. font-weight: bold;
  753. line-height: 24px;
  754. color: #111111;
  755. }
  756. .team_p {
  757. font-size: 10px;
  758. line-height: 16px;
  759. color: #111111;
  760. margin-top: 6px;
  761. }
  762. .cc_table {
  763. margin-top: 11px;
  764. table {
  765. width: 100%;
  766. border-collapse: separate;
  767. border-spacing: 1px;
  768. background-color: #efefef;
  769. tr {
  770. td {
  771. font-family: PingFangSC, PingFang SC;
  772. font-weight: 400;
  773. font-size: 10px;
  774. color: #111111;
  775. line-height: 16px;
  776. min-height: 28px;
  777. background: #ffffff;
  778. padding: 5px 5px;
  779. &.red {
  780. background: #33a7a7;
  781. color: #ffffff;
  782. }
  783. &.pink {
  784. width: 58px;
  785. background: #dcbad4;
  786. }
  787. &.yellow {
  788. background: #ffd750;
  789. }
  790. &.th {
  791. text-align: center;
  792. }
  793. &.title {
  794. width: 27px;
  795. text-align: center;
  796. }
  797. }
  798. }
  799. }
  800. }
  801. .team_table {
  802. margin-top: 10px;
  803. table {
  804. width: 100%;
  805. border-collapse: separate;
  806. border-spacing: 1px;
  807. background-color: #efefef;
  808. tr {
  809. td {
  810. font-family: PingFangSC, PingFang SC;
  811. font-weight: 400;
  812. font-size: 10px;
  813. color: #252525;
  814. line-height: 16px;
  815. padding: 6px 10px;
  816. background: #ffffff;
  817. &.mw {
  818. width: 50px;
  819. padding: 5px;
  820. }
  821. &.tc {
  822. height: 140px;
  823. }
  824. }
  825. &.th td {
  826. background: #33a7a7;
  827. color: #ffffff;
  828. }
  829. }
  830. }
  831. }
  832. .ztzdfx_box {
  833. width: 320px;
  834. margin-top: 16px;
  835. .zb_text {
  836. font-family: PingFang-SC, PingFang-SC;
  837. font-weight: bold;
  838. font-size: 12px;
  839. color: #009191;
  840. line-height: 24px;
  841. }
  842. .zb_title {
  843. font-family: PingFang-SC, PingFang-SC;
  844. font-weight: bold;
  845. font-size: 10px;
  846. color: #252525;
  847. line-height: 10px;
  848. margin-top: 6px;
  849. }
  850. .zb_line {
  851. width: 100%;
  852. height: 1px;
  853. background: #1d2129;
  854. margin-top: 9px;
  855. }
  856. .zb_pre {
  857. margin-top: 8px;
  858. .zbp_dian {
  859. width: 10px;
  860. height: 10px;
  861. border-radius: 5px;
  862. &.zd1 {
  863. background: #ffd650;
  864. }
  865. &.zd2 {
  866. background: #751e6a;
  867. }
  868. &.zd3 {
  869. background: #012846;
  870. }
  871. }
  872. span {
  873. font-family: PingFang-SC, PingFang-SC;
  874. font-weight: bold;
  875. font-size: 10px;
  876. color: #252525;
  877. line-height: 10px;
  878. margin-left: 8px;
  879. }
  880. }
  881. .zb_memo {
  882. font-family: PingFang-SC, PingFang-SC;
  883. font-weight: bold;
  884. font-size: 10px;
  885. color: #252525;
  886. line-height: 14px;
  887. margin-top: 7px;
  888. }
  889. }
  890. .cb_content {
  891. &.box_dj {
  892. .mddj_title span {
  893. color: #833479;
  894. }
  895. .p3 {
  896. color: #111111;
  897. }
  898. .mbi_title {
  899. background: #833479;
  900. font-weight: bold;
  901. font-size: 10px;
  902. color: #ffffff;
  903. line-height: 14px;
  904. }
  905. .mb_item {
  906. border-bottom: 1px dotted #833479;
  907. }
  908. }
  909. &.box_wbjg {
  910. .mddj_title span {
  911. color: #009191;
  912. }
  913. .p3 {
  914. color: #111111;
  915. }
  916. .mbi_title {
  917. background: #009191;
  918. font-weight: bold;
  919. font-size: 10px;
  920. color: #ffffff;
  921. line-height: 14px;
  922. }
  923. .mb_item {
  924. border-bottom: 1px dotted #009191;
  925. }
  926. }
  927. &.box_gx {
  928. .mddj_title span {
  929. color: #002846;
  930. }
  931. .p3 {
  932. color: #111111;
  933. }
  934. .mbi_title {
  935. background: #002846;
  936. font-weight: bold;
  937. font-size: 10px;
  938. color: #ffffff;
  939. line-height: 14px;
  940. }
  941. .mb_item {
  942. border-bottom: 1px dotted #002846;
  943. }
  944. }
  945. &.box_nbjg {
  946. .mddj_title span {
  947. color: #ffd750;
  948. }
  949. .p3 {
  950. color: #111111;
  951. }
  952. .mbi_title {
  953. background: #ffd750;
  954. font-weight: bold;
  955. font-size: 10px;
  956. color: #ffffff;
  957. line-height: 14px;
  958. }
  959. .mb_item {
  960. border-bottom: 1px dotted #ffd750;
  961. }
  962. .mbi_title {
  963. color: #252525;
  964. }
  965. }
  966. &.box_xx {
  967. .mddj_title span {
  968. color: #afcdf5;
  969. }
  970. .p3 {
  971. color: #111111;
  972. }
  973. .mbi_title {
  974. background: #afcdf5;
  975. font-weight: bold;
  976. font-size: 10px;
  977. color: #ffffff;
  978. line-height: 14px;
  979. }
  980. .mb_item {
  981. border-bottom: 1px dotted #afcdf5;
  982. }
  983. .mbi_title {
  984. color: #252525;
  985. }
  986. }
  987. &.box_ldl {
  988. .mddj_title span {
  989. color: #898989;
  990. }
  991. .p3 {
  992. color: #111111;
  993. }
  994. .mbi_title {
  995. background: #898989;
  996. font-weight: bold;
  997. font-size: 10px;
  998. color: #ffffff;
  999. line-height: 14px;
  1000. }
  1001. .mb_item {
  1002. border-bottom: 1px dotted #898989;
  1003. }
  1004. .mbi_title {
  1005. color: #fff;
  1006. }
  1007. }
  1008. &.other {
  1009. .mddj_title span {
  1010. font-weight: 800;
  1011. font-size: 32px;
  1012. color: #252525;
  1013. line-height: 32px;
  1014. }
  1015. .nb_title {
  1016. font-weight: bold;
  1017. font-size: 12px;
  1018. color: #252525;
  1019. line-height: 16px;
  1020. }
  1021. .next_box {
  1022. background: #f7fafe;
  1023. }
  1024. }
  1025. }
  1026. .v2-top {
  1027. width: 100%;
  1028. height: 49px;
  1029. background-repeat: no-repeat;
  1030. background-size: 100% 100%;
  1031. padding: 0 8px 0 32px;
  1032. box-sizing: border-box;
  1033. .vt-left {
  1034. font-family: PingFang-SC, PingFang-SC;
  1035. font-weight: bold;
  1036. font-size: 24px;
  1037. color: #ffffff;
  1038. span {
  1039. font-family: PingFangSC, PingFang SC;
  1040. font-weight: 600;
  1041. font-size: 20px;
  1042. color: #199c9c;
  1043. margin-left: 40px;
  1044. }
  1045. &.black {
  1046. color: #002846;
  1047. }
  1048. }
  1049. .vt-right {
  1050. font-family: PingFangSC, PingFang SC;
  1051. font-weight: 400;
  1052. font-size: 8px;
  1053. color: #002846;
  1054. line-height: 14px;
  1055. text-align: right;
  1056. }
  1057. }
  1058. .v2-box {
  1059. margin-top: 13px;
  1060. background: #ffffff;
  1061. border-radius: 10px;
  1062. border: 1px solid #33a7a7;
  1063. padding: 16px 16px 18px;
  1064. position: relative;
  1065. .vb-img1 {
  1066. width: 48px;
  1067. height: 6px;
  1068. position: absolute;
  1069. left: 12px;
  1070. top: -3px;
  1071. }
  1072. .vb-img2 {
  1073. width: 44px;
  1074. height: 20px;
  1075. position: absolute;
  1076. left: 16px;
  1077. bottom: -10px;
  1078. }
  1079. }
  1080. .v2-p {
  1081. font-family: PingFangSC, PingFang SC;
  1082. font-weight: 400;
  1083. font-size: 10px;
  1084. color: #002846;
  1085. line-height: 16px;
  1086. span {
  1087. font-family: DIN, DIN;
  1088. font-weight: bold;
  1089. font-size: 14px;
  1090. color: #009191;
  1091. line-height: 14px;
  1092. margin: 0 10px;
  1093. }
  1094. }
  1095. .v2-p2 {
  1096. font-family: PingFang-SC, PingFang-SC;
  1097. font-weight: bold;
  1098. font-size: 12px;
  1099. color: #002846;
  1100. line-height: 16px;
  1101. }
  1102. .v2-p3 {
  1103. font-family: PingFang-SC, PingFang-SC;
  1104. font-weight: bold;
  1105. font-size: 14px;
  1106. color: #002846;
  1107. line-height: 20px;
  1108. }
  1109. .v2-six {
  1110. flex: 1;
  1111. margin-top: 29px;
  1112. background: #f1f9f9;
  1113. border-radius: 10px;
  1114. position: relative;
  1115. padding: 46px 16px 25px;
  1116. .vsix-title {
  1117. width: 234px;
  1118. height: 42px;
  1119. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/intro_box_title_bg.png') no-repeat;
  1120. background-size: 100% 100%;
  1121. font-family: PingFangSC, PingFang SC;
  1122. font-weight: 600;
  1123. font-size: 20px;
  1124. color: #ffffff;
  1125. line-height: 42px;
  1126. text-align: center;
  1127. position: absolute;
  1128. left: 50%;
  1129. margin-left: -117px;
  1130. top: -10px;
  1131. }
  1132. .vsix-p {
  1133. font-family: PingFangSC, PingFang SC;
  1134. font-weight: 400;
  1135. font-size: 10px;
  1136. color: #002846;
  1137. line-height: 16px;
  1138. }
  1139. .vsix-boxs {
  1140. margin-top: 16px;
  1141. overflow: hidden;
  1142. .vsb {
  1143. margin-top: 2px;
  1144. background: #ffffff;
  1145. border-radius: 8px;
  1146. padding: 12px 16px 12px 24px;
  1147. .vsb-img {
  1148. width: 48px;
  1149. height: 48px;
  1150. }
  1151. .vsb-right {
  1152. width: calc(100% - 77px);
  1153. margin-left: 29px;
  1154. padding-left: 24px;
  1155. box-sizing: border-box;
  1156. position: relative;
  1157. &::before {
  1158. content: '';
  1159. width: 1px;
  1160. height: 48px;
  1161. background: #e6eaed;
  1162. position: absolute;
  1163. left: 0;
  1164. top: 50%;
  1165. margin-top: -24px;
  1166. }
  1167. .vsbr-top {
  1168. .vsbrt-type {
  1169. width: 24px;
  1170. height: 24px;
  1171. border-radius: 4px;
  1172. font-family: PingFang-SC, PingFang-SC;
  1173. font-weight: bold;
  1174. font-size: 20px;
  1175. color: #ffffff;
  1176. line-height: 24px;
  1177. text-align: center;
  1178. }
  1179. .vsbrt-title {
  1180. font-family: PingFang-SC, PingFang-SC;
  1181. font-weight: bold;
  1182. font-size: 14px;
  1183. line-height: 16px;
  1184. margin-left: 8px;
  1185. }
  1186. }
  1187. .vsbr-desc {
  1188. font-family: PingFangSC, PingFang SC;
  1189. font-weight: 400;
  1190. font-size: 10px;
  1191. color: #002846;
  1192. line-height: 16px;
  1193. margin-top: 10px;
  1194. }
  1195. }
  1196. }
  1197. }
  1198. }
  1199. .v2-data {
  1200. background: #ffffff;
  1201. border-radius: 10px;
  1202. border: 1px solid #aedada;
  1203. width: calc(100% - 9px);
  1204. padding: 46px 16px 16px;
  1205. box-sizing: border-box;
  1206. margin: 27px 0 0 8px;
  1207. position: relative;
  1208. .vd-title {
  1209. width: 134px;
  1210. height: 44px;
  1211. background-size: 100%;
  1212. font-family: PingFangSC, PingFang SC;
  1213. font-weight: 600;
  1214. font-size: 18px;
  1215. color: #ffffff;
  1216. line-height: 30px;
  1217. padding-left: 24px;
  1218. box-sizing: border-box;
  1219. position: absolute;
  1220. top: -1px;
  1221. left: -9px;
  1222. &.vt2 {
  1223. width: 224px;
  1224. }
  1225. &.vt3 {
  1226. line-height: 36px;
  1227. }
  1228. &.black {
  1229. color: #002846;
  1230. }
  1231. }
  1232. }
  1233. .vd-wd {
  1234. margin-top: 8px;
  1235. width: 100%;
  1236. height: 34px;
  1237. border-radius: 6px;
  1238. padding: 0 10px;
  1239. box-sizing: border-box;
  1240. .vdwd-pre {
  1241. width: 30%;
  1242. font-family: PingFangSC, PingFang SC;
  1243. font-weight: 400;
  1244. font-size: 12px;
  1245. color: #4d697e;
  1246. line-height: 34px;
  1247. text-align: left;
  1248. &.vp {
  1249. width: 40%;
  1250. }
  1251. span {
  1252. font-family: DIN, DIN;
  1253. font-weight: bold;
  1254. font-size: 14px;
  1255. color: #002846;
  1256. line-height: 20px;
  1257. }
  1258. }
  1259. }
  1260. .vb-table {
  1261. margin-top: 11px;
  1262. border: 1px solid #ffe796;
  1263. border-radius: 4px;
  1264. .vbt-pre {
  1265. height: 44px;
  1266. .vbtp-left {
  1267. width: 110px;
  1268. height: 44px;
  1269. font-family: PingFangSC, PingFang SC;
  1270. font-weight: 400;
  1271. font-size: 10px;
  1272. color: #ffffff;
  1273. line-height: 14px;
  1274. border-bottom: 1px solid #ffffff;
  1275. &.black {
  1276. color: #002846;
  1277. }
  1278. }
  1279. .vbtp-right {
  1280. width: calc(100% - 110px);
  1281. height: 44px;
  1282. padding: 0 18px;
  1283. box-sizing: border-box;
  1284. display: flex;
  1285. flex-direction: column;
  1286. justify-content: center;
  1287. .vbtpr-title {
  1288. font-family: PingFangSC, PingFang SC;
  1289. font-weight: 400;
  1290. font-size: 9px;
  1291. color: #193d59;
  1292. line-height: 10px;
  1293. }
  1294. .vbtpr-jd {
  1295. margin-top: 7px;
  1296. width: 100%;
  1297. height: 6px;
  1298. background: #f0f2f8;
  1299. border-radius: 3px;
  1300. position: relative;
  1301. .vj_num {
  1302. position: absolute;
  1303. height: 6px;
  1304. left: 0;
  1305. top: 0;
  1306. }
  1307. .vj-val {
  1308. background: #ffffff;
  1309. border-radius: 4px;
  1310. padding: 4px 7px;
  1311. font-family: DIN, DIN;
  1312. font-weight: bold;
  1313. font-size: 12px;
  1314. color: #002846;
  1315. line-height: 10px;
  1316. position: absolute;
  1317. top: 50%;
  1318. transform: translateY(-50%);
  1319. z-index: 2;
  1320. }
  1321. }
  1322. }
  1323. &:last-child {
  1324. .vbtp-left,
  1325. .vbtp-right {
  1326. border: none;
  1327. }
  1328. }
  1329. }
  1330. .vbt-th {
  1331. height: 26px;
  1332. border-radius: 4px 4px 0px 0px;
  1333. border-bottom: 1px solid #ffffff;
  1334. & > div {
  1335. font-family: PingFang-SC, PingFang-SC;
  1336. font-weight: bold;
  1337. font-size: 10px;
  1338. color: #ffffff;
  1339. line-height: 26px;
  1340. text-align: center;
  1341. }
  1342. &.black {
  1343. & > div {
  1344. color: #002846;
  1345. }
  1346. }
  1347. }
  1348. .vbtt-w1 {
  1349. width: 72px !important;
  1350. }
  1351. .vbtt-w2 {
  1352. width: 46px !important;
  1353. }
  1354. .vbtt-w3 {
  1355. flex: 1 !important;
  1356. }
  1357. .vbtp-num {
  1358. font-family: DIN, DIN;
  1359. font-weight: bold;
  1360. font-size: 14px;
  1361. color: #667e90;
  1362. text-align: center;
  1363. line-height: 44px;
  1364. &.green {
  1365. color: #199c9c;
  1366. }
  1367. }
  1368. .vbtp-desc {
  1369. height: 44px;
  1370. flex: 1;
  1371. display: flex;
  1372. flex-direction: column;
  1373. justify-content: center;
  1374. .vbtpd-title {
  1375. font-family: PingFangSC, PingFang SC;
  1376. font-weight: 400;
  1377. font-size: 9px;
  1378. color: #193d59;
  1379. line-height: 10px;
  1380. }
  1381. .xr_tb {
  1382. width: calc(100% - 20px);
  1383. height: 4px;
  1384. margin-top: 11px;
  1385. position: relative;
  1386. .xt_pre {
  1387. width: calc(100% / 3);
  1388. height: 100%;
  1389. &.p1 {
  1390. background: #ba8eb4;
  1391. }
  1392. &.p2 {
  1393. background: #66bdbd;
  1394. }
  1395. &.p3 {
  1396. background: #afcdf5;
  1397. }
  1398. }
  1399. .xt_score {
  1400. position: absolute;
  1401. left: 14px;
  1402. top: -9px;
  1403. .xts_num {
  1404. background: #ffffff;
  1405. box-shadow: 0px 4px 10px 0px rgba(118, 30, 106, 0.08);
  1406. border-radius: 4px;
  1407. border: 1px solid rgba(131, 52, 120, 0.19);
  1408. font-family: DIN, DIN;
  1409. font-weight: bold;
  1410. font-size: 12px;
  1411. color: #904a87;
  1412. line-height: 10px;
  1413. padding: 4px 7px;
  1414. white-space: nowrap;
  1415. &.red {
  1416. color: #904a87;
  1417. }
  1418. &.green {
  1419. color: #199c9c;
  1420. }
  1421. }
  1422. .xts_box {
  1423. flex: 1;
  1424. height: 8px;
  1425. background: #199c9c;
  1426. }
  1427. }
  1428. }
  1429. }
  1430. }
  1431. .vb-category {
  1432. position: absolute;
  1433. top: 80px;
  1434. left: 16px;
  1435. .vbc-pre {
  1436. margin-top: 16px;
  1437. .vbcp-yuan {
  1438. width: 10px;
  1439. height: 10px;
  1440. border-radius: 5px;
  1441. &.y1 {
  1442. background: #9f6196;
  1443. }
  1444. &.y2 {
  1445. background: #afcdf5;
  1446. }
  1447. &.y3 {
  1448. background: #ffd650;
  1449. }
  1450. &.y4 {
  1451. background: #012846;
  1452. }
  1453. }
  1454. .vbcp-text {
  1455. font-family: PingFangSC, PingFang SC;
  1456. font-weight: 400;
  1457. font-size: 12px;
  1458. color: #002846;
  1459. line-height: 10px;
  1460. margin-left: 8px;
  1461. }
  1462. }
  1463. }
  1464. }
  1465. .cd_box{
  1466. width: 100%;
  1467. color: #A1A1A1;
  1468. }