initiation.css 3.4 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/banner.png') no-repeat top center #ffdab0;
  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(255, 239, 216, 0) 0%, #ffdab0 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 #FF9751;
  74. font-size: 14px;
  75. font-weight: 500;
  76. color: #FA6400;
  77. line-height: 20px;
  78. }
  79. .title {
  80. text-shadow: 0px 2px 3px rgba(255, 96, 0, 0.5);
  81. font-size: 26px;
  82. line-height: 37px;
  83. color: #ffffff;
  84. /* top: 0; */
  85. /* left: 24px; */
  86. width: 57%;
  87. padding-left: 24px;
  88. height: 154px;
  89. margin-bottom: 10px;
  90. display: flex;
  91. justify-content: center;
  92. align-items: center;
  93. z-index: 1;
  94. }
  95. .radioSection {
  96. position: relative;
  97. min-width: 32px;
  98. justify-content: center;
  99. }
  100. .radioItem {
  101. position: absolute;
  102. top: 0;
  103. left: 0;
  104. right: 0;
  105. bottom: 0;
  106. opacity: 0;
  107. }
  108. .radioSection+.radioSection {
  109. margin-left: 12px;
  110. }
  111. .van-picker__confirm {
  112. color: #FA6400;
  113. }
  114. /* 弹窗 */
  115. .submit-container {
  116. /* padding: 44px 26px 26px; */
  117. position: relative;
  118. text-align: center;
  119. margin: 0 auto;
  120. background: url('../images/initiation/i-popup-banner.png') no-repeat top center;
  121. background-size: cover;
  122. /* width: 8rem;
  123. height: 9.38rem; */
  124. width: 7.5rem;
  125. height: 8.82rem;
  126. }
  127. .submit-title {
  128. padding-top: 5.2rem;
  129. padding-bottom: 10px;
  130. font-size: 18px;
  131. font-weight: 500;
  132. color: #000000;
  133. }
  134. .submit-tips {
  135. font-size: 15px;
  136. color: #777777;
  137. line-height: 20px;
  138. padding-bottom: 20px;
  139. }
  140. .submit-btn {
  141. background: url('../images/initiation/i-popup-btn.png') no-repeat center center;
  142. background-size: contain;
  143. width: 3.547rem;
  144. height: 1rem;
  145. margin: 0 auto;
  146. }
  147. .submit-container .van-button {
  148. font-size: 18px;
  149. font-weight: 500;
  150. }
  151. .wxPopupDialog {
  152. overflow: initial;
  153. }
  154. .wxPopupDialog::before {
  155. position: absolute;
  156. content: ' ';
  157. top: -73px;
  158. left: 50%;
  159. margin-left: -86px;
  160. display: inline-block;
  161. background: url('../images/initiation/wx-no-top.png') no-repeat top center;
  162. background-size: contain;
  163. width: 172px;
  164. height: 154px;
  165. }
  166. .popupContainer {
  167. background: url('../images/initiation/wx-no-bg.png') no-repeat top center;
  168. background-size: cover;
  169. border-radius: 20px;
  170. overflow: hidden;
  171. }
  172. .popupContainer .title1 {
  173. padding-top: 57px;
  174. text-align: center;
  175. font-size: 18px;
  176. font-weight: 500;
  177. color: #3b2300;
  178. }
  179. .popupContainer .popupTips {
  180. padding-top: 12px;
  181. padding-bottom: 47px;
  182. text-align: center;
  183. font-size: 15px;
  184. color: #777777;
  185. line-height: 21px;
  186. }