index.module.less 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. .container {
  2. max-width: 750Px;
  3. min-height: 100vh;
  4. background-color: rgba(96, 166, 241, 1);
  5. background-image: url('./images/icon_bg.png');
  6. background-repeat: no-repeat;
  7. background-size: 100%;
  8. padding-top: 30Px;
  9. margin: 0 auto;
  10. .titleIcon {
  11. display: block;
  12. max-width: 100%;
  13. height: 26Px;
  14. margin: 8px auto;
  15. }
  16. }
  17. .schoolName {
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. font-size: 15px;
  22. font-family: PingFangSC-Regular, PingFang SC;
  23. font-weight: 400;
  24. color: #FFFFFF;
  25. line-height: 21px;
  26. text-align: center;
  27. }
  28. .teacherIcon {
  29. position: relative;
  30. width: 265Px;
  31. height: 277Px;
  32. margin: 0 auto;
  33. &>img {
  34. display: block;
  35. width: 100%;
  36. height: 100%;
  37. }
  38. }
  39. .toggleBtn {
  40. position: absolute;
  41. left: 50%;
  42. bottom: 0;
  43. width: 96Px;
  44. height: 34Px;
  45. background: url('./images/icon_rect.png') no-repeat center center / 100% 100%;
  46. transform: translate(-50%, 0);
  47. display: flex;
  48. align-items: center;
  49. justify-content: center;
  50. font-size: 16Px;
  51. font-weight: 600;
  52. color: #131415;
  53. &>img {
  54. width: 16Px;
  55. height: 16Px;
  56. margin-left: 8Px;
  57. }
  58. }
  59. .contentWrap {
  60. padding: 16Px 16Px 32Px;
  61. .content {
  62. background: rgba(255, 255, 255, 0.5);
  63. border-radius: 20Px;
  64. border: 2px solid #FFFFFF;
  65. border-bottom: none;
  66. padding: 6Px;
  67. }
  68. .group {
  69. border-radius: 14Px;
  70. overflow: hidden;
  71. padding: 14Px 0 20Px;
  72. :global {
  73. .van-field__body {
  74. background: #F1F7FC;
  75. border-radius: 20Px;
  76. height: 40Px;
  77. padding: 0 15Px;
  78. }
  79. .van-field__control {
  80. font-size: 14px;
  81. }
  82. input::-webkit-input-placeholder {
  83. color: #94ACC8;
  84. }
  85. .van-cell {
  86. padding: 8Px 15Px;
  87. }
  88. }
  89. }
  90. .inputCode {
  91. :global {
  92. .van-field__control {
  93. border-right: 1.5px solid #1677FF;
  94. line-height: 16px;
  95. border-top-right-radius: 0;
  96. border-bottom-right-radius: 0;
  97. }
  98. .van-field__button {
  99. height: 100%;
  100. }
  101. .van-button--disabled {
  102. color: #94ACC8;
  103. }
  104. }
  105. }
  106. .sendBtn {
  107. border: none;
  108. background-color: transparent;
  109. width: 100Px;
  110. color: #1677FF;
  111. font-size: 14Px;
  112. padding: 0;
  113. height: 100%;
  114. &::before {
  115. display: none;
  116. }
  117. }
  118. }
  119. .tips {
  120. font-size: 12Px;
  121. font-family: PingFangSC-Regular, PingFang SC;
  122. font-weight: 400;
  123. color: #FD5160;
  124. line-height: 17Px;
  125. padding: 6Px 0;
  126. text-align: center;
  127. }
  128. .xieyiWrap {
  129. display: flex;
  130. justify-content: center;
  131. padding: 6Px 0;
  132. :global {
  133. .van-checkbox__icon {
  134. transform: scale(0.7);
  135. }
  136. }
  137. }
  138. .xieyi {
  139. color: #94ACC8;
  140. font-size: 12Px;
  141. }
  142. .submit {
  143. padding: 20Px 15Px 0;
  144. :global {
  145. .van-button {
  146. background: linear-gradient(135deg, #00B9FF 0%, #007AFF 100%);
  147. height: 44Px;
  148. color: #fff;
  149. padding: 0;
  150. border: none;
  151. }
  152. }
  153. }
  154. .successWrap {
  155. position: relative;
  156. max-width: 76vw;
  157. display: flex;
  158. flex-direction: column;
  159. align-items: center;
  160. .p1 {
  161. position: absolute;
  162. max-width: 94vw;
  163. transform: translate(12Px, -84Px);
  164. }
  165. .p2 {
  166. max-width: 100%;
  167. position: relative;
  168. z-index: 1;
  169. }
  170. .btnWrap {
  171. position: relative;
  172. top: -2Px;
  173. display: flex;
  174. flex-direction: column;
  175. align-items: center;
  176. background-color: #fff;
  177. width: 100%;
  178. border-radius: 0 0 16Px 16Px;
  179. padding: 0 0 20Px 0;
  180. .btnTitle {
  181. font-size: 17Px;
  182. font-family: PingFangSC-Semibold, PingFang SC;
  183. font-weight: 600;
  184. color: #021F67;
  185. line-height: 24Px;
  186. padding: 15Px 0;
  187. text-align: center;
  188. }
  189. .btnDes {
  190. font-size: 15Px;
  191. font-family: PingFangSC-Regular, PingFang SC;
  192. font-weight: 400;
  193. color: #777777;
  194. line-height: 21Px;
  195. text-align: center;
  196. padding-bottom: 20Px;
  197. }
  198. .btn {
  199. width: 172Px;
  200. height: 40Px;
  201. font-size: 16Px;
  202. font-family: PingFangSC-Semibold, PingFang SC;
  203. font-weight: 600;
  204. color: #EEF8FE;
  205. line-height: 22Px;
  206. background: linear-gradient(135deg, #00B9FF 0%, #007AFF 100%);
  207. margin: 0 auto;
  208. }
  209. }
  210. }