内容区域滚动布局

采用绝对定位布局,sass编写css,koala编译scss文件
内容css
.main {
position: absolute;
top: 80px;
left: 0;
right: 0;
bottom: 100px;
padding: 10px;
overflow: auto;
}
代码demo上传github(https://github.com/gaodda/HTML-layout.git)
此外还有左右布局(代码同上github地址)
博客介绍了内容区域滚动布局,采用绝对定位布局,用sass编写css,通过koala编译scss文件。还给出了代码demo的github地址(https://github.com/gaodda/HTML-layout.git),同时提及左右布局代码也在该地址。
9201

被折叠的 条评论
为什么被折叠?



