index.module.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .registrationContainer {
  2. min-height: 100vh;
  3. background: #C3EBFE;
  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: 426px;
  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. input::placeholder {
  24. color: #AAAAAA;
  25. }
  26. :global {
  27. .van-field__control {
  28. font-size: 14px;
  29. // color: #AAAAAA;
  30. }
  31. }
  32. }
  33. .btnGroup {
  34. margin: 30px 73px 0;
  35. --van-button-default-height: 52px;
  36. .progress {
  37. margin-top: 18px;
  38. margin-left: 34px;
  39. margin-right: 34px;
  40. background: rgba(255, 255, 255, 0.8) !important;
  41. // 1395ff
  42. :global {
  43. .van-progress__portion {
  44. background-color: #1395ff;
  45. }
  46. }
  47. }
  48. :global {
  49. .van-button--disabled::before {
  50. opacity: 0;
  51. }
  52. .van-button__text {
  53. p {
  54. padding-top: 2px;
  55. font-weight: 500;
  56. font-size: 16px;
  57. color: #FFFFFF;
  58. line-height: 22px;
  59. }
  60. span {
  61. font-weight: 400;
  62. font-size: 12px;
  63. color: rgba(255, 255, 255, 0.8);
  64. line-height: 17px;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. }
  71. .popupContainer {
  72. width: 295px;
  73. border-radius: 20px;
  74. padding: 13px 20px 20px;
  75. background: url('./images/top_bg.png') no-repeat top;
  76. background-size: contain;
  77. background-color: #FFFFFF;
  78. .title {
  79. width: 215px;
  80. height: 65px;
  81. display: block;
  82. margin: 0 auto;
  83. }
  84. .content {
  85. font-weight: 400;
  86. font-size: 15px;
  87. color: #666666;
  88. line-height: 23px;
  89. padding: 10px 0 20px
  90. }
  91. .pBtnGroup {
  92. padding: 0 50px;
  93. :global {
  94. .van-button {
  95. font-size: 16px;
  96. }
  97. }
  98. }
  99. }
  100. .registrationContainerTablet {
  101. .inputGroup {
  102. margin-top: 706px;
  103. }
  104. }