1. 首页
  2. 数据库
  3. 其它
  4. CSS3 过渡

CSS3 过渡

上传者: 2021-02-27 11:13:00上传 PDF文件 41.4KB 热度 15次
.animated_div { width:60px; height:40px; background:#92B901; color:#ffffff; position:absolute; font-weight:bold; font-size:15px; padding:10px; float:left; margin:5px; -webkit-transition:-webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s; -webkit-border-radius:5px; -o-trans
用户评论