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

41 lines
854 B
Plaintext

<%--
Created by IntelliJ IDEA.
User: ljx
Date: 2019/5/13
Time: 17:02
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>修改密码</title>
<%@ include file="/WEB-INF/jspf/common.jspf" %>
</head>
<style>
img{
width: 300px;
height: 300px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -122px;
margin-left: -109px;
}
</style>
<body>
<fieldset>
<legend style="text-align: center;font-weight: bold;font-size: 25px">修改密码</legend>
</fieldset>
<div class="flexbox">
<img src="../static/img/login/厦门中山医院修改密码.png" >
</div>
</body>
<script src="${path}/static/js/updatePassword.js?t=1"></script>
</html>