| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174 |
- html,
- body {
- width: 7168px !important;
- min-height: 2576px;
- height: 100%;
- font-size: 20px;
- color: #fff;
- font-family: 'Microsoft YaHei';
- background-image: url("../images/indexBg.png");
- background-repeat: no-repeat;
- background-size: 100% 100%;
- /* overflow-y: hidden; */
- }
- :root {
- --bg: #dcf0fc0c;
- }
- /* 强制去掉滚动条 */
- /* 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%;
- }
- .box_item_title {
- width: 100%;
- height: 145px;
- background: url("../images/indexittle@2x.png") no-repeat;
- background-size: 100% 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .box_item_title span {
- font-size: 72px;
- font-weight: bold;
- background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .box_item_main {
- width: 100%;
- height: calc(100% - 145px);
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 30px 50px;
- box-sizing: border-box;
- }
- .box_left,
- .box_right {
- width: calc(40% - 30px);
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- }
- .box_main {
- width: 20%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- }
- .left_item {
- width: 100%;
- height: calc(25% - 15px);
- background: url("../images/lb-back.png") no-repeat;
- background-size: 100% 100%;
- padding: 10px 40px 30px;
- box-sizing: border-box;
- }
- .main_item_one {
- width: 100%;
- height: calc(65% - 10px);
- /* overflow: hidden; */
- position: relative;
- }
- .main_item_one img {
- width: 250%;
- height: 100%;
- position: absolute;
- bottom: -10%;
- left: -72%;
- z-index: 0;
- }
- .svg_box {
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- transform-origin: center bottom;
- transform-style: preserve-3d;
- }
- .svg_box_item {
- width: 700px;
- height: 700px;
- transform-origin: center top;
- transform: rotateX(70deg) scale(1.95);
- text-align: center;
- position: absolute;
- bottom: -337px;
- left: 360px;
- }
- .main_item {
- width: 100%;
- height: calc(20% - 10px);
- background: url("../images/lb-back.png") no-repeat;
- background-size: 100% 100%;
- padding: 30px;
- box-sizing: border-box;
- z-index: 999;
- }
- .title {
- width: 200px;
- height: 65px;
- font-size: 35px;
- font-weight: bolder;
- text-align: center;
- /* line-height: 57px; */
- box-sizing: border-box;
- border-radius: 10px;
- margin-bottom: 10px;
- }
- .title_else {
- width: 102%;
- height: 65px;
- font-size: 35px;
- font-weight: bolder;
- line-height: 65px;
- text-indent: 120px;
- box-sizing: border-box;
- border-radius: 10px;
- margin-bottom: 10px;
- position: relative;
- background: url("../images/newImage/tit_bg.png") no-repeat;
- background-size: 100% 100%;
- }
- .icon_tit {
- width: 80px;
- height: 80px;
- z-index: 9999;
- position: absolute;
- top: -10px;
- right: 8%;
- }
- .left_main {
- width: 100%;
- height: calc(100% - 65px);
- }
- .left_main_else {
- width: 100%;
- height: calc(100% - 65px);
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .left_main_top {
- width: 100%;
- height: 65%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .left_main_top_left {
- width: calc(60% - 10px);
- height: calc(100% - 30px);
- background-color: var(--bg);
- padding: 10px;
- box-sizing: border-box;
- }
- .left_main_top_right {
- width: calc(40% - 10px);
- height: calc(100% - 30px);
- background-color: var(--bg);
- padding: 10px;
- box-sizing: border-box;
- }
- .left_main_btm {
- width: 100%;
- height: 35%;
- }
- .left_user_top {
- width: 100%;
- height: calc(14% - 10px);
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .left_user_number {
- width: 25%;
- height: 100%;
- }
- .text_box {
- width: 100%;
- height: 100%;
- /* background: url("../images/man.png") no-repeat; */
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- position: relative;
- padding-left: 330px;
- box-sizing: border-box;
- }
- .text_box img {
- width: 30%;
- height: 100%;
- position: absolute;
- top: 50%;
- left: 30%;
- transform: translate(-50%, -50%);
- }
- .text_num {
- font-size: 40px;
- font-weight: bolder;
- font-style: italic;
- margin-top: 10px;
- color: #69C0FF;
- }
- .text_num span {
- font-size: 24px !important;
- }
- .text_title {
- font-size: 30px;
- }
- .left_user_main {
- width: 100%;
- height: calc(43% - 10px);
- display: flex;
- justify-content: space-between;
- }
- .left_user_main_item {
- width: calc(33% - 10px);
- height: 100%;
- padding: 20px;
- box-sizing: border-box;
- /* background: url("../images/rt-back.png") no-repeat; */
- /* background-size: 100% 100%; */
- background-color: var(--bg);
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- }
- .left_salary_box,
- .left_salary_box_else {
- width: 100%;
- height: calc(40% - 10px);
- }
- .left_salary_box {
- /* background: url("../images/lb-back.png") no-repeat;
- background-size: 100% 100%; */
- background-color: var(--bg);
- padding: 10px;
- box-sizing: border-box;
- }
- .left_salary_box_else {
- display: flex;
- justify-content: space-between;
- }
- .left_salary_item {
- width: calc(50% - 10px);
- height: 100%;
- /* background: url("../images/rt-back.png") no-repeat;
- background-size: 100% 100%; */
- background-color: var(--bg);
- padding: 10px 30px;
- box-sizing: border-box;
- position: relative;
- }
- .title_box {
- position: absolute;
- right: 50px;
- top: 10px;
- font-size: 30px;
- z-index: 99;
- }
- .right_item {
- width: 100%;
- height: calc(25% - 10px);
- background: url("../images/lb-back.png") no-repeat;
- background-size: 100% 100%;
- /* background-color: var(--bg); */
- padding: 10px 45px 20px;
- box-sizing: border-box;
- /* display: flex;
- justify-content: space-between;
- align-items: center; */
- }
- .right_item_else {
- width: 100%;
- height: calc(100%);
- /* display: flex;
- flex-direction: column;
- justify-content: space-between; */
- }
- .right_user_box {
- width: 100%;
- height: calc(25% - 10px);
- background: url("../images/lb-back.png") no-repeat;
- background-size: 100% 100%;
- padding: 10px 45px 20px;
- box-sizing: border-box;
- }
- .right_item_item_top {
- width: 100%;
- height: 100px;
- background-color: blueviolet;
- }
- .right_item_item_btm {
- width: 100%;
- height: calc(100% - 110px);
- display: flex;
- justify-content: space-between;
- }
- .right_item_item {
- width: calc(100% - 10px);
- height: 100%;
- background-color: var(--bg);
- /* background: url("../images/rt-back.png") no-repeat;
- background-size: 100% 100%;
- padding: 10px 30px;
- box-sizing: border-box; */
- }
- .right_item_main {
- width: 100%;
- height: calc(100% - 70px);
- }
- .right_item_item_else {
- width: calc(50% - 10px);
- height: 100%;
- background-color: var(--bg);
- padding: 5px 30px 10px;
- box-sizing: border-box;
- }
- .scroll_board_bg {
- width: 100%;
- height: 80%;
- /* background: url("../images/rt-back.png") no-repeat;
- background-size: 100% 100%; */
- /* padding: 30px;
- box-sizing: border-box; */
- }
- .right_echarts {
- width: calc(50% - 10px);
- height: 100%;
- background: url("../images/rt-back.png") no-repeat;
- background-size: 100% 100%;
- padding: 30px;
- box-sizing: border-box;
- }
- .right_echarts_else {
- width: calc(50% - 10px);
- height: 100%;
- background: url("../images/rt-back.png") no-repeat;
- background-size: 100% 100%;
- padding: 30px;
- box-sizing: border-box;
- }
- .right_echarts_else_bg {
- width: calc(50% - 10px);
- height: 100%;
- background-color: var(--bg);
- padding: 30px;
- box-sizing: border-box;
- }
- .three_box {
- width: 100%;
- height: calc(100% - 65px);
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .left_main_btm .dv-scroll-board div {
- font-size: 32px !important;
- }
- .right_btm_item {
- width: 100%;
- height: calc(100% - 65px);
- }
- .right_btm_item_else {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .right_item_btm_box {
- width: calc(40% - 10px);
- height: 100%;
- /* background: url("../images/rt-back.png") no-repeat;
- background-size: 100% 100%; */
- background-color: var(--bg);
- padding: 20px;
- box-sizing: border-box;
- }
- .image_box_else {
- width: 280px;
- height: 280px;
- position: relative;
- }
- .image_box_else span {
- font-size: 60px;
- font-weight: bolder;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 999;
- }
- .image_box_else img {
- animation: fadenum 8s infinite linear;
- }
- .image_box {
- width: calc(50% - 10px);
- height: 70%;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- }
- .box_item {
- width: 100%;
- height: 100px;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- margin-left: 100px;
- font-size: 40px;
- text-indent: 50px;
- }
- .box_item img {
- width: 100px;
- height: 100px;
- }
- .box_item div span {
- font-size: 50px;
- font-weight: bolder;
- color: #69c0ff;
- font-style: italic;
- font-weight: bold;
- margin: 0 10px;
- }
- .top {
- width: 100%;
- height: 140px;
- font-size: 40px;
- }
- .flex {
- display: flex;
- }
- .justify-between {
- justify-content: space-between;
- }
- .items-center {
- align-items: center;
- }
- .top-img {
- width: 127px;
- height: 127px;
- margin-right: 15px;
- }
- .top-text {
- font-size: 60px;
- color: #69c0ff;
- font-style: italic;
- font-weight: bold;
- display: inline-block;
- margin: 0 15px;
- }
- .right_bg_item {
- width: calc(33% - 20px);
- height: 100%;
- background-image: url("../images/bottom-right.png");
- background-repeat: no-repeat;
- background-size: 100% 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- padding-top: 50px;
- box-sizing: border-box;
- }
- .bg_item_gif {
- width: 230px;
- height: 300px;
- }
- .bg_item_gif img {
- width: 100%;
- height: 100%;
- }
- .bg_item_num {
- font-size: 48px;
- font-weight: bolder;
- margin-bottom: -90px;
- z-index: 9;
- }
- .bg_item_title {
- font-size: 28px;
- font-weight: 600;
- }
- .right_item_item_else_title {
- width: 100%;
- height: 25%;
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- }
- .right_item_item_else_title img {
- width: 32%;
- height: 100%;
- }
- .title_right {
- width: 100%;
- height: 100%;
- position: absolute;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 30px;
- }
- .title_right span {
- color: rgb(69, 218, 209);
- }
- .big_color {
- display: inline-block;
- font-size: 40px;
- font-weight: bolder;
- margin: 0 0 0 25px;
- }
- .echarts {
- width: 100%;
- height: 100%;
- }
- .echarts_else {
- width: 100%;
- height: calc(100% - 65px);
- }
- .echarts_else_top {
- width: 100%;
- height: calc(20%px);
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .echarts_else_top_item {
- width: calc(50% - 150px);
- height: 100%;
- background: rgba(0, 179, 254, 0.25);
- border: 1px solid #69C0FF;
- border-radius: 10px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .echarts_else_top_item_on {
- width: calc(50% - 150px);
- height: 100%;
- background: rgba(0, 254, 199, 0.25);
- border: 1px solid #00ffff;
- border-radius: 10px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .item_left_t {
- width: 65px;
- height: 65px;
- }
- .item_right_t {
- padding-left: 30px;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: flex-start;
- }
- .item_right_t div:nth-child(1) {
- font-size: 26px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #FFFFFF;
- }
- .item_right_t div:nth-child(2) {
- font-size: 30px;
- font-family: HelveticaNeueLT;
- font-weight: bolder;
- color: #69C0FF;
- }
- .item_right_t div:nth-child(2) span {
- font-size: 24px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #69C0FF;
- }
- .echarts_else_btm {
- width: 100%;
- height: calc(80% - 20px);
- }
- .left_user_title {
- width: 100%;
- height: 40px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: flex-start;
- }
- .icon_title .title {
- width: calc(100% - 40px);
- height: 100%;
- text-align: left;
- text-indent: 20px;
- }
- .icon {
- width: 20px;
- height: 70%;
- }
- img {
- width: 100%;
- height: 100%;
- }
- .icon_title {
- width: 100%;
- height: calc(100% - 10px);
- z-index: 999;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .line {
- width: 100%;
- height: 2px;
- }
- .echarts_90 {
- width: 100%;
- height: 80%;
- }
- .flex_column {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: flex-start;
- }
- .main_item_echarts {
- width: 100%;
- height: calc(100% - 90px);
- }
- .right_item_item_else_top {
- width: 100%;
- height: calc(25% - 10px);
- margin-bottom: 15px;
- }
- .right_item_item_else_main {
- width: 100%;
- height: calc(75%);
- /* background-color: var(--bg); */
- /* background: url("../images/rt-back.png") no-repeat;
- background-size: 100% 100%;
- padding: 30px;
- box-sizing: border-box; */
- }
- .w_100 {
- width: 100%;
- height: calc(100% - 65px);
- }
- .w_100_right {
- width: 100%;
- height: calc(100% - 60px);
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .flex_sb {
- display: flex;
- justify-content: space-between;
- }
- .right_echarts_item {
- width: 100%;
- height: calc(100% - 65px);
- }
- .right_btm_item_box {
- width: calc(60% - 10px);
- height: 100%;
- /* background: url("../images/rt-back.png") no-repeat;
- background-size: 100% 100%; */
- background-color: var(--bg);
- padding: 17px;
- box-sizing: border-box;
- }
- .echarts_map {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .tooltip-cont {
- margin: -15px;
- border: 1px solid #3699ff;
- border-radius: 0px;
- font-size: 35px;
- padding: 10px 15px 10px;
- background-color: #0725558a !important;
- }
- .tooltip-cont p {
- line-height: 1.8;
- color: #f3f3f3;
- position: relative;
- padding-left: 12px;
- }
- .tooltip-cont p::before {
- position: absolute;
- display: inline-block;
- content: '';
- left: 0px;
- top: 10px;
- width: 5px;
- height: 5px;
- border-radius: 50%;
- /* background-color: #40a9ff; */
- }
- .tooltip-cont span {
- color: #E6C50B;
- font-weight: bolder;
- color: #EAEA26;
- color: #906BF9;
- color: #01E17E;
- color: #3DD1F9;
- color: #FFAD05;
- }
- .dv-scroll-board div {
- font-size: 28px;
- }
- .main_item_one_info {
- width: 100%;
- height: 150px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- position: absolute;
- top: 0;
- left: 0;
- }
- .main_info_item {
- width: 370px;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .main_info_item_img {
- width: 180px;
- height: 100px;
- background-color: #40a9ff;
- background: url("../images/newImage/loginUser.png") no-repeat;
- background-size: cover;
- margin: 0 15px;
- }
- .main_info_item_title {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: flex-start;
- }
- .main_info_item_title div:nth-child(1) {
- font-size: 36px;
- font-family: Helvetica Neue Extra Black Cond;
- font-weight: 600;
- color: #6BC1FF;
- }
- .main_info_item_title div:nth-child(2) {
- font-size: 25px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #FFFFFF;
- }
- .mark_box {
- width: 7168px !important;
- min-height: 2576px;
- height: 100%;
- background-color: #1b1b1b6b;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 999999999999999999;
- }
- .mark_centter {
- width: 1300px;
- height: 600px;
- /* margin: 1500px 1000px 0; */
- z-index: 999999999999999999;
- background: url("../images/markBG.png") no-repeat;
- background-size: 100% 100%;
- padding: 20px 40px 30px;
- box-sizing: border-box;
- align-items: center !important;
- position: absolute;
- top: 20%;
- right: 10%;
- }
- .mark_title {
- width: 100%;
- height: 50px;
- text-align: center;
- line-height: 50px;
- font-size: 35px;
- font-weight: bolder;
- margin-top: 5px;
- }
- .mark_main {
- width: 100%;
- height: calc(100% - 70px);
- }
- .mark_pdf {
- width: 2300px;
- height: 1500px;
- background: url("../images/markBG.png") no-repeat;
- background-size: 100% 100%;
- padding: 50px;
- box-sizing: border-box;
- position: absolute;
- top: 20%;
- left: 5%;
- }
- .f_box {
- width: 100%;
- height: calc(100% - 65px);
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-items: center;
- }
- .f_item {
- width: calc(50% - 10px);
- height: calc(50% - 10px);
- font-size: 32px;
- overflow: hidden;
- }
- .f_item span:nth-child(1) {
- color: #4BB2FF;
- margin-bottom: 10px;
- font-weight: bolder;
- display: block;
- }
- .f_item span:nth-child(2) {
- width: 95%;
- height: 84px;
- text-indent: 50px;
- opacity: 0.7;
- display: -webkit-box;
- /* 将元素作为弹性伸缩盒子展示 */
- -webkit-line-clamp: 2;
- /* 限制显示的行数 */
- -webkit-box-orient: vertical;
- /* 设置垂直方向 */
- overflow: hidden;
- /* 隐藏超出部分 */
- }
- .echarts_6 {
- width: 100%;
- height: calc(100% - 65px);
- }
- .echarts_top {
- width: 100%;
- height: 70%;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .top_image {
- width: calc(100% / 6);
- height: 90%;
- margin-top: 20px;
- position: relative;
- }
- .top_text {
- font-size: 40px;
- font-weight: bolder;
- color: #5AC9FD;
- position: absolute;
- top: 25%;
- left: 45%;
- transform: translateY(-50%);
- }
- .top_text_on{
- font-size: 40px;
- font-weight: bolder;
- color: #EBB829;
- position: absolute;
- top: 25%;
- left: 45%;
- transform: translateY(-50%);
- }
- .top_text span {
- font-size: 30px;
- }
- .top_text_on span {
- font-size: 30px;
- }
- .echarts_top img {
- width: 80%;
- height: 100%;
- }
- .echarts_btm {
- width: 100%;
- height: 30%;
- position: relative;
- }
- .btm_text {
- width: 100%;
- height: 100%;
-
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .btm_text_on{
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .btm_text_span{
- font-size: 26px;
- color: #5AC9FD;
- }
- .btm_text_span_on{
- font-size: 26px;
- color: #EBB829;
- }
- /* .red {
- color: red;
- } */
- .echarts_else{
- position: relative;
- }
- .echarts_else .img{
- width: 370px;
- height: 370px;
- z-index: 99999;
- position: absolute;
- left: 130px;
- top: calc(50% - 183px);
- animation: fadenum 8s infinite linear;
- }
- @keyframes fadenum {
- 100% {
- transform: rotate(360deg);
- }
- }
|