header.wxss 161 B

123456789
  1. /* components/header/header.wxss */
  2. .header {
  3. width: 100vw;
  4. height: 100rpx;
  5. color: #ff0;
  6. background: #f00;
  7. text-align: center;
  8. line-height: 100rpx;
  9. }