backdrop-filter: blur(10px);实现,完整代码如下:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum=1.0,minimum=1.0,user-scalable=0" />
<title>BFW NEW PAGE</title>
<style>
body {
background: url(//repo.bfw.wiki/bfwrepo/image/5f24e1feda734.png) no-repeat ;
background-size: cover;
height: 100vh;
backdrop-filter: blur(10px);
}
</style>
</head>
<body>
</body>
</html>
网友回复


