相关问题
- 应用圆角裁剪时无法显示
::after

- 取消
clip-path
设置:

完整问题代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>After Rectangle Fix</title>
<style>
.rounded-rectangle-clip {
position: relative;
width: 200px;
height: 100px;
background-color: #ff5722;
clip-path: inset(0 round 20px);
margin: 50px auto;
overflow: visible;
}
.rounded-rectangle-clip::after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 200px;
height: