You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gdms/web/op_fail.jsp

24 lines
756 B

<%--
Created by IntelliJ IDEA.
User: lenovo
Date: 2019/1/12
Time: 13:08
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>操作失败</title>
</head>
<body>
<div class="option-fail" style="margin: 100px auto;width: 400px;height: 400px;border: 5px solid
#d64341;border-radius: 10px">
<img style="display: block;width: 200px;height: 200px;margin: 40px auto" src="cssFile/images/error.png">
<a href="login.jsp">
<div style="width: 100px;color: white;background-color: #e65e5f;height: 30px;
border-radius: 5px;margin: 50px auto;text-align: center;text-decoration: none">返回登陆</div>
</a>
</div>
</body>
</html>