2 Star 0 Fork 0

Cliven / CycleTwo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.html 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
Cliven 提交于 2017-05-27 13:27 . Initial commit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test</title>
<script src="js/jquery-3.2.1.js"></script>
<style>
.container {
margin: auto;
text-align: center;
}
.open-eye {
height: 10px;
width: 50px;
background: #fff;
display: inline-block;
transition: all 0.3s;
}
.mid {
display: inline-block;
width: 15px;
}
.body {
background: #000000;
height: 200px;
width: 300px;
border-radius: 110px 110px 0 0;
}
.head {
background: #000000;
width: 180px;
height: 180px;
border-radius: 110px;
position: relative;
left: 55px;
top: 30px;
}
.eyes{
position: relative;
top: 50px
}
</style>
</head>
<body>
<!--<div class="container">-->
<!--<div class="open-eye"></div>-->
<!--<div class="mid"></div>-->
<!--<div class="open-eye"></div>-->
<!--</div>-->
<div class="container">
<div class="man">
<div class="head">
<div class="eyes">
<div class="open-eye">
<div class="pupli"></div>
</div>
<div class="mid"></div>
<div class="open-eye"></div>
</div>
</div>
<div class="body"></div>
</div>
</div>
</body>
<script src="js/basicUtil.js"></script>
<script>
</script>
</html>
1
https://gitee.com/Trisia/CycleTwo.git
git@gitee.com:Trisia/CycleTwo.git
Trisia
CycleTwo
CycleTwo
master

搜索帮助