我一直看到这种类型的边框半径,但我不知道该怎么做,请帮忙
我尝试使用 border-radius 直接对图像的左上角和右下角进行更改,但仍然不起作用
样式表:
.img-section {
flex: 1;
padding: 40px;
position: relative;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px
}
.img-form img {
width: 100%;
height: 100%;
object-fit: cover;
}