196 Star 9 Fork 0

ychs169/tyust201802

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
谭芳红 index html.html 1021 Bytes
一键复制 编辑 原始数据 按行查看 历史
谭芳红 提交于 2020-05-11 22:39 . 谭芳红 201820050229
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>就业跟踪管理平台——用户登录</title>
<script type="text/javascript" src="js/jquery.min.js" ></script>
<script type="text/javascript" src="js/bootstrap.min.js" ></script>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<style>
.loginDiv{
width: 30%;
height: 400px;
background-color: #F3F3F3;
margin:0 auto;
margin-top: 30px;
padding-top: 50px;
}
</style>
</head>
<body>
<div class="loginDiv">
<img class="center-block img-responsive" src="img/tyust.png" />
<img class="center-block img-responsive" src="img/sys.png" />
<input placeholder="用户名" type="text" class="form-control"/><br />
<input placeholder="密码" type="password" class="form-control"/><br />
<button class="btn btn-primary btn-block">登录</button><br />
<img width="200px" height="20px" class="center-block img-responsive" src="img/ychs-nobg.png" />
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ychs169/tyust201802.git
git@gitee.com:ychs169/tyust201802.git
ychs169
tyust201802
tyust201802
master

搜索帮助