sendSms.module.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .downMove {
  2. width: 443px;
  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: 443px;
  13. height: 101px;
  14. }
  15. .closeAble {
  16. cursor: pointer;
  17. width: 25px;
  18. height: 25px;
  19. position: absolute;
  20. top: 18px;
  21. right: 20px;
  22. z-index: 100;
  23. }
  24. h2 {
  25. margin-top: 24px;
  26. height: 33px;
  27. font-size: 24px;
  28. font-family: PingFangSC-Semibold, PingFang SC;
  29. font-weight: 600;
  30. color: #131415;
  31. line-height: 33px;
  32. text-align: center;
  33. margin-bottom: 15px;
  34. position: relative;
  35. z-index: 99;
  36. }
  37. .smsForm {
  38. padding-top: 20px;
  39. }
  40. .smsImg {
  41. width: 100%;
  42. height: 44px;
  43. cursor: pointer;
  44. }
  45. .imgChange {
  46. cursor: pointer;
  47. display: block;
  48. text-align: center;
  49. font-size: 12Px;
  50. color: #198CFE;
  51. line-height: 17px;
  52. }
  53. .btnGroup {
  54. border-top: 1px solid #F2F2F2;
  55. padding-top: 25px;
  56. margin-top: 20px;
  57. }
  58. .btn {
  59. width: 150px;
  60. height: 44px;
  61. }
  62. }