height:100%; width:100%; position:relative;不起作用
.st-panel还是无法100%占满屏幕
但是,这是什么原理呢
首先,保证你的CSS样式和老师的一样,第一把内容从container里取出,和container保持同级,然后设置,html,body,container,的height为100%,然后问题就解决了
.st-container{
width: 100%;
height: 100%;
position:absolute;
left:0px;
top:0px;
font-family:"Josefin Slab","Myriad Pro",Arial,sans-ser;
}
这个要写对就好了