preRegister.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. }
  18. .banner,
  19. .banner img {
  20. width: 100%;
  21. font-size: 0;
  22. }
  23. .van-cell {
  24. flex-direction: column;
  25. font-size: 16px;
  26. padding: 14px 13px;
  27. }
  28. .van-field__label {
  29. width: 100%;
  30. margin-right: 0;
  31. color: #333;
  32. font-size: 16px;
  33. font-weight: 500;
  34. }
  35. .van-cell--required::before {
  36. left: 15px;
  37. }
  38. .van-field__body {
  39. margin-top: 10px;
  40. }
  41. .btn-submit {
  42. width: 90%;
  43. margin: 20px auto;
  44. }
  45. .system h2 {
  46. font-size: 18px;
  47. font-weight: 500;
  48. margin: 10px 24px;
  49. color: #444444;
  50. }
  51. .system .van-cell--required::before {
  52. left: 25px;
  53. }
  54. .cell-group {
  55. margin: 0 13px 12px;
  56. border-radius: 10px;
  57. padding-bottom: 20px;
  58. }
  59. .van-form {
  60. margin-top: 164px;
  61. background: linear-gradient(180deg, rgba(238, 225, 255, 0) 0%, #EEE1FF 100%);
  62. overflow: hidden;
  63. }
  64. .top-tips {
  65. margin: 30px 13px 20px;
  66. padding: 9px 7px;
  67. background: #FFFFFF;
  68. border-radius: 10px;
  69. border: 5px solid #BE93FF;
  70. font-size: 14px;
  71. font-weight: 500;
  72. color: #724DA9;
  73. line-height: 20px;
  74. }
  75. .title {
  76. text-shadow: 0px 2px 4px #649D66;
  77. position: absolute;
  78. font-size: 26px;
  79. line-height: 37px;
  80. color: #ffffff;
  81. top: 0;
  82. left: 24px;
  83. width: 57%;
  84. height: 154px;
  85. display: flex;
  86. justify-content: center;
  87. align-items: center;
  88. z-index: 1;
  89. }
  90. .radioSection {
  91. position: relative;
  92. }
  93. .radioItem {
  94. position: absolute;
  95. top: 0;
  96. left: 0;
  97. right: 0;
  98. bottom: 0;
  99. opacity: 0;
  100. }
  101. .radioSection+.radioSection {
  102. margin-left: 12px;
  103. }
  104. .van-picker__confirm {
  105. color: #9A64FF;
  106. }
  107. /* 弹窗 */
  108. .submit-container {
  109. padding: 44px 26px 26px;
  110. position: relative;
  111. text-align: center;
  112. }
  113. .icon-close {
  114. position: absolute;
  115. width: 26px;
  116. height: 26px;
  117. top: 12px;
  118. right: 12px;
  119. }
  120. .submit-img {
  121. width: 134px;
  122. }
  123. .submit-tips {
  124. font-size: 14px;
  125. color: #777777;
  126. line-height: 20px;
  127. padding-top: 5px;
  128. padding-bottom: 20px;
  129. }
  130. .submit-container .van-button {
  131. font-size: 18px;
  132. font-weight: 500;
  133. }