css动画放大缩小循环
<style type="text/css" media="all">
em{-webkit-animation: sfng 3s linear infinite; animation: sfng 3s linear infinite; } @keyframes sfng { 0%{ transform: scale(1); } 25%{ transform: scale(1.1); } 50%{ transform: scale(1); } 75%{ transform: scale(1.1); } } }
</style>
<em>咨询3A信用评级</em>
版权保护: 转载请保留链接: https://cgy.isi8.cn/jianzhan/221.html
- 上一篇:pbcms使用Ajax无刷新提交留言及表单
- 下一篇:仿百度落地页的点击微信弹窗
