wzkp.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. width: 1200px;
  7. margin: 0 29px;
  8. }
  9. .top_head {
  10. width: 600px !important;
  11. height: 60px !important;
  12. display: flex;
  13. justify-content: center;
  14. box-shadow: 0px 4px 19px 2px rgba(0, 0, 0, 0.13);
  15. border-radius: 30px;
  16. margin: 26px auto 28px;
  17. }
  18. .top_head li {
  19. width: 50% !important;
  20. height: 60px !important;
  21. background: #F7F9FC !important;
  22. line-height: 60px !important;
  23. font-size: 20px !important;
  24. font-family: PingFang SC;
  25. font-weight: bold !important;
  26. color: #333333 !important;
  27. text-align: center !important;
  28. cursor: pointer !important;
  29. }
  30. .top_head .layui-this {
  31. background: linear-gradient(90deg, #4381DC 0%, #1A60B6 100%) !important;
  32. color: #FFFFFF !important;
  33. }
  34. .top_head .layui-this:after {
  35. border: 0 !important;
  36. }
  37. .top_head li:first-child {
  38. border-radius: 30px 0px 0px 30px;
  39. }
  40. .top_head li:last-child {
  41. border-radius: 0px 30px 30px 0px;
  42. }
  43. .branch_street {
  44. width: 100%;
  45. height: 50px;
  46. display: flex;
  47. flex-wrap: wrap;
  48. }
  49. .branch_street::after {
  50. content: '';
  51. width: 1180px;
  52. height: 2px;
  53. background-color: #1C62B8;
  54. margin-top: -2px;
  55. margin-left: 20px;
  56. }
  57. .branch_street li {
  58. width: 167px;
  59. height: 50px;
  60. font-size: 20px;
  61. font-family: PingFang SC;
  62. font-weight: bold;
  63. color: #333333;
  64. text-align: center;
  65. line-height: 50px;
  66. cursor: pointer;
  67. }
  68. .branch_street li.layui-this {
  69. background: linear-gradient(90deg, #4381DC 0%, #195CAF 100%) !important;
  70. border-radius: 25px 25px 0px 25px;
  71. color: #FFFFFF !important;
  72. }
  73. .branch_street .layui-this:after {
  74. display: none !important;
  75. }
  76. .content_year {
  77. margin: 25px 0 34px 0;
  78. position: relative;
  79. text-align: left !important;
  80. }
  81. .content_year .layui-tab-title .layui-this {
  82. color: #1A5FB4;
  83. width: 100px;
  84. height: 50px;
  85. background: #E0ECFE;
  86. box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
  87. border-radius: 25px;
  88. font-size: 20px;
  89. font-family: PingFang SC;
  90. font-weight: 500;
  91. line-height: 50px;
  92. }
  93. .content_year .layui-tab-title .layui-this:after {
  94. border-bottom: 0;
  95. }
  96. .content_year .layui-tab-title li {
  97. width: 100px;
  98. height: 50px;
  99. background: #FFFFFF;
  100. box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
  101. border-radius: 25px;
  102. font-size: 20px;
  103. font-family: PingFang SC;
  104. font-weight: 500;
  105. color: #333333;
  106. line-height: 50px;
  107. padding: 0;
  108. margin-right: 26px;
  109. }
  110. .content_year .layui-tab-more li.layui-this:after,
  111. .content_year .layui-tab-title .layui-this:after {
  112. border-bottom: 0;
  113. }
  114. .choice_year {
  115. position: absolute;
  116. top: 0;
  117. right: 0;
  118. text-align: center;
  119. }
  120. .choice_year .layui-form-label {
  121. font-size: 20px;
  122. font-family: PingFang SC;
  123. font-weight: 500;
  124. color: #333333;
  125. padding: 15px;
  126. }
  127. .choice_year .ly-date-input {
  128. width: 175px;
  129. height: 50px;
  130. background: #FFFFFF;
  131. box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
  132. border-radius: 25px;
  133. font-size: 20px;
  134. font-family: PingFang SC;
  135. font-weight: 500;
  136. color: #1C61B6;
  137. padding-left: 31px;
  138. }
  139. .icount {
  140. width: 13px;
  141. height: 11px;
  142. position: absolute;
  143. top: 40%;
  144. right: 18%;
  145. }
  146. .content_year .layui-tab-title {
  147. height: 50px;
  148. }
  149. .content_year .layui-tab-content {
  150. padding: 0;
  151. margin: 4px 0 0 0;
  152. }
  153. .content_box li {
  154. width: 100%;
  155. height: 148px;
  156. border-radius: 36px;
  157. margin-top: 30px;
  158. display: flex;
  159. }
  160. .box_blue .content_right {
  161. background-color: #E4EFFF;
  162. }
  163. .box_yellow .content_right {
  164. background-color: #FCF2E2;
  165. }
  166. .box_green .content_right {
  167. background-color: #D4FBCF;
  168. }
  169. .box_red .content_right {
  170. background-color: #FFE4E4;
  171. }
  172. .content_left {
  173. width: 20%;
  174. height: 148px;
  175. border-radius: 36px 0px 0px 36px;
  176. }
  177. .box_blue .content_left {
  178. background: linear-gradient(90deg, #4381DB 0%, #629CEF 100%);
  179. }
  180. .box_yellow .content_left {
  181. background: linear-gradient(90deg, #DBA043 0%, #E2AD5B 100%);
  182. }
  183. .box_green .content_left {
  184. background: linear-gradient(90deg, #46A739 0%, #71D963 100%);
  185. }
  186. .box_red .content_left {
  187. background: linear-gradient(90deg, #DC5544 0%, #E07F72 100%);
  188. }
  189. .content_left img {
  190. display: flex;
  191. }
  192. .content_left p {
  193. width: 100%;
  194. font-size: 20px;
  195. font-family: PingFang SC;
  196. font-weight: bold;
  197. color: #F7F9FC;
  198. text-align: center;
  199. }
  200. .content_right {
  201. width: 80%;
  202. height: 148px;
  203. border-radius: 0px 36px 36px 0px;
  204. }
  205. .content_right ul {
  206. width: 100%;
  207. margin: 42px 91px 38px 73px;
  208. display: flex;
  209. }
  210. .content_right ul li {
  211. display: flex;
  212. height: 90px;
  213. width: 30%;
  214. margin: 0;
  215. }
  216. .img_wrap {
  217. position: relative;
  218. }
  219. .wrap_text {
  220. width: 68px;
  221. height: 68px;
  222. background: #F7F9FC;
  223. border-radius: 50%;
  224. text-align: center;
  225. line-height: 68px;
  226. font-size: 26px;
  227. font-family: PingFang SC;
  228. font-weight: 400;
  229. color: #666666;
  230. }
  231. .wrap_text_cover {
  232. width: 68px;
  233. height: 68px;
  234. background: #F7F9FC;
  235. border-radius: 50%;
  236. text-align: center;
  237. line-height: 68px;
  238. font-size: 26px;
  239. font-family: PingFang SC;
  240. font-weight: 400;
  241. color: #666666;
  242. }
  243. .img_g {
  244. position: absolute;
  245. top: -21%;
  246. left: -13%;
  247. }
  248. .img_p {
  249. position: absolute;
  250. top: 0;
  251. left: -1%;
  252. }
  253. .img_jb {
  254. position: absolute;
  255. top: -10%;
  256. left: -17%;
  257. }
  258. .descript_box {
  259. margin-left: 15px;
  260. }
  261. .descript_box h1 {
  262. font-size: 18px;
  263. font-family: PingFang SC;
  264. font-weight: bold;
  265. color: #333333;
  266. }
  267. .descript_totall {
  268. margin-top: 2px;
  269. font-size: 16px;
  270. font-family: PingFang SC;
  271. }
  272. .descript_totall span {
  273. font-size: 20px;
  274. font-family: PingFang SC;
  275. font-weight: bold;
  276. }
  277. .fs {
  278. display: flex;
  279. font-size: 14px;
  280. font-family: PingFang SC;
  281. font-weight: 500;
  282. }
  283. .box_blue .fs {
  284. color: #92B9F1;
  285. }
  286. .box_blue .descript_totall {
  287. color: #3E7DD7;
  288. }
  289. .box_blue .descript_totall span {
  290. color: #3E7DD7;
  291. }
  292. .box_yellow .fs {
  293. color: #E0B97A;
  294. }
  295. .box_yellow .descript_totall {
  296. color: #CA8417;
  297. }
  298. .box_yellow .descript_totall span {
  299. color: #CA8417;
  300. }
  301. .box_yellow .wrap_text_cover {
  302. border: 2px solid #DBA144;
  303. }
  304. .box_green .fs {
  305. color: #85E378;
  306. }
  307. .box_green .descript_totall {
  308. color: #47A83A;
  309. }
  310. .box_green .descript_totall span {
  311. color: #47A83A;
  312. }
  313. .box_red .fs {
  314. color: #F3A0A0;
  315. }
  316. .box_red .descript_totall {
  317. color: #DB5645;
  318. }
  319. .box_red .descript_totall span {
  320. color: #DB5645;
  321. }
  322. .box_yellow .wrap_text_cover {
  323. border: 2px solid #DBA144;
  324. }
  325. .box_red .wrap_text_cover {
  326. border: 2px solid #DB5846;
  327. }
  328. .box_green .descript_box {
  329. margin-top: -9px;
  330. }
  331. .box_red .descript_box {
  332. margin-top: -9px;
  333. }
  334. .up_green {
  335. font-size: 12px;
  336. font-family: PingFang SC;
  337. font-weight: 500;
  338. color: #333333;
  339. display: flex;
  340. align-items: center;
  341. }
  342. .up_img {
  343. width: 10px;
  344. height: 13px;
  345. }
  346. .rank_detail {
  347. width: 100%;
  348. background: linear-gradient(0deg, #F8FAFE 0%, #FFFFFF 100%);
  349. }
  350. .rank_detail .rank_title {
  351. display: flex;
  352. padding: 50px 0 20px 0;
  353. align-items: center;
  354. background: linear-gradient(0deg, #F8FAFE 0%, #FFFFFF 100%);
  355. }
  356. .rank_title span {
  357. display: inline-block;
  358. width: 2px;
  359. height: 16px;
  360. background-color: #4280DB;
  361. }
  362. .rank_title p {
  363. font-size: 20px;
  364. font-family: PingFang SC;
  365. color: #4280DB;
  366. }
  367. .table_wrap {
  368. padding: 10px 0 !important;
  369. background: #F8FAFE !important;
  370. }
  371. .table_wrap {
  372. margin: 0 !important;
  373. }
  374. .layui-table[lay-skin=line] {
  375. border: 0px !important;
  376. }
  377. .table_wrap thead tr {
  378. background: #4280DB !important;
  379. }
  380. .table_wrap thead tr th {
  381. padding: 16px 0px !important;
  382. font-size: 18px !important;
  383. font-family: PingFang SC !important;
  384. font-weight: bold !important;
  385. color: #FFFFFF !important;
  386. }
  387. .table_wrap thead tr th:first-child {
  388. border-collapse: separate !important;
  389. border-spacing: 0 !important;
  390. border-radius: 15px 0 0 0 !important;
  391. }
  392. .table_wrap thead tr th:last-child {
  393. border-collapse: separate;
  394. border-spacing: 0;
  395. border-radius: 0 15px 0 0;
  396. }
  397. .table_wrap tbody tr:nth-child(odd) {
  398. background: #FFFFFF !important;
  399. }
  400. .table_wrap tbody tr:nth-child(even) {
  401. background: #F0F5FE !important;
  402. }
  403. .table_wrap .layui-table-view {
  404. border: 0 !important;
  405. }
  406. .table_wrap tbody tr td {
  407. padding: 16px 0px !important;
  408. font-size: 18px !important;
  409. font-family: PingFang SC !important;
  410. /* font-weight: bold !important; */
  411. color: #666666 !important;
  412. border-width: 0 1px 0 0 !important;
  413. border-style: solid !important;
  414. border-color: #EDEDED !important;
  415. }
  416. .table_wrap tbody tr td:last-child {
  417. border-width: 0 !important;
  418. }
  419. .img_tr {
  420. margin-right: 16px;
  421. }
  422. .table_wrap tbody tr:last-child td:first-child {
  423. border-collapse: separate !important;
  424. border-spacing: 0 !important;
  425. border-radius: 0 0 0 15px !important;
  426. }
  427. .detailed_data .rank_title {
  428. background: #F8FAFE;
  429. display: flex;
  430. padding: 50px 0 20px 0;
  431. align-items: center;
  432. }
  433. .department_street {
  434. display: flex;
  435. flex-wrap: wrap;
  436. background: linear-gradient(0deg, #FFFFFF 0%, #F8FAFE 100%);
  437. }
  438. .department_street li {
  439. width: 167px;
  440. height: 50px;
  441. background: linear-gradient(90deg, #4381DC 0%, #195CAF 100%);
  442. border-radius: 25px 25px 0px 25px;
  443. font-size: 20px;
  444. font-family: PingFang SC;
  445. font-weight: bold;
  446. color: #FFFFFF;
  447. text-align: center;
  448. line-height: 50px;
  449. }
  450. .department_street::after {
  451. content: '';
  452. width: 1180px;
  453. height: 2px;
  454. background-color: #1C62B8;
  455. margin-top: -2px;
  456. margin-left: 20px;
  457. }
  458. .form_css .layui-form-item {
  459. margin: 25px 0 30px 0 !important;
  460. }
  461. .form_css .layui-form-label {
  462. width: 116px !important;
  463. font-size: 20px !important;
  464. font-family: PingFang SC !important;
  465. font-weight: 500 !important;
  466. color: #333333 !important;
  467. padding: 15px 0 !important;
  468. text-align: left;
  469. }
  470. .form_css .layui-input-block {
  471. margin-left: 160px !important;
  472. width: 497px !important;
  473. height: 50px !important;
  474. background: #FFFFFF !important;
  475. box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1) !important;
  476. border-radius: 25px !important;
  477. }
  478. .form_css .layui-input-block .layui-form-select .layui-input {
  479. border-radius: 25px !important;
  480. height: 50px !important;
  481. font-size: 20px !important;
  482. font-family: PingFang SC !important;
  483. font-weight: 500 !important;
  484. color: #1C61B6 !important;
  485. padding: 0 32px !important;
  486. }
  487. .form_css .layui-form-select .layui-edge {
  488. border-top-color: #1C61B6 !important;
  489. right: 27px !important;
  490. }
  491. .form_css .layui-input-block .layui-form-select .layui-input::-webkit-input-placeholder {
  492. /* Chrome/Opera/Safari */
  493. color: #1C61B6 !important;
  494. }
  495. .form_css .layui-input-block .layui-form-select .layui-input::-moz-placeholder {
  496. /* Firefox 19+ */
  497. color: #1C61B6 !important;
  498. }
  499. .form_css .layui-input-block .layui-form-select .layui-input:-ms-input-placeholder {
  500. /* IE 10+ */
  501. color: #1C61B6 !important;
  502. }
  503. .form_css .layui-input-block .layui-form-select .layui-input:-moz-placeholder {
  504. /* Firefox 18- */
  505. color: #1C61B6 !important;
  506. }
  507. .form_css .layui-form-select dl {
  508. top: 53px !important;
  509. font-size: 20px !important;
  510. font-family: PingFang SC !important;
  511. font-weight: 500 !important;
  512. }
  513. .form_css .layui-form-select dl dd.layui-this {
  514. background-color: #1C61B6 !important;
  515. }
  516. .rank_text {
  517. display: flex;
  518. }
  519. .rank_text h1 {
  520. display: flex;
  521. font-size: 20px;
  522. font-family: PingFang SC;
  523. font-weight: 500;
  524. color: #333333;
  525. margin-right: 54px;
  526. }
  527. .table_css_two {
  528. margin: 0 !important;
  529. }
  530. .table_css_two thead tr {
  531. background: #4280DB !important;
  532. }
  533. .table_css_two thead tr th {
  534. padding: 16px 15px !important;
  535. font-size: 18px !important;
  536. font-family: PingFang SC !important;
  537. font-weight: bold !important;
  538. color: #FFFFFF !important;
  539. }
  540. .table_css_two thead tr th:first-child {
  541. border-collapse: separate !important;
  542. border-spacing: 0 !important;
  543. border-radius: 15px 0 0 0 !important;
  544. }
  545. .table_css_two thead tr th:last-child {
  546. border-collapse: separate;
  547. border-spacing: 0;
  548. border-radius: 0 15px 0 0;
  549. }
  550. .table_css_two tbody tr:nth-child(odd) {
  551. background: #FFFFFF !important;
  552. }
  553. .table_css_two tbody tr:nth-child(even) {
  554. background: #F0F5FE !important;
  555. }
  556. .table_css_two tbody tr td {
  557. padding: 16px 15px !important;
  558. font-size: 14px !important;
  559. font-family: PingFang SC !important;
  560. /* font-weight: bold !important; */
  561. color: #666666 !important;
  562. /* border-width: 0 1px 0 0 !important;
  563. border-style: solid !important;
  564. border-color: #EDEDED !important; */
  565. border: 0 !important;
  566. }
  567. .table_css_two tbody tr td:last-child {
  568. border-width: 0 !important;
  569. }
  570. .table_css_two tbody tr:last-child td:first-child {
  571. border-collapse: separate !important;
  572. border-spacing: 0 !important;
  573. border-radius: 0 0 0 15px !important;
  574. }
  575. .table_css_two tbody tr:last-child td:last-child {
  576. border-collapse: separate !important;
  577. border-spacing: 0 !important;
  578. border-radius: 0 0 15px 0 !important;
  579. }
  580. /* 加扣分详情 */
  581. .add_detailed .rank_title {
  582. display: flex;
  583. padding: 50px 0 20px 0;
  584. align-items: center;
  585. }
  586. .content_hide thead tr th {
  587. padding: 16px 0 !important;
  588. font-size: 18px !important;
  589. font-family: PingFang SC !important;
  590. font-weight: bold !important;
  591. color: #FFFFFF !important;
  592. }
  593. .content_hide tbody tr td {
  594. padding: 16px 0 !important;
  595. font-size: 18px !important;
  596. font-family: PingFang SC !important;
  597. /* font-weight: bold !important; */
  598. color: #666666 !important;
  599. border-width: 0 1px 0 0 !important;
  600. border-style: solid !important;
  601. border-color: #EDEDED !important;
  602. }
  603. .content_hide thead tr {
  604. background: #4280DB !important;
  605. border-collapse: separate !important;
  606. border-spacing: 0 !important;
  607. border-radius: 15px 15px 0 0 !important;
  608. }
  609. .content_hide .layui-table-body .layui-table tbody tr:nth-child(odd) {
  610. background: #FFFFFF !important;
  611. }
  612. .content_hide .layui-table-body .layui-table tbody tr:nth-child(even) {
  613. background: #F0F5FE !important;
  614. }
  615. .content_hide thead tr th:first-child {
  616. border-collapse: separate !important;
  617. border-spacing: 0 !important;
  618. border-radius: 15px 0 0 0 !important;
  619. }
  620. .content_hide tbody tr:last-child td:first-child {
  621. border-collapse: separate !important;
  622. border-spacing: 0 !important;
  623. border-radius: 0 0 0 15px !important;
  624. }
  625. .content_hide .layui-table-view {
  626. border: 0 !important;
  627. }