首页 > 移动平台 > 详细

CSS移动

时间:2015-02-09 07:02:14      阅读:344      评论:0      收藏:0      [点我收藏+]

#hand {
width: 170px;
height: 236px;
position: absolute;
top: 178px;
left: 390px;
background: url(‘http://p6.qhimg.com/d/360browser/20140909/hand_new.png‘) left top no-repeat;
}

.p5.current #hand {
top: 180px;
left: 286px;
-webkit-transition: all 800ms ease-in-out;
-moz-transition: all 800ms ease-in-out;
-ms-transition: all 800ms ease-in-out;
transition: all 800ms ease-in-out;
}

 

CSS移动

原文:http://www.cnblogs.com/q460021417/p/4280780.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!