黄色背景的解决方法
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
background-color:rgba(23,144,255,0)
}
input内placeholder字体的位置
input::-webkit-input-placeholder {
color: #fff;
font-size:30px;
text-align: left;
}