1 Star 0 Fork 0

赵先帅/h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
北京大学.html 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
赵先帅 提交于 2019-08-18 21:32 . 提交
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
.top{
width: 970px;
height: 103px;
margin: 0 auto;
}
.med{
width: 970px;
height: 435px;
margin: 0 auto;
}
.bot{
width:970px;
height: 35px;
background-color: blue;
margin: 0 auto;
}
.top-L{
width: 277px;
margin: 8px;
background-color: red;
}
.top-R{
width: 679px;
}
.top-R-up{
width: 137px;
height: 49px;
background-color: green;
margin: 8px;
}
.top-R-down{
height: 46px;
background-color: green;
margin: 8px;
}
.med-L{
width: 310px;
height: 435px;
background-color: yellow;
margin: 10px;
}
.med-R-up-L-top{
width: 450px;
height: 240px;
background-color: blue;
margin: 10px;
}
.med-R-up-L-med{
width:450px;
height: 110px;
}
.med-R-up-L-bot{
width: 450px;
height: 30px;
margin: 10px;
}
.med-R-up-R{
width: 190px;
background-color: palevioletred;
margin: 10px;
display: block;
}
</style>
</head>
<body>
<div class="top">
<div class="top-L"></div>
<div class="top-R">
<div class="top-R-down"></div>
<div class="top-R-up">
<div class="med-R-up">
<div class="med-R-up-L">
<div class="med-R-up-L-top"></div>
<div class="med-R-up-L-med"></div>
<div class="med-R-up-L-bot"></div>
</div>
<div class="med-R-up-R"></div>
</div>
<div class="med-R-down"></div>
</div>
</div>
</div>
<div class="med">
<div class="med-L"></div>
<div class="med-R"></div>
</div>
<div class="bot"></div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiansua/h5.git
git@gitee.com:xiansua/h5.git
xiansua
h5
h5
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385