preRegister.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. html,
  2. body,
  3. p,
  4. div,
  5. span {
  6. padding: 0;
  7. margin: 0;
  8. border: 0;
  9. }
  10. #app {
  11. background: url('../images/preRegister/banner.png') no-repeat top center #C7F4FF;
  12. background-size: contain;
  13. max-width: 750px;
  14. margin: 0 auto;
  15. min-height: 100vh;
  16. overflow: hidden;
  17. position: relative;
  18. }
  19. .banner,
  20. .banner img {
  21. width: 100%;
  22. font-size: 0;
  23. }
  24. .van-cell {
  25. flex-direction: column;
  26. font-size: 16px;
  27. padding: 14px 13px;
  28. }
  29. .van-field__label {
  30. width: 100%;
  31. margin-right: 0;
  32. color: #333;
  33. font-size: 16px;
  34. font-weight: 500;
  35. }
  36. .van-field--disabled .van-field__label {
  37. color: #333;
  38. }
  39. .van-cell--required::before {
  40. left: 15px;
  41. }
  42. .van-field__body {
  43. margin-top: 10px;
  44. }
  45. .btn-submit {
  46. width: 90%;
  47. margin: 20px auto;
  48. background: url('../images/preRegister/btn.png') no-repeat center;
  49. background-size: contain;
  50. height: 52px;
  51. border: none;
  52. }
  53. .system h2 {
  54. font-size: 18px;
  55. font-weight: 500;
  56. margin: 10px 24px;
  57. color: #444444;
  58. }
  59. .system .van-cell--required::before {
  60. left: 25px;
  61. }
  62. .cell-group {
  63. margin: 0 13px 12px;
  64. border-radius: 10px;
  65. padding-bottom: 20px;
  66. }
  67. .van-form {
  68. /* margin-top: 164px; */
  69. /* background: linear-gradient(180deg, rgba(238, 225, 255, 0) 0%, #EEE1FF 100%); */
  70. overflow: hidden;
  71. }
  72. .top-tips {
  73. position: relative;
  74. margin: 20px 12px 20px;
  75. padding: 40px 18px 20px;
  76. background: #FFFFFF;
  77. border-radius: 10px;
  78. font-size: 12px;
  79. color: #777777;
  80. line-height: 20px;
  81. }
  82. .top-tips::before {
  83. position: absolute;
  84. top: -6px;
  85. left: 50%;
  86. content: ' ';
  87. margin-left: -62.5px;
  88. width: 125px;
  89. height: 32px;
  90. background: url('../images/preRegister/tips.png') no-repeat center;
  91. background-size: contain;
  92. }
  93. .title {
  94. font-size: 22px;
  95. line-height: 32px;
  96. color: #ffffff;
  97. width: 57%;
  98. padding-left: 24px;
  99. height: 148px;
  100. display: flex;
  101. justify-content: center;
  102. align-items: center;
  103. z-index: 1;
  104. }
  105. .radioSection {
  106. position: relative;
  107. font-size: 14px;
  108. min-width: 32px;
  109. justify-content: center;
  110. }
  111. .radioItem {
  112. position: absolute;
  113. top: 0;
  114. left: 0;
  115. right: 0;
  116. bottom: 0;
  117. opacity: 0;
  118. }
  119. .radioSection+.radioSection {
  120. margin-left: 12px;
  121. }
  122. .van-picker__confirm {
  123. color: #57ABF8;
  124. }
  125. .otherSubject {
  126. font-size: 12px;
  127. font-weight: 500;
  128. color: #AAAAAA;
  129. line-height: 17px;
  130. padding-bottom: 13px;
  131. }
  132. /* 弹窗 */
  133. .submit-container {
  134. position: relative;
  135. text-align: center;
  136. margin: 0 auto;
  137. background: url('../images/preRegister/p-popup-banner.png') no-repeat top center;
  138. background-size: contain;
  139. width: 7.5rem;
  140. height: 8.87rem;
  141. }
  142. .submit-title {
  143. padding-top: 4.2rem;
  144. padding-bottom: 10px;
  145. font-size: 18px;
  146. font-weight: 500;
  147. color: #000000;
  148. }
  149. .submit-tips {
  150. font-size: 15px;
  151. color: #777777;
  152. line-height: 20px;
  153. padding-bottom: 12px;
  154. }
  155. .submit-btn {
  156. background: url('../images/preRegister/p-popup-btn.png') no-repeat center center;
  157. background-size: contain;
  158. width: 3.547rem;
  159. height: 1rem;
  160. margin: 0 auto;
  161. }
  162. .submit-container .van-button {
  163. font-size: 18px;
  164. font-weight: 500;
  165. }
  166. .wxPopupDialog {
  167. overflow: initial;
  168. }
  169. .wxPopupDialog::before {
  170. position: absolute;
  171. content: ' ';
  172. top: -73px;
  173. left: 50%;
  174. margin-left: -86px;
  175. display: inline-block;
  176. background: url('../images/initiation/wx-no-top.png') no-repeat top center;
  177. background-size: contain;
  178. width: 172px;
  179. height: 154px;
  180. }
  181. .popupContainer {
  182. background: url('../images/initiation/wx-no-bg.png') no-repeat top center;
  183. background-size: cover;
  184. border-radius: 20px;
  185. overflow: hidden;
  186. }
  187. .popupContainer .title1 {
  188. padding-top: 57px;
  189. text-align: center;
  190. font-size: 18px;
  191. font-weight: 500;
  192. color: #3b2300;
  193. }
  194. .popupContainer .popupTips {
  195. padding-top: 12px;
  196. padding-bottom: 47px;
  197. text-align: center;
  198. font-size: 15px;
  199. color: #777777;
  200. line-height: 21px;
  201. }