index.module.less 783 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. box-sizing: content-box;
  14. img {
  15. width: inherit;
  16. height: inherit;
  17. }
  18. }
  19. .down {
  20. text-align: center;
  21. :global {
  22. .van-button {
  23. width: 194px;
  24. border-color: #fff;
  25. font-size: 18px;
  26. }
  27. }
  28. }
  29. .mainImg {
  30. padding-top: 50px;
  31. padding-bottom: 32px;
  32. width: 227px;
  33. margin: 0 auto;
  34. img {
  35. width: 100%;
  36. }
  37. }
  38. .wxpopup {
  39. width: 100%;
  40. height: 100vh;
  41. position: fixed;
  42. top: 0;
  43. left: 0;
  44. background: rgba(0, 0, 0, 0.5);
  45. z-index: 9999;
  46. img {
  47. width: 88%;
  48. margin: 0 6%;
  49. }
  50. }