You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.9 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>注册</title>
<link rel="stylesheet" href="../css/bootstrap.min.css">
<link rel="stylesheet" href="../css/register.css">
</head>
<body>
<div class="c_register">
<p style="text-align: center;font-size: x-large;font-weight: bolder">用户注册</p>
<form class="form-horizontal">
<div class="form-group">
<label for="username" class="col-sm-2 control-label">&nbsp;&nbsp;号:</label>
<div class="col-sm-10">
<input type="username" class="form-control" id="username" placeholder="username">
</div>
</div>
<div class="form-group">
<label for="password" class="col-sm-2 control-label">&nbsp;&nbsp;码:</label>
<div class="col-sm-10">
<input type="password" class="form-control" id="password" placeholder="Password">
</div>
</div>
<div class="form-group">
<label for="telephone" class="col-sm-2 control-label">&nbsp;&nbsp;机:</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="telephone" placeholder="phone">
</div>
</div>
<div class="row" style="margin-bottom: 20px">
<label for="message" class="col-sm-3 control-label">&nbsp;&nbsp;&nbsp;&nbsp;码:</label>
<div class="col-sm-5">
<input type="text" class="form-control" id="message" placeholder="验证码">
</div>
<div class="col-sm-3">
<button type="button" class="btn btn-info">发送验证码</button>
</div>
</div>
<a href="./meal_home.html" type="submit" class="btn btn-primary btn-block"><i class="glyphicon glyphicon glyphicon-user"></i>
注册</a>
</form>
</div>
</body>
</html>