css文字效果,文字颜色有光影流动_position


.sq_start {

  1.    positionabsolute;

  2.    bottom10%;

  3.    left50%;

  4.    z-index3;

  5.    margin-left-50px;

  6.    width100px;

  7.    height20px;

  8.    font-size18px;

  9.    background-webkit-gradient(linear,left top,right top,color-stop(0, #549A66),color-stop(0.3, #3CAF5A),color-stop(0.5, white),color-stop(0.7, #3CAF5A),color-stop(1, #3CAF5A));

  10.    background-cliptext;

  11.    -webkit-background-cliptext;

  12.    -webkit-text-fill-colortransparent;

  13.    text-fill-colortransparent;

  14.    -webkit-animationslidetounlock 4s 

    linearinfinite;

  15.    animationslidetounlock 4s 

    linear infinite;

}