header.wxss 201 B

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