移动新ui
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.
hb_cyjc_yd/WebRoot/common/not_data.jsp

23 lines
739 B

2 years ago
<!DOCTYPE html>
<%@ page language="java" pageEncoding="UTF-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ include file="/common/ctx.jsp"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>提示</title>
<style>
.pic_center{ position:fixed; width:180px; height:100px; top:50%; left:50%; margin-left:-90px; margin-top:-50px ;}
.pic_center .img{ width:150px; margin:0px auto;}
.wenb{ text-align: center; font-size:16px;}
</style>
</head>
<body>
<div class="pic_center"><div class="img"><img width="150" height="100" src="${ctx }/images/zwsj.png"/></div><p class="wenb">暂无数据...</p></div>
</body>
</html>