<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
a{
text-decoration: none;
color: rgb(185, 185, 185);
font-size: 12px;
margin-left: 26px;
line-height:45px;
}
.box1{
/* color: gray; */
border: 1px solid black;
width: 347px;
height: 385px;
position: relative;
}
p{
font-size: 23px;
font-weight: bold;
color: gray;
margin-left: 25px;
margin-top: 52px;
}
.box2{
font-size: 15px;
margin-left: 25px;
}
input{
height: 50px;
width: 282px;
color: black;
margin-top: 18px;
}
.span1{
margin-left: 177px;
margin-top: 10px;
}
.input2{
background-color: #22ac69;
border: 1px solid white;
width: 292px;
height: 50px;
margin-top: 0px;
margin-left: 23px;
color: white;
}
.img1{
background: url(./img/表单精灵图.png) no-repeat -20px -0px;
width: 16px;
height: 16px;
position: absolute;
margin-top: 37px;
margin-left: 8px;
}
.img2{
background: url(./img/表单精灵图.png) no-repeat -20px -0px;
width: 16px;
height: 16px;
position: absolute;
margin-top: 118px;
margin-left: 8px;
}
</style>
</head>
<body>
<div class="box1">
<p>账号登录</p>
<table class="box2">
<tr>
<td>
<div class="img1"></div>
<div class="img2"></div>
<input type="text" placeholder=" 手机号/邮箱" maxlength="20">
</td>
</tr>
</table>
<table class="box2">
<tr>
<td>
<input type="text" placeholder=" 密码" maxlength="20">
</td>
</tr>
</table>
<div>
<span><a href="https://www.zhihu.com/signin?next=%2F" >找回密码</a></span>
<span class="span1"><a href="https://www.zhihu.com/signin?next=%2F"> 去登录</a></span>
</div>
<table>
<tr>
<td><input class="input2" type="submit" value="确定"> </td>
</tr>
</table>
</div>
</body>
</html>