Commit 44743402 by 胡畅

fix error page

parent 154f8a31
...@@ -677,3 +677,4 @@ input { ...@@ -677,3 +677,4 @@ input {
.add-input-btn { .add-input-btn {
height: 0; height: 0;
} }
/* 404 */
.container-error {
}
.container-error .error-page {
width: 100%;
text-align: center;
padding: 3rem 0;
}
.container-error .error-page p {
color: #666;
font-size: .24rem;
margin-top: .2rem;
}
\ No newline at end of file
<!DOCTYPE html>
<html xmlns:th="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<meta name="format-detection" content="telephone=no">
<title>404 Not Found</title>
<link rel="stylesheet" href="https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/css/activity.css">
<link rel="stylesheet" href="css/error.css">
<script type="text/javascript" src="https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/js/autoFontsize.min.js"></script>
</head>
<body>
<div class="container-error">
<div class="error-page">
<img src="images/error404.png" />
<p>天呐,您访问的页面失踪了</p>
</div>
</div>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment