humanResources.css 19 KB

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