米波导入抽奖Css样式代码修改
.vote-item .vote-progressbar{-webkit-box-shadow: 0 0 15px #ff3e3e;background: linear-gradient(45deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);background-size: 400%;animation: sun 5s inf...
.vote-item .vote-progressbar{-webkit-box-shadow: 0 0 15px #ff3e3e;background: linear-gradient(45deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);background-size: 400%;animation: sun 5s infinite;}@keyframes sun { 100% {filter: hue-rotate(0deg);} 0% {filter: hue-rotate(360deg);}}
.vote-item .vote-progressbar:after{content:'';position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;border-radius: 8px 8px 0 0px;opacity: 0.3;background: url(/static/images/screen/vote/qipao.png) 0 0;-webkit-animation: sparkle 1500ms linear infinite; }@keyframes sparkle { 0% {background-position: 0 0;} 100% {background-position: 0 -64px;}}
.vote-avatar img{-webkit-animation: bs linear 2.5s 1.5s infinite;-moz-animation: headbs linear 2.5s 1.5s infinite;animation: headbs linear 2.5s 1.5s infinite;}@keyframes headbs { 0% {box-shadow: inset -1px 1px 3px 2px #444444, inset 1px -1px 3px 2px #222222, 0 0 0px 0 #b2ff1a;} 50% {box-shadow: inset -1px 1px 3px 2px #444444, inset 1px -1px 3px 2px #222222, 0 0 20px 0 #1affff;} 100% {box-shadow: inset -1px 1px 3px 2px #444444, inset 1px -1px 3px 2px #222222, 0 0 0px 0 #b2ff1a;}}
.vote-rounds a{background-image: -webkit-radial-gradient(#00f5f5,#ec3ccb 80%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}