init
This commit is contained in:
56
public/frontend/web/找回密码.shtml
Executable file
56
public/frontend/web/找回密码.shtml
Executable file
@@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!--#include file="include/head.html" -->
|
||||
<script type="text/javascript">
|
||||
var navID = "1";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!--top-->
|
||||
<!--#include file="include/top.html" -->
|
||||
<!--top End-->
|
||||
|
||||
<!-- 新闻详情页 s -->
|
||||
<div class="zhuce1">
|
||||
<div class="w1200">
|
||||
<div class="zctit">
|
||||
<a href="找回密码.shtml" class="zca1">找回密码</a>
|
||||
<a href="注册.shtml" class="zca2">没有账号/快速注册</a>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<ul class="w1000 zclist zclist1 zhlist">
|
||||
<li>
|
||||
<span class="zctext1 zhpass">邮箱账号:</span>
|
||||
<input type="text" name="" value="">
|
||||
<a href="javascript:;" class="zhyzm">发送验证码</a>
|
||||
</li>
|
||||
<li>
|
||||
<span class="zctext1 zhpass">邮箱验证码:</span>
|
||||
<input type="password" name="" value="">
|
||||
<i class="zhdot"></i>
|
||||
</li>
|
||||
<li>
|
||||
<span class="zctext1 zhpass">请输入新密码:</span>
|
||||
<input type="password" name="" value="">
|
||||
<i class="zhdot"></i>
|
||||
</li>
|
||||
<li>
|
||||
<span class="zctext1 zhpass">确认您输入的密码:</span>
|
||||
<input type="text" name="" value="">
|
||||
<i class="zhdot"></i>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tjcon zhcon">
|
||||
<a href="#" class="tjbtn zhbtn">确认修改</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 新闻详情页 e -->
|
||||
|
||||
<!-- bottom s -->
|
||||
<!--#include file="include/bottom.html" -->
|
||||
<!-- bottom e -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user