This commit is contained in:
vickihe
2019-09-03 15:43:08 +08:00
parent 2c18a68a80
commit d7a0932140
3 changed files with 180 additions and 7 deletions

View File

@@ -35,7 +35,39 @@
<span><h2>管理员</h2></span><br>
<span><p>root</p></span>
</div>
<div class="logout">
<input type="button" value="安全退出">
</div>
</div>
<div class="messages">
<h2>消息</h2>
<div>
<h5>张小王</h5>
<p>消息内容</p>
</div>
<div>
<h5>子女姓名</h5>
<p>消息内容</p>
</div>
<div>
<h5>子女姓名</h5>
<p>消息内容</p>
</div>
<div>
<h5>子女姓名</h5>
<p>消息内容</p>
</div>
</div>
<div class="modify">
<h2>修改密码</h2>
<div>
<!-- action先不填 -->
<form action="">
<input type="password" placeholder="原密码"><br><br><br>
<input type="password" id="new" placeholder="新密码"><br><br><br>
<input type="submit" id="submit" value="OK">
</form>
</div>
</div>
</body>
</html>