给被挡住的input或者textarea加一个id,然后在click事件里调用下面的代码

document.querySelector('#xxx').scrollIntoView();
05-19 07:45