12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022 |
- html,
- body {
- width: 100% !important;
- /* width: 4874px !important; */
- /* min-height: 2743px; */
- height: 100%;
- font-size: 20px;
- color: #fff;
- font-family: 'Microsoft YaHei';
- /* background-image: url("../images/indexBg.png"); */
- /* background-image: url("../images/newImage/4ca24a27-c946-4f59-90a5-af00530ddb59.png"); */
- background-image: url("../images/humanResources/bg.png");
- background-repeat: no-repeat;
- background-size: 100% 100%;
- overflow-y: hidden;
- }
- :root {
- /* --bg: #dcf0fc0c; */
- --bgc: #63b6ff11;
- }
- /* 强制去掉滚动条 */
- /* html {
- overflow-x: hidden !important;
- } */
- * {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- img *,
- *,
- *:before,
- *:after {
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- }
- a {
- text-decoration: none;
- cursor: pointer;
- }
- [v-cloak] {
- display: none;
- }
- .app_box {
- width: 100%;
- height: 100%;
- }
- .app_box {
- width: 100%;
- height: 100%;
- padding: 40px 30px 20px;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- }
- .page_title {
- width: 100%;
- height: 6%;
- font-size: 90px;
- font-family: Source Han Sans CN;
- font-weight: bold;
- text-align: center;
- background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .page_main {
- width: 100%;
- height: calc(79% - 100px);
- margin-top: 1%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- position: relative;
- }
- .page_btm {
- width: 100%;
- height: 15%;
- background-color: var(--bgc);
- position: relative;
- }
- .flex_column {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- }
- .flex_sp {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .flex {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .page_main_left,
- .page_main_right {
- width: 34%;
- height: 100%;
- position: absolute;
- }
- .page_main_left {
- left: 0;
- }
- .page_main_right {
- right: 0;
- }
- img {
- width: 100%;
- height: 100%;
- }
- .page_main_center {
- width: calc(41% - 30px);
- height: 100%;
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- z-index: 9999;
- }
- .page_main_center .page_main_center_image {
- width: 90%;
- z-index: 0;
- height: 84%;
- transform: scale(1.1) translate(5%, 20%);
- }
- .center_top {
- width: 100%;
- height: 210px;
- padding: 0 15%;
- box-sizing: border-box;
- /* background-color: #ffffff; */
- position: absolute;
- top: 4.5%;
- }
- .center_main {
- width: 100%;
- height: 55%;
- position: absolute;
- top: 13.5%;
- }
- .center_main_item {
- width: 350px;
- height: 350px;
- position: absolute;
- background: url("../images/humanResources/icon2.png");
- background-repeat: no-repeat;
- background-size: cover;
- justify-content: center;
- animation: remove 2s steps(60) infinite;
- }
- .center_main_item_icon {
- width: 110px;
- height: 110px;
- margin-bottom: 10px;
- }
- .center_main_item span {
- font-size: 30px;
- font-weight: 500;
- text-align: center;
- }
- .left_top {
- width: 100%;
- height: calc(70% - 15px);
- background-color: var(--bgc);
- }
- .left_btm {
- width: 100%;
- height: calc(30% - 15px);
- background-color: var(--bgc);
- }
- .title {
- width: 70%;
- height: 75px;
- background: url("../images/humanResources/title.png") no-repeat;
- background-size: 100% 100%;
- font-size: 36px;
- font-family: Source Han Sans CN;
- font-weight: bolder;
- color: #FFFFFF;
- text-indent: 8%;
- line-height: 65px;
- }
- .title_yellow {
- width: 70%;
- height: 75px;
- background: url("../images/humanResources/title_yellow.png") no-repeat;
- background-size: 100% 100%;
- font-size: 36px;
- font-family: Source Han Sans CN;
- font-weight: bolder;
- color: #FFFFFF;
- text-indent: 8%;
- line-height: 65px;
- }
- .main {
- width: 100%;
- height: calc(100% - 75px);
- padding: 40px 40px 10px;
- box-sizing: border-box;
- }
- .main_item {
- width: calc(50% - 10px);
- height: 100%;
- background-color: #69c1ff09;
- padding-top: 20px;
- box-sizing: border-box;
- }
- .right_top {
- width: 100%;
- height: calc(25% - 15px);
- background-color: var(--bgc);
- }
- .right_main {
- width: 100%;
- height: calc(35% - 15px);
- background-color: var(--bgc);
- }
- .right_btm {
- width: 100%;
- height: calc(40% - 15px);
- background-color: var(--bgc);
- }
- .main_item_top {
- width: 100%;
- height: calc(37% - 15px);
- background-color: var(--bgc);
- }
- .main_item_btm {
- width: 100%;
- height: calc(63% - 15px);
- background-color: var(--bgc);
- }
- .echarts_dom {
- width: 100%;
- height: 100%;
- }
- .item_content_6,
- .item_content_6_false {
- width: 100%;
- height: calc(60% - 10px);
- }
- .item_content_4 {
- width: 100%;
- height: calc(40% - 10px);
- }
- .header-item {
- font-size: 20px;
- color: #69C0FF;
- }
- .row-item {
- font-size: 23px !important;
- }
- .content_4_top {
- width: 100%;
- height: 100px;
- align-items: flex-end;
- }
- .content_4_title {
- width: 100%;
- height: 50px;
- justify-content: space-around;
- }
- .content_4_time {
- width: 45%;
- height: 40px;
- }
- .btn_on {
- width: 250px;
- height: 100%;
- background: url("../images/humanResources/btn_on.png") no-repeat;
- background-size: 100% 100%;
- margin: 0 20px;
- font-size: 25px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #ECE278;
- text-align: center;
- line-height: 50px;
- }
- .btn_off {
- width: 250px;
- height: 100%;
- background: url("../images/humanResources/btn_off.png") no-repeat;
- background-size: 100% 100%;
- margin: 0 20px;
- font-size: 25px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #47C0FF;
- text-align: center;
- line-height: 50px;
- }
- .img_class {
- width: 22px;
- /* height: 16px; */
- margin-left: 10px;
- }
- img {
- width: 100%;
- height: 100%;
- }
- .content_4_btm {
- width: 100%;
- height: calc(100% - 90px);
- margin-top: 5px;
- }
- .yellow {
- color: yellow;
- }
- .red {
- color: red;
- }
- .green {
- color: green;
- }
- .item_content_6 .rows .row-item:nth-child(2) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- @keyframes remove {
- 0% {
- transform: translateY(0);
- }
- 25% {
- transform: translateY(-5%);
- }
- 50% {
- transform: translateY(0);
- }
- 75% {
- transform: translateY(5%);
- }
- 100% {
- transform: translateY(0);
- }
- }
- .item {
- width: 100%;
- height: 100%;
- padding: 10px 30px;
- box-sizing: border-box;
- }
- li {
- width: 100%;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- font-size: 27px;
- }
- .list_img {
- width: 40px;
- height: 40px;
- border-radius: 50%;
- margin-top: 15px;
- }
- .main_item_title {
- width: 270px;
- height: 50px;
- background: url("../images/humanResources/btn_on.png") no-repeat;
- background-size: 100% 100%;
- font-size: 24px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- line-height: 50px;
- margin-top: -20px;
- }
- .main_item_main {
- width: 100%;
- height: calc(100% - 70px);
- }
- .center_top_item {
- width: 45%;
- height: 210px;
- }
- .center_top_image {
- width: 350px;
- height: 210px;
- margin-right: 30px;
- }
- .center_top_image img {
- width: 100% !important;
- height: 100% !important;
- }
- .center_top_info {
- justify-content: flex-start;
- align-items: flex-start;
- }
- .num {
- font-size: 72px;
- font-family: Helvetica Neue Extra Black Cond;
- font-weight: bolder;
- color: #5BCBFF;
- }
- .num span {
- font-size: 30px;
- font-family: Source Han Sans CN;
- font-weight: bold;
- }
- .name {
- font-size: 36px;
- font-family: Source Han Sans CN;
- font-weight: bolder;
- color: #FFFFFF;
- }
- .fireworks {
- position: absolute;
- width: 150px;
- height: 150px;
- background: red;
- -webkit-mask: url('../images/humanResources/e9951400.png') no-repeat;
- -webkit-mask-size: auto 150px;
- transform: scale(2.65);
- animation: fireworks 2s steps(24) infinite, random 8s steps(1) infinite, random_color 1s infinite;
- /* animation: fireworks 2s steps(24) infinite; */
- /* display: none; */
- }
- .fireworkss {
- position: absolute;
- width: 150px;
- height: 150px;
- top: 10%;
- right: 0%;
- background: red;
- }
- .fireworks_line {
- position: absolute;
- width: 10px;
- height: 60px;
- bottom: 10%;
- left: calc(50% - 2.5px);
- animation: fireworks_line 2s steps(120) infinite;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .line {
- width: 1px;
- height: 50px;
- background-color: #faf89a;
- }
- @keyframes fireworks {
- to {
- -webkit-mask-position: 100%;
- /* transform: scale(1.65) */
- }
- }
- @keyframes fireworks_line {
- to {
- bottom: 68%;
- }
- }
- @keyframes random {
- 25% {
- transform: translate(200%, 50%) scale(1.4);
- }
- 50% {
- transform: translate(80%, 80%) scale(1.7);
- }
- 75% {
- transform: translate(-20%, -60%) scale(1.95);
- }
- }
- @keyframes random_color {
- 0% {
- background-color: #ffefad;
- }
- 25% {
- background-color: #ffadad;
- }
- 50% {
- background-color: #aeadff;
- }
- 75% {
- background-color: #adffd9;
- }
- }
- .warp {
- width: 100%;
- height: 92%;
- overflow: hidden;
- }
- .item_title {
- width: 100%;
- text-align: center;
- font-size: 34px;
- font-family: Source Han Sans CN;
- font-weight: bolder;
- color: #7CC8FF;
- margin: 15px 0;
- }
- .item_con {
- width: 100%;
- margin: 10px 0;
- font-size: 24px;
- line-height: 50px;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- letter-spacing: 9px;
- }
- .item_con span:nth-child(1) {
- font-size: 26px;
- font-family: Source Han Sans CN;
- font-weight: bolder;
- margin-top: 10px;
- color: #7CC8FF;
- }
- .item_con span:nth-child(2) {
- margin-left: 20px;
- line-height: 30px;
- /* white-space: pre-wrap; */
- }
- .item_con_main{
- line-height: 45px;
- white-space: pre-wrap;
- font-size: 26px;
- font-family: Source Han Sans CN;
- font-weight: bolder;
- margin-top: 10px;
- color: #fff !important;
- }
- .main_item_2 {
- width: 20%;
- height: 100%;
- }
- .main_item_8 {
- width: 80%;
- height: 100%;
- }
- .main_2_item {
- width: 100%;
- height: 20%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .main_item_8_box {
- width: 100%;
- height: 50%;
- justify-content: flex-start;
- }
- .box_icon {
- width: 10px;
- height: calc(100% - 10px);
- background-color: #0093E9;
- }
- .main_item_8 .el-progress-bar__inner {
- background-image: linear-gradient(270deg, #0093E9 0%, #80D0C7 100%) !important;
- }
- .el-progress-bar__outer {
- background-color: #1C4B8E !important;
- }
- .main_item_8 .el-progress-bar {
- width: 95% !important;
- }
- .main_item_box {
- width: 100%;
- height: calc(20% - 10px);
- }
- .box_title {
- font-size: 30px;
- text-indent: 10px;
- margin-bottom: 2px;
- }
- .main_8_item {
- width: 100%;
- height: 20%;
- }
- .main_item_8 .el-progress__text {
- font-size: 35px !important;
- color: #fff !important;
- }
- .main_item_2 .el-progress__text {
- font-size: 25px !important;
- color: #fff !important;
- }
- .main_item_btn {
- width: 100%;
- height: 50px;
- z-index: 99999;
- justify-content: space-around;
- }
- .main_item_main_bg {
- width: 100%;
- height: calc(100% - 90px);
- position: relative;
- }
- .main_item_main_bg img {
- width: 75%;
- height: 180%;
- position: absolute;
- top: -45%;
- left: 50%;
- transform: translateX(-50%);
- }
- .main_item_text {
- font-size: 40px;
- font-weight: bolder;
- margin-top: 10px;
- }
- .left {
- background: rgba(102, 130, 245, 0.4);
- border: 2px solid #839BFF;
- position: absolute;
- top: 20%;
- left: 25%;
- animation: leftRemove 2s steps(60) infinite;
- }
- @keyframes leftRemove {
- 0% {
- transform: translateY(0);
- }
- 25% {
- transform: translateY(-5%);
- }
- 50% {
- transform: translateY(0);
- }
- 75% {
- transform: translateY(5%);
- }
- 100% {
- transform: translateY(0);
- }
- }
- @keyframes rightRemove {
- 0% {
- transform: translateY(0);
- }
- 25% {
- transform: translateY(10%);
- }
- 50% {
- transform: translateY(0);
- }
- 75% {
- transform: translateY(-10%);
- }
- 100% {
- transform: translateY(0);
- }
- }
- .right {
- background: rgba(0, 202, 197, 0.23);
- border: 2px solid #40A9FF;
- position: absolute;
- top: 20%;
- right: 25%;
- animation: rightRemove 2s steps(60) infinite;
- }
- .bg_cyc {
- width: 120px;
- height: 120px;
- border-radius: 50%;
- z-index: 9999;
- justify-content: center;
- font-size: 20px;
- }
- .bg_cyc_text {
- font-size: 30px;
- font-weight: bolder;
- }
- .bg_cyc_text span {
- font-size: 20px;
- font-weight: normal;
- }
- .btm_item {
- width: calc(50% - 10px);
- height: 100%;
- }
- .main_item_left {
- width: 20%;
- height: 100%;
- }
- .main_item_right {
- width: calc(100% - 10px);
- height: 100%;
- }
- .right_item {
- width: 100%;
- height: 20%;
- display: flex;
- /* flex-direction: column; */
- justify-content: space-around;
- align-items: flex-start;
- }
- .right_item_tit {
- width: 25%;
- height: 100%;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .icon_tit {
- width: 5px;
- height: 30%;
- background: #40A9FF;
- margin: 5px 10px 0;
- }
- .tit_text {
- font-size: 28px;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #FFFFFF;
- }
- .echarts_dom_else {
- width: 75%;
- height: 100%;
- }
- .main_item_left_item {
- width: 100%;
- height: 20%;
- }
- .page_main_center_svg {
- width: 700px;
- height: 700px;
- position: absolute;
- bottom: -10%;
- z-index: 0;
- /* transform-origin: center bottom;
- transform-style: preserve-3d; */
- }
- .svg_box {
- transform-origin: center top;
- transform: rotateX(80deg) scale(2.6);
- text-align: center;
- position: absolute;
- left: 90%;
- bottom: -10%;
- }
- .changeTime_else {
- width: 460px;
- height: 50px;
- position: absolute;
- right: 40px;
- font-size: 28px !important;
- z-index: 99999;
- }
- .mark_box {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- background-color: #1b1b1bb0;
- z-index: 9999999999999;
- }
- .mark_select_box {
- width: 215px;
- height: 400px;
- background-color: var(--bgc);
- overflow-y: scroll;
- position: absolute;
- right: 5%;
- bottom: 4%;
- font-size: 28px;
- text-align: center;
- }
- .mark_select_options {
- width: 100%;
- height: 50px;
- line-height: 50px;
- }
- .time_box {
- width: 50%;
- height: 100%;
- }
- .time {
- width: 100%;
- height: 100%;
- background: rgba(75, 172, 255, 0.2);
- font-size: 28px;
- }
- .changeTime {
- width: 190px;
- height: 60px;
- background-color: var(--bgc);
- position: absolute;
- right: 0;
- top: 10px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .humanResources_times {
- width: 50px;
- height: 50px;
- }
- .humanResources_text {
- font-size: 30px;
- margin: 0 20px;
- }
- .humanResources_icon_time {
- width: 24px;
- height: 16px;
- }
- .mark_month_box {
- width: 190px;
- background-color: var(--bgc);
- position: absolute;
- right: 1%;
- top: 38.5%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- overflow-y: scroll;
- text-align: center;
- font-size: 28px;
- padding: 5px 0;
- box-sizing: border-box;
- }
- .echarts_icon {
- width: 70px;
- height: 70px;
- position: fixed;
- left: 32.5%;
- top: 62%;
- z-index: 999999;
- }
- .svg_box {
- width: 40%;
- height: 500px;
- position: absolute;
- left: 50%;
- bottom: 15%;
- transform: translateX(-15%);
- transform-origin: center bottom;
- transform-style: preserve-3d;
- }
- .svg_item {
- width: 800px;
- height: 800px;
- transform-origin: center top;
- transform: rotateX(81deg) scale(2.4);
- position: absolute;
- bottom: -100%;
- }
- .svg_item_s {
- width: 800px;
- height: 800px;
- transform-origin: center top;
- transform: rotateX(83deg) scale(1.65) translateX(-1.2%);
- position: absolute;
- bottom: -90%;
- }
- .svg_item_shu {
- width: 800px;
- height: 800px;
- transform-origin: center top;
- transform: rotateX(79deg) scale(2.1) translateX(-1%);
- position: absolute;
- bottom: -85%;
- }
- .svg {
- width: 100%;
- height: 100%;
- }
- /* .page_type{
- width: 100%;
- height: 100%;
- } */
- .w100 .header .header-item{
- font-size: 35px;
- }
- .w100 .row-item {
- font-size: 35px !important;
- }
- ::-webkit-scrollbar {
- display: none;
- }
|