spring mvc 404页面制作「建议收藏」

spring mvc 404页面制作「建议收藏」1、404页面<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport"content="width=device-width,initial-scale=1.0,ma

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺

1、404页面

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <title>维护中</title>
    <style type="text/css">
        * {
    
    margin: 0;padding: 0;}

        body{
    
    background: url(/static/img/print.png);}
        .cont{
    
    text-align: center;}
        a{
    
    text-decoration: none;}
        .hanger{
    
    width: 317px;height: 290px;background: url(/static/img/plate.png);margin: 120px auto 0;font-family: "Microsoft YaHei";
            -webkit-transform-origin: center top;
            -moz-transform-origin: center top;
            transform-origin: center top;
            -webkit-animation: error-swing infinite 2s ease-in-out alternate;
            -moz-animation: error-swing infinite 2s ease-in-out alternate;
            animation: error-swing infinite 2s ease-in-out alternate
        }
        .error{
    
    font-size: 30px;width: 100%;margin-top:120px;display: inline-block;}
        .error404{
    
    font-size: 48px;margin-top: 12px;display: inline-block;width: 100%;}
        .notfound{
    
    margin: 48px 0 0 8px;font-size: 24px;color: #d00;}
        .testfint{
    
    margin: 16px 0 0 3px;font-size: 14px;}
        .btn{
    
    display: inline-block;background: #a6d037;color: #fff;padding:6px 10px;border-radius: 4px;margin-top: 12px;font-size: 12px;}


        @-webkit-keyframes error-swing {
    
    
            0% {-webkit-transform: rotate(1deg) }
            100% {
    
    -webkit-transform: rotate(-2deg) }
        }
        @-moz-keyframes error-swing {
    
    
            0% {-moz-transform: rotate(1deg) }
            100% {
    
    -moz-transform: rotate(-2deg) }
        }
        @keyframes error-swing {
    
    
            0% {transform: rotate(1deg) }
            100% {
    
    transform: rotate(-2deg) }
        }
    </style>
</head>
<body>
    <div class="cont">
        <div class="hanger">
            <span class="error">抱歉</span>
            <span class="error404">维护中</span>
        </div>
        <p class="notfound">很抱歉,系统正在维护中!</p>
        <p class="testfint">开放时间可能视维护情况有所调整</p>
        <a href="http://www.liyingjituan.com" target="_blank" class="btn backhome">去这里看看</a>
        <a href="javascript:location.reload()" class="btn refresh">刷新本站</a>
    </div>
</body>
</html>

 

2、print.png图片

spring mvc 404页面制作「建议收藏」

3、plate.png图片

spring mvc 404页面制作「建议收藏」

4、404效果图

spring mvc 404页面制作「建议收藏」

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/164552.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号