1 Star 0 Fork 0

关中刀客在青岛 / Js_jQueryBasics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.html 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
关中刀客在青岛 提交于 2018-01-27 13:53 . 首次提交
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.big{
display: inline-block;
width: 32%;
background-color: #dbf0ff;
/*border: inset .1em #626262;*/
/*padding: 5px 15px;*/
height: 180px;
/*margin: 10px auto;*/
}
.mini {
display: inline-block;
/*font-size: .8em;*/
width: 45%;
height: 60px;
background-color: #d6fcc6;
/*margin: 6px 0;*/
/*padding: 5px;*/
/*border: inset .1em #818181;*/
}
</style>
</head>
<body>
<div class="bigSmallBox">
<div class="big"><!-- 1 -->
<div class="mini">
</div>
</div>
<div class="big"><!-- 2 -->
</div>
<div class="big"><!-- 3 -->
</div>
</div>
</body>
</html>
JavaScript
1
https://gitee.com/daoke0818/Js_jQueryBasics.git
git@gitee.com:daoke0818/Js_jQueryBasics.git
daoke0818
Js_jQueryBasics
Js_jQueryBasics
master

搜索帮助