index.module.less 1.2 KB

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