index.module.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. .student-register {
  2. min-height: 100vh;
  3. // background: #FFF4E2;
  4. background: linear-gradient(180deg, #C9EDFD 0%, #CCF0FF 100%);
  5. overflow: hidden;
  6. position: relative;
  7. --k-font-primary: #007AFE;
  8. .studentRegisterContainer {
  9. position: relative;
  10. z-index: 1;
  11. // margin-top: -50%;
  12. // padding-top: 155px;
  13. // background: url('./images/banner-bg.png') no-repeat top center;
  14. // background-size: contain;
  15. }
  16. .bannerBg {
  17. width: 100%;
  18. margin-bottom: -41%;
  19. }
  20. :global {
  21. .van-picker__loading {
  22. top: calc(var(--van-picker-toolbar-height) + 20px + var(--van-search-input-height)) !important;
  23. }
  24. .van-count-down {
  25. color: #A0D0FF !important;
  26. }
  27. }
  28. }
  29. .paymentContainer {
  30. font-size: 14px;
  31. padding: 12px 25px calc(12px + env(safe-area-inset-bottom)) 25px;
  32. background: #FFFFFF;
  33. box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
  34. border-radius: 18px 18px 0px 0px;
  35. :global {
  36. .van-button {
  37. // height: 40px;
  38. // line-height: 40px;
  39. --van-button-default-height: 41px;
  40. background: linear-gradient(135deg, #31C7FF 0%, #007AFE 100%);
  41. font-size: 16px;
  42. color: #fff;
  43. font-weight: 500;
  44. border: 0;
  45. }
  46. }
  47. }
  48. .studentSection {
  49. margin: 0 14px 12px;
  50. padding: 0;
  51. // background: linear-gradient(180deg, rgba(219, 246, 253) 0%, rgba(255, 255, 255) 3%);
  52. background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 4%, #FFFFFF 100%);
  53. border-radius: 16px;
  54. border: 2px solid #FFFFFF;
  55. }
  56. .registerForm {
  57. border-radius: 18px;
  58. // margin: 0 12px;
  59. overflow: hidden;
  60. .selectStudentGroup {
  61. margin-left: 10px;
  62. font-size: 14px;
  63. color: #1189FF;
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. &.selectStudentGroupChecked {
  68. span::after {
  69. transform: rotate(180deg);
  70. }
  71. }
  72. span {
  73. display: flex;
  74. align-items: center;
  75. justify-content: center;
  76. &::after {
  77. display: inline-block;
  78. content: '';
  79. width: 9px;
  80. height: 5px;
  81. margin-left: 4px;
  82. background: url('../../student-register/images/new/icon-n-6.png') no-repeat center;
  83. background-size: contain;
  84. }
  85. }
  86. }
  87. :global {
  88. .van-cell {
  89. background-color: transparent;
  90. }
  91. }
  92. :global {
  93. .van-cell {
  94. padding: 14px 18px;
  95. }
  96. .van-field__label {
  97. font-size: 16px;
  98. color: #666666;
  99. line-height: 22px;
  100. display: flex;
  101. align-items: center;
  102. }
  103. .van-field__control {
  104. font-size: 16px;
  105. color: #131415;
  106. }
  107. }
  108. .codeText {
  109. color: #1189FF;
  110. font-size: 14px;
  111. // &.codeTextDisabled {
  112. // color: #ccc;
  113. // }
  114. }
  115. }
  116. .radioSection {
  117. position: relative;
  118. min-width: 32px;
  119. justify-content: center;
  120. // padding-left: 19px;
  121. // padding-right: 19px;
  122. padding: 5px 19px;
  123. font-size: 14px;
  124. font-weight: 500;
  125. border-radius: 6px;
  126. }
  127. .radioItem {
  128. position: absolute;
  129. top: 0;
  130. left: 0;
  131. right: 0;
  132. bottom: 0;
  133. opacity: 0;
  134. }
  135. .radioSection+.radioSection {
  136. margin-left: 12px;
  137. }
  138. .selectStudentPopup {
  139. :global {
  140. .van-popup__close-icon {
  141. color: #767C7F;
  142. }
  143. }
  144. }
  145. .studentInfo {
  146. :global {
  147. .van-cell {
  148. padding: 10px 0;
  149. &:first-child {
  150. padding-top: 0;
  151. }
  152. &:last-child {
  153. padding-bottom: 0;
  154. }
  155. }
  156. .van-cell__title {
  157. flex: 1 auto;
  158. font-size: 14px;
  159. color: #666666;
  160. line-height: 20px;
  161. span {
  162. color: #666666 !important;
  163. }
  164. }
  165. .van-cell__value {
  166. font-size: 14px;
  167. color: #131415;
  168. flex: 1 auto;
  169. line-height: 20px;
  170. span {
  171. color: #131415 !important;
  172. }
  173. }
  174. }
  175. }
  176. .studentBtnGroup {
  177. display: flex;
  178. align-items: center;
  179. padding-top: 20px;
  180. padding-bottom: 5px;
  181. :global {
  182. .van-button {
  183. --van-button-default-height: 40px;
  184. flex: 1;
  185. font-weight: 500;
  186. font-size: 16px;
  187. &+.van-button {
  188. margin-left: 15px;
  189. }
  190. }
  191. }
  192. }
  193. .registrationContainerTablet {
  194. .studentRegisterContainer {
  195. padding-top: 280px;
  196. }
  197. }