1 Star 1 Fork 22

Barry.yue / layui后台

forked from 框架组 / layui后台 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
修改密码.html 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
weber 提交于 2017-07-17 10:59 . layui框架
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>众创数字资产综合运营管理平台</title>
<link rel="stylesheet" href="layui/css/layui.css"/>
<link rel="stylesheet" href="css/admin.css"/>
</head>
<body>
<form class="layui-form" action="">
<table class="layui-table layui-table-add" lay-skin="nob">
<tbody>
<tr>
<th width="100">旧密码</th>
<td>
<div style="width: 240px">
<input type="text" name="" placeholder="请输入旧密码" autocomplete="off" class="layui-input">
</div>
</td>
</tr>
<tr>
<th>新密码</th>
<td>
<div style="width: 240px">
<input type="text" name="" placeholder="请输入新密码" maxlength="11" autocomplete="off" class="layui-input">
</div>
</td>
</tr>
<tr>
<th>确认密码</th>
<td>
<div style="width: 240px">
<input type="text" name="" placeholder="请输入新密码" maxlength="11" autocomplete="off" class="layui-input">
</div>
</td>
</tr>
</tbody>
</table>
<div style="margin-left: 145px; margin-bottom: 15px;">
<div class="layui-btn" style=" min-width: 150px;">确 定</div>
</div>
</form>
<script type="text/javascript" src="layui/layui.js"></script>
<script>
layui.use(['jquery','form'], function(){
});
</script>
</body>
</html>
1
https://gitee.com/yuexiaobai/layuiHouTai.git
git@gitee.com:yuexiaobai/layuiHouTai.git
yuexiaobai
layuiHouTai
layui后台
master

搜索帮助