preRegister.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. text-shadow: 0px 2px 3px #50AEEC;
  104. z-index: 1;
  105. }
  106. .radioSection {
  107. position: relative;
  108. font-size: 14px;
  109. min-width: 32px;
  110. justify-content: center;
  111. }
  112. .radioItem {
  113. position: absolute;
  114. top: 0;
  115. left: 0;
  116. right: 0;
  117. bottom: 0;
  118. opacity: 0;
  119. }
  120. .radioSection+.radioSection {
  121. margin-left: 12px;
  122. }
  123. .van-picker__confirm {
  124. color: #57ABF8;
  125. }
  126. .otherSubject {
  127. font-size: 12px;
  128. font-weight: 500;
  129. color: #AAAAAA;
  130. line-height: 17px;
  131. padding-bottom: 13px;
  132. }
  133. /* 弹窗 */
  134. .submit-container {
  135. position: relative;
  136. text-align: center;
  137. margin: 0 auto;
  138. background: url('../images/preRegister/p-popup-banner.png') no-repeat top center;
  139. background-size: contain;
  140. width: 7.5rem;
  141. height: 8.87rem;
  142. }
  143. .submit-title {
  144. padding-top: 4.2rem;
  145. padding-bottom: 10px;
  146. font-size: 18px;
  147. font-weight: 500;
  148. color: #000000;
  149. }
  150. .submit-tips {
  151. font-size: 15px;
  152. color: #777777;
  153. line-height: 20px;
  154. padding-bottom: 12px;
  155. }
  156. .submit-btn {
  157. background: url('../images/preRegister/p-popup-btn.png') no-repeat center center;
  158. background-size: contain;
  159. width: 3.547rem;
  160. height: 1rem;
  161. margin: 0 auto;
  162. }
  163. .submit-container .van-button {
  164. font-size: 18px;
  165. font-weight: 500;
  166. }
  167. .wxPopupDialog {
  168. overflow: initial;
  169. }
  170. .wxPopupDialog::before {
  171. position: absolute;
  172. content: ' ';
  173. top: -73px;
  174. left: 50%;
  175. margin-left: -86px;
  176. display: inline-block;
  177. background: url('../images/initiation/wx-no-top.png') no-repeat top center;
  178. background-size: contain;
  179. width: 172px;
  180. height: 154px;
  181. }
  182. .popupContainer {
  183. background: url('../images/initiation/wx-no-bg.png') no-repeat top center;
  184. background-size: cover;
  185. border-radius: 20px;
  186. overflow: hidden;
  187. }
  188. .popupContainer .title1 {
  189. padding-top: 57px;
  190. text-align: center;
  191. font-size: 18px;
  192. font-weight: 500;
  193. color: #3b2300;
  194. }
  195. .popupContainer .popupTips {
  196. padding-top: 12px;
  197. padding-bottom: 47px;
  198. text-align: center;
  199. font-size: 15px;
  200. color: #777777;
  201. line-height: 21px;
  202. }