index.module.less 901 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .followAccount {
  2. position: relative;
  3. min-height: 100vh;
  4. background: url('./images/top_bg.png') no-repeat top center,
  5. url('./images/bottom_bg.png') no-repeat bottom center,
  6. url('./images/bg.png') repeat center center;
  7. background-color: #5cbd75;
  8. background-size: 100%;
  9. padding: 443px 20px 0;
  10. overflow: hidden;
  11. &::before {
  12. content: ' ';
  13. position: absolute;
  14. width: 50px;
  15. height: 47px;
  16. background: url('./images/icon_small.png') no-repeat center center;
  17. background-size: contain;
  18. left: 0;
  19. top: 640px;
  20. z-index: 1;
  21. }
  22. .content2 {
  23. padding: 30px 0;
  24. }
  25. .saveQrcode {
  26. background: url('./images/btn.png') no-repeat center center;
  27. background-size: contain;
  28. width: 300px;
  29. height: 50px;
  30. margin: 0 auto;
  31. margin-bottom: 70px;
  32. }
  33. .followQrcode {
  34. position: absolute;
  35. top: 0;
  36. left: 0;
  37. z-index: -1;
  38. }
  39. }