index.module.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. .registrationContainer {
  2. min-height: 100vh;
  3. background: #C3EBFE;
  4. .bannerBg {
  5. width: 100%;
  6. }
  7. .registration {
  8. // min-height: 100vh;
  9. // background: url('./images/banner.png') no-repeat top;
  10. // background-size: contain;
  11. overflow: hidden;
  12. }
  13. .inputGroup {
  14. // margin-top: 426px;
  15. margin-top: 17px;
  16. position: relative;
  17. padding: 0 18px;
  18. .input {
  19. background: rgba(242, 242, 242, .56);
  20. border-radius: 29px;
  21. --van-cell-line-height: 24px;
  22. --van-field-icon-size: 24px;
  23. --van-padding-base: 10px;
  24. padding: 8px;
  25. font-size: 14px;
  26. color: #AAAAAA;
  27. input::placeholder {
  28. color: #AAAAAA;
  29. }
  30. :global {
  31. .van-field__control {
  32. font-size: 14px;
  33. // color: #AAAAAA;
  34. }
  35. }
  36. }
  37. .btnGroup {
  38. margin: 30px 73px 0;
  39. --van-button-default-height: 52px;
  40. min-height: 80px;
  41. .progress {
  42. margin-top: 18px;
  43. margin-left: 34px;
  44. margin-right: 34px;
  45. background: rgba(255, 255, 255, 0.8) !important;
  46. // 1395ff
  47. :global {
  48. .van-progress__portion {
  49. background-color: #1395ff;
  50. }
  51. }
  52. }
  53. :global {
  54. .van-button--disabled::before {
  55. opacity: 0;
  56. }
  57. .van-button__text {
  58. p {
  59. padding-top: 2px;
  60. font-weight: 500;
  61. font-size: 16px;
  62. color: #FFFFFF;
  63. line-height: 22px;
  64. }
  65. span {
  66. font-weight: 400;
  67. font-size: 12px;
  68. color: rgba(255, 255, 255, 0.8);
  69. line-height: 17px;
  70. }
  71. }
  72. }
  73. }
  74. }
  75. }
  76. .popupContainer {
  77. width: 295px;
  78. border-radius: 20px;
  79. padding: 13px 20px 20px;
  80. background: url('./images/top_bg.png') no-repeat top;
  81. background-size: contain;
  82. background-color: #FFFFFF;
  83. .title {
  84. width: 215px;
  85. height: 65px;
  86. display: block;
  87. margin: 0 auto;
  88. }
  89. .content {
  90. font-weight: 400;
  91. font-size: 15px;
  92. color: #666666;
  93. line-height: 23px;
  94. padding: 10px 0 20px
  95. }
  96. .contentTip {
  97. margin-top: 8px;
  98. background: #F8F8F8;
  99. border-radius: 4px;
  100. padding: 10px;
  101. font-size: 12px;
  102. color: #666666;
  103. line-height: 21px;
  104. p {
  105. display: flex;
  106. align-items: center;
  107. }
  108. i {
  109. display: inline-block;
  110. margin-right: 5px;
  111. width: 14px;
  112. height: 14px;
  113. }
  114. .num1 {
  115. background: url('../images/num1.png') no-repeat center;
  116. background-size: contain;
  117. }
  118. .num2 {
  119. background: url('../images/num2.png') no-repeat center;
  120. background-size: contain;
  121. }
  122. }
  123. .pBtnGroup {
  124. padding: 0 50px;
  125. :global {
  126. .van-button {
  127. font-size: 16px;
  128. }
  129. }
  130. }
  131. }
  132. .registrationContainerTablet {
  133. .inputGroup {
  134. margin-top: 706px;
  135. }
  136. }