比较流畅的hover动画
.wrapper .item {position: relative;display: inline-block;text-align: center;width: 305px;height: 253px;cursor: pointer;font-size: 16px;color: #93817D;font-weight: 500;transition: all 0.3s ease 0s;}.wr
·
.wrapper .item {
position: relative;
display: inline-block;
text-align: center;
width: 305px;
height: 253px;
cursor: pointer;
font-size: 16px;
color: #93817D;
font-weight: 500;
transition: all 0.3s ease 0s;
}
.wrapper .item:hover {
transform: translateY(-11px);
}
更多推荐
所有评论(0)