打开input输入的时候,css中position:absolute/fixed定位的时候,定位元素上移问题解决...
1、异常代码 <style> .box{ min-height: 100vh; width: 100%; position: relative; } .position{ position: absolute; left: 0; width: 100%; bottom: 0; }...