header.wxss 178 B

12345678910
  1. /* components/header/header.wxss */
  2. .head {
  3. width: 100%;
  4. height: 50px;
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. color: #f00;
  9. background: #ff0;
  10. }