给st-scroll跟section设置了宽、高各位100%,
但是显示的结果是那几个盒子还是在当前页面同时出现,跟老师的不一样,这是什么原因呢?
.st-container{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
font-family: Arial,sans-serif;
}
尝试一下给html{width:100%;height:100%;} body{width:100%;height:100%;}