index.module.less 751 B

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