.bg{
width: 100%;
height: 100%;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
position: absolute;
left: 0;
top: 0;
background-image: url(/xf/data/bg.jpg); /* url(/根目錄/第一層資料夾/檔案) */
background-attachment: fixed;
background-size: cover;
z-index: -1;
}