LNWL9G8K6K@RTH60)_2O~)R.png
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
#Sign{
background-color: darkturquoise; color: white; width: 350px; height: 30px; text-align: left; font-size: 20px;
}
#all{
left:500px ;position: absolute; top: 300px; text-align: center;
}
#a{
background-color: whitesmoke ;height: 200px;width: 350px; line-height: 40px;
}
#name{
font-size: 30px;
}
#button{
background: darkturquoise; width: 120px; height: 30px;
}
</style>
</head>
<body>
<div id="all">
<div>
<font id="name" color="#9ACD32">
小a陪診    
</font>
<a href="">首頁(yè)</a>|
<a href="">用戶(hù)注冊(cè)</a>
</div>
<div id="Sign" >
<p> 登錄</p>
</div>
<form id="a" action="" method="get">
<font>用戶(hù)名:</font>
<input type="text" name="username" id="username" value="" placeholder="請(qǐng)輸入用戶(hù)名:"/>
<br />
<font> 密碼:</font>
<input type="password" name="pw" id="" value="" placeholder="請(qǐng)輸入密碼:" />
<br />
<font>驗(yàn)證碼:</font>
<font><input size="11" type="text" name="" id="" value="" placeholder="驗(yàn)證碼" width="50"/></font>
<button><img src="img/QQ圖片20190514191401.png" /></button>
<br />
<input id="button" align="center" type="submit" value="登錄"/><br />
<a href="">忘記密碼祖灰?</a>
</form>
</div>
</body>
</html>