<!DOCTYPE?html>
<html>
??<head>
????<meta?charset="utf-8">
????<title>戴維斯停車廠管理系統(tǒng)</title>
????<script?src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.js"></script>
????<link?rel="stylesheet"??type="text/css"?href="style/index.css">
????<link?rel="stylesheet"?>
????<script?type="text/javascript">
????$("document").ready(function(){
??????$("btn1").click(function(){
??????
??????});
????});
????</script>
??</head>
??<body>
????<div?class="logintm">
????</div>
????<div?class="loginbox">
??????<h1?id="login-text">LOGIN</h1>
??????<form??action="index.html"?method="post">
????????<input?class="box-input"?type="text"?name="use"?placeholder="用戶名"></input>
????????<input?class="box-input"?type="password"?name="password"placeholder="密碼"></input>
?????????<div?class="checkbox">
????????<label>
??????<input?type="checkbox">?記住密碼
???????</label>
????????</div>
????????<button?type="button"?id="btn1"?class="btn">登陸</button>
??????</form>
????</div>
??</body>
</html>
2018-09-04
<div class="submit">
? ? <label class="radio-inline">
? ? ? ? <input type="radio" value="rember" >記住我
? ? </label>
? ? <label class="radio-inline">
? ? ? ? <button class="submit" >提交</button>
? ? </label>
? ? <label class="checkbox-inline">
? ? ? ? <input type="checkbox" value="option4">游戲
? ? </label>
</div>
這個行不行
2017-09-07
2017-07-23
<div class="form-group form-inline">
? ? ? ? ?<div class="checkbox">
? ? ? ? ????<label>
? ? ? ????????<input type="checkbox"> 記住密碼
? ? ? ?????</label>
? ? ? ? </div>
? ? ? ? <button type="button" id="btn1" class="btn">登陸</button>
??</div>