index.module.scss 178 B

12345678910
  1. .A3Goods {
  2. width: 100%;
  3. height: 100%;
  4. color: #fff;
  5. position: relative;
  6. backdrop-filter: blur(10px);
  7. padding-top: 30px;
  8. background-size: 100% 100%;
  9. // :global {}
  10. }