index.module.scss 269 B

1234567891011121314151617
  1. .A1Home{
  2. position: relative;
  3. :global{
  4. .HomeBac{
  5. width: 100%;
  6. height: 100%;
  7. object-fit: cover;
  8. }
  9. .btn{
  10. position: absolute;
  11. left: 50%;
  12. bottom: 100px;
  13. cursor: pointer;
  14. transform: translateX(-50%);
  15. }
  16. }
  17. }