点击运行
position: fixed;
设置 position: fixed; 的元素会相对视口定位,这意味着即使页面滚动也会停留在某个位置:
这个 div 元素设置 position: fixed;
运行结果