<style>
body {
background-image: url(images/bg.jpg); /* 加載背景圖 */
background-position: center center; /* 背景圖垂直、水平均居中(zhōng) */
background-repeat: no-repeat; /* 背景圖不平鋪 */
background-attachment: fixed; /* 當内容高度大(dà)于圖片高度時,背景圖像的位置相對于viewport固定 */
background-size: cover; /* 讓背景圖基于容器大(dà)小(xiǎo)伸縮 */
}
</style>
body {
background-image: url(images/bg.jpg); /* 加載背景圖 */
background-position: center center; /* 背景圖垂直、水平均居中(zhōng) */
background-repeat: no-repeat; /* 背景圖不平鋪 */
background-attachment: fixed; /* 當内容高度大(dà)于圖片高度時,背景圖像的位置相對于viewport固定 */
background-size: cover; /* 讓背景圖基于容器大(dà)小(xiǎo)伸縮 */
}
</style>