preRegister.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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/initiation/banner1.png') no-repeat top center #EEE1FF;
  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. }
  49. .system h2 {
  50. font-size: 18px;
  51. font-weight: 500;
  52. margin: 10px 24px;
  53. color: #444444;
  54. }
  55. .system .van-cell--required::before {
  56. left: 25px;
  57. }
  58. .cell-group {
  59. margin: 0 13px 12px;
  60. border-radius: 10px;
  61. padding-bottom: 20px;
  62. }
  63. .van-form {
  64. /* margin-top: 164px; */
  65. background: linear-gradient(180deg, rgba(238, 225, 255, 0) 0%, #EEE1FF 100%);
  66. overflow: hidden;
  67. }
  68. .top-tips {
  69. margin: 30px 13px 20px;
  70. padding: 9px 7px;
  71. background: #FFFFFF;
  72. border-radius: 10px;
  73. border: 5px solid #BE93FF;
  74. font-size: 14px;
  75. font-weight: 500;
  76. color: #724DA9;
  77. line-height: 20px;
  78. }
  79. .title {
  80. text-shadow: 0px 2px 3px #704CA7;
  81. /* position: absolute; */
  82. font-size: 26px;
  83. line-height: 37px;
  84. color: #ffffff;
  85. /* top: 0; */
  86. /* left: 24px; */
  87. width: 57%;
  88. padding-left: 24px;
  89. height: 154px;
  90. margin-bottom: 10px;
  91. display: flex;
  92. justify-content: center;
  93. align-items: center;
  94. z-index: 1;
  95. }
  96. .radioSection {
  97. position: relative;
  98. min-width: 32px;
  99. justify-content: center;
  100. }
  101. .radioItem {
  102. position: absolute;
  103. top: 0;
  104. left: 0;
  105. right: 0;
  106. bottom: 0;
  107. opacity: 0;
  108. }
  109. .radioSection+.radioSection {
  110. margin-left: 12px;
  111. }
  112. .van-picker__confirm {
  113. color: #9A64FF;
  114. }
  115. /* 弹窗 */
  116. .submit-container {
  117. /* padding: 44px 26px 26px; */
  118. position: relative;
  119. text-align: center;
  120. margin: 0 auto;
  121. background: url('../images/initiation/p-popup-banner.png') no-repeat top center;
  122. background-size: cover;
  123. width: 8rem;
  124. height: 9.38rem;
  125. }
  126. .submit-title {
  127. padding-top: 5.7rem;
  128. padding-bottom: 10px;
  129. font-size: 18px;
  130. font-weight: 500;
  131. color: #000000;
  132. }
  133. .submit-tips {
  134. font-size: 15px;
  135. color: #777777;
  136. line-height: 20px;
  137. padding-bottom: 20px;
  138. }
  139. .submit-btn {
  140. background: url('../images/initiation/p-popup-btn.png') no-repeat center center;
  141. background-size: contain;
  142. width: 3.547rem;
  143. height: 1rem;
  144. margin: 0 auto;
  145. }
  146. .submit-container .van-button {
  147. font-size: 18px;
  148. font-weight: 500;
  149. }
  150. .wxPopupDialog {
  151. overflow: initial;
  152. }
  153. .wxPopupDialog::before {
  154. position: absolute;
  155. content: ' ';
  156. top: -73px;
  157. left: 50%;
  158. margin-left: -86px;
  159. display: inline-block;
  160. background: url('../images/initiation/wx-no-top.png') no-repeat top center;
  161. background-size: contain;
  162. width: 172px;
  163. height: 154px;
  164. }
  165. .popupContainer {
  166. background: url('../images/initiation/wx-no-bg.png') no-repeat top center;
  167. background-size: cover;
  168. border-radius: 20px;
  169. overflow: hidden;
  170. }
  171. .popupContainer .title1 {
  172. padding-top: 57px;
  173. text-align: center;
  174. font-size: 18px;
  175. font-weight: 500;
  176. color: #3b2300;
  177. }
  178. .popupContainer .popupTips {
  179. padding-top: 12px;
  180. padding-bottom: 47px;
  181. text-align: center;
  182. font-size: 15px;
  183. color: #777777;
  184. line-height: 21px;
  185. }