CSS移动

时间:2021-08-01 16:36:51

#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;
}