【发布时间】:2016-10-19 13:35:25
【问题描述】:
body{
margin:0px;
padding:0px;
min-height:100%;
background-color: #FFCC00;
}
.container{
width:100%;
height:100%;
background-color:red;
}
.nav_wrapper{
width:18%;
height:100%;
background-color:cornflowerblue;
}
.resposive-page{
width:82%;
height:100%;
background-color:deeppink;
}
如何让我的容器 100% 的高度和宽度与主体相同? nav_wrapper 上 18%,reposive-page 上 82% 不使用和 px ?为什么我的背景颜色不会显示。
【问题讨论】:
标签: css