<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link href="./bootstrap-3.3.7-dist/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div style="margin:100px auto;width: 500px;height: 400px;border: 1px dashed lightskyblue;text-align: center">
<form action="#" >
<div class="form-group" style="margin-top: 10px ">
<label for="name">请输入账号:</label>
<input type="text" id="name" class="form-control" placeholder="请输入账号" style="width: 200px;margin-left: 150px;">
</div>
<div class="form-group" style="margin-top: 20px">
<label for="psd">请输入密码:</label>
<input type="text" id="psd" class="form-control" placeholder="请输入密码" style="width: 200px;margin-left: 150px;">
</div>
<div class="checkbox">
<label>
<input type="checkbox">记住密码
</label>
</div>
<button type="submit" class="btn btn-default" style="width: 100px;">登陆</button>
</form>
</div>
</body>
</html>
登录
最新推荐文章于 2024-06-11 00:30:37 发布