jquery-weui
Version:
64 lines (55 loc) • 2.06 kB
HTML
<html>
<head>
<title>jQuery WeUI</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
">
<link rel="stylesheet" href="../lib/weui.min.css">
<link rel="stylesheet" href="../css/jquery-weui.css">
<link rel="stylesheet" href="css/demos.css">
</head>
<body ontouchstart>
<header class='demos-header'>
<h1 class="demos-title">Footer</h1>
</header>
<div class='demos-content-padded'>
<div class="weui-footer">
<p class="weui-footer__text">Copyright © 2008-2016 weui.io</p>
</div>
<br>
<br>
<div class="weui-footer">
<p class="weui-footer__links">
<a href="javascript:void(0);" class="weui-footer__link">底部链接</a>
</p>
<p class="weui-footer__text">Copyright © 2008-2016 weui.io</p>
</div>
<br>
<br>
<div class="weui-footer">
<p class="weui-footer__links">
<a href="javascript:void(0);" class="weui-footer__link">底部链接</a>
<a href="javascript:void(0);" class="weui-footer__link">底部链接</a>
</p>
<p class="weui-footer__text">Copyright © 2008-2016 weui.io</p>
</div>
<div class="weui-footer weui-footer_fixed-bottom">
<p class="weui-footer__links">
<a href="http://jqweui.com" class="weui-footer__link">jQuery-WeUI 首页</a>
</p>
<p class="weui-footer__text">Copyright © 2016 jqweui.io</p>
</div>
</div>
<script src="../lib/jquery-2.1.4.js"></script>
<script src="../lib/fastclick.js"></script>
<script>
$(function() {
FastClick.attach(document.body);
});
</script>
<script src="../js/jquery-weui.js"></script>
</body>
</html>