detail.module.less 3.9 KB

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