大佬求助

大佬求助


<style>

#time {

text-align: center;

background: -webkit-linear-gradient(left,#2196F3 ,#E91E63 25%, #2196F3 50%, #E91E63 75%, #2196F3);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

-webkit-background-size: 200% 100%;

-webkit-animation: hi2 1s,runs 3s infinite linear;

}


@-webkit-keyframes runs {

0% {

background-position: 0 0;

}

100% {

background-position: -100% 0;

}

}

@-webkit-keyframes hi1 {

0% {

width:0px;border-radius:999999px;opacity:0;

}

100% {

}

}

@-webkit-keyframes hi2 {

0% {

opacity:0;padding-top:20px;

}

100% {

}

}

</style>

<div id ='time'>Explorer</div>




将红色区域往下整一整


Report Page