
基础布局
大厂女程序媛
let the world know u
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
上面固定,左侧固定,右侧内容可滚动
lang="en"> charset="UTF-8"> 上面固定,左侧固定,右侧内容可滚动 type="text/css"> *{margin:0; padding:0;} html,body{overflow:hidden;width:100%; height:100%;} .top{width:100%; height:30px; background:#00f;} .con{po原创 2016-03-25 17:52:10 · 8080 阅读 · 0 评论 -
头部和底部固定,中间内容可滚动
html+css的代码的展示 lang="en"> charset="UTF-8"> 上下固定,中间内容可以滚动 type="text/css"> html,body,.page{width:100%; height:100%;overflow:hidden;} .top,.con,.bottom{position:absolute; left:0; right:0;} .top{t原创 2016-03-25 17:53:03 · 7511 阅读 · 0 评论