首页 > 其他 > 详细

鼠标放上去盒子向上滑动

时间:2016-09-02 00:22:24      阅读:248      评论:0      收藏:0      [点我收藏+]

html:

<div class="box clearfix">
       <div class="box1"></div>
       <div class="box2"></div>
    </div>

css:

.box{height: 500px;width: 500px;background-color: pink;}
.box1,.box2{width: 100px;height: 100px;background:red;margin: 30px 30px;float: left;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
.box1:hover{margin-top: -10px;}
.box2:hover{margin-top: -10px;}

 

鼠标放上去盒子向上滑动

原文:http://www.cnblogs.com/itlichen/p/5831695.html

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