感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>文档标题</title>
</head>
<body>
<a class="et-gallery-button et-gallery-button--large et-gallery-button--primary et-gallery-button--round et-gallery-button--animated" target="_blank" href="#">焦点新闻</a>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
@-webkit-keyframes divi-button {
0% {
background: #7E3BD0;
-webkit-transform: scale(1);
transform: scale(1)
}
33% {
background: #c73bd0;
40% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
47% {
66% {
background: #3bd0c9;
100% {
background: #7E3BD0
@keyframes divi-button {
.et-gallery-button--animated {
-webkit-animation: divi-button 6s ease infinite;
animation: divi-button 6s ease infinite
.et-gallery-video:hover .et-gallery-video__button {
background: #ba4cff;
width: 160px;
height: 90px;
box-shadow: 0 15px 40px rgba(0, 0, 0, .5)
.et-gallery-video:hover .et-gallery-video__button:before {
border-left: 10px solid #fff
.et-gallery-video__button,
.et-gallery-video__button:before {
-webkit-transition: all .4s ease;
transition: all .4s ease
text-decoration: none; /*去掉下划线*/