holder.module.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .downMove {
  2. width: 353px;
  3. // height: 309px;
  4. background: #FFFFFF;
  5. border-radius: 16px;
  6. position: relative;
  7. padding: 0 30px 35px;
  8. text-align: center;
  9. .downMoveBg {
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. width: 353px;
  14. height: 101px;
  15. }
  16. .dingPng {
  17. width: 162px;
  18. height: 98px;
  19. position: absolute;
  20. left: 50%;
  21. margin-left: -81px;
  22. top: -49px;
  23. z-index: 100;
  24. }
  25. .closeAble {
  26. cursor: pointer;
  27. width: 25px;
  28. height: 25px;
  29. position: absolute;
  30. top: 18px;
  31. right: 20px;
  32. }
  33. h2 {
  34. position: relative;
  35. padding-top: 64px;
  36. height: 33px;
  37. font-size: 24px;
  38. font-family: PingFangSC-Semibold, PingFang SC;
  39. font-weight: 600;
  40. color: #131415;
  41. line-height: 33px;
  42. text-align: center;
  43. margin-bottom: 15px;
  44. }
  45. p {
  46. padding-top: 32px;
  47. font-size: 18px;
  48. font-family: PingFangSC-Regular, PingFang SC;
  49. font-weight: 400;
  50. color: #777777;
  51. line-height: 30px;
  52. }
  53. .submitAppBtn {
  54. width: 257px;
  55. height: 45px;
  56. line-height: 45px;
  57. background: linear-gradient(305deg, #40C8FF 0%, #3192FF 100%);
  58. border-radius: 24px;
  59. border: none;
  60. :global {
  61. .n-button__border {
  62. display: none;
  63. }
  64. .n-button__state-border {
  65. display: none;
  66. }
  67. }
  68. }
  69. }