3 Star 18 Fork 7

杨得朝/web-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
css固定div在页面顶部或底部.html 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
杨得朝 提交于 2020-08-27 15:28 . submit
<!DOCTYPEhtml>
  <html>
  <head>
<meta charset="utf-8">
  <title>css固定div示例</title>
</head>
  <style>
.demo {
margin-top: 100px;
}
.demo1 {
position: fixed;
top: 10px;
left: 0px;
bottom: 0px;
width: 100%;
height: 50px;
background-color: #acffcb;
z-index: 999;
}
.demo2 {
position: fixed;
left: 0px;
bottom: 0px;
width: 100%;
height: 50px;
background-color: #4cedef;
z-index: 999;
}
</style>
  <body>
  <div class="demo">
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
  <p>此页面有一个div分别固定在底部和顶部!你可以移动滚动条看看是否固定!</p>
</div>
  <div class="demo1">固定在顶部</div>
  <div class="demo2">固定在底部</div>
 </body>
  </html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/yangdechao_admin/web-test.git
git@gitee.com:yangdechao_admin/web-test.git
yangdechao_admin
web-test
web-test
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385