123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137 |
- 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;
- overflow: hidden;
- /* 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);
- overflow: hidden;
- }
- .main_item_btm {
- width: 100%;
- height: calc(63% - 15px);
- background-color: var(--bgc);
- }
- .echarts_dom {
- width: 100%;
- height: 100%;
- }
- .item_content_6,
- .item_content_7,
- .item_content_8,
- .item_content_9,
- .item_content_10,
- .item_content_11,
- .item_content_12,
- .item_content_13,
- .item_content_14,
- .item_content_15,
- .item_content_16,
- .item_content_17,
- .item_content_99,
- .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;
- } */
- .item_content_99 .rows .row-item:nth-child(1) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_6 .rows .row-item:nth-child(2) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_6_else .rows .row-item:nth-child(2) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_5 .rows .row-item:nth-child(2) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_7 .rows .row-item:nth-child(3) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_8 .rows .row-item:nth-child(4) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_9 .rows .row-item:nth-child(5) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_10 .rows .row-item:nth-child(6) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_11 .rows .row-item:nth-child(7) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_12 .rows .row-item:nth-child(8) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_13 .rows .row-item:nth-child(9) {
- color: #E1AF27;
- background-color: #302e2d50 !important;
- }
- .item_content_14 .rows .row-item:nth-child(10) {
- 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%;
- padding: 0px 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); */
- height: 100%;
- }
- .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: 90%; */
- /* height: 950px; */
- /* height: 200px; */
- overflow: hidden;
- }
- .warp>div{
- height: 90%;
- }
- .item_title {
- width: 100%;
- text-align: center;
- font-size: 34px;
- font-family: Source Han Sans CN;
- font-weight: bolder;
- color: #7CC8FF;
- margin: 10px 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-html span, .item-html p,
- .item-html i{
- color: #fff !important;
- background: unset !important;
- }
- .item_con .note_title {
- font-size: 26px;
- font-family: Source Han Sans CN;
- font-weight: bolder;
- margin-top: 10px;
- color: #7CC8FF;
- }
- .item_con .note_info {
- margin-left: 20px;
- line-height: 40px;
- text-indent: 60px;
- margin: 5px 0;
- /* white-space: pre-wrap; */
- }
- .item_con_main {
- line-height: 40px;
- 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: 90px;
- height: 90px;
- position: fixed;
- left: 32.5%;
- top: 62%;
- z-index: 999999;
- }
- .echarts_icon_else {
- width: 90px;
- height: 90px;
- position: fixed;
- left: 32.5%;
- top: 62%;
- z-index: 999999;
- filter: hue-rotate(204deg);
- }
- .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: 30px;
- }
- .w100 .row-item {
- font-size: 35px !important;
- }
- ::-webkit-scrollbar {
- display: none;
- }
|