humanResources.css 16 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030
  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(74% - 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: 20%;
  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: 32%;
  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(45% - 30px);
  120. height: 100%;
  121. position: absolute;
  122. left: 50%;
  123. transform: translateX(-50%);
  124. }
  125. .page_main_center .page_main_center_image {
  126. width: 90%;
  127. height: 110%;
  128. transform: scale(1.0) translate(5.5%, 6%);
  129. }
  130. .center_top {
  131. width: 100%;
  132. height: 210px;
  133. padding: 0 15%;
  134. box-sizing: border-box;
  135. /* background-color: #ffffff; */
  136. position: absolute;
  137. top: 0;
  138. }
  139. .center_main {
  140. width: 100%;
  141. height: 55%;
  142. position: absolute;
  143. top: 13.5%;
  144. }
  145. .center_main_item {
  146. width: 405px;
  147. height: 405px;
  148. position: absolute;
  149. background: url("../images/humanResources/icon2.png");
  150. background-repeat: no-repeat;
  151. background-size: cover;
  152. justify-content: center;
  153. animation: remove 2s steps(60) infinite;
  154. }
  155. .center_main_item_icon {
  156. width: 110px;
  157. height: 110px;
  158. margin-bottom: 10px;
  159. }
  160. .center_main_item span {
  161. font-size: 30px;
  162. font-weight: 500;
  163. text-align: center;
  164. }
  165. .left_top {
  166. width: 100%;
  167. height: calc(65% - 15px);
  168. background-color: var(--bgc);
  169. }
  170. .left_btm {
  171. width: 100%;
  172. height: calc(35% - 15px);
  173. background-color: var(--bgc);
  174. }
  175. .title {
  176. width: 70%;
  177. height: 75px;
  178. background: url("../images/humanResources/title.png") no-repeat;
  179. background-size: 100% 100%;
  180. font-size: 36px;
  181. font-family: Source Han Sans CN;
  182. font-weight: bolder;
  183. color: #FFFFFF;
  184. text-indent: 8%;
  185. line-height: 65px;
  186. }
  187. .title_yellow {
  188. width: 70%;
  189. height: 75px;
  190. background: url("../images/humanResources/title_yellow.png") no-repeat;
  191. background-size: 100% 100%;
  192. font-size: 36px;
  193. font-family: Source Han Sans CN;
  194. font-weight: bolder;
  195. color: #FFFFFF;
  196. text-indent: 8%;
  197. line-height: 65px;
  198. }
  199. .main {
  200. width: 100%;
  201. height: calc(100% - 75px);
  202. padding: 40px 40px 10px;
  203. box-sizing: border-box;
  204. }
  205. .main_item {
  206. width: calc(50% - 10px);
  207. height: 100%;
  208. background-color: #69c1ff09;
  209. }
  210. .right_top {
  211. width: 100%;
  212. height: calc(32% - 15px);
  213. background-color: var(--bgc);
  214. }
  215. .right_main {
  216. width: 100%;
  217. height: calc(28% - 15px);
  218. background-color: var(--bgc);
  219. }
  220. .right_btm {
  221. width: 100%;
  222. height: calc(40% - 15px);
  223. background-color: var(--bgc);
  224. }
  225. .main_item_top {
  226. width: 100%;
  227. height: calc(40% - 15px);
  228. background-color: var(--bgc);
  229. }
  230. .main_item_btm {
  231. width: 100%;
  232. height: calc(60% - 15px);
  233. background-color: var(--bgc);
  234. }
  235. .echarts_dom {
  236. width: 100%;
  237. height: 100%;
  238. }
  239. .item_content_6,
  240. .item_content_6_false {
  241. width: 100%;
  242. height: calc(60% - 10px);
  243. }
  244. .item_content_4 {
  245. width: 100%;
  246. height: calc(40% - 10px);
  247. }
  248. .header-item {
  249. font-size: 20px;
  250. color: #69C0FF;
  251. }
  252. .row-item {
  253. font-size: 23px !important;
  254. }
  255. .content_4_top {
  256. width: 100%;
  257. height: 100px;
  258. align-items: flex-end;
  259. }
  260. .content_4_title {
  261. width: 100%;
  262. height: 50px;
  263. justify-content: space-around;
  264. }
  265. .content_4_time {
  266. width: 45%;
  267. height: 40px;
  268. }
  269. .btn_on {
  270. width: 250px;
  271. height: 100%;
  272. background: url("../images/humanResources/btn_on.png") no-repeat;
  273. background-size: 100% 100%;
  274. margin: 0 20px;
  275. font-size: 25px;
  276. font-family: Source Han Sans CN;
  277. font-weight: 500;
  278. color: #ECE278;
  279. text-align: center;
  280. line-height: 50px;
  281. }
  282. .btn_off {
  283. width: 250px;
  284. height: 100%;
  285. background: url("../images/humanResources/btn_off.png") no-repeat;
  286. background-size: 100% 100%;
  287. margin: 0 20px;
  288. font-size: 25px;
  289. font-family: Source Han Sans CN;
  290. font-weight: 500;
  291. color: #47C0FF;
  292. text-align: center;
  293. line-height: 50px;
  294. }
  295. .img_class {
  296. width: 22px;
  297. /* height: 16px; */
  298. margin-left: 10px;
  299. }
  300. img {
  301. width: 100%;
  302. height: 100%;
  303. }
  304. .content_4_btm {
  305. width: 100%;
  306. height: calc(100% - 90px);
  307. margin-top: 5px;
  308. }
  309. .yellow {
  310. color: yellow;
  311. }
  312. .red {
  313. color: red;
  314. }
  315. .green {
  316. color: green;
  317. }
  318. .item_content_6 .rows .row-item:nth-child(2) {
  319. color: #E1AF27;
  320. background-color: #302e2d50 !important;
  321. }
  322. @keyframes remove {
  323. 0% {
  324. transform: translateY(0);
  325. }
  326. 25% {
  327. transform: translateY(-5%);
  328. }
  329. 50% {
  330. transform: translateY(0);
  331. }
  332. 75% {
  333. transform: translateY(5%);
  334. }
  335. 100% {
  336. transform: translateY(0);
  337. }
  338. }
  339. .warp {
  340. width: 100%;
  341. height: 100%;
  342. overflow: hidden;
  343. }
  344. .item {
  345. width: 100%;
  346. height: 100%;
  347. padding: 10px 30px;
  348. box-sizing: border-box;
  349. }
  350. li {
  351. width: 100%;
  352. display: flex;
  353. flex-direction: column;
  354. justify-content: flex-start;
  355. align-items: flex-start;
  356. font-size: 27px;
  357. }
  358. .list_img {
  359. width: 40px;
  360. height: 40px;
  361. border-radius: 50%;
  362. margin-top: 15px;
  363. }
  364. .main_item_title {
  365. width: 270px;
  366. height: 50px;
  367. background: url("../images/humanResources/btn_off.png") no-repeat;
  368. background-size: 100% 100%;
  369. font-size: 24px;
  370. font-family: Source Han Sans CN;
  371. font-weight: 500;
  372. color: #FFFFFF;
  373. text-align: center;
  374. line-height: 50px;
  375. margin-top: -20px;
  376. }
  377. .main_item_main {
  378. width: 100%;
  379. height: calc(100% - 70px);
  380. }
  381. .center_top_item {
  382. width: 38%;
  383. height: 210px;
  384. }
  385. .center_top_image {
  386. width: 350px;
  387. height: 210px;
  388. margin-right: 30px;
  389. }
  390. .center_top_image img {
  391. width: 100% !important;
  392. height: 100% !important;
  393. }
  394. .center_top_info {
  395. justify-content: flex-start;
  396. align-items: flex-start;
  397. }
  398. .num {
  399. font-size: 72px;
  400. font-family: Helvetica Neue Extra Black Cond;
  401. font-weight: bolder;
  402. color: #5BCBFF;
  403. }
  404. .num span {
  405. font-size: 30px;
  406. font-family: Source Han Sans CN;
  407. font-weight: bold;
  408. }
  409. .name {
  410. font-size: 36px;
  411. font-family: Source Han Sans CN;
  412. font-weight: bolder;
  413. color: #FFFFFF;
  414. }
  415. .fireworks {
  416. position: absolute;
  417. width: 150px;
  418. height: 150px;
  419. background: red;
  420. -webkit-mask: url('../images/humanResources/e9951400.png') no-repeat;
  421. -webkit-mask-size: auto 150px;
  422. /* transform: scale(2.65); */
  423. animation: fireworks 2s steps(24) infinite, random 8s steps(1) infinite, random_color 1s infinite;
  424. /* animation: fireworks 2s steps(24) infinite; */
  425. /* display: none; */
  426. }
  427. .fireworkss {
  428. position: absolute;
  429. width: 150px;
  430. height: 150px;
  431. top: 10%;
  432. right: 0%;
  433. background: red;
  434. }
  435. .fireworks_line {
  436. position: absolute;
  437. width: 10px;
  438. height: 60px;
  439. bottom: 10%;
  440. left: calc(50% - 2.5px);
  441. animation: fireworks_line 2s steps(120) infinite;
  442. display: flex;
  443. flex-direction: column;
  444. justify-content: center;
  445. align-items: center;
  446. }
  447. .line {
  448. width: 1px;
  449. height: 50px;
  450. background-color: #faf89a;
  451. }
  452. @keyframes fireworks {
  453. to {
  454. -webkit-mask-position: 100%;
  455. /* transform: scale(1.65) */
  456. }
  457. }
  458. @keyframes fireworks_line {
  459. to {
  460. bottom: 68%;
  461. }
  462. }
  463. @keyframes random {
  464. 25% {
  465. transform: translate(200%, 50%) scale(1);
  466. }
  467. 50% {
  468. transform: translate(80%, 80%) scale(1.2);
  469. }
  470. 75% {
  471. transform: translate(-20%, -60%) scale(1.65);
  472. }
  473. }
  474. @keyframes random_color {
  475. 0% {
  476. background-color: #ffefad;
  477. }
  478. 25% {
  479. background-color: #ffadad;
  480. }
  481. 50% {
  482. background-color: #aeadff;
  483. }
  484. 75% {
  485. background-color: #adffd9;
  486. }
  487. }
  488. .item_title {
  489. width: 100%;
  490. text-align: center;
  491. font-size: 34px;
  492. font-family: Source Han Sans CN;
  493. font-weight: bolder;
  494. color: #7CC8FF;
  495. margin: 30px 0;
  496. }
  497. .item_con {
  498. width: 100%;
  499. margin: 20px 0;
  500. font-size: 24px;
  501. line-height: 30px;
  502. display: flex;
  503. flex-direction: column;
  504. justify-content: flex-start;
  505. align-items: flex-start;
  506. letter-spacing: 9px;
  507. }
  508. .item_con span:nth-child(1) {
  509. font-size: 26px;
  510. font-family: Source Han Sans CN;
  511. font-weight: bolder;
  512. margin-top: 10px;
  513. }
  514. .item_con span:nth-child(2) {
  515. margin-left: 20px;
  516. line-height: 30px;
  517. }
  518. .main_item_2 {
  519. width: 20%;
  520. height: 100%;
  521. }
  522. .main_item_8 {
  523. width: 80%;
  524. height: 100%;
  525. }
  526. .main_2_item {
  527. width: 100%;
  528. height: 20%;
  529. display: flex;
  530. justify-content: center;
  531. align-items: center;
  532. }
  533. .main_item_8_box {
  534. width: 100%;
  535. height: 50%;
  536. justify-content: flex-start;
  537. }
  538. .box_icon {
  539. width: 10px;
  540. height: calc(100% - 10px);
  541. background-color: #0093E9;
  542. }
  543. .main_item_8 .el-progress-bar__inner {
  544. background-image: linear-gradient(270deg, #0093E9 0%, #80D0C7 100%) !important;
  545. }
  546. .el-progress-bar__outer {
  547. background-color: #1C4B8E !important;
  548. }
  549. .main_item_8 .el-progress-bar {
  550. width: 95% !important;
  551. }
  552. .main_item_box {
  553. width: 100%;
  554. height: calc(20% - 10px);
  555. }
  556. .box_title {
  557. font-size: 30px;
  558. text-indent: 10px;
  559. margin-bottom: 2px;
  560. }
  561. .main_8_item {
  562. width: 100%;
  563. height: 20%;
  564. }
  565. .main_item_8 .el-progress__text {
  566. font-size: 35px !important;
  567. color: #fff !important;
  568. }
  569. .main_item_2 .el-progress__text {
  570. font-size: 25px !important;
  571. color: #fff !important;
  572. }
  573. .main_item_btn {
  574. width: 100%;
  575. height: 50px;
  576. z-index: 99999;
  577. justify-content: space-around;
  578. }
  579. .main_item_main_bg {
  580. width: 100%;
  581. height: calc(100% - 90px);
  582. position: relative;
  583. }
  584. .main_item_main_bg img {
  585. width: 80%;
  586. height: 140%;
  587. position: absolute;
  588. top: -20%;
  589. left: 50%;
  590. transform: translateX(-50%);
  591. }
  592. .main_item_text {
  593. font-size: 40px;
  594. font-weight: bolder;
  595. margin-top: 10px;
  596. }
  597. .left {
  598. background: rgba(102, 130, 245, 0.4);
  599. border: 2px solid #839BFF;
  600. position: absolute;
  601. top: 20%;
  602. left: 25%;
  603. animation: leftRemove 2s steps(60) infinite;
  604. }
  605. @keyframes leftRemove {
  606. 0% {
  607. transform: translateY(0);
  608. }
  609. 25% {
  610. transform: translateY(-5%);
  611. }
  612. 50% {
  613. transform: translateY(0);
  614. }
  615. 75% {
  616. transform: translateY(5%);
  617. }
  618. 100% {
  619. transform: translateY(0);
  620. }
  621. }
  622. @keyframes rightRemove {
  623. 0% {
  624. transform: translateY(0);
  625. }
  626. 25% {
  627. transform: translateY(10%);
  628. }
  629. 50% {
  630. transform: translateY(0);
  631. }
  632. 75% {
  633. transform: translateY(-10%);
  634. }
  635. 100% {
  636. transform: translateY(0);
  637. }
  638. }
  639. .right {
  640. background: rgba(0, 202, 197, 0.23);
  641. border: 2px solid #40A9FF;
  642. position: absolute;
  643. top: 20%;
  644. right: 25%;
  645. animation: rightRemove 2s steps(60) infinite;
  646. }
  647. .bg_cyc {
  648. width: 120px;
  649. height: 120px;
  650. border-radius: 50%;
  651. z-index: 9999;
  652. justify-content: center;
  653. font-size: 20px;
  654. }
  655. .bg_cyc_text {
  656. font-size: 30px;
  657. font-weight: bolder;
  658. }
  659. .bg_cyc_text span {
  660. font-size: 20px;
  661. font-weight: normal;
  662. }
  663. .btm_item {
  664. width: calc(50% - 10px);
  665. height: 100%;
  666. }
  667. .main_item_left {
  668. width: 20%;
  669. height: 100%;
  670. }
  671. .main_item_right {
  672. width: calc(80% - 10px);
  673. height: 100%;
  674. }
  675. .right_item {
  676. width: 100%;
  677. height: 20%;
  678. display: flex;
  679. flex-direction: column;
  680. justify-content: space-around;
  681. align-items: flex-start;
  682. }
  683. .right_item_tit {
  684. width: 100%;
  685. height: 30%;
  686. display: flex;
  687. justify-content: flex-start;
  688. align-items: center;
  689. }
  690. .icon_tit {
  691. width: 5px;
  692. height: 100%;
  693. background: #40A9FF;
  694. margin: 5px 10px 0;
  695. }
  696. .tit_text {
  697. font-size: 28px;
  698. font-family: Source Han Sans CN;
  699. font-weight: bold;
  700. color: #FFFFFF;
  701. }
  702. .echarts_dom_else {
  703. width: 100%;
  704. height: 70%;
  705. }
  706. .main_item_left_item {
  707. width: 100%;
  708. height: 20%;
  709. }
  710. .page_main_center_svg {
  711. width: 700px;
  712. height: 700px;
  713. position: absolute;
  714. bottom: -10%;
  715. z-index: 0;
  716. /* transform-origin: center bottom;
  717. transform-style: preserve-3d; */
  718. }
  719. .svg_box {
  720. transform-origin: center top;
  721. transform: rotateX(80deg) scale(2.6);
  722. text-align: center;
  723. position: absolute;
  724. left: 90%;
  725. bottom: -10%;
  726. }
  727. .changeTime_else {
  728. width: 460px;
  729. height: 50px;
  730. position: absolute;
  731. right: 40px;
  732. font-size: 28px !important;
  733. z-index: 99999;
  734. }
  735. .mark_box {
  736. width: 100%;
  737. height: 100%;
  738. position: absolute;
  739. top: 0;
  740. left: 0;
  741. background-color: #1b1b1bb0;
  742. z-index: 9999999999999;
  743. }
  744. .mark_select_box {
  745. width: 215px;
  746. height: 400px;
  747. background-color: var(--bgc);
  748. overflow-y: scroll;
  749. position: absolute;
  750. right: 5%;
  751. bottom: 4%;
  752. font-size: 28px;
  753. text-align: center;
  754. }
  755. .mark_select_options{
  756. width: 100%;
  757. height: 50px;
  758. line-height: 50px;
  759. }
  760. .time_box{
  761. width: 50%;
  762. height: 100%;
  763. }
  764. .time {
  765. width: 100%;
  766. height: 100%;
  767. background: rgba(75, 172, 255, 0.2);
  768. font-size: 28px;
  769. }
  770. .changeTime{
  771. width: 190px;
  772. height: 60px;
  773. background-color: var(--bgc);
  774. position: absolute;
  775. right: 0;
  776. top: -10px;
  777. display: flex;
  778. justify-content: center;
  779. align-items: center;
  780. }
  781. .humanResources_times{
  782. width: 50px;
  783. height: 50px;
  784. }
  785. .humanResources_text{
  786. font-size: 30px;
  787. margin: 0 20px;
  788. }
  789. .humanResources_icon_time{
  790. width: 24px;
  791. height: 16px;
  792. }
  793. .mark_month_box{
  794. width: 190px;
  795. background-color: var(--bgc);
  796. position: absolute;
  797. right: 1%;
  798. top: 38.5%;
  799. display: flex;
  800. flex-direction: column;
  801. justify-content: center;
  802. align-items: center;
  803. overflow-y: scroll;
  804. text-align: center;
  805. font-size: 28px;
  806. padding: 5px 0;
  807. box-sizing: border-box;
  808. }
  809. .echarts_icon{
  810. width: 70px;
  811. height: 70px;
  812. position: fixed;
  813. left: 31%;
  814. top: 56%;
  815. z-index: 9999;
  816. }
  817. .svg_box{
  818. width: 40%;
  819. height: 500px;
  820. position: absolute;
  821. left: 50%;
  822. bottom: 11%;
  823. transform: translateX(-15%);
  824. transform-origin: center bottom;
  825. transform-style: preserve-3d;
  826. }
  827. .svg_item{
  828. width: 800px;
  829. height: 800px;
  830. transform-origin: center top;
  831. transform: rotateX(81deg) scale(2.83);
  832. position: absolute;
  833. bottom: -54%;
  834. }
  835. .svg_item_s{
  836. width: 800px;
  837. height: 800px;
  838. transform-origin: center top;
  839. transform: rotateX(81deg) scale(2.01) translateX(-1.2%);
  840. position: absolute;
  841. bottom: -54%;
  842. }
  843. .svg_item_shu{
  844. width: 800px;
  845. height: 800px;
  846. transform-origin: center top;
  847. transform: rotateX(81deg) scale(2.15) translateX(-1%);
  848. position: absolute;
  849. bottom: -54%;
  850. }
  851. .svg{
  852. width: 100%;
  853. height: 100%;
  854. }
  855. ::-webkit-scrollbar {
  856. display: none;
  857. }