截图的一种思路
- 作者: 唔乃长衫造纸农
- 来源: 51数据库
- 2022-09-21
<!DOCTYPE html>
<html>
<head>
<style>
.container {
position: absolute;
background-color: #dddddd;
width: 600px;
height: 200px;
overflow: hidden;
}
.shadow {
position: absolute;
left: 50px;
top: 50px;
width: 300px;
height: 100px;
background-color: yellow;
box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.2);
;
}
</style>
</head>
<body>
<div >
asdfasdfasdfasf
<div ></div>
</div>
</body>
</html>
推荐阅读
