`
小网客
  • 浏览: 1217723 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

css之图片羽化处理

    博客分类:
  • J2ee
 
阅读更多

需求:

对图片做css羽化处理

实现:

<!DOCTYPE html>
<html lang="en">
 <head> 
  <meta charset="UTF-8" /> 
  <meta name="Generator" content="EditPlus&reg;" /> 
  <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>

效果:



 

  • 大小: 548.9 KB
0
3
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics