humanResources.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127
  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. height: 100%;
  440. }
  441. .center_top_item {
  442. width: 45%;
  443. height: 210px;
  444. }
  445. .center_top_image {
  446. width: 350px;
  447. height: 210px;
  448. margin-right: 30px;
  449. }
  450. .center_top_image img {
  451. width: 100% !important;
  452. height: 100% !important;
  453. }
  454. .center_top_info {
  455. justify-content: flex-start;
  456. align-items: flex-start;
  457. }
  458. .num {
  459. font-size: 72px;
  460. font-family: Helvetica Neue Extra Black Cond;
  461. font-weight: bolder;
  462. color: #5BCBFF;
  463. }
  464. .num span {
  465. font-size: 30px;
  466. font-family: Source Han Sans CN;
  467. font-weight: bold;
  468. }
  469. .name {
  470. font-size: 36px;
  471. font-family: Source Han Sans CN;
  472. font-weight: bolder;
  473. color: #FFFFFF;
  474. }
  475. .fireworks {
  476. position: absolute;
  477. width: 150px;
  478. height: 150px;
  479. background: red;
  480. -webkit-mask: url('../images/humanResources/e9951400.png') no-repeat;
  481. -webkit-mask-size: auto 150px;
  482. transform: scale(2.65);
  483. animation: fireworks 2s steps(24) infinite, random 8s steps(1) infinite, random_color 1s infinite;
  484. /* animation: fireworks 2s steps(24) infinite; */
  485. /* display: none; */
  486. }
  487. .fireworkss {
  488. position: absolute;
  489. width: 150px;
  490. height: 150px;
  491. top: 10%;
  492. right: 0%;
  493. background: red;
  494. }
  495. .fireworks_line {
  496. position: absolute;
  497. width: 10px;
  498. height: 60px;
  499. bottom: 10%;
  500. left: calc(50% - 2.5px);
  501. animation: fireworks_line 2s steps(120) infinite;
  502. display: flex;
  503. flex-direction: column;
  504. justify-content: center;
  505. align-items: center;
  506. }
  507. .line {
  508. width: 1px;
  509. height: 50px;
  510. background-color: #faf89a;
  511. }
  512. @keyframes fireworks {
  513. to {
  514. -webkit-mask-position: 100%;
  515. /* transform: scale(1.65) */
  516. }
  517. }
  518. @keyframes fireworks_line {
  519. to {
  520. bottom: 68%;
  521. }
  522. }
  523. @keyframes random {
  524. 25% {
  525. transform: translate(200%, 50%) scale(1.4);
  526. }
  527. 50% {
  528. transform: translate(80%, 80%) scale(1.7);
  529. }
  530. 75% {
  531. transform: translate(-20%, -60%) scale(1.95);
  532. }
  533. }
  534. @keyframes random_color {
  535. 0% {
  536. background-color: #ffefad;
  537. }
  538. 25% {
  539. background-color: #ffadad;
  540. }
  541. 50% {
  542. background-color: #aeadff;
  543. }
  544. 75% {
  545. background-color: #adffd9;
  546. }
  547. }
  548. .warp {
  549. width: 100%;
  550. height: 92%;
  551. overflow: hidden;
  552. }
  553. .item_title {
  554. width: 100%;
  555. text-align: center;
  556. font-size: 34px;
  557. font-family: Source Han Sans CN;
  558. font-weight: bolder;
  559. color: #7CC8FF;
  560. margin: 10px 0;
  561. }
  562. .item_con {
  563. width: 100%;
  564. margin: 10px 0;
  565. font-size: 24px;
  566. line-height: 50px;
  567. display: flex;
  568. flex-direction: column;
  569. justify-content: flex-start;
  570. align-items: flex-start;
  571. letter-spacing: 9px;
  572. }
  573. .item_con .note_title {
  574. font-size: 26px;
  575. font-family: Source Han Sans CN;
  576. font-weight: bolder;
  577. margin-top: 10px;
  578. color: #7CC8FF;
  579. }
  580. .item_con .note_info {
  581. margin-left: 20px;
  582. line-height: 35px;
  583. text-indent: 60px;
  584. margin: 5px 0;
  585. /* white-space: pre-wrap; */
  586. }
  587. .item_con_main {
  588. line-height: 45px;
  589. white-space: pre-wrap;
  590. font-size: 26px;
  591. font-family: Source Han Sans CN;
  592. font-weight: bolder;
  593. margin-top: 10px;
  594. color: #fff !important;
  595. }
  596. .main_item_2 {
  597. width: 20%;
  598. height: 100%;
  599. }
  600. .main_item_8 {
  601. width: 80%;
  602. height: 100%;
  603. }
  604. .main_2_item {
  605. width: 100%;
  606. height: 20%;
  607. display: flex;
  608. justify-content: center;
  609. align-items: center;
  610. }
  611. .main_item_8_box {
  612. width: 100%;
  613. height: 50%;
  614. justify-content: flex-start;
  615. }
  616. .box_icon {
  617. width: 10px;
  618. height: calc(100% - 10px);
  619. background-color: #0093E9;
  620. }
  621. .main_item_8 .el-progress-bar__inner {
  622. background-image: linear-gradient(270deg, #0093E9 0%, #80D0C7 100%) !important;
  623. }
  624. .el-progress-bar__outer {
  625. background-color: #1C4B8E !important;
  626. }
  627. .main_item_8 .el-progress-bar {
  628. width: 95% !important;
  629. }
  630. .main_item_box {
  631. width: 100%;
  632. height: calc(20% - 10px);
  633. }
  634. .box_title {
  635. font-size: 30px;
  636. text-indent: 10px;
  637. margin-bottom: 2px;
  638. }
  639. .main_8_item {
  640. width: 100%;
  641. height: 20%;
  642. }
  643. .main_item_8 .el-progress__text {
  644. font-size: 35px !important;
  645. color: #fff !important;
  646. }
  647. .main_item_2 .el-progress__text {
  648. font-size: 25px !important;
  649. color: #fff !important;
  650. }
  651. .main_item_btn {
  652. width: 100%;
  653. height: 50px;
  654. z-index: 99999;
  655. justify-content: space-around;
  656. }
  657. .main_item_main_bg {
  658. width: 100%;
  659. height: calc(100% - 90px);
  660. position: relative;
  661. }
  662. .main_item_main_bg img {
  663. width: 75%;
  664. height: 180%;
  665. position: absolute;
  666. top: -45%;
  667. left: 50%;
  668. transform: translateX(-50%);
  669. }
  670. .main_item_text {
  671. font-size: 40px;
  672. font-weight: bolder;
  673. margin-top: 10px;
  674. }
  675. .left {
  676. background: rgba(102, 130, 245, 0.4);
  677. border: 2px solid #839BFF;
  678. position: absolute;
  679. top: 20%;
  680. left: 25%;
  681. animation: leftRemove 2s steps(60) infinite;
  682. }
  683. @keyframes leftRemove {
  684. 0% {
  685. transform: translateY(0);
  686. }
  687. 25% {
  688. transform: translateY(-5%);
  689. }
  690. 50% {
  691. transform: translateY(0);
  692. }
  693. 75% {
  694. transform: translateY(5%);
  695. }
  696. 100% {
  697. transform: translateY(0);
  698. }
  699. }
  700. @keyframes rightRemove {
  701. 0% {
  702. transform: translateY(0);
  703. }
  704. 25% {
  705. transform: translateY(10%);
  706. }
  707. 50% {
  708. transform: translateY(0);
  709. }
  710. 75% {
  711. transform: translateY(-10%);
  712. }
  713. 100% {
  714. transform: translateY(0);
  715. }
  716. }
  717. .right {
  718. background: rgba(0, 202, 197, 0.23);
  719. border: 2px solid #40A9FF;
  720. position: absolute;
  721. top: 20%;
  722. right: 25%;
  723. animation: rightRemove 2s steps(60) infinite;
  724. }
  725. .bg_cyc {
  726. width: 120px;
  727. height: 120px;
  728. border-radius: 50%;
  729. z-index: 9999;
  730. justify-content: center;
  731. font-size: 20px;
  732. }
  733. .bg_cyc_text {
  734. font-size: 30px;
  735. font-weight: bolder;
  736. }
  737. .bg_cyc_text span {
  738. font-size: 20px;
  739. font-weight: normal;
  740. }
  741. .btm_item {
  742. width: calc(50% - 10px);
  743. height: 100%;
  744. }
  745. .main_item_left {
  746. width: 20%;
  747. height: 100%;
  748. }
  749. .main_item_right {
  750. width: calc(100% - 10px);
  751. height: 100%;
  752. }
  753. .right_item {
  754. width: 100%;
  755. height: 20%;
  756. display: flex;
  757. /* flex-direction: column; */
  758. justify-content: space-around;
  759. align-items: flex-start;
  760. }
  761. .right_item_tit {
  762. width: 40%;
  763. height: 100%;
  764. display: flex;
  765. justify-content: flex-start;
  766. align-items: center;
  767. }
  768. .icon_tit {
  769. width: 5px;
  770. height: 30%;
  771. background: #40A9FF;
  772. margin: 5px 10px 0;
  773. }
  774. .tit_text {
  775. font-size: 28px;
  776. font-family: Source Han Sans CN;
  777. font-weight: bold;
  778. color: #FFFFFF;
  779. }
  780. .echarts_dom_else {
  781. width: 60%;
  782. height: 100%;
  783. }
  784. .main_item_left_item {
  785. width: 100%;
  786. height: 20%;
  787. }
  788. .page_main_center_svg {
  789. width: 700px;
  790. height: 700px;
  791. position: absolute;
  792. bottom: -10%;
  793. z-index: 0;
  794. /* transform-origin: center bottom;
  795. transform-style: preserve-3d; */
  796. }
  797. .svg_box {
  798. transform-origin: center top;
  799. transform: rotateX(80deg) scale(2.6);
  800. text-align: center;
  801. position: absolute;
  802. left: 90%;
  803. bottom: -10%;
  804. }
  805. .changeTime_else {
  806. width: 460px;
  807. height: 50px;
  808. position: absolute;
  809. right: 40px;
  810. font-size: 28px !important;
  811. z-index: 99999;
  812. }
  813. .mark_box {
  814. width: 100%;
  815. height: 100%;
  816. position: absolute;
  817. top: 0;
  818. left: 0;
  819. background-color: #1b1b1bb0;
  820. z-index: 9999999999999;
  821. }
  822. .mark_select_box {
  823. width: 215px;
  824. height: 400px;
  825. background-color: var(--bgc);
  826. overflow-y: scroll;
  827. position: absolute;
  828. right: 5%;
  829. bottom: 4%;
  830. font-size: 28px;
  831. text-align: center;
  832. }
  833. .mark_select_options {
  834. width: 100%;
  835. height: 50px;
  836. line-height: 50px;
  837. }
  838. .time_box {
  839. width: 50%;
  840. height: 100%;
  841. }
  842. .time {
  843. width: 100%;
  844. height: 100%;
  845. background: rgba(75, 172, 255, 0.2);
  846. font-size: 28px;
  847. }
  848. .changeTime {
  849. width: 190px;
  850. height: 60px;
  851. background-color: var(--bgc);
  852. position: absolute;
  853. right: 0;
  854. top: 10px;
  855. display: flex;
  856. justify-content: center;
  857. align-items: center;
  858. }
  859. .humanResources_times {
  860. width: 50px;
  861. height: 50px;
  862. }
  863. .humanResources_text {
  864. font-size: 30px;
  865. margin: 0 20px;
  866. }
  867. .humanResources_icon_time {
  868. width: 24px;
  869. height: 16px;
  870. }
  871. .mark_month_box {
  872. width: 190px;
  873. background-color: var(--bgc);
  874. position: absolute;
  875. right: 1%;
  876. top: 38.5%;
  877. display: flex;
  878. flex-direction: column;
  879. justify-content: center;
  880. align-items: center;
  881. overflow-y: scroll;
  882. text-align: center;
  883. font-size: 28px;
  884. padding: 5px 0;
  885. box-sizing: border-box;
  886. }
  887. .echarts_icon {
  888. width: 90px;
  889. height: 90px;
  890. position: fixed;
  891. left: 32.5%;
  892. top: 62%;
  893. z-index: 999999;
  894. }
  895. .echarts_icon_else {
  896. width: 90px;
  897. height: 90px;
  898. position: fixed;
  899. left: 32.5%;
  900. top: 62%;
  901. z-index: 999999;
  902. filter: hue-rotate(204deg);
  903. }
  904. .svg_box {
  905. width: 40%;
  906. height: 500px;
  907. position: absolute;
  908. left: 50%;
  909. bottom: 15%;
  910. transform: translateX(-15%);
  911. transform-origin: center bottom;
  912. transform-style: preserve-3d;
  913. }
  914. .svg_item {
  915. width: 800px;
  916. height: 800px;
  917. transform-origin: center top;
  918. transform: rotateX(81deg) scale(2.4);
  919. position: absolute;
  920. bottom: -100%;
  921. }
  922. .svg_item_s {
  923. width: 800px;
  924. height: 800px;
  925. transform-origin: center top;
  926. transform: rotateX(83deg) scale(1.65) translateX(-1.2%);
  927. position: absolute;
  928. bottom: -90%;
  929. }
  930. .svg_item_shu {
  931. width: 800px;
  932. height: 800px;
  933. transform-origin: center top;
  934. transform: rotateX(79deg) scale(2.1) translateX(-1%);
  935. position: absolute;
  936. bottom: -85%;
  937. }
  938. .svg {
  939. width: 100%;
  940. height: 100%;
  941. }
  942. /* .page_type{
  943. width: 100%;
  944. height: 100%;
  945. } */
  946. .w100 .header .header-item {
  947. font-size: 30px;
  948. }
  949. .w100 .row-item {
  950. font-size: 35px !important;
  951. }
  952. ::-webkit-scrollbar {
  953. display: none;
  954. }