鼠标移入或经过,div以中心为原点放大,移出后div变回原样
.left_mb{width:10%;min-width:138px;height:22%;min-height:180px;margin:1%7.5px;float:l...
.left_mb {
width: 10%;
min-width:138px;
height: 22%;
min-height:180px;
margin: 1% 7.5px;
float: left;
position: absolute;
transition:all 1s;
} 展开
width: 10%;
min-width:138px;
height: 22%;
min-height:180px;
margin: 1% 7.5px;
float: left;
position: absolute;
transition:all 1s;
} 展开
展开全部
<style>
.abc{width:100px;height:100px; margin:200px auto 0 auto;background:#f00}
.abc:hover{width:120px; height:120px; margin:-10px 0 0 -10px}
</style>
<div class="abc"></div>
.abc{width:100px;height:100px; margin:200px auto 0 auto;background:#f00}
.abc:hover{width:120px; height:120px; margin:-10px 0 0 -10px}
</style>
<div class="abc"></div>
追问
我的意思是以div中心为原点向四周放大,您这个是左上角为原点
追答
我知道,只是给你一个实例;
你外面肯定还要给一个盒子包起来啊,完整代码:
.a1{width:100px; height:100px; margin:200px auto;}
.abc{width:100px;height:100px;background:#f00; position:relative; transition:.5s}
.abc:hover{width:120px; height:120px; margin:-10px 0 0 -10px}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询