humanResources.css 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126
  1. html,
  2. body {
  3. width: 100% !important;
  4. /* width: 4874px !important; */
  5. /* min-height: 2743px; */
  6. height: 100%;
  7. font-size: 20px;
  8. color: #fff;
  9. font-family: 'Microsoft YaHei';
  10. /* background-image: url("../images/indexBg.png"); */
  11. /* background-image: url("../images/newImage/4ca24a27-c946-4f59-90a5-af00530ddb59.png"); */
  12. background-image: url("../images/humanResources/bg.png");
  13. background-repeat: no-repeat;
  14. background-size: 100% 100%;
  15. overflow-y: hidden;
  16. }
  17. :root {
  18. /* --bg: #dcf0fc0c; */
  19. --bgc: #63b6ff11;
  20. }
  21. /* 强制去掉滚动条 */
  22. /* html {
  23. overflow-x: hidden !important;
  24. } */
  25. * {
  26. -webkit-user-select: none;
  27. -moz-user-select: none;
  28. -ms-user-select: none;
  29. user-select: none;
  30. }
  31. img *,
  32. *,
  33. *:before,
  34. *:after {
  35. padding: 0;
  36. margin: 0;
  37. box-sizing: border-box;
  38. }
  39. a {
  40. text-decoration: none;
  41. cursor: pointer;
  42. }
  43. [v-cloak] {
  44. display: none;
  45. }
  46. .app_box {
  47. width: 100%;
  48. height: 100%;
  49. }
  50. .app_box {
  51. width: 100%;
  52. height: 100%;
  53. padding: 40px 30px 20px;
  54. box-sizing: border-box;
  55. display: flex;
  56. flex-direction: column;
  57. justify-content: space-between;
  58. align-items: center;
  59. }
  60. .page_title {
  61. width: 100%;
  62. height: 6%;
  63. font-size: 90px;
  64. font-family: Source Han Sans CN;
  65. font-weight: bold;
  66. text-align: center;
  67. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  68. -webkit-background-clip: text;
  69. -webkit-text-fill-color: transparent;
  70. }
  71. .page_main {
  72. width: 100%;
  73. height: calc(79% - 100px);
  74. margin-top: 1%;
  75. display: flex;
  76. justify-content: space-between;
  77. align-items: center;
  78. position: relative;
  79. }
  80. .page_btm {
  81. width: 100%;
  82. height: 15%;
  83. background-color: var(--bgc);
  84. position: relative;
  85. }
  86. .flex_column {
  87. display: flex;
  88. flex-direction: column;
  89. justify-content: space-around;
  90. align-items: center;
  91. }
  92. .flex_sp {
  93. display: flex;
  94. justify-content: space-between;
  95. align-items: center;
  96. }
  97. .flex {
  98. display: flex;
  99. justify-content: center;
  100. align-items: center;
  101. }
  102. .page_main_left,
  103. .page_main_right {
  104. width: 34%;
  105. height: 100%;
  106. position: absolute;
  107. }
  108. .page_main_left {
  109. left: 0;
  110. }
  111. .page_main_right {
  112. right: 0;
  113. }
  114. img {
  115. width: 100%;
  116. height: 100%;
  117. }
  118. .page_main_center {
  119. width: calc(41% - 30px);
  120. height: 100%;
  121. position: absolute;
  122. left: 50%;
  123. transform: translateX(-50%);
  124. z-index: 9999;
  125. }
  126. .page_main_center .page_main_center_image {
  127. width: 90%;
  128. z-index: 0;
  129. height: 84%;
  130. transform: scale(1.1) translate(5%, 20%);
  131. }
  132. .center_top {
  133. width: 100%;
  134. height: 210px;
  135. padding: 0 15%;
  136. box-sizing: border-box;
  137. /* background-color: #ffffff; */
  138. position: absolute;
  139. top: 4.5%;
  140. }
  141. .center_main {
  142. width: 100%;
  143. height: 55%;
  144. position: absolute;
  145. top: 13.5%;
  146. }
  147. .center_main_item {
  148. width: 350px;
  149. height: 350px;
  150. position: absolute;
  151. background: url("../images/humanResources/icon2.png");
  152. background-repeat: no-repeat;
  153. background-size: cover;
  154. justify-content: center;
  155. animation: remove 2s steps(60) infinite;
  156. }
  157. .center_main_item_icon {
  158. width: 110px;
  159. height: 110px;
  160. margin-bottom: 10px;
  161. }
  162. .center_main_item span {
  163. font-size: 30px;
  164. font-weight: 500;
  165. text-align: center;
  166. }
  167. .left_top {
  168. width: 100%;
  169. height: calc(70% - 15px);
  170. background-color: var(--bgc);
  171. }
  172. .left_btm {
  173. width: 100%;
  174. height: calc(30% - 15px);
  175. background-color: var(--bgc);
  176. }
  177. .title {
  178. width: 70%;
  179. height: 75px;
  180. background: url("../images/humanResources/title.png") no-repeat;
  181. background-size: 100% 100%;
  182. font-size: 36px;
  183. font-family: Source Han Sans CN;
  184. font-weight: bolder;
  185. color: #FFFFFF;
  186. text-indent: 8%;
  187. line-height: 65px;
  188. }
  189. .title_yellow {
  190. width: 70%;
  191. height: 75px;
  192. background: url("../images/humanResources/title_yellow.png") no-repeat;
  193. background-size: 100% 100%;
  194. font-size: 36px;
  195. font-family: Source Han Sans CN;
  196. font-weight: bolder;
  197. color: #FFFFFF;
  198. text-indent: 8%;
  199. line-height: 65px;
  200. }
  201. .main {
  202. width: 100%;
  203. height: calc(100% - 75px);
  204. padding: 40px 40px 10px;
  205. box-sizing: border-box;
  206. }
  207. .main_item {
  208. width: calc(50% - 10px);
  209. height: 100%;
  210. background-color: #69c1ff09;
  211. padding-top: 20px;
  212. box-sizing: border-box;
  213. }
  214. .right_top {
  215. width: 100%;
  216. height: calc(25% - 15px);
  217. background-color: var(--bgc);
  218. }
  219. .right_main {
  220. width: 100%;
  221. height: calc(35% - 15px);
  222. background-color: var(--bgc);
  223. }
  224. .right_btm {
  225. width: 100%;
  226. height: calc(40% - 15px);
  227. background-color: var(--bgc);
  228. }
  229. .main_item_top {
  230. width: 100%;
  231. height: calc(37% - 15px);
  232. background-color: var(--bgc);
  233. }
  234. .main_item_btm {
  235. width: 100%;
  236. height: calc(63% - 15px);
  237. background-color: var(--bgc);
  238. }
  239. .echarts_dom {
  240. width: 100%;
  241. height: 100%;
  242. }
  243. .item_content_6,
  244. .item_content_7,
  245. .item_content_8,
  246. .item_content_9,
  247. .item_content_10,
  248. .item_content_11,
  249. .item_content_12,
  250. .item_content_13,
  251. .item_content_14,
  252. .item_content_15,
  253. .item_content_16,
  254. .item_content_17,
  255. .item_content_99,
  256. .item_content_6_false {
  257. width: 100%;
  258. height: calc(60% - 10px);
  259. }
  260. .item_content_4 {
  261. width: 100%;
  262. height: calc(40% - 10px);
  263. }
  264. .header-item {
  265. font-size: 20px;
  266. color: #69C0FF;
  267. }
  268. .row-item {
  269. font-size: 23px !important;
  270. }
  271. .content_4_top {
  272. width: 100%;
  273. height: 100px;
  274. align-items: flex-end;
  275. }
  276. .content_4_title {
  277. width: 100%;
  278. height: 50px;
  279. justify-content: space-around;
  280. }
  281. .content_4_time {
  282. width: 45%;
  283. height: 40px;
  284. }
  285. .btn_on {
  286. width: 250px;
  287. height: 100%;
  288. background: url("../images/humanResources/btn_on.png") no-repeat;
  289. background-size: 100% 100%;
  290. margin: 0 20px;
  291. font-size: 25px;
  292. font-family: Source Han Sans CN;
  293. font-weight: 500;
  294. color: #ECE278;
  295. text-align: center;
  296. line-height: 50px;
  297. }
  298. .btn_off {
  299. width: 250px;
  300. height: 100%;
  301. background: url("../images/humanResources/btn_off.png") no-repeat;
  302. background-size: 100% 100%;
  303. margin: 0 20px;
  304. font-size: 25px;
  305. font-family: Source Han Sans CN;
  306. font-weight: 500;
  307. color: #47C0FF;
  308. text-align: center;
  309. line-height: 50px;
  310. }
  311. .img_class {
  312. width: 22px;
  313. /* height: 16px; */
  314. margin-left: 10px;
  315. }
  316. img {
  317. width: 100%;
  318. height: 100%;
  319. }
  320. .content_4_btm {
  321. width: 100%;
  322. height: calc(100% - 90px);
  323. margin-top: 5px;
  324. }
  325. .yellow {
  326. color: yellow;
  327. }
  328. .red {
  329. color: red;
  330. }
  331. .green {
  332. color: green;
  333. }
  334. /* .item_content_6 .rows .row-item:nth-child(2){
  335. color: #E1AF27;
  336. background-color: #302e2d50 !important;
  337. } */
  338. .item_content_99 .rows .row-item:nth-child(1) {
  339. color: #E1AF27;
  340. background-color: #302e2d50 !important;
  341. }
  342. .item_content_6 .rows .row-item:nth-child(2) {
  343. color: #E1AF27;
  344. background-color: #302e2d50 !important;
  345. }
  346. .item_content_6_else .rows .row-item:nth-child(2) {
  347. color: #E1AF27;
  348. background-color: #302e2d50 !important;
  349. }
  350. .item_content_5 .rows .row-item:nth-child(2) {
  351. color: #E1AF27;
  352. background-color: #302e2d50 !important;
  353. }
  354. .item_content_7 .rows .row-item:nth-child(3) {
  355. color: #E1AF27;
  356. background-color: #302e2d50 !important;
  357. }
  358. .item_content_8 .rows .row-item:nth-child(4) {
  359. color: #E1AF27;
  360. background-color: #302e2d50 !important;
  361. }
  362. .item_content_9 .rows .row-item:nth-child(5) {
  363. color: #E1AF27;
  364. background-color: #302e2d50 !important;
  365. }
  366. .item_content_10 .rows .row-item:nth-child(6) {
  367. color: #E1AF27;
  368. background-color: #302e2d50 !important;
  369. }
  370. .item_content_11 .rows .row-item:nth-child(7) {
  371. color: #E1AF27;
  372. background-color: #302e2d50 !important;
  373. }
  374. .item_content_12 .rows .row-item:nth-child(8) {
  375. color: #E1AF27;
  376. background-color: #302e2d50 !important;
  377. }
  378. .item_content_13 .rows .row-item:nth-child(9) {
  379. color: #E1AF27;
  380. background-color: #302e2d50 !important;
  381. }
  382. .item_content_14 .rows .row-item:nth-child(10) {
  383. color: #E1AF27;
  384. background-color: #302e2d50 !important;
  385. }
  386. @keyframes remove {
  387. 0% {
  388. transform: translateY(0);
  389. }
  390. 25% {
  391. transform: translateY(-5%);
  392. }
  393. 50% {
  394. transform: translateY(0);
  395. }
  396. 75% {
  397. transform: translateY(5%);
  398. }
  399. 100% {
  400. transform: translateY(0);
  401. }
  402. }
  403. .item {
  404. width: 100%;
  405. /* height: 100%; */
  406. padding: 10px 30px;
  407. box-sizing: border-box;
  408. }
  409. li {
  410. width: 100%;
  411. display: flex;
  412. flex-direction: column;
  413. justify-content: flex-start;
  414. align-items: flex-start;
  415. font-size: 27px;
  416. }
  417. .list_img {
  418. width: 40px;
  419. height: 40px;
  420. border-radius: 50%;
  421. margin-top: 15px;
  422. }
  423. .main_item_title {
  424. width: 270px;
  425. height: 50px;
  426. background: url("../images/humanResources/btn_on.png") no-repeat;
  427. background-size: 100% 100%;
  428. font-size: 24px;
  429. font-family: Source Han Sans CN;
  430. font-weight: 500;
  431. color: #FFFFFF;
  432. text-align: center;
  433. line-height: 50px;
  434. margin-top: -20px;
  435. }
  436. .main_item_main {
  437. width: 100%;
  438. height: calc(100% - 70px);
  439. }
  440. .center_top_item {
  441. width: 45%;
  442. height: 210px;
  443. }
  444. .center_top_image {
  445. width: 350px;
  446. height: 210px;
  447. margin-right: 30px;
  448. }
  449. .center_top_image img {
  450. width: 100% !important;
  451. height: 100% !important;
  452. }
  453. .center_top_info {
  454. justify-content: flex-start;
  455. align-items: flex-start;
  456. }
  457. .num {
  458. font-size: 72px;
  459. font-family: Helvetica Neue Extra Black Cond;
  460. font-weight: bolder;
  461. color: #5BCBFF;
  462. }
  463. .num span {
  464. font-size: 30px;
  465. font-family: Source Han Sans CN;
  466. font-weight: bold;
  467. }
  468. .name {
  469. font-size: 36px;
  470. font-family: Source Han Sans CN;
  471. font-weight: bolder;
  472. color: #FFFFFF;
  473. }
  474. .fireworks {
  475. position: absolute;
  476. width: 150px;
  477. height: 150px;
  478. background: red;
  479. -webkit-mask: url('../images/humanResources/e9951400.png') no-repeat;
  480. -webkit-mask-size: auto 150px;
  481. transform: scale(2.65);
  482. animation: fireworks 2s steps(24) infinite, random 8s steps(1) infinite, random_color 1s infinite;
  483. /* animation: fireworks 2s steps(24) infinite; */
  484. /* display: none; */
  485. }
  486. .fireworkss {
  487. position: absolute;
  488. width: 150px;
  489. height: 150px;
  490. top: 10%;
  491. right: 0%;
  492. background: red;
  493. }
  494. .fireworks_line {
  495. position: absolute;
  496. width: 10px;
  497. height: 60px;
  498. bottom: 10%;
  499. left: calc(50% - 2.5px);
  500. animation: fireworks_line 2s steps(120) infinite;
  501. display: flex;
  502. flex-direction: column;
  503. justify-content: center;
  504. align-items: center;
  505. }
  506. .line {
  507. width: 1px;
  508. height: 50px;
  509. background-color: #faf89a;
  510. }
  511. @keyframes fireworks {
  512. to {
  513. -webkit-mask-position: 100%;
  514. /* transform: scale(1.65) */
  515. }
  516. }
  517. @keyframes fireworks_line {
  518. to {
  519. bottom: 68%;
  520. }
  521. }
  522. @keyframes random {
  523. 25% {
  524. transform: translate(200%, 50%) scale(1.4);
  525. }
  526. 50% {
  527. transform: translate(80%, 80%) scale(1.7);
  528. }
  529. 75% {
  530. transform: translate(-20%, -60%) scale(1.95);
  531. }
  532. }
  533. @keyframes random_color {
  534. 0% {
  535. background-color: #ffefad;
  536. }
  537. 25% {
  538. background-color: #ffadad;
  539. }
  540. 50% {
  541. background-color: #aeadff;
  542. }
  543. 75% {
  544. background-color: #adffd9;
  545. }
  546. }
  547. .warp {
  548. width: 100%;
  549. height: 92%;
  550. overflow: hidden;
  551. }
  552. .item_title {
  553. width: 100%;
  554. text-align: center;
  555. font-size: 34px;
  556. font-family: Source Han Sans CN;
  557. font-weight: bolder;
  558. color: #7CC8FF;
  559. margin: 10px 0;
  560. }
  561. .item_con {
  562. width: 100%;
  563. margin: 10px 0;
  564. font-size: 24px;
  565. line-height: 50px;
  566. display: flex;
  567. flex-direction: column;
  568. justify-content: flex-start;
  569. align-items: flex-start;
  570. letter-spacing: 9px;
  571. }
  572. .item_con .note_title {
  573. font-size: 26px;
  574. font-family: Source Han Sans CN;
  575. font-weight: bolder;
  576. margin-top: 10px;
  577. color: #7CC8FF;
  578. }
  579. .item_con .note_info {
  580. margin-left: 20px;
  581. line-height: 35px;
  582. text-indent: 60px;
  583. margin: 5px 0;
  584. /* white-space: pre-wrap; */
  585. }
  586. .item_con_main {
  587. line-height: 45px;
  588. white-space: pre-wrap;
  589. font-size: 26px;
  590. font-family: Source Han Sans CN;
  591. font-weight: bolder;
  592. margin-top: 10px;
  593. color: #fff !important;
  594. }
  595. .main_item_2 {
  596. width: 20%;
  597. height: 100%;
  598. }
  599. .main_item_8 {
  600. width: 80%;
  601. height: 100%;
  602. }
  603. .main_2_item {
  604. width: 100%;
  605. height: 20%;
  606. display: flex;
  607. justify-content: center;
  608. align-items: center;
  609. }
  610. .main_item_8_box {
  611. width: 100%;
  612. height: 50%;
  613. justify-content: flex-start;
  614. }
  615. .box_icon {
  616. width: 10px;
  617. height: calc(100% - 10px);
  618. background-color: #0093E9;
  619. }
  620. .main_item_8 .el-progress-bar__inner {
  621. background-image: linear-gradient(270deg, #0093E9 0%, #80D0C7 100%) !important;
  622. }
  623. .el-progress-bar__outer {
  624. background-color: #1C4B8E !important;
  625. }
  626. .main_item_8 .el-progress-bar {
  627. width: 95% !important;
  628. }
  629. .main_item_box {
  630. width: 100%;
  631. height: calc(20% - 10px);
  632. }
  633. .box_title {
  634. font-size: 30px;
  635. text-indent: 10px;
  636. margin-bottom: 2px;
  637. }
  638. .main_8_item {
  639. width: 100%;
  640. height: 20%;
  641. }
  642. .main_item_8 .el-progress__text {
  643. font-size: 35px !important;
  644. color: #fff !important;
  645. }
  646. .main_item_2 .el-progress__text {
  647. font-size: 25px !important;
  648. color: #fff !important;
  649. }
  650. .main_item_btn {
  651. width: 100%;
  652. height: 50px;
  653. z-index: 99999;
  654. justify-content: space-around;
  655. }
  656. .main_item_main_bg {
  657. width: 100%;
  658. height: calc(100% - 90px);
  659. position: relative;
  660. }
  661. .main_item_main_bg img {
  662. width: 75%;
  663. height: 180%;
  664. position: absolute;
  665. top: -45%;
  666. left: 50%;
  667. transform: translateX(-50%);
  668. }
  669. .main_item_text {
  670. font-size: 40px;
  671. font-weight: bolder;
  672. margin-top: 10px;
  673. }
  674. .left {
  675. background: rgba(102, 130, 245, 0.4);
  676. border: 2px solid #839BFF;
  677. position: absolute;
  678. top: 20%;
  679. left: 25%;
  680. animation: leftRemove 2s steps(60) infinite;
  681. }
  682. @keyframes leftRemove {
  683. 0% {
  684. transform: translateY(0);
  685. }
  686. 25% {
  687. transform: translateY(-5%);
  688. }
  689. 50% {
  690. transform: translateY(0);
  691. }
  692. 75% {
  693. transform: translateY(5%);
  694. }
  695. 100% {
  696. transform: translateY(0);
  697. }
  698. }
  699. @keyframes rightRemove {
  700. 0% {
  701. transform: translateY(0);
  702. }
  703. 25% {
  704. transform: translateY(10%);
  705. }
  706. 50% {
  707. transform: translateY(0);
  708. }
  709. 75% {
  710. transform: translateY(-10%);
  711. }
  712. 100% {
  713. transform: translateY(0);
  714. }
  715. }
  716. .right {
  717. background: rgba(0, 202, 197, 0.23);
  718. border: 2px solid #40A9FF;
  719. position: absolute;
  720. top: 20%;
  721. right: 25%;
  722. animation: rightRemove 2s steps(60) infinite;
  723. }
  724. .bg_cyc {
  725. width: 120px;
  726. height: 120px;
  727. border-radius: 50%;
  728. z-index: 9999;
  729. justify-content: center;
  730. font-size: 20px;
  731. }
  732. .bg_cyc_text {
  733. font-size: 30px;
  734. font-weight: bolder;
  735. }
  736. .bg_cyc_text span {
  737. font-size: 20px;
  738. font-weight: normal;
  739. }
  740. .btm_item {
  741. width: calc(50% - 10px);
  742. height: 100%;
  743. }
  744. .main_item_left {
  745. width: 20%;
  746. height: 100%;
  747. }
  748. .main_item_right {
  749. width: calc(100% - 10px);
  750. height: 100%;
  751. }
  752. .right_item {
  753. width: 100%;
  754. height: 20%;
  755. display: flex;
  756. /* flex-direction: column; */
  757. justify-content: space-around;
  758. align-items: flex-start;
  759. }
  760. .right_item_tit {
  761. width: 25%;
  762. height: 100%;
  763. display: flex;
  764. justify-content: flex-start;
  765. align-items: center;
  766. }
  767. .icon_tit {
  768. width: 5px;
  769. height: 30%;
  770. background: #40A9FF;
  771. margin: 5px 10px 0;
  772. }
  773. .tit_text {
  774. font-size: 28px;
  775. font-family: Source Han Sans CN;
  776. font-weight: bold;
  777. color: #FFFFFF;
  778. }
  779. .echarts_dom_else {
  780. width: 75%;
  781. height: 100%;
  782. }
  783. .main_item_left_item {
  784. width: 100%;
  785. height: 20%;
  786. }
  787. .page_main_center_svg {
  788. width: 700px;
  789. height: 700px;
  790. position: absolute;
  791. bottom: -10%;
  792. z-index: 0;
  793. /* transform-origin: center bottom;
  794. transform-style: preserve-3d; */
  795. }
  796. .svg_box {
  797. transform-origin: center top;
  798. transform: rotateX(80deg) scale(2.6);
  799. text-align: center;
  800. position: absolute;
  801. left: 90%;
  802. bottom: -10%;
  803. }
  804. .changeTime_else {
  805. width: 460px;
  806. height: 50px;
  807. position: absolute;
  808. right: 40px;
  809. font-size: 28px !important;
  810. z-index: 99999;
  811. }
  812. .mark_box {
  813. width: 100%;
  814. height: 100%;
  815. position: absolute;
  816. top: 0;
  817. left: 0;
  818. background-color: #1b1b1bb0;
  819. z-index: 9999999999999;
  820. }
  821. .mark_select_box {
  822. width: 215px;
  823. height: 400px;
  824. background-color: var(--bgc);
  825. overflow-y: scroll;
  826. position: absolute;
  827. right: 5%;
  828. bottom: 4%;
  829. font-size: 28px;
  830. text-align: center;
  831. }
  832. .mark_select_options {
  833. width: 100%;
  834. height: 50px;
  835. line-height: 50px;
  836. }
  837. .time_box {
  838. width: 50%;
  839. height: 100%;
  840. }
  841. .time {
  842. width: 100%;
  843. height: 100%;
  844. background: rgba(75, 172, 255, 0.2);
  845. font-size: 28px;
  846. }
  847. .changeTime {
  848. width: 190px;
  849. height: 60px;
  850. background-color: var(--bgc);
  851. position: absolute;
  852. right: 0;
  853. top: 10px;
  854. display: flex;
  855. justify-content: center;
  856. align-items: center;
  857. }
  858. .humanResources_times {
  859. width: 50px;
  860. height: 50px;
  861. }
  862. .humanResources_text {
  863. font-size: 30px;
  864. margin: 0 20px;
  865. }
  866. .humanResources_icon_time {
  867. width: 24px;
  868. height: 16px;
  869. }
  870. .mark_month_box {
  871. width: 190px;
  872. background-color: var(--bgc);
  873. position: absolute;
  874. right: 1%;
  875. top: 38.5%;
  876. display: flex;
  877. flex-direction: column;
  878. justify-content: center;
  879. align-items: center;
  880. overflow-y: scroll;
  881. text-align: center;
  882. font-size: 28px;
  883. padding: 5px 0;
  884. box-sizing: border-box;
  885. }
  886. .echarts_icon {
  887. width: 90px;
  888. height: 90px;
  889. position: fixed;
  890. left: 32.5%;
  891. top: 62%;
  892. z-index: 999999;
  893. }
  894. .echarts_icon_else {
  895. width: 90px;
  896. height: 90px;
  897. position: fixed;
  898. left: 32.5%;
  899. top: 62%;
  900. z-index: 999999;
  901. filter: hue-rotate(204deg);
  902. }
  903. .svg_box {
  904. width: 40%;
  905. height: 500px;
  906. position: absolute;
  907. left: 50%;
  908. bottom: 15%;
  909. transform: translateX(-15%);
  910. transform-origin: center bottom;
  911. transform-style: preserve-3d;
  912. }
  913. .svg_item {
  914. width: 800px;
  915. height: 800px;
  916. transform-origin: center top;
  917. transform: rotateX(81deg) scale(2.4);
  918. position: absolute;
  919. bottom: -100%;
  920. }
  921. .svg_item_s {
  922. width: 800px;
  923. height: 800px;
  924. transform-origin: center top;
  925. transform: rotateX(83deg) scale(1.65) translateX(-1.2%);
  926. position: absolute;
  927. bottom: -90%;
  928. }
  929. .svg_item_shu {
  930. width: 800px;
  931. height: 800px;
  932. transform-origin: center top;
  933. transform: rotateX(79deg) scale(2.1) translateX(-1%);
  934. position: absolute;
  935. bottom: -85%;
  936. }
  937. .svg {
  938. width: 100%;
  939. height: 100%;
  940. }
  941. /* .page_type{
  942. width: 100%;
  943. height: 100%;
  944. } */
  945. .w100 .header .header-item {
  946. font-size: 30px;
  947. }
  948. .w100 .row-item {
  949. font-size: 35px !important;
  950. }
  951. ::-webkit-scrollbar {
  952. display: none;
  953. }