index.module.less 592 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .downloadContainer {
  2. overflow: hidden;
  3. background: url('./images/download_bg.png') no-repeat top center;
  4. background-size: cover;
  5. min-height: 100vh;
  6. padding: 0 42px 0;
  7. text-align: center;
  8. :global {
  9. .van-image {
  10. margin-top: 40px;
  11. }
  12. }
  13. }
  14. .buttonGroup {
  15. text-align: center;
  16. margin-top: 35px;
  17. margin-bottom: 35px;
  18. }
  19. .btn {
  20. width: 194px;
  21. height: 44px;
  22. line-height: 44px;
  23. }
  24. .wxpopup {
  25. width: 100%;
  26. height: 100vh;
  27. position: fixed;
  28. top: 0;
  29. left: 0;
  30. background: rgba(0, 0, 0, 0.5);
  31. z-index: 9999;
  32. img {
  33. width: 88%;
  34. margin: 0 6%;
  35. }
  36. }