1 Star 0 Fork 0

久违。/healthClub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.html 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>用户登录</title>
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/index.css">
</head>
<body class="color_fff ">
<!--登录顶部-->
<div class="container-main">
<div class="inter-login--header">
<div class="header-title">
<span>健身俱乐部</span>
</div>
</div>
<div class="inter-login--main bg">
<div class="inter-login--main__inner">
<form class="form-horizontal form-inter-login" role="form">
<div class="form-group">
<label for="inputName" class="col-md-3 control-label">管理员账号</label>
<div class="col-md-8">
<input type="text" class="form-control" id="inputName" placeholder="请输入管理员账号">
</div>
</div>
<div class="form-group">
<label for="inputPassword" class="col-md-3 control-label">密码</label>
<div class="col-md-8">
<input type="password" class="form-control" id="inputPassword" placeholder="请输入密码">
</div>
</div>
<div class="form-group">
<label for="verificationCode" class="col-md-3 control-label">验证码</label>
<div class="col-md-5">
<input type="text" class="form-control" id="verificationCode" placeholder="请输入验证码">
</div>
<div class="col-md-3">
<img src="images/yzm_01.png" alt="">
</div>
<div class="change-yzm">
<a href="javaScript:void(0);">换一张</a>
</div>
</div>
<div class="form-group">
<div class="col-md-offset-3 col-md-8">
<button type="submit" class="btn btn-primary" style="width: 100%;" >登录</button>
</div>
</div>
</form>
</div>
</div>
<div class="inter-login--footer">
<span>Copyright © 2017 健身俱乐部后台管理系统</span>
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/weimm/healthClub.git
git@gitee.com:weimm/healthClub.git
weimm
healthClub
healthClub
master

搜索帮助