index.module.less 701 B

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