美化错误页面
parent
2f46715dee
commit
e5fb247752
|
|
@ -1,5 +1,6 @@
|
||||||
@import "../lib/layui/css/layui.css";
|
@import "../lib/layui/css/layui.css";
|
||||||
@import "../font/iconfont.css";
|
@import "../font/iconfont.css";
|
||||||
|
@import "../lib/animate/animate.css";
|
||||||
/*所有页面的CSS代码都写在这里*/
|
/*所有页面的CSS代码都写在这里*/
|
||||||
/*登陆页面*/
|
/*登陆页面*/
|
||||||
.login-body{background:url(../imgs/bg.png) no-repeat center center fixed;background-size:cover}
|
.login-body{background:url(../imgs/bg.png) no-repeat center center fixed;background-size:cover}
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="box">
|
<div class="box animated fadeInDown">
|
||||||
<i class="iconfont icon-icon-test"></i>
|
<i class="iconfont icon-icon-test2"></i>
|
||||||
<p>小哥哥小姐姐,禁止越界!</p>
|
<p>哦豁,403错误!</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="box">
|
<div class="box animated fadeInDown">
|
||||||
<i class="iconfont icon-404cuowu"></i>
|
<i class="iconfont icon-icon-test3"></i>
|
||||||
<p>小哥哥小姐姐,页面找不到了!</p>
|
<p>哦豁,404错误!</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="box">
|
<div class="box animated fadeInDown">
|
||||||
<i class="iconfont icon-icon-test1"></i>
|
<i class="iconfont icon-icon-test4"></i>
|
||||||
<p>小哥哥小姐姐,服务器错误啦!</p>
|
<p>哦豁,500错误!</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
<meta name="description" content="ok-admin v1.0,顾名思义,很赞的后台模版,它是一款基于Layui框架的轻量级扁平化且完全免费开源的网站后台管理系统模板,适合中小型CMS后台系统。">
|
<meta name="description" content="ok-admin v1.0,顾名思义,很赞的后台模版,它是一款基于Layui框架的轻量级扁平化且完全免费开源的网站后台管理系统模板,适合中小型CMS后台系统。">
|
||||||
<link rel="shortcut icon" href="../../imgs/favicon.ico"/>
|
<link rel="shortcut icon" href="../../imgs/favicon.ico"/>
|
||||||
<link rel="stylesheet" href="../../css/okadmin.css"/>
|
<link rel="stylesheet" href="../../css/okadmin.css"/>
|
||||||
<link rel="stylesheet" href="../../lib/animate/animate.css"/>
|
|
||||||
<link rel="stylesheet" href="../../lib/nprogress/nprogress.css">
|
<link rel="stylesheet" href="../../lib/nprogress/nprogress.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="login-body">
|
<body class="login-body">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue