1 Star 0 Fork 0

zhengchen/avalon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index_css.html 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
qincheng 提交于 2014-02-09 12:15 . 重命名例子
<!DOCTYPE html>
<html>
<head>
<title>avalon.css</title>
<script src="avalon.js" type="text/javascript"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
html{
background:#4d6366;
}
body{
padding:20px;
background:#f2f2f2;
}
#aaa{
position: absolute;
width:800px;
height: 500px;
background:#2AAA24;
left:4em;
top:40px;
}
#bbb{
position: absolute;
width:300px;
height:50px;
background: red;
left:30px;
top:20%;
}
</style>
<script>
avalon.ready(function() {
var aaa = document.getElementById("aaa")
avalon.log(avalon(aaa).position())
var bbb = document.getElementById("bbb")
avalon.log(avalon(bbb).position())
})
</script>
</head>
<body>
<div id="aaa">
<div id="bbb">
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cowboy13/avalon.git
git@gitee.com:cowboy13/avalon.git
cowboy13
avalon
avalon
master

搜索帮助