pdf.scss 24 KB

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