投稿 搜索
当前位置: 站长天下 / Html5 CSS3 / 简单的404页面不存在模板
简单的404页面不存在模板
标签:

插件介绍

    这是一款简单的自适应404页面、访问的页面不存在404模板。

    浏览器兼容性

    浏览器兼容性
    时间:2018-05-31
    阅读:

简单的404页面不存在模板

简要教程

这是一款简单的自适应404页面、访问的页面不存在404模板。

使用方法

在页面引入以下CSS样式

* {
    padding:0;
    margin:0
}
a {
    text-decoration:none
}
.notfoud-container .img-404 {
    height:155px;
    background:url(images/page-404_39c5442.png) center center no-repeat;
    -webkit-background-size:150px auto;
    margin-top:40px;
    margin-bottom:20px
}
.notfoud-container .notfound-p {
    line-height:22px;
    font-size:17px;
    padding-bottom:15px;
    border-bottom:1px solid #f6f6f6;
    text-align:center;
    color:#262b31
}
.notfoud-container .notfound-reason {
    color:#9ca4ac;
    font-size:13px;
    line-height:13px;
    text-align:left;
    width:210px;
    margin:0 auto
}
.notfoud-container .notfound-reason p {
    margin-top:13px
}
.notfoud-container .notfound-reason ul li {
    margin-top:10px;
    margin-left:36px
}
.notfoud-container .notfound-btn-container {
    margin:40px auto 0;
    text-align:center
}
.notfoud-container .notfound-btn-container .notfound-btn {
    display:inline-block;
    border:1px solid #ebedef;
    background-color:#239bf0;
    color:#fff;
    font-size:15px;
    border-radius:5px;
    text-align:center;
    padding:10px;
    line-height:16px;
    white-space:nowrap