index.module.less 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. // .registerModal {
  2. // background: linear-gradient(180deg, #D0EFFD 0%, #DBF4FF 100%);
  3. // overflow-x: hidden;
  4. // overflow-y: scroll;
  5. // min-height: 100vh;
  6. // }
  7. .registerModal {
  8. min-height: 100vh;
  9. // background: #FFF4E2;
  10. background: linear-gradient(180deg, #C9EDFD 0%, #CCF0FF 100%);
  11. overflow: hidden;
  12. position: relative;
  13. --k-font-primary: #007AFE;
  14. .studentRegisterContainer {
  15. padding-top: 137px;
  16. background: url('../images/new/banner-bg2.png') no-repeat top center;
  17. background-size: contain;
  18. }
  19. }
  20. .studentSection {
  21. margin: 0 14px 12px;
  22. padding: 12px 15px;
  23. background: linear-gradient(180deg, rgba(219, 246, 253) 0%, rgba(255, 255, 255) 30%);
  24. border-radius: 16px;
  25. border: 2px solid #FFFFFF;
  26. &.studentSectionForm {
  27. padding: 12px 0;
  28. background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 10%);
  29. }
  30. &.noSendDay {
  31. padding-bottom: 0;
  32. }
  33. .title1,
  34. .title3 {
  35. width: 212px;
  36. height: 22px;
  37. background: url('../images/new/title-7.png') no-repeat center;
  38. background-size: contain;
  39. margin: 0 auto;
  40. }
  41. // .title2 {
  42. // width: 248px;
  43. // height: 22px;
  44. // background: url('../images/new/title-4.png') no-repeat center;
  45. // background-size: contain;
  46. // margin: 0 auto;
  47. // }
  48. .title3 {
  49. background: url('../images/new/title-6.png') no-repeat center;
  50. background-size: contain;
  51. }
  52. .goodsGroup {
  53. display: flex;
  54. align-items: center;
  55. margin-top: 29px;
  56. }
  57. }
  58. .memberNumer {
  59. margin: 12px 12px 0;
  60. background: linear-gradient(90deg, #FF8633 0%, #FFB047 100%);
  61. border-radius: 10px;
  62. padding: 12px 0 12px 16px;
  63. display: flex;
  64. align-items: center;
  65. font-size: 14px;
  66. color: #fff;
  67. font-weight: bold;
  68. .iconGift {
  69. width: 20px;
  70. height: 20px;
  71. margin-right: 6px;
  72. }
  73. }
  74. .infoTitle {
  75. width: 315px;
  76. height: 31px;
  77. display: block;
  78. margin: 14px auto 10px;
  79. }
  80. .registerForm {
  81. // background: #FFFFFF;
  82. // border-radius: 16px;
  83. border-radius: 18px;
  84. // margin: 0 12px;
  85. overflow: hidden;
  86. .selectStudentGroup {
  87. background: #EDF6FD;
  88. border-radius: 8px;
  89. margin: 20px 14px 0;
  90. padding: 8px 0;
  91. font-weight: 600;
  92. font-size: 16px;
  93. color: #1189FF;
  94. line-height: 22px;
  95. display: flex;
  96. align-items: center;
  97. justify-content: center;
  98. .studentIcon {
  99. display: inline-block;
  100. margin-right: 6px;
  101. width: 20px;
  102. height: 20px;
  103. background: url('../images/new/icon-n-5.png') no-repeat center;
  104. background-size: contain;
  105. &.selectStudentGroupChecked {
  106. span::after {
  107. transform: rotate(180deg);
  108. }
  109. }
  110. &.studentIconAdd {
  111. background: url('../images/new/icon-n-4.png') no-repeat center;
  112. background-size: contain;
  113. }
  114. }
  115. span {
  116. display: flex;
  117. align-items: center;
  118. justify-content: center;
  119. &::after {
  120. display: inline-block;
  121. content: '';
  122. width: 9px;
  123. height: 5px;
  124. margin-left: 5px;
  125. background: url('../images/new/icon-n-6.png') no-repeat center;
  126. background-size: contain;
  127. }
  128. }
  129. }
  130. :global {
  131. .van-cell {
  132. background-color: transparent;
  133. }
  134. }
  135. .fieldTipsGroup {
  136. margin: 0 14px 0;
  137. padding-bottom: 9px;
  138. }
  139. .fieldTips {
  140. font-size: 13px;
  141. color: #EC763B;
  142. line-height: 18px;
  143. background: #FFF8EB;
  144. border-radius: 4px;
  145. padding: 4px 10px;
  146. }
  147. .tips {
  148. display: inline-block;
  149. // padding-left: 5px;
  150. // padding-top: 2px;
  151. font-size: 12px;
  152. font-weight: 400;
  153. color: #777;
  154. line-height: 17px;
  155. }
  156. .username {
  157. padding-bottom: 8px !important;
  158. :global {
  159. .van-field__label {
  160. display: flex;
  161. align-items: center;
  162. width: 170px;
  163. }
  164. }
  165. }
  166. .countDown {
  167. min-width: 80px;
  168. text-align: center;
  169. font-size: 14px;
  170. color: #A0D0FF;
  171. }
  172. :global {
  173. .van-cell {
  174. padding: 18px 14px;
  175. }
  176. .van-field__label {
  177. font-size: 16px;
  178. color: #666666;
  179. line-height: 22px;
  180. }
  181. .van-field__control {
  182. font-size: 16px;
  183. color: #131415;
  184. }
  185. }
  186. .codeText {
  187. color: #1189FF;
  188. font-size: 14px;
  189. // &.codeTextDisabled {
  190. // color: #ccc;
  191. // }
  192. }
  193. .memberNumer {
  194. margin: 14px 12px 0;
  195. background: #E8F8FF;
  196. border-radius: 8px;
  197. padding: 8px 0 8px 10px;
  198. display: flex;
  199. align-items: center;
  200. font-weight: 600;
  201. font-size: 13px;
  202. color: #2B85FF;
  203. line-height: 18px;
  204. .iconGift {
  205. width: 18px;
  206. height: 18px;
  207. margin-right: 6px;
  208. }
  209. span {
  210. font-size: 15px;
  211. color: #F62C2C;
  212. padding: 0 5px;
  213. }
  214. }
  215. }
  216. .paymentContainer {
  217. display: flex;
  218. align-items: center;
  219. justify-content: space-between;
  220. font-size: 14px;
  221. padding: 16px 14px calc(16px + env(safe-area-inset-bottom)) 12px;
  222. background: #FFFFFF;
  223. box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
  224. border-radius: 18px 18px 0px 0px;
  225. .traditionBtn {
  226. flex: 1;
  227. text-align: center;
  228. :global {
  229. .van-button {
  230. width: 100%;
  231. max-width: 325px;
  232. }
  233. }
  234. }
  235. }
  236. .radioSection {
  237. position: relative;
  238. min-width: 32px;
  239. justify-content: center;
  240. width: 52px;
  241. height: 24px;
  242. background: linear-gradient(135deg, #31C7FF 0%, #007AFE 100%);
  243. border-radius: 6px;
  244. margin-left: 12px;
  245. }
  246. .radioItem {
  247. position: absolute;
  248. top: 0;
  249. left: 0;
  250. right: 0;
  251. bottom: 0;
  252. opacity: 0;
  253. }
  254. .radioSection+.radioSection {
  255. margin-left: 12px;
  256. }
  257. .giftTips {
  258. background: #E8F8FF;
  259. border-radius: 8px;
  260. display: flex;
  261. align-items: center;
  262. font-size: 13px;
  263. line-height: 18px;
  264. color: #131415;
  265. margin: 14px;
  266. padding: 6px 4px 6px 10px;
  267. >img {
  268. width: 18px;
  269. height: 18px;
  270. margin-right: 6px;
  271. }
  272. i {
  273. font-style: normal;
  274. font-size: 15px;
  275. color: #FD2C55;
  276. display: inline-block;
  277. margin: 0 3px;
  278. font-weight: 600;
  279. }
  280. span {
  281. display: flex;
  282. align-items: center;
  283. }
  284. }
  285. .agreeColumn {
  286. margin: 16px 14px;
  287. display: flex;
  288. align-items: center;
  289. >img {
  290. width: 14px;
  291. height: 14px;
  292. margin-right: 6px;
  293. }
  294. >p {
  295. font-size: 13px;
  296. color: #3C3C3C;
  297. i {
  298. font-style: normal;
  299. color: #247FFA;
  300. display: inline-block;
  301. }
  302. }
  303. }
  304. .username {
  305. padding-bottom: 8px !important;
  306. :global {
  307. .van-cell {
  308. &:after {
  309. border-bottom: 1px solid transparent !important;
  310. }
  311. }
  312. .van-field__label {
  313. display: flex;
  314. align-items: center;
  315. width: 170px;
  316. }
  317. }
  318. }
  319. .fieldTipsGroup {
  320. margin: 0 14px 0;
  321. padding-bottom: 9px;
  322. }
  323. .fieldTips {
  324. font-size: 13px;
  325. color: #EC763B;
  326. line-height: 18px;
  327. background: #FFF8EB;
  328. border-radius: 4px;
  329. padding: 4px 10px;
  330. }
  331. .codeText {
  332. color: #1189FF;
  333. font-size: 14px;
  334. // &.codeTextDisabled {
  335. // color: #ccc;
  336. // }
  337. }
  338. .countDown {
  339. min-width: 80px;
  340. text-align: center;
  341. font-size: 14px;
  342. color: #A0D0FF;
  343. }