div+css的四行自适应手机端屏幕布局怎么写?高度、宽度为自适应100%,即为满屏显示
1个回答
展开全部
*{
margin:0;
padding:0;
}
html,body{
height:100%;
}
.line1,.line4{
position:absolute;
width:100%;
height:50px;
z-index:5;
}
.line1{
top:0;
}
.line2{
position:relative;
拿指 height:50%;
z-index:1; 郑燃
}
.line3{
position:relative;
height:50%;
z-index:1;
}
.line4{
bottom:0; 消丛配
}
我想你要表达是是高50吧?不太会表述,还是直接给你上代码吧
追问
line3 line4都没问题。但是line1好像压住line2的上面了,也就是line2也在最顶上,并没有浮动在line1的下面
追答
.line2{
position:relative;
height:50%;
padding-top:50px;
z-index:1;
}
.line3{
position:relative;
height:50%;
padding-bottom:50px;
z-index:1;
}
line2和line3这么改写一下就行了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询