div{ width:100px; height:100px; border-radius:50px; background:#ccc; overflow:hidden; float:right; } div:hover{ width:400px; transition: width 2s; } 输入框写在div内,超出部分隐藏