1 Star 0 Fork 0

lihaipeng/flex-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
side-top-content.html 974 Bytes
一键复制 编辑 原始数据 按行查看 历史
haipenghp.li 提交于 2024-08-07 20:13 . 布局
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
*{
margin: 0px;
padding: 0px;
}
.container{
height: 100vh;
display: flex;
width: calc(100% - 10px);
margin: 0 auto;
}
.aside{
flex: 0 0 100px;
background-color: #eee;
margin-right: 5px;
}
.body{
flex: 1;
display: flex;
flex-direction: column;
}
.header{
flex: 0 0 50px;
background-color: #eee;
margin-bottom: 5px;
}
.content{
flex: 1;
background-color: #eee;
}
</style>
</head>
<body>
<div class="container">
<div class="aside"></div>
<div class="body">
<div class="header"></div>
<div class="content"></div>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mingyan521/flex-ui.git
git@gitee.com:mingyan521/flex-ui.git
mingyan521
flex-ui
flex-ui
master

搜索帮助