mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
89 lines
2.1 KiB
HTML
89 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html ng-app="ionic">
|
|
<head>
|
|
<script src="../../dist/js/ionic.bundle.js"></script>
|
|
<meta charset="utf-8">
|
|
<title>Footers</title>
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
|
<link href="../../dist/css/ionic.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<header class="bar bar-header bar-dark">
|
|
<h1 class="title">Sub Footer Test</h1>
|
|
</header>
|
|
|
|
<ion-content class="content padding has-header has-footer has-subfooter">
|
|
<p>Footer and subfooter should always stay at the bottom of the screen, and on top of the main content.</p>
|
|
<p>Content element must have "has-footer" and "has-subfooter" as a classname.</p>
|
|
<p>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
</p>
|
|
</ion-content>
|
|
|
|
<div class="bar bar-subfooter bar-positive">
|
|
<h3 class="title">Subfooter</h3>
|
|
</div>
|
|
|
|
<footer class="bar bar-footer bar-positive">
|
|
<h3 class="title">Footer</h3>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|