1 Star 0 Fork 0

feui/docs

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
404.html 5.32 KB
一键复制 编辑 原始数据 按行查看 历史
Fuyuan Wang 提交于 2019-11-15 09:40 +08:00 . Site updated: 2019-11-15 09:40:00
<!doctype html>
<html lang="en">
<head>
<title>Feui</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<link rel="icon" href="/docs/images/favicon.ico" type="image/x-icon">
<!--[if lte IE 9]>
<meta http-equiv="refresh" content="0;url=https://ifuyuan.wang/browser/">
<![endif]-->
<title>Feui</title>
<link rel="stylesheet" href="/docs/./css/style.css">
<script>window.PAGE_TYPE = ""</script>
</head>
<a href="https://github.com/zoeblow/feui" target="_blank" class="github-corner" aria-label="View source on Github"><svg width="60" height="60" viewBox="0 0 250 250" style="fill:#41b883; color:#fff; position: fixed; top: 0; border: 0; right: 0;z-index: 99;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a>
<div id='progress'></div>
<body class="docs">
<div id="header">
<a id="logo" href="/docs/">
<img src="/docs/images/logo.png">
<span>Feui</span>
</a>
<button id='mobile'>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
<ul id="nav">
<li><a href="/docs/feui/guide/" class="nav-link">教程</a></li>
<li><a href="https://feui.gitee.io" >示例</a></li>
<li><a href="/docs/feui/guide/team.html" class="nav-link team">Team</a></li>
</ul>
</div>
<div id="main" class="fix-sidebar">
<div class='main-content'>
<button id='mobile2'>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
<div id='mask'></div>
<div class="sidebar" id="sidebar">
<div class="sidebar-inner">
<ul class="main-menu">
<li><a href="/docs/feui/guide/" class="nav-link">教程</a></li>
<li><a href="https://feui.gitee.io" >示例</a></li>
<li><a href="/docs/feui/guide/team.html" class="nav-link team">Team</a></li>
</ul>
<div class="list">
<ul class="menu-root">
<li>
<a href="/docs/404.html" class="sidebar-link current"></a>
</li>
</ul>
</div>
</div>
</div>
<div id='content' class="content ">
<div class='content_box'>
<div id='pContent'>
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404</title>
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<style>
* {
padding: 0;
margin: 0;
}
html,
body {
height: 100%;
width: 100%;
}
.main-404 a {
text-decoration: none;
color: #4a90e2;
}
body {
height: 100%;
font-size: 1.0625rem;
background: #fff;
}
.main-404{
min-height: 300px;
}
.main-404 .Error {
text-align: center;
width: 500px;
height: 300px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -250px;
}
.main-404 .error-type {
font-size: 5em;
color: #41b883;
}
.main-404 .error-issue {
font-size: 1.2em;
}
@media (max-width: 767px) {
.main-404 .Error{
width: 100%;
position: static;
margin: auto;
padding-top: 50px;
}
}
</style>
</head>
<body>
<div class="main-404">
<section class="Error">
<div class="error-type">404</div>
<div class="error-issue">
没找到页面呢 >>
<a class="Forum-button" href="javascript:history.go(-1);" type="button" target="_blank" rel="noopener">
<span class="Button-content">返回</span>
</a>
</div>
<br>
<div class="error-issue">
查看文档请 >>
<a class="Forum-button" href="https://feui.gitee.io/docs/feui/guide/" type="button">
<span class="Button-content">文档首页</span>
</a>
</div>
</section>
</div>
</body>
</html>
</div>
<div class="footer">
文档出现错误或者想参与贡献?
<a href="https://gitee.com/feui/feui-hexo/blob/master/source/404.md" target="_blank">
在Github编辑此页面!
</a>
</div>
</div>
</div>
</div>
</div>
<script src="/docs/./js/smooth-scroll.min.js"></script>
<script src="/docs/./js/css.escape.js"></script>
<script src="/docs/./js/common.js"></script>
<script src="/docs/./js/index.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/feui/docs.git
git@gitee.com:feui/docs.git
feui
docs
docs
master

搜索帮助