preRegister.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. width: 7.5rem;
  126. height: 8.87rem;
  127. }
  128. .submit-title {
  129. padding-top: 5.2rem;
  130. padding-bottom: 10px;
  131. font-size: 18px;
  132. font-weight: 500;
  133. color: #000000;
  134. }
  135. .submit-tips {
  136. font-size: 15px;
  137. color: #777777;
  138. line-height: 20px;
  139. padding-bottom: 20px;
  140. }
  141. .submit-btn {
  142. background: url('../images/initiation/p-popup-btn.png') no-repeat center center;
  143. background-size: contain;
  144. width: 3.547rem;
  145. height: 1rem;
  146. margin: 0 auto;
  147. }
  148. .submit-container .van-button {
  149. font-size: 18px;
  150. font-weight: 500;
  151. }
  152. .wxPopupDialog {
  153. overflow: initial;
  154. }
  155. .wxPopupDialog::before {
  156. position: absolute;
  157. content: ' ';
  158. top: -73px;
  159. left: 50%;
  160. margin-left: -86px;
  161. display: inline-block;
  162. background: url('../images/initiation/wx-no-top.png') no-repeat top center;
  163. background-size: contain;
  164. width: 172px;
  165. height: 154px;
  166. }
  167. .popupContainer {
  168. background: url('../images/initiation/wx-no-bg.png') no-repeat top center;
  169. background-size: cover;
  170. border-radius: 20px;
  171. overflow: hidden;
  172. }
  173. .popupContainer .title1 {
  174. padding-top: 57px;
  175. text-align: center;
  176. font-size: 18px;
  177. font-weight: 500;
  178. color: #3b2300;
  179. }
  180. .popupContainer .popupTips {
  181. padding-top: 12px;
  182. padding-bottom: 47px;
  183. text-align: center;
  184. font-size: 15px;
  185. color: #777777;
  186. line-height: 21px;
  187. }