码迷,mamicode.com
首页 > 其他好文 > 详细

鼠标放上去盒子向上滑动

时间:2016-09-02 00:24:57      阅读:292      评论: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

(1)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!