index.wxss 177 B

123456789
  1. /* components/l-noticebar/index.wxss */
  2. .noticebar .flex {
  3. display: flex;
  4. justify-content: flex-start;
  5. align-items: center;
  6. }
  7. .noticebar .item {
  8. margin-right: 100rpx;
  9. }