index.module.less 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. .student-register {
  2. min-height: 100vh;
  3. // background: #FFF4E2;
  4. // background: linear-gradient(180deg, #C9EDFD 0%, #CCF0FF 100%);
  5. background: linear-gradient( 180deg, #81DEFE 0%, #82DEFE 100%);
  6. overflow: hidden;
  7. position: relative;
  8. --k-font-primary: #007AFE;
  9. .studentRegisterContainer {
  10. position: relative;
  11. z-index: 1;
  12. // margin-top: -50%;
  13. // padding-top: 155px;
  14. // background: url('./images/banner-bg.png') no-repeat top center;
  15. // background-size: contain;
  16. .title1 {
  17. position: absolute;
  18. position: absolute;
  19. top: -6px;
  20. left: 50%;
  21. margin-left: -100.5px;
  22. width: 201px;
  23. height: 44px;
  24. }
  25. }
  26. .bannerBg {
  27. width: 100%;
  28. margin-bottom: -18.3%;
  29. }
  30. :global {
  31. .van-picker__loading {
  32. top: calc(var(--van-picker-toolbar-height) + 20px + var(--van-search-input-height)) !important;
  33. }
  34. .van-count-down {
  35. color: #A0D0FF !important;
  36. }
  37. }
  38. }
  39. .paymentContainer {
  40. font-size: 14px;
  41. padding: 12px 25px 20px 25px;
  42. // background: #FFFFFF;
  43. // box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
  44. // border-radius: 18px 18px 0px 0px;
  45. // :global {
  46. // .van-button {
  47. // // height: 40px;
  48. // // line-height: 40px;
  49. // // --van-button-default-height: 41px;
  50. // // background: linear-gradient(135deg, #31C7FF 0%, #007AFE 100%);
  51. // // font-size: 16px;
  52. // // color: #fff;
  53. // // font-weight: 500;
  54. // border: 0;
  55. // background: url('./images/btn1.png') no-repeat center;
  56. // background-size: contain;
  57. // }
  58. // }
  59. text-align: center;
  60. .submitBtn {
  61. // width: 100%;
  62. height: 54px;
  63. &.loading {
  64. opacity: 0.8;
  65. }
  66. }
  67. }
  68. .studentSection {
  69. margin: 0 7px 12px;
  70. padding: 0;
  71. // background: linear-gradient(180deg, rgba(219, 246, 253) 0%, rgba(255, 255, 255) 3%);
  72. // background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 4%, #FFFFFF 100%);
  73. border-radius: 16px;
  74. border: 6px solid rgba(255,255,255,0.56);
  75. }
  76. .registerForm {
  77. border-radius: 10px;
  78. background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 4%, #FFFFFF 100%);
  79. // margin: 0 12px;
  80. overflow: hidden;
  81. padding-top: 28px;
  82. .selectStudentGroup {
  83. margin-left: 10px;
  84. font-size: 14px;
  85. color: #1189FF;
  86. display: flex;
  87. align-items: center;
  88. justify-content: center;
  89. &.selectStudentGroupChecked {
  90. span::after {
  91. transform: rotate(180deg);
  92. }
  93. }
  94. span {
  95. display: flex;
  96. align-items: center;
  97. justify-content: center;
  98. &::after {
  99. display: inline-block;
  100. content: '';
  101. width: 9px;
  102. height: 5px;
  103. margin-left: 4px;
  104. background: url('../../student-register/images/new/icon-n-6.png') no-repeat center;
  105. background-size: contain;
  106. }
  107. }
  108. }
  109. :global {
  110. .van-cell {
  111. background-color: transparent;
  112. }
  113. }
  114. :global {
  115. .van-cell {
  116. padding: 13px 14px;
  117. }
  118. .van-field__label {
  119. font-size: 16px;
  120. color: #666666;
  121. line-height: 22px;
  122. display: flex;
  123. align-items: center;
  124. }
  125. .van-field__control {
  126. font-size: 16px;
  127. color: #131415;
  128. }
  129. }
  130. .codeText {
  131. color: #1189FF;
  132. font-size: 14px;
  133. // &.codeTextDisabled {
  134. // color: #ccc;
  135. // }
  136. }
  137. }
  138. .radioSection {
  139. position: relative;
  140. min-width: 32px;
  141. justify-content: center;
  142. // padding-left: 19px;
  143. // padding-right: 19px;
  144. padding: 5px 19px;
  145. font-size: 14px;
  146. font-weight: 500;
  147. border-radius: 6px;
  148. }
  149. .radioItem {
  150. position: absolute;
  151. top: 0;
  152. left: 0;
  153. right: 0;
  154. bottom: 0;
  155. opacity: 0;
  156. }
  157. .radioSection+.radioSection {
  158. margin-left: 12px;
  159. }
  160. .selectStudentPopup {
  161. :global {
  162. .van-popup__close-icon {
  163. color: #767C7F;
  164. }
  165. }
  166. }
  167. .studentSectionPopup {
  168. position: relative;
  169. width: 305px;
  170. background: linear-gradient( 181deg, #D0EFF7 0%, #81DEFE 100%);
  171. position: relative;
  172. padding: 6px;
  173. border-radius: 12px;
  174. .title2 {
  175. width: 201px;
  176. height: 44px;
  177. left: 50%;
  178. margin-left: -100px;
  179. top: -8px;
  180. position: absolute;
  181. z-index: 1;
  182. }
  183. }
  184. .studentInfo {
  185. border-radius: 12px;
  186. border: 1px solid #FFFFFF;
  187. padding: 4px;
  188. overflow: hidden;
  189. .studentInner {
  190. padding: 35px 15px 15px;
  191. background-color: #fff;
  192. border-radius: 12px;
  193. }
  194. .studentName {
  195. white-space: nowrap;
  196. overflow: hidden;
  197. text-overflow: ellipsis;
  198. padding-left: 20px;
  199. }
  200. :global {
  201. .van-cell {
  202. padding: 10px 0;
  203. &:first-child {
  204. padding-top: 0;
  205. border-top-left-radius: 12px;
  206. border-top-right-radius: 12px;
  207. }
  208. &:last-child {
  209. padding-bottom: 0;
  210. border-bottom-left-radius: 12px;
  211. border-bottom-right-radius: 12px;
  212. }
  213. }
  214. .van-cell__title {
  215. flex: 1 auto;
  216. font-size: 14px;
  217. color: #666666;
  218. line-height: 20px;
  219. flex-shrink: 0;
  220. span {
  221. color: #666666 !important;
  222. }
  223. }
  224. .van-cell__value {
  225. font-size: 14px;
  226. color: #131415;
  227. flex: 1 auto;
  228. line-height: 20px;
  229. span {
  230. color: #131415 !important;
  231. }
  232. }
  233. }
  234. }
  235. .studentBtnGroup {
  236. display: flex;
  237. align-items: center;
  238. justify-content: center;
  239. // padding-bottom: 5px;
  240. padding-top: 10px;
  241. margin-left: -15px;
  242. margin-right: -15px;
  243. .btn {
  244. width: 128px;
  245. // height: 40px;
  246. }
  247. .cancelBtn {
  248. margin-right: 10px;
  249. }
  250. :global {
  251. .van-button {
  252. --van-button-default-height: 40px;
  253. flex: 1;
  254. font-weight: 500;
  255. font-size: 16px;
  256. &+.van-button {
  257. margin-left: 15px;
  258. }
  259. }
  260. }
  261. }
  262. .registrationContainerTablet {
  263. .studentRegisterContainer {
  264. padding-top: 280px;
  265. }
  266. }