通过:before伪类来实现
.up {
width: 100%;
display: flex;
height: 240px;
display: inline-block;
position: relative;
}
.up::before {
content: '';
position: absolute;
bottom: 10px;
left: 10px;
width: 97%;
height: 200px;
border-radius: 20px;
background: rgba(13,29, 78, 0.8);
}

被折叠的 条评论
为什么被折叠?



