This commit is contained in:
chenyan 2021-12-01 19:07:07 +08:00
parent 9deb0d872b
commit 3743b396bd
12 changed files with 33 additions and 84 deletions

View File

@ -4,6 +4,11 @@ layout: default
---
<div >
<h1>404</h1>
<p>T.T页面不存在</p>
<a href="/">回首页</a>
<a href="/pages">回首页</a>
</div>

View File

@ -6,20 +6,21 @@
</head>
<style>
body {
height: calc(100% + 105px);/* footer 高度100 + 5px */
}
#content {
padding: 10px 10px 20px 10px;
height: calc(100% - 167px);/* footer 高度90px, header 40px, body底部空白 20 + 12? px */
overflow: auto;
}
footer {
height: 95px;
background-color: #eee;
}
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>

View File

@ -1,43 +0,0 @@
<!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>

View File

@ -266,21 +266,6 @@
</style>
<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;
}
#x-left-box {
min-width: 336px;
}

View File

@ -2,7 +2,7 @@
layout: pages
title: ssh 隧道连接两个虚拟网卡
categories: 配置
tags: [ssh]
tags: [ssh, os]
---

View File

@ -2,7 +2,7 @@
layout: pages
title: lvs 软负载均衡
categories: 架构师之路
tags: [ ]
tags: [os]
published: false
---

View File

@ -2,7 +2,7 @@
layout: pages
title: 关于机械硬盘
categories: 架构师之路
tags: [ ]
tags: [os, middleware]
published: false
---

View File

@ -1,8 +1,8 @@
---
layout: pages
title: 关于机械硬盘
title:
categories: 架构师之路
tags: [ ]
tags: [os]
published: false
---

View File

@ -1,11 +1,12 @@
---
layout: pages
title: 关于机械硬盘
categories: 架构师之路
tags: [ ]
title: 用阿里云函数计算提供http服务
categories: [项目]
tags: [python]
published: false
---
* 文章目录
{:toc}

View File

@ -1,6 +1,6 @@
---
title: Base64 解码 编码 图片
layout: default_footer
layout: default
keywords: [base64图片, base64编码, base64解码, base64转图片]
description: 在线 Base64 编码、解码。支持文字、图片。智能适应“data:image/…”前缀,有无前缀都能解码出图片。实时显示结果,无需手动确认。自动保存偏好设置。开源的纯本地应用,保证数据安全。
---

View File

@ -1,6 +1,6 @@
---
title: \uxxxx 转中文unicode 解码
layout: default_footer
layout: default
keywords: [\uxxxx 转中文, unicode 解码]
description: 在线 unicode 解码。 \uxxxx 转中文。\uxxxx 实质是什么 ?为什么会有 \uxxxx 转中文的需求?
---

View File

@ -1,6 +1,6 @@
---
title: WSP - WebSocket 联调测试
layout: default_footer
layout: default
keywords: [WSP,websocket,websocket联调工具,websocket测试]
description: websocket 在线联调、测试工具。手动发送、接收 websocket 消息。可以编辑保存快捷消息,方便相同消息多次发送。
---