浏览代码

文章404跳转文章首页

zhengjinyi 2 年之前
父节点
当前提交
cb510407b4
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/main/resources/static/css/article/error.css

+ 3 - 3
src/main/resources/static/css/article/error.css

@@ -2,11 +2,11 @@ body{background:#f6f6f6;position:relative}
 
 @media screen and (min-width:768px){
 body{min-width:1184px}
-    #errorContent{width:1200px !important;min-height:500px !important;height:auto !important;overflow:hidden;border:none;margin:auto;padding:160px 0 40px;}
-    #errorContent p{color:#666666;font-size:20px;padding:60px 0}
+    #errorContent{width:1200px !important;min-height:380px !important;height:auto !important;overflow:hidden;border:none;margin:auto;padding:100px 0 0;}
+    #errorContent p{color:#666666;font-size:20px;padding:30px 0}
     #errorContent p span{color: #E15616;}
     #errorContent a{width:190px;height:44px;text-align:center;background:#e15616;color:#fff;display:inline-block;line-height:44px;border-radius:2px}
-    .recommend{ position: relative; width:1200px; margin: 0 auto; padding: 100px 0 66px;}
+    .recommend{ position: relative; width:1200px; margin: 0 auto; padding: 20px 0 66px;}
     .recommend .title{font-size: 16px; color: #4A4F58; text-align: left; margin-bottom: 24px; font-weight: bold;}
     .recommend .list{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
     .recommend .list .item{ width: 486px; display: flex; align-items: center;  margin-bottom: 32px; cursor: pointer;}