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.
lsepidemicsituationsystem8/web/view/alluse/noexistdataofalter.jsp

54 lines
1.7 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%--
Created by IntelliJ IDEA.
User: 21989
Date: 2020/3/26
Time: 22:09
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>无数据页面</title>
<meta name="viewport" content="width=device-width initial-scale=1" />
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style type="text/css">
body{
background: rgba(176,196,222, 0.2);
}
.core{
padding-top: 225px;
}
p{
font-size: 50px;
color: #969696;
/*color: #57a957;*/
/*text-shadow: 0 0 20px yellowgreen;*/
/*text-shadow: 2px 2px 2px yellowgreen;*/
/*text-shadow: 3px 3px 3px yellowgreen;*/
}
.bt{
/*padding-top: 262px;*/
/*让按钮靠在最右下方用position: fixed来实现*/
position: fixed;
bottom: 0px;
right: 0px;
}
</style>
</head>
<body>
<div class="core" align="center">
<p><strong>不存在此数据信息,不能完成修改操作!</strong></p>
</div>
<div class="bt">
<a href="${pageContext.request.contextPath}/view/alluse/welcome.jsp">
<input type="button" class="btn-primary btn" value="返回首页">
</a>
</div>
</body>
</html>