1 Star 0 Fork 0

久违。/healthClub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
会员子系统-个人资料.html 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>会员使用模块-个人信息</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link href="" rel="stylesheet">
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/main.css" type="text/css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/user.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="person">
<div class="person-container">
<div class="person-header">个人设置</div>
<div class="person-content">
<form class="form-horizontal form-inter-register" role="form">
<div class="form-group">
<label for="inputName" class="col-md-4 control-label">用户名</label>
<div class="col-md-3">
<input type="text" class="form-control" id="inputName">
</div>
</div>
<div class="form-group">
<label for="inputPhone" class="col-md-4 control-label">手机号</label>
<div class="col-md-3">
<input type="text" class="form-control" id="inputPhone">
</div>
</div>
<div class="form-group">
<label for="inputCode" class="col-md-4 control-label">会员卡号</label>
<div class="col-md-3">
<input type="text" class="form-control" id="inputCode">
</div>
</div>
<div class="form-group">
<label for="inputPhone" class="col-md-4 control-label">性别</label>
<div class="col-md-3" style="padding-top: 6px;">
<input type="radio" name="sex" value="girl" placeholder="女">
<label></label>
<input class="sex-radio" type="radio" name="sex" value="boy" placeholder="男">
<label></label>
</div>
</div>
<div class="form-group">
<label for="inputCode" class="col-md-4 control-label">出生日期</label>
<div class="col-md-3">
<input type="text" class="form-control" id="inputCode">
</div>
</div>
<div class="form-group">
<div class="col-md-offset-4 col-md-3">
<button type="submit" class="btn btn-primary">保存</button>
</div>
</div>
</form>
</div>
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/weimm/healthClub.git
git@gitee.com:weimm/healthClub.git
weimm
healthClub
healthClub
master

搜索帮助