这篇文章主要介绍CSS如何实现body背景层高于块元素,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
具体实现方法如下:
<!DOCTYPEhtml>
<html>
<head>
<metacharset="UTF-8">
<title>demo</title>
<metaname="viewport"content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui">
</head>
<style>
html,body{
width:100%;
max-width:640px;
height:100%;
overflow-x:hidden;
margin:0auto;
background-color:#000;
font-family:微软雅黑,华文细黑,黑体;
}
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;
}
</style>
<body>
<div></div>
</body>
</html>
以上是“CSS如何实现body背景层高于块元素”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注亿速云行业资讯频道!
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。