html页面不论如何缩放也不改变布局的相对位置时间:2024-11-21 06:58:13body{ min-width: 1200px; height: 2000px; /*background: lightblue;*/ position: relative; display:flex; justify-content:center; } header{ width:1200px; }