web-xiangsonghua/dwt-account/webpack-account/src/view/reset-complete.html
2024-12-23 15:13:57 +08:00

52 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>修改密码</title>
</head>
<body style="opacity: 0;">
<div class="height100"></div>
<div class="content">
<div class="steps-bar">
<div class="step">
<div>1.验证手机号</div>
<span class="arrow-background "></span>
<span class="arrow-foreground "></span>
</div>
<div class="step">
<div>2.找回/重置密码</div>
<span class="arrow-background "></span>
<span class="arrow-foreground"></span>
</div>
<div class="step step-current">
<div>3.完成</div>
<span class="arrow-background "></span>
<span class="arrow-foreground border-current"></span>
</div>
</div>
</div>
<div class="height30"></div>
<div class="content border">
<div class="height76"></div>
<div class="con">
<div class="success-tip">
<span class="success">
<span class="alert-icon"></span>&nbsp;&nbsp;&nbsp;您的密码已经重置,请牢记您的登录密码</span>
</div>
<div class="height60"></div>
<div class="center">
<button id="login" class="pointer">立即登录</button>
</div>
</div>
<div class="height88"></div>
</div>
</body>