.list-img {
position: relative;
z-index: 1;
overflow: hidden;
height: 154px;
text-align: center;
border-radius: 5px;
border:1px solid red;
border-bottom-left-radius: 50px;
margin-bottom: 24px;
image {
width: 100%;
}
}
//这三行很关键
position: relative;
z-index: 1;
overflow: hidden;
效果对比图:
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)