6 回答
yamizero
TA贡献2条经验 获得超8个赞
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
#bottom{
width: 100%;
height: 50px;
background-color: #096;
position: fixed;
left: 0;
bottom: 0;
}
</style>
</head>
<body>
<div id="bottom">这个DIV在底部</div>
</body>
</html>
- 6 回答
- 2 关注
- 2141 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消