.i-i-box-active{
-webkit-animation: shan666 1s infinite ease-in-out;
animation: shan666 1s infinite ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} @-webkit-keyframes shan666 {
0% {
opacity: 0.5;
filter: alpha(opacity=20);
/*-webkit-transform: scale(0.8);*///缩小
}
50% {
opacity:;
filter: alpha(opacity=50);
/*-webkit-transform: scale(1.12);*///放大
background-color: red;
color: #fff;
}
100% {
opacity: 0.5;
filter: alpha(opacity=20);
/*-webkit-transform: scale(0.8);*///缩小
}
} @keyframes shan666 {
0% {
opacity: 0.5;
filter: alpha(opacity=20);
/*-webkit-transform: scale(0.8);*///缩小
}
50% {
opacity:;
filter: alpha(opacity=50);
/*-webkit-transform: scale(1.12);*///放大
background-color: red;
color: #fff;
}
100% {
opacity: 0.5;
filter: alpha(opacity=20);
/*-webkit-transform: scale(0.8);*///缩小
}
}

最新文章

  1. 【406错误】 The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.
  2. HTTP2 学习
  3. C#下调用C++ SDK的编码常识
  4. html+css篇
  5. 【HDOJ】3789 奥运排序问题
  6. FckEditor组件的使用(新闻浏览发布页面)
  7. C#生成缩略图的方法
  8. 转---高并发Web服务的演变——节约系统内存和CPU
  9. 查看linux版本相关命令
  10. C# 数组Array
  11. Java基础--面向对象编程1(类与对象)
  12. Shiro笔记(四)Shiro的realm认证
  13. SpringBoot Mybatis整合(注解版),SpringBoot集成Mybatis(注解版)
  14. 【读书笔记】iOS-解析XML
  15. CentOS 7以上版本Nginx开机自启
  16. composer 安装依赖缓慢,查看 composer 的详细执行日志
  17. appium自动化测试 环境搭建
  18. 玩转X-CTR100 l STM32F4 l AT24C02 EEPROM存储
  19. Windows7安装nginx后,'nginx -t -c nginx.conf' 命令出现 “could not open error log file: CreateFile() "logs/error.log" failed” 错误的原因
  20. PHP ECSHOP中 诡异的问题:expects parameter 1 to be double

热门文章

  1. JavaScript中实现li向上轮播
  2. INSERT - 在表中创建新行
  3. 如何正确训练一个 SVM + HOG 行人检测器
  4. 将shell脚本的执行过程和执行结果导入到log文件中
  5. 洛谷P2401 不等数列 题解
  6. web性能优化--算法优化(四)
  7. div中的图片跑出来
  8. 工作流学习之入门demo
  9. LOJ-6279-数列分块入门3(分块, 二分)
  10. 《Python3-标准库》讲解