這篇文章主要介紹CSS如何實(shí)現(xiàn)body背景層高于塊元素,文中介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!
創(chuàng)新互聯(lián)公司主營(yíng)都昌網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營(yíng)網(wǎng)站建設(shè)方案,成都app軟件開發(fā)公司,都昌h5微信小程序定制開發(fā)搭建,都昌網(wǎng)站營(yíng)銷推廣歡迎都昌等地區(qū)企業(yè)咨詢
具體實(shí)現(xiàn)方法如下:
html,body{
width:100%;
max-width:640px;
height:100%;
overflow-x:hidden;
margin:0auto;
background-color:#000;
font-family:微軟雅黑,華文細(xì)黑,黑體;
}
body{
background-image:url('img/person1.png');
background-repeat:no-repeat;
background-position:bottom;
background-color:transparent;
background-size:100%;
}
.box{
width:100%;
height:50%;
background-color:green;
z-index:-1;
position:absolute;
}
以上是“CSS如何實(shí)現(xiàn)body背景層高于塊元素”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對(duì)大家有幫助,更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!