<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>模糊化背景图</title><style>body {background-image: url("image/bjt03.jpg");background-repeat: no-repeat;background-attachment: fixed;background-size: cover;backdrop-filter: blur(30px);}</style>
</head>
<body></body>
</html>