需求:
对图片做css羽化处理
实现:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="Generator" content="EditPlus®" />
<meta name="Author" content="" />
<meta name="Keywords" content="" />
<meta name="Description" content="" />
<title>Document</title>
</head>
<body>
<img style="display: block; height: 100%;width: 100%;" src="http://js.linkrmb.com/mt.jpg" />
<div style="
position: absolute;
top: 0;
height: 100%;
width: 100%;
box-shadow: 0 0 70px 30px rgb(249, 249, 249) inset;"></div>
</body>
</html>
效果: