有两种方法去解决

第一种

input {
    padding-left: 10upt
}

 

第二种

input {
    display: block
}

 

相关文章: