1 Star 0 Fork 3

jxva/aui

forked from 懂不能懂/aui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
流浪男 提交于 2016-07-20 19:31 . 2.0
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
<link rel="stylesheet" type="text/css" href="./css/aui.2.0.css" />
<style type="text/css">
.header {
padding: 2.5rem 0.5rem 2rem 0.5rem;
}
</style>
</head>
<body>
<header class="aui-bar aui-bar-nav aui-text-left header" id="header">
<h1>
<a class="aui-btn aui-pull-right" tapmode onclick="openClub()">
<i class="aui-iconfont aui-icon-question"></i>
</a>
AUI 2.0
</h1>
</header>
</body>
<script type="text/javascript" src="./script/api.js"></script>
<script type="text/javascript">
apiready = function(){
api.setStatusBarStyle({
style: 'light'
});
api.parseTapmode();
var header = $api.byId('header');
var headerPos = $api.offset(header);
var body_h = $api.offset($api.dom('body')).h;
var header_h = $api.offset($api.byId('header')).h;
api.openFrame({
name: 'index_frm',
url: './html/index_frm.html',
bounces: true,
rect: {
x: 0,
y: header_h,
w: 'auto',
h: 'auto'
}
})
};
function openClub(){
var delay = 0;
if(api.systemType != 'ios'){
delay = 300;
}
api.openWin({
name: 'club_win',
url: './html/club_win.html',
bounces:false,
delay: delay,
slidBackEnabled:true,
vScrollBarEnabled:false,
progress:{
type:"page"
}
});
}
function closeWin(){
api.closeWin({
});
}
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/jxva/aui.git
[email protected]:jxva/aui.git
jxva
aui
aui
master

搜索帮助