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