index.module.less 704 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 8px 0 23px;
  7. text-align: center;
  8. :global {
  9. .van-image {
  10. margin-top: 25px;
  11. }
  12. }
  13. }
  14. .buttonGroup {
  15. text-align: center;
  16. margin-top: 35px;
  17. margin-bottom: 35px;
  18. }
  19. .btn {
  20. width: 230px;
  21. height: 45px;
  22. line-height: 45px;
  23. background: url('./images/student-btn.png') no-repeat center;
  24. background-size: cover;
  25. border: none;
  26. }
  27. .wxpopup {
  28. width: 100%;
  29. height: 100vh;
  30. position: fixed;
  31. top: 0;
  32. left: 0;
  33. background: rgba(0, 0, 0, 0.5);
  34. z-index: 9999;
  35. img {
  36. width: 88%;
  37. margin: 0 6%;
  38. }
  39. }