index.module.scss 154 B

12345678910
  1. .noticeBox {
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. align-items: center;
  6. overflow: hidden;
  7. }
  8. .content {
  9. white-space: nowrap;
  10. }