1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body,main::before{
background: url("图片路径") 0 / cover fixed;
}

main{
position: relative;
background: hska(0,0%,100%,.3);
overflow: hidden;
}

main::before{
content: '';
position: absolute;
top:0;right:0;bottom:0;left:0;
filter: blur(20px);
margin:-30px;
}