input{
box-sizing: border-box;
padding-left: 20px;
width: 500px;
height: 40px;
border: none;
outline: none;
border: 2px solid #f10215;
}
button{
// vertical-align: top;
width: 80px;
height: 40px;
background-color: #f10215;
border: none;
}
只需要在button上面加上一个 vertical-align: top; 这个属性就可以对齐了