feling.net/_layouts/default_footer.html

44 lines
725 B
HTML

<!DOCTYPE html>
<html lang="zh-CN" class="uk-height-1-1">
<head>
{% include head.html %}
</head>
<style>
body {
height: 100%;
overflow: auto;
}
#content {
padding: 10px 10px 10px 10px;
height: calc(100% - 157px + 30px);/* footer 高度95, header 40 */
overflow: auto;
}
footer {
height: 95px;
background-color: #eee;
}
</style>
<body>
<header>
{% include no-ie.html %}
{% include the-gfw.html %}
{% include header.html %}
{% include goTop.html %}
</header>
<hr style="margin:0">
<div id="content">
{{content}}
</div>
<footer>
{% include footer.html %}
</footer>
{% include baidu_tongji.html %}
</body>
</html>