pdf.scss 50 KB

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