.experts-li {
width: 350px;
height: 200px;
background: #ffffff;
border-radius: 4px;
border: 1px solid #eaeaea;
transition: all 0.8s;
cursor: pointer;
&:hover {
box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
transform: scale(1.05);
cursor: pointer;
transition: all 0.4s;
}
}
鼠标移入变大,移出后恢复
最新推荐文章于 2024-03-22 10:21:26 发布