美化错误页面

v1.0
bobi 2019-05-14 11:24:17 +08:00
parent 2f46715dee
commit e5fb247752
5 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,6 @@
@import "../lib/layui/css/layui.css";
@import "../font/iconfont.css";
@import "../lib/animate/animate.css";
/*所有页面的CSS代码都写在这里*/
/*登陆页面*/
.login-body{background:url(../imgs/bg.png) no-repeat center center fixed;background-size:cover}

View File

@ -17,9 +17,9 @@
</style>
</head>
<body>
<div class="box">
<i class="iconfont icon-icon-test"></i>
<p>小哥哥小姐姐,禁止越界</p>
<div class="box animated fadeInDown">
<i class="iconfont icon-icon-test2"></i>
<p>哦豁403错误</p>
</div>
</body>
</html>

View File

@ -17,9 +17,9 @@
</style>
</head>
<body>
<div class="box">
<i class="iconfont icon-404cuowu"></i>
<p>小哥哥小姐姐,页面找不到了</p>
<div class="box animated fadeInDown">
<i class="iconfont icon-icon-test3"></i>
<p>哦豁404错误</p>
</div>
</body>
</html>

View File

@ -17,9 +17,9 @@
</style>
</head>
<body>
<div class="box">
<i class="iconfont icon-icon-test1"></i>
<p>小哥哥小姐姐,服务器错误啦</p>
<div class="box animated fadeInDown">
<i class="iconfont icon-icon-test4"></i>
<p>哦豁500错误</p>
</div>
</body>
</html>

View File

@ -8,7 +8,6 @@
<meta name="description" content="ok-admin v1.0顾名思义很赞的后台模版它是一款基于Layui框架的轻量级扁平化且完全免费开源的网站后台管理系统模板适合中小型CMS后台系统。">
<link rel="shortcut icon" href="../../imgs/favicon.ico"/>
<link rel="stylesheet" href="../../css/okadmin.css"/>
<link rel="stylesheet" href="../../lib/animate/animate.css"/>
<link rel="stylesheet" href="../../lib/nprogress/nprogress.css">
</head>
<body class="login-body">