提交 acb0c956 编写于 作者: C Calvin

css 更新

上级 dc2c6835
......@@ -10,9 +10,7 @@
</head>
<body>
<div>
<div><h1>页面不存在.</h1></div>
<div><a href="<c:url value="/"/>">返回首页</a></div>
</div>
<h2>404 - 页面不存在.</h2>
<p><a href="<c:url value="/"/>">返回首页</a></p>
</body>
</html>
\ No newline at end of file
......@@ -22,7 +22,7 @@
</head>
<body>
<div><h1>系统发生内部错误.</h1></div>
<div><a href="<c:url value="/"/>">返回首页</a></div>
<h2>500 - 系统发生内部错误.</h2>
<p><a href="<c:url value="/"/>">返回首页</a></p>
</body>
</html>
span.error {
background:url("images/unchecked.gif") no-repeat 0px 0px;
padding-left: 16px;
margin-left: 1em;
padding-bottom: 2px;
font-weight: bold;
color: #EA5200;
......
......@@ -12,7 +12,7 @@
</head>
<body>
<div><h1>用户权限不足.</h1></div>
<div><a href="<c:url value="/"/>">返回首页</a></div>
<h2>403 - 用户权限不足.</h2>
<p><a href="<c:url value="/"/>">返回首页</a></p>
</body>
</html>
......@@ -10,9 +10,7 @@
</head>
<body>
<div>
<div><h1>页面不存在.</h1></div>
<div><a href="<c:url value="/"/>">返回首页</a></div>
</div>
<h2>404 - 页面不存在.</h2>
<p><a href="<c:url value="/"/>">返回首页</a></p>
</body>
</html>
\ No newline at end of file
......@@ -22,7 +22,7 @@
</head>
<body>
<div><h1>系统发生内部错误.</h1></div>
<div><a href="<c:url value="/"/>">返回首页</a></div>
<h2>500 - 系统发生内部错误.</h2>
<p><a href="<c:url value="/"/>">返回首页</a></p>
</body>
</html>
span.error{
background:url("images/unchecked.gif") no-repeat 0px 0px;
padding-left: 16px;
margin-left: 1em;
padding-bottom: 2px;
font-weight: bold;
color: #EA5200;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册