index.module.less 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. .registerModal {
  2. background: linear-gradient(180deg, #D0EFFD 0%, #DBF4FF 100%);
  3. overflow: hidden;
  4. min-height: 100vh;
  5. .registerModalSection {
  6. background: url('../images/new/banner2.png') no-repeat top center;
  7. background-size: contain;
  8. overflow: hidden;
  9. }
  10. }
  11. .infoTitle {
  12. width: 323px;
  13. height: 19px;
  14. display: block;
  15. margin: 34px auto 25px;
  16. }
  17. .registerForm {
  18. background: #FFFFFF;
  19. border-radius: 16px;
  20. border-radius: 18px;
  21. margin: 0 12px;
  22. overflow: hidden;
  23. .fieldTipsGroup {
  24. margin: 0 14px 0;
  25. padding-bottom: 9px;
  26. }
  27. .fieldTips {
  28. font-size: 13px;
  29. color: #EC763B;
  30. line-height: 18px;
  31. background: #FFF8EB;
  32. border-radius: 8px;
  33. padding: 8px 10px;
  34. }
  35. .tips {
  36. display: inline-block;
  37. // padding-left: 5px;
  38. // padding-top: 2px;
  39. font-size: 12px;
  40. font-weight: 400;
  41. color: #777;
  42. line-height: 17px;
  43. }
  44. .username {
  45. padding-bottom: 8px !important;
  46. :global {
  47. .van-field__label {
  48. display: flex;
  49. align-items: center;
  50. width: 170px;
  51. }
  52. }
  53. }
  54. .countDown {
  55. min-width: 50px;
  56. text-align: center;
  57. }
  58. :global {
  59. .van-cell {
  60. padding: 18px 14px;
  61. }
  62. .van-field__label {
  63. font-size: 16px;
  64. color: #666666;
  65. line-height: 22px;
  66. }
  67. .van-field__control {
  68. font-size: 16px;
  69. }
  70. }
  71. .codeText {
  72. color: #1189FF;
  73. font-size: 14px;
  74. // &.codeTextDisabled {
  75. // color: #ccc;
  76. // }
  77. }
  78. .memberNumer {
  79. margin: 12px 12px 0;
  80. background: #E8F8FF;
  81. border-radius: 8px;
  82. padding: 8px 0 8px 10px;
  83. display: flex;
  84. align-items: center;
  85. font-weight: 600;
  86. font-size: 13px;
  87. color: #2B85FF;
  88. line-height: 18px;
  89. margin-bottom: 16px;
  90. .iconGift {
  91. width: 18px;
  92. height: 18px;
  93. margin-right: 6px;
  94. }
  95. span {
  96. font-size: 15px;
  97. color: #F62C2C;
  98. padding: 0 5px;
  99. }
  100. }
  101. }
  102. // .submitBtn {
  103. // margin: 16px 12px 22px;
  104. // width: calc(100% - 24px);
  105. // height: 46px;
  106. // border-radius: 12px;
  107. // font-size: 16px;
  108. // font-weight: 600;
  109. // color: #5B2C03 !important;
  110. // line-height: 22px;
  111. // }
  112. .paymentContainer {
  113. display: flex;
  114. align-items: center;
  115. justify-content: space-between;
  116. font-size: 14px;
  117. padding: 14px 14px calc(15px + env(safe-area-inset-bottom)) 14px;
  118. background: #FFFFFF;
  119. box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
  120. border-radius: 18px 18px 0px 0px;
  121. .giftTip {
  122. width: 88px;
  123. height: 18px;
  124. }
  125. .needPrice {
  126. padding-bottom: 7px;
  127. font-size: 14px;
  128. font-family: DINAlternate-Bold, DINAlternate;
  129. font-weight: bold;
  130. color: #FC1A19;
  131. padding-right: 6px;
  132. span {
  133. font-size: 28px;
  134. margin-right: 2px;
  135. }
  136. i {
  137. // margin-top: -3px;
  138. vertical-align: text-bottom;
  139. }
  140. }
  141. .allPrice {
  142. display: inline-block;
  143. font-size: 14px;
  144. font-family: DINAlternate-Bold, DINAlternate;
  145. font-weight: bold;
  146. color: #AAAAAA;
  147. line-height: 16px;
  148. }
  149. :global {
  150. .van-button {
  151. height: 40px;
  152. line-height: 40px;
  153. width: 148px;
  154. background: linear-gradient(135deg, #31C7FF 0%, #007AFE 100%);
  155. font-size: 16px;
  156. color: #fff;
  157. font-weight: 500;
  158. border: 0;
  159. }
  160. }
  161. }
  162. .radioSection {
  163. position: relative;
  164. min-width: 32px;
  165. justify-content: center;
  166. padding-left: 19px;
  167. padding-right: 19px;
  168. font-size: 15px;
  169. font-weight: 500;
  170. }
  171. .radioItem {
  172. position: absolute;
  173. top: 0;
  174. left: 0;
  175. right: 0;
  176. bottom: 0;
  177. opacity: 0;
  178. }
  179. .radioSection+.radioSection {
  180. margin-left: 12px;
  181. }