header.wxss 186 B

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