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