pdf.scss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837
  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. &.fm2{
  121. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_bg.png') no-repeat;
  122. background-size: 100% 100%;
  123. position: relative;
  124. justify-content: flex-end;
  125. padding: 0 40px 15px;
  126. box-sizing: border-box;
  127. }
  128. .fm2-logo{
  129. width: 163px;
  130. height: 44px;
  131. position: absolute;
  132. top: 38px;
  133. left: 30px;
  134. }
  135. .fm2-logo2{
  136. width: 116px;
  137. height: 46px;
  138. position: absolute;
  139. top: 38px;
  140. right: 31px;
  141. }
  142. .fm2-perill{
  143. width: 308px;
  144. height: 58px;
  145. }
  146. .fm2-line{
  147. width: calc(100% - 87px);
  148. height: 1px;
  149. background: rgba(255,255,255,0.12);
  150. margin-top: 12px;
  151. }
  152. .fm2-p{
  153. font-family: PingFangSC, PingFang SC;
  154. font-weight: 400;
  155. font-size: 38px;
  156. color: #FFDF73;
  157. line-height: 48px;
  158. margin-top: 8px;
  159. }
  160. .fm2-texts{
  161. margin-top: 4px;
  162. overflow: hidden;
  163. justify-content: space-between;
  164. flex-wrap: wrap;
  165. }
  166. .fm2-texts-pre{
  167. width: 50%;
  168. margin-top: 11px;
  169. font-family: PingFang-SC, PingFang-SC;
  170. font-weight: 500;
  171. font-size: 12px;
  172. color: #FFFFFF;
  173. line-height: 12px;
  174. text-align: left;
  175. .fm2-texts-pre-val{
  176. padding-right: 10px;
  177. box-sizing: border-box;
  178. }
  179. }
  180. .fm2-tip{
  181. font-family: PingFang-SC, PingFang-SC;
  182. font-weight: 500;
  183. font-size: 10px;
  184. color: #C7E4E4;
  185. line-height: 12px;
  186. margin-top: 14px;
  187. }
  188. .v2-top{
  189. width: 100%;
  190. height: 44px;
  191. background-repeat: no-repeat;
  192. background-size: 100% 100%;
  193. padding: 0 8px 0 32px;
  194. box-sizing: border-box;
  195. .vt-left{
  196. font-family: PingFang-SC, PingFang-SC;
  197. font-weight: bold;
  198. font-size: 24px;
  199. color: #FFFFFF;
  200. line-height: 44px;
  201. text-align: left;
  202. &.black{
  203. color: #002846;
  204. }
  205. }
  206. .vt-right{
  207. font-family: PingFangSC, PingFang SC;
  208. font-weight: 400;
  209. font-size: 12px;
  210. color: #002846;
  211. line-height: 14px;
  212. text-align: right;
  213. }
  214. }
  215. .v2-box{
  216. margin-top: 13px;
  217. background: #FFFFFF;
  218. border-radius: 10px;
  219. border: 1px solid #AEDADA;
  220. padding: 16px 16px 18px;
  221. position: relative;
  222. flex: 1;
  223. .vb-img1{
  224. width: 48px;
  225. height: 6px;
  226. position: absolute;
  227. left: 12px;
  228. top: -3px;
  229. }
  230. .vb-img2{
  231. width: 44px;
  232. height: 20px;
  233. position: absolute;
  234. left: 16px;
  235. bottom: -10px;
  236. }
  237. }
  238. .v2b-tip-title{
  239. font-family: PingFang-SC, PingFang-SC;
  240. font-weight: 400;
  241. font-size: 10px;
  242. color: #667E90;
  243. line-height: 20px;
  244. margin-top: 9px;
  245. }
  246. .v2b-tip-memo{
  247. font-family: PingFangSC, PingFang SC;
  248. font-weight: 400;
  249. font-size: 10px;
  250. color: #667E90;
  251. line-height: 16px;
  252. margin-top: 1px;
  253. }
  254. .v2b-title{
  255. font-family: PingFangSC, PingFang SC;
  256. font-weight: 600;
  257. font-size: 16px;
  258. color: #002846;
  259. line-height: 16px;
  260. margin-top: 16px;
  261. }
  262. .v2b-p{
  263. font-family: PingFangSC, PingFang SC;
  264. font-weight: 400;
  265. font-size: 10px;
  266. color: #002846;
  267. line-height: 16px;
  268. margin-top: 8px;
  269. }
  270. .v2-title2{
  271. font-family: PingFang-SC, PingFang-SC;
  272. font-weight: bold;
  273. font-size: 16px;
  274. color: #002846;
  275. line-height: 16px;
  276. margin-top: 20px;
  277. }
  278. .v2-p{
  279. font-family: PingFangSC, PingFang SC;
  280. font-weight: 400;
  281. font-size: 10px;
  282. color: #002846;
  283. line-height: 16px;
  284. span{
  285. font-family: DIN, DIN;
  286. font-weight: bold;
  287. font-size: 14px;
  288. color: #009191;
  289. line-height: 14px;
  290. margin: 0 10px;
  291. }
  292. }
  293. .v2-p2{
  294. font-family: PingFangSC, PingFang SC;
  295. font-weight: 400;
  296. font-size: 10px;
  297. color: #002846;
  298. line-height: 20px;
  299. }
  300. .v2-subp{
  301. font-family: PingFangSC, PingFang SC;
  302. font-weight: 600;
  303. font-size: 14px;
  304. color: #002846;
  305. line-height: 14px;
  306. margin-top: 16px;
  307. }
  308. .v2-p3{
  309. font-family: PingFang-SC, PingFang-SC;
  310. font-weight: bold;
  311. font-size: 14px;
  312. color: #002846;
  313. line-height: 20px;
  314. }
  315. .v2-six{
  316. flex: 1;
  317. margin-top: 29px;
  318. background: #F1F9F9;
  319. border-radius: 10px;
  320. position: relative;
  321. padding: 46px 16px 25px;
  322. .vsix-title{
  323. width: 234px;
  324. height: 42px;
  325. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/intro_box_title_bg.png') no-repeat;
  326. background-size: 100% 100%;
  327. font-family: PingFangSC, PingFang SC;
  328. font-weight: 600;
  329. font-size: 20px;
  330. color: #FFFFFF;
  331. line-height: 42px;
  332. text-align: center;
  333. position: absolute;
  334. left: 50%;
  335. margin-left: -117px;
  336. top: -10px;
  337. }
  338. .vsix-p{
  339. font-family: PingFangSC, PingFang SC;
  340. font-weight: 400;
  341. font-size: 10px;
  342. color: #002846;
  343. line-height: 16px;
  344. }
  345. .vsix-boxs{
  346. margin-top: 16px;
  347. overflow: hidden;
  348. .vsb{
  349. margin-top: 2px;
  350. background: #FFFFFF;
  351. border-radius: 8px;
  352. padding: 12px 16px 12px 24px;
  353. .vsb-img{
  354. width: 48px;
  355. height: 48px;
  356. }
  357. .vsb-right{
  358. width: calc(100% - 77px);
  359. margin-left: 29px;
  360. padding-left: 24px;
  361. box-sizing: border-box;
  362. position: relative;
  363. &::before{
  364. content: '';
  365. width: 1px;
  366. height: 48px;
  367. background: #E6EAED;
  368. position: absolute;
  369. left: 0;
  370. top: 50%;
  371. margin-top: -24px;
  372. }
  373. .vsbr-top{
  374. .vsbrt-type{
  375. width: 24px;
  376. height: 24px;
  377. border-radius: 4px;
  378. font-family: PingFang-SC, PingFang-SC;
  379. font-weight: bold;
  380. font-size: 20px;
  381. color: #FFFFFF;
  382. line-height: 24px;
  383. text-align: center;
  384. }
  385. .vsbrt-title{
  386. font-family: PingFang-SC, PingFang-SC;
  387. font-weight: bold;
  388. font-size: 14px;
  389. line-height: 16px;
  390. margin-left: 8px;
  391. }
  392. }
  393. .vsbr-desc{
  394. font-family: PingFangSC, PingFang SC;
  395. font-weight: 400;
  396. font-size: 10px;
  397. color: #002846;
  398. line-height: 16px;
  399. margin-top: 10px;
  400. }
  401. }
  402. }
  403. }
  404. }
  405. .v2-data{
  406. background: #FFFFFF;
  407. border-radius: 10px;
  408. border: 1px solid #AEDADA;
  409. width: calc(100% - 9px);
  410. min-height: 254px;
  411. padding: 46px 16px 16px;
  412. box-sizing: border-box;
  413. margin: 27px 0 0 8px;
  414. position: relative;
  415. .vd-title{
  416. width: 134px;
  417. height: 44px;
  418. background-size: 100%;
  419. font-family: PingFangSC, PingFang SC;
  420. font-weight: 600;
  421. font-size: 18px;
  422. color: #FFFFFF;
  423. line-height: 30px;
  424. padding-left: 24px;
  425. box-sizing: border-box;
  426. position: absolute;
  427. top: -1px;
  428. left: -9px;
  429. &.vt2{
  430. width: 224px;
  431. }
  432. &.vt3{
  433. line-height: 36px;
  434. }
  435. &.black{
  436. color: #002846;
  437. }
  438. }
  439. }
  440. .vb-table{
  441. margin-top: 11px;
  442. border: 1px solid #FFE796;
  443. border-radius: 4px;
  444. .vbt-pre{
  445. height: 44px;
  446. .vbtp-left{
  447. width: 72px;
  448. height: 44px;
  449. font-family: PingFangSC, PingFang SC;
  450. font-weight: 400;
  451. font-size: 10px;
  452. color: #FFFFFF;
  453. line-height: 14px;
  454. border-bottom: 1px solid #FFFFFF;
  455. box-sizing: border-box;
  456. &.black{
  457. color: #002846;
  458. }
  459. }
  460. .vbtp-right{
  461. width: calc(100% - 72px);
  462. height: 44px;
  463. padding: 0 18px;
  464. box-sizing: border-box;
  465. display: flex;
  466. flex-direction: column;
  467. justify-content: center;
  468. .vbtpr-title{
  469. font-family: PingFangSC, PingFang SC;
  470. font-weight: 400;
  471. font-size: 9px;
  472. color: #193D59;
  473. line-height: 10px;
  474. }
  475. .vbtpr-jd{
  476. margin-top: 7px;
  477. width: 100%;
  478. height: 6px;
  479. background: #F0F2F8;
  480. border-radius: 3px;
  481. position: relative;
  482. .vj_num{
  483. position: absolute;
  484. height: 6px;
  485. left: 0;
  486. top: 0;
  487. }
  488. .vj-val{
  489. width: 24px;
  490. height: 20px;
  491. background: #FFFFFF;
  492. border-radius: 4px;
  493. font-family: DIN, DIN;
  494. font-weight: bold;
  495. font-size: 12px;
  496. color: #002846;
  497. line-height: 10px;
  498. position: absolute;
  499. top: 50%;
  500. transform: translateY(-50%);
  501. z-index: 2;
  502. }
  503. }
  504. }
  505. &:last-child{
  506. .vbtp-left,.vbtp-right{
  507. border: none;
  508. }
  509. }
  510. }
  511. .vbt-th{
  512. height: 26px;
  513. border-radius: 4px 4px 0px 0px;
  514. border-bottom: 1px solid #FFFFFF;
  515. &>div{
  516. font-family: PingFang-SC, PingFang-SC;
  517. font-weight: bold;
  518. font-size: 10px;
  519. color: #FFFFFF;
  520. line-height: 26px;
  521. text-align: center;
  522. }
  523. &.black{
  524. &>div{
  525. color: #002846;
  526. }
  527. }
  528. }
  529. .vbtt-w1{
  530. width: 72px !important;
  531. }
  532. .vbtt-w2{
  533. width: 46px !important;
  534. }
  535. .vbtt-w3{
  536. flex: 1 !important;
  537. }
  538. .vbtp-num{
  539. font-family: DIN, DIN;
  540. font-weight: bold;
  541. font-size: 14px;
  542. color: #667E90;
  543. text-align: center;
  544. line-height: 44px;
  545. &.green{
  546. color: #199C9C;
  547. }
  548. }
  549. .vbtp-desc{
  550. height: 44px;
  551. flex: 1;
  552. display: flex;
  553. flex-direction: column;
  554. justify-content: center;
  555. .vbtpd-title{
  556. font-family: PingFangSC, PingFang SC;
  557. font-weight: 400;
  558. font-size: 9px;
  559. color: #193D59;
  560. line-height: 10px;
  561. }
  562. .xr_tb{
  563. width: calc(100% - 20px);
  564. height: 4px;
  565. margin-top: 9px;
  566. position: relative;
  567. .xt_pre{
  568. width: calc(100% / 3);
  569. height: 100%;
  570. &.p1{
  571. background: #BA8EB4;
  572. }
  573. &.p2{
  574. background: #66BDBD;
  575. }
  576. &.p3{
  577. background: #AFCDF5;
  578. }
  579. }
  580. .xt_score{
  581. position: absolute;
  582. left: 14px;
  583. top: -9px;
  584. .xts_num{
  585. width: 24px;
  586. height: 18px;
  587. padding: 0 4px;
  588. box-sizing: border-box;
  589. background: #FFFFFF;
  590. box-shadow: 0px 4px 10px 0px rgba(118,30,106,0.08);
  591. border-radius: 4px;
  592. border: 1px solid rgba(131,52,120,0.19);
  593. font-family: DIN, DIN;
  594. font-weight: bold;
  595. font-size: 12px;
  596. color: #904A87;
  597. white-space: nowrap;
  598. &.red{
  599. color: #904A87;
  600. }
  601. &.green{
  602. color: #199C9C;
  603. }
  604. }
  605. .xts_box{
  606. flex: 1;
  607. height: 8px;
  608. background: #199C9C;
  609. }
  610. }
  611. }
  612. }
  613. }
  614. .vbt2-left{
  615. flex: 1;
  616. .vbt2l-th{
  617. height: 28px;
  618. border-radius: 4px 0 0 0;
  619. font-family: PingFang-SC, PingFang-SC;
  620. font-weight: bold;
  621. font-size: 10px;
  622. color: #FFFFFF;
  623. line-height: 20px;
  624. box-sizing: border-box;
  625. .vbt2l-th-title{
  626. flex: 1;
  627. border-right: 1px solid rgba(255,255,255,.24);
  628. text-indent: 10px;
  629. }
  630. .vbt2l-th-score{
  631. width: 56px;
  632. border-right: 1px solid rgba(255,255,255,.24);
  633. }
  634. }
  635. }
  636. .vbt2-right{
  637. width: 308px;
  638. position: relative;
  639. .vbt2r-th{
  640. border-radius: 0 4px 0 0;
  641. }
  642. .vbt2r-pre{
  643. width: calc(50% - 0.5px);
  644. height: 28px;
  645. font-family: PingFang-SC, PingFang-SC;
  646. font-weight: bold;
  647. font-size: 10px;
  648. line-height: 20px;
  649. box-sizing: border-box;
  650. border-right: 1px solid rgba(255,255,255,.24);
  651. &:last-child{
  652. border: none;
  653. border-radius: 0 4px 0 0;
  654. }
  655. }
  656. .vbt2r-tb{
  657. flex: 1;
  658. }
  659. }
  660. .vbt2l-pre{
  661. border-bottom: 1px solid #E6EAED;
  662. display: flex;
  663. align-items: stretch;
  664. height: 58px;
  665. box-sizing: border-box;
  666. &:last-child{
  667. border: none !important;
  668. }
  669. .vbt2l-pre-l{
  670. flex: 1;
  671. padding: 13px 10px;
  672. box-sizing: border-box;
  673. justify-content: center;
  674. .vbt2l-pre-l-title{
  675. font-family: PingFang-SC, PingFang-SC;
  676. font-weight: bold;
  677. font-size: 10px;
  678. color: #761E6A;
  679. line-height: 14px;
  680. }
  681. .vbt2l-pre-l-tip{
  682. font-family: PingFangSC, PingFang SC;
  683. font-weight: 400;
  684. font-size: 9px;
  685. color: #002846;
  686. line-height: 14px;
  687. margin-top: 4px;
  688. }
  689. }
  690. .vbt2l-pre-r{
  691. width: 56px;
  692. font-family: DIN, DIN;
  693. font-weight: bold;
  694. font-size: 14px;
  695. color: #002846;
  696. line-height: 20px;
  697. }
  698. }
  699. .vbt2r-tb{
  700. .vbt2r-tb-l{
  701. width: calc(50% - 0.5px);
  702. justify-content: space-between;
  703. position: relative;
  704. .vbt2r-tb-l-pre{
  705. width: 100%;
  706. height: 58px;
  707. box-sizing: border-box;
  708. position: relative;
  709. .vbt2r-tb-l-pre-bg{
  710. width: calc(100% - 16px);
  711. height: 4px;
  712. background: #E6EAED;
  713. position: absolute;
  714. right: 0;
  715. top: 50%;
  716. margin-top: -2px;
  717. &.r{
  718. left: 0;
  719. }
  720. }
  721. &.red{
  722. justify-content: flex-end;
  723. }
  724. .vbt2r-tb-l-pre-zzt{
  725. height: 10px;
  726. position: relative;
  727. z-index: 11;
  728. box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
  729. &.red{
  730. background: #BA8EB4;
  731. border-radius: 2px 0px 0px 2px;
  732. }
  733. &.green{
  734. background: #80C8C8;
  735. border-radius: 0px 2px 2px 0px;
  736. }
  737. .vbt2r-tb-l-pre-zzt-numl{
  738. width: 16px;
  739. height: 20px;
  740. background: #FFFFFF;
  741. font-family: DIN, DIN;
  742. font-weight: bold;
  743. font-size: 12px;
  744. color: #904A87;
  745. line-height: 18px;
  746. text-align: center;
  747. box-shadow: 0px 4px 8px 0px rgba(118,30,106,0.1);
  748. border-radius: 4px;
  749. border: 1px solid rgba(131,52,120,0.19);
  750. position: absolute;
  751. top: 50%;
  752. margin-top: -10px;
  753. left: -8px;
  754. }
  755. .vbt2r-tb-l-pre-zzt-numr{
  756. width: 16px;
  757. height: 20px;
  758. background: #FFFFFF;
  759. font-family: DIN, DIN;
  760. font-weight: bold;
  761. font-size: 12px;
  762. line-height: 16px;
  763. text-align: center;
  764. box-shadow: 0px 4px 8px 0px rgba(118,30,106,0.1);
  765. border-radius: 4px;
  766. border: 1px solid rgba(51,167,167,0.31);
  767. color: #199C9C;
  768. position: absolute;
  769. top: 50%;
  770. margin-top: -10px;
  771. right: -8px
  772. }
  773. }
  774. &:last-child{
  775. border: none !important;
  776. }
  777. }
  778. }
  779. }
  780. .vb-category{
  781. position: absolute;
  782. top: 70px;
  783. left: 16px;
  784. .vbc-pre{
  785. margin-top: 16px;
  786. .vbcp-yuan{
  787. width: 10px;
  788. height: 10px;
  789. border-radius: 5px;
  790. &.y1{
  791. background: #9F6196;
  792. }
  793. &.y2{
  794. background: #AFCDF5;
  795. }
  796. &.y3{
  797. background: #FFD650;
  798. }
  799. &.y4{
  800. background: #012846;
  801. }
  802. }
  803. .vbcp-text{
  804. font-family: PingFangSC, PingFang SC;
  805. font-weight: 400;
  806. font-size: 10px;
  807. color: #002846;
  808. line-height: 10px;
  809. margin-left: 8px;
  810. }
  811. }
  812. }
  813. }