.lunbo{
height: 640px;
width: 100%;
background-position: -280px;
margin-top: 103px;
-webkit-animation: lunbo 5s infinite alternate;
}
@-webkit-keyframes lunbo{
0%{
background-image:url("../img/jinli_images/04_1515047442501.jpg");
}
100%{
background-image:url("../img/jinli_images/02_1517536570441.jpg");
}
}

  

最新文章

  1. gulp任务
  2. Could not load file or assembly or one of its dependencies. 试图加载格式不正确的程序。
  3. IOS UICollectionView基础+UICollectionViewFlowLayout基础
  4. Linux下查看用户列表
  5. UVa 11134 (区间上的贪心) Fabled Rooks
  6. 回某位朋友问题备受phpcgi.exe煎熬现在cpu跑满(解决方案)
  7. 登录模块需要用到session留底
  8. JS 不定函数参数argument的用法
  9. ural1316 Electronic Auction
  10. the quick brown fox jumps over the lazy dog
  11. 第三章 JavaScript操作BOM对象
  12. LINUX LVM和快照卷配置和管理
  13. 正则表达式之 \b
  14. angularjs 的ng-disabled属性操作
  15. selenium 安装
  16. #ifdef __cplusplus extern "C" { #endif”的定义的含义
  17. Linux下搜索命令
  18. go语言入门(三)
  19. LeetCode_Two Sum
  20. 使用jenkins配置.net mvc5网站自动构建全过程记录

热门文章

  1. 70: libreoj #2424 区间dp
  2. linux命令之------Chmod命令
  3. docker不能正常使用cron任务
  4. C++ STL 知识小结
  5. Freemarker的简单demo
  6. Tcl二进制数据
  7. 2019 SDN第三次上机作业
  8. 《JAVA程序设计》_第十周学习总结
  9. 详解intent和intentfilter
  10. easyui datagrid怎么动态获取表头的列名及显示名称