```js .box { width: 100%; height: 300px; border: 1px solid purple; display: flex; justify-content: center; align-items: center; } 居中 ```