代码拉取完成,页面将自动刷新
<!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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。