在首頁的CSS樣式中,更改body中相關(guān)的代碼:
body{
background-color: #FFFFFF;
background-image: url('圖片路徑');
background-repeat: no-repeat;
background-position : 50% 50%;
background-attachment: fixed;
}
background-position:圖片在網(wǎng)頁中的位置
background-position : 50% 50%:(表示圖片定位在網(wǎng)頁的正中)
這個(gè)代碼使用的圖片背景不會(huì)平鋪重復(fù),如果要重復(fù)的話,請(qǐng)將代碼里面background-repeat: 改成repeat就可以了。
聯(lián)系客服