/* components/header/header.wxss */ .head { width: 100vw; height: 100px; display: flex; align-items: center; justify-content: center; color: #f00; background-color: #ff0; }