index.module.less 757 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .downContainer {
  2. position: relative;
  3. background: url('./images/bg.png') center top no-repeat;
  4. background-size: cover;
  5. min-height: 100vh;
  6. }
  7. .logo {
  8. padding-top: 68px;
  9. padding-bottom: 28px;
  10. width: 104px;
  11. height: 127px;
  12. margin: 0 auto;
  13. img {
  14. width: inherit;
  15. height: inherit;
  16. }
  17. }
  18. .down {
  19. text-align: center;
  20. :global {
  21. .van-button {
  22. width: 194px;
  23. border-color: #fff;
  24. font-size: 18px;
  25. }
  26. }
  27. }
  28. .mainImg {
  29. padding-top: 50px;
  30. padding-bottom: 32px;
  31. width: 227px;
  32. margin: 0 auto;
  33. img {
  34. width: 100%;
  35. }
  36. }
  37. .wxpopup {
  38. width: 100%;
  39. height: 100vh;
  40. position: fixed;
  41. top: 0;
  42. left: 0;
  43. background: rgba(0, 0, 0, 0.5);
  44. z-index: 9999;
  45. img {
  46. width: 88%;
  47. margin: 0 6%;
  48. }
  49. }