success.module.less 893 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .successContainer {
  2. text-align: center;
  3. min-height: 100vh;
  4. background-color: #fff;
  5. .iconSuccess {
  6. padding-top: 33px;
  7. width: 72px;
  8. height: 72px;
  9. }
  10. h2 {
  11. padding-top: 30px;
  12. font-size: 20px;
  13. font-weight: 600;
  14. color: #1A1A1A;
  15. line-height: 28px;
  16. }
  17. p {
  18. padding-top: 15px;
  19. font-size: 14px;
  20. color: #777777;
  21. line-height: 20px;
  22. }
  23. .applyTip {
  24. padding: 15px 34px;
  25. text-align: left;
  26. }
  27. .downloadBtn {
  28. margin-top: 40px;
  29. height: 44px;
  30. line-height: 44px;
  31. background: #FF8057;
  32. border-radius: 39px;
  33. font-size: 18px;
  34. font-weight: 600;
  35. color: #FFFFFF;
  36. border: none;
  37. line-height: 25px;
  38. width: 85%;
  39. }
  40. }
  41. .wxpopup {
  42. width: 100%;
  43. height: 100vh;
  44. position: fixed;
  45. top: 0;
  46. left: 0;
  47. background: rgba(0, 0, 0, 0.5);
  48. z-index: 9999;
  49. img {
  50. width: 88%;
  51. margin: 0 6%;
  52. }
  53. }