style.module.scss 205 B

1234567891011121314
  1. .placeholder{
  2. height: .6rem;
  3. max-width: 4.02rem;
  4. }
  5. .footerWrap{
  6. position: fixed;
  7. max-width: 4.02rem;
  8. width: 100%;
  9. height: .6rem;
  10. background-color: $-footer-bg;
  11. z-index: 10;
  12. bottom: 0;
  13. }