例子
<ul>
<li>
<p>精选大棚正宗太空椒1.5kg</p>
<span>商城价:<a href="#">15.00元</a></span>
<div class="up">加入购物车</div>
</li>
</ul>
实现代码
*{padding: 0;margin: 0;}
li{
position:relative;
overflow: hidden;
width: 300px;
}
.up{
position: absolute;
width:100%;
line-height: 40px;
height:0;
bottom:0px;
color:white;
opacity: 0.8;
transition: all 0.5s;
}
li:hover .up{
height: 40px;
background-color: #92DF36;
width:100%;
transform: translate(0,0);
}
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。