1 Star 1 Fork 0

empcode / shoes-shoping

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
password.html 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
empcode 提交于 2018-11-30 16:25 . init
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<link href="css/sweetalert.css" rel="stylesheet">
<link href="css/application.css" rel="stylesheet">
<title>密码修改</title>
</head>
<body>
<header>
<div class="headerbar">
<h1>密码修改</h1>
<a class="navbar-toggle" onclick="history.go(-1)">
<span class="icon-m_goback"></span>
</a>
</div>
</header>
<form class="form-phone">
<section class="wrapper cart">
<div class="shelves">
<div>
<label>旧密码</label>
<input type="text" class="forminput" placeholder="请输入旧密码">
<i class="icon-edit"></i>
</div>
<div>
<label>新密码</label>
<input type="text" class="forminput" placeholder="请输入新密码">
<i class="icon-edit"></i>
</div>
<div>
<label>新密码</label>
<input type="text" class="forminput" placeholder="请重复输入新密码">
<i class="icon-edit"></i>
</div>
</div>
</section>
<section>
<div class="mytip">1、为了您的账号安全,新旧密码必须不同<br>2、6~32位字符(字母、数字、符号),不能只是用一种字符,区分大小写
</div>
<div class="login-btn">
<a class="btn btn-block" href="profile.html" >保存修改</a>
</div>
</section>
</form>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/swipeSlide.min.js" type="text/javascript"></script>
<script src="js/sweetalert.min.js" type="text/javascript"></script>
<script src="js/jquery.mmenu.min.js" type="text/javascript"></script>
<script src="js/icheck.min.js" type="text/javascript"></script>
<script src="js/jquery.touchSwipe.min.js" type="text/javascript" ></script>
<script src="js/cityinit.js" type="text/javascript"></script>
<script src="js/application.js" type="text/javascript"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/empcode/shoes-shoping.git
git@gitee.com:empcode/shoes-shoping.git
empcode
shoes-shoping
shoes-shoping
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891