博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HTML轮播图
阅读量:6163 次
发布时间:2019-06-21

本文共 756 字,大约阅读时间需要 2 分钟。

1 无缝滚动 2 
3 4 5 6
7
    8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
23
24 25 26 /* css代码 */27 *{margin:0;padding:0;}28 #gundong{width:882px; height:86px; border:1px solid #999; margin:50px auto; overflow:hidden;}29 #gundong ul{list-style:none; animation:moving 5s linear infinite; width:200%;}30 #gundong ul li{float:left;}31 #gundong ul{animation:moving 5s linear infinite;}32 #gundong:hover ul{ animation-play-state:paused;}33 @keyframes moving {34 from {35 transform:translateX(0);36 }37 to { 38 transform:translateX(-882px);39 }40 }

 

转载于:https://www.cnblogs.com/taoge112358/p/9048075.html

你可能感兴趣的文章
RecycleView设置顶部分割线(记录一个坑)
查看>>
汉字转拼音 (转)
查看>>
会计基础_001
查看>>
小程序: 查看正在写的页面
查看>>
Jenkins持续集成环境部署
查看>>
MWeb 1.4 新功能介绍二:静态博客功能增强
查看>>
预处理、const与sizeof相关面试题
查看>>
爬虫豆瓣top250项目-开发文档
查看>>
有趣的数学书籍
查看>>
teamviewer 卸载干净
查看>>
eclipse的maven、Scala环境搭建
查看>>
架构师之路(一)- 什么是软件架构
查看>>
USACO 土地购买
查看>>
【原创】远景能源面试--一面
查看>>
B1010.一元多项式求导(25)
查看>>
10、程序员和编译器之间的关系
查看>>
配置 RAILS FOR JRUBY1.7.4
查看>>
修改GRUB2背景图片
查看>>
Ajax异步
查看>>
好记性不如烂笔杆-android学习笔记<十六> switcher和gallery
查看>>