header.wxss 102 B

123456
  1. /* components/header/header.wxss */
  2. .header {
  3. width: 100%;
  4. height: 100rpx;
  5. background: yellow;
  6. }