css - 背景圖片充滿整個屏幕

body {

/* 加載背景圖 */
background: url("../static/images/index/backImg.jpg") no-repeat;

/* 背景圖垂直、水平均居中 */
background-position: center center;

/* 當內容高度大於圖片高度時,背景圖像的位置相對於viewport固定 */
background-attachment: fixed;

/* 讓背景圖基於容器大小伸縮 */
background-size: cover;

/* 設置背景顏色,背景圖加載過程當中會顯示背景色 */

   background-color: rgba(41, 50, 39, 1);url

}將table-cell的display設置爲inline-block  就能夠給該元素設置margin
相關文章
相關標籤/搜索