index.module.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .registrationContainer {
  2. min-height: 100vh;
  3. background: linear-gradient(180deg, #C9EDFD 0%, #CCF0FF 100%);
  4. .registration {
  5. min-height: 100vh;
  6. background: url('./images/banner.png') no-repeat top;
  7. background-size: contain;
  8. overflow: hidden;
  9. }
  10. .inputGroup {
  11. margin-top: 379px;
  12. position: relative;
  13. padding: 0 18px;
  14. .input {
  15. background: rgba(242, 242, 242, .56);
  16. border-radius: 29px;
  17. --van-cell-line-height: 24px;
  18. --van-field-icon-size: 24px;
  19. --van-padding-base: 10px;
  20. padding: 8px;
  21. font-size: 14px;
  22. color: #AAAAAA;
  23. :global {
  24. .van-field__control {
  25. font-size: 14px;
  26. // color: #AAAAAA;
  27. }
  28. }
  29. }
  30. .btnGroup {
  31. margin: 30px 73px 0;
  32. --van-button-default-height: 52px;
  33. .progress {
  34. margin-top: 18px;
  35. margin-left: 34px;
  36. margin-right: 34px;
  37. }
  38. :global {
  39. .van-button--disabled::before {
  40. opacity: 0;
  41. }
  42. .van-button__text {
  43. p {
  44. font-weight: 500;
  45. font-size: 16px;
  46. color: #FFFFFF;
  47. line-height: 22px;
  48. }
  49. span {
  50. font-weight: 400;
  51. font-size: 12px;
  52. color: rgba(255, 255, 255, 0.8);
  53. line-height: 17px;
  54. }
  55. }
  56. }
  57. }
  58. }
  59. }
  60. .popupContainer {
  61. width: 295px;
  62. border-radius: 20px;
  63. padding: 13px 20px 20px;
  64. background: url('./images/top_bg.png') no-repeat top;
  65. background-size: contain;
  66. background-color: #FFFFFF;
  67. .title {
  68. width: 215px;
  69. height: 65px;
  70. display: block;
  71. margin: 0 auto;
  72. }
  73. .content {
  74. font-weight: 400;
  75. font-size: 15px;
  76. color: #666666;
  77. line-height: 23px;
  78. padding: 10px 0 20px
  79. }
  80. .pBtnGroup {
  81. padding: 0 50px;
  82. }
  83. }