css3模糊图片_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:25:26
Original
1097 people have browsed it

image的css样式

filter: blur(10px);-webkit-filter: blur(10px);-moz-filter: blur(10px);-ms-filter: blur(10px);-o-filter: blur(10px);
Copy after login

注:filter模糊,括号中的参数表模糊程度
-webkit-filter:表webkit内核浏览器开启filter
-moz-filter,-ms-filter,-o-filter分别表示火狐内核,IE内核,opera内核的浏览器开启filter

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!