feling.net/_layouts/default.html

44 lines
809 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 {
min-height:calc(100% - 95px - 40px - 1px - 30px);
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
}
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>