manage-teacher-register.module.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. html,
  2. body,
  3. p,
  4. div,
  5. span {
  6. padding: 0;
  7. margin: 0;
  8. border: 0;
  9. }
  10. .van-field--error .van-field__control,
  11. .van-field--error .van-field__control::placeholder {
  12. color: #c8c9cc;
  13. -webkit-text-fill-color: currentColor;
  14. }
  15. .register {
  16. background: url('./images/banner.png') no-repeat top center #f8f8f8;
  17. background-size: contain;
  18. max-width: 750px;
  19. margin: 0 auto;
  20. min-height: 100vh;
  21. overflow: hidden;
  22. :global {
  23. .van-cell {
  24. flex-direction: column;
  25. font-size: 16px;
  26. padding: 14px 13px;
  27. }
  28. .van-field__label {
  29. width: 100%;
  30. margin-right: 0;
  31. color: #333;
  32. font-size: 16px;
  33. font-weight: 500;
  34. }
  35. .van-cell--required::before {
  36. left: 15px;
  37. }
  38. .van-field__body {
  39. margin-top: 10px;
  40. }
  41. .van-form {
  42. margin-top: 174px;
  43. /* background: #F8F8F8; */
  44. overflow: hidden;
  45. /* margin: 290px 13px 14px; */
  46. }
  47. .van-tag + .van-tag {
  48. margin-left: 8px;
  49. }
  50. }
  51. }
  52. .banner,
  53. .banner img {
  54. width: 100%;
  55. font-size: 0;
  56. }
  57. .btn-submit {
  58. width: 90%;
  59. margin: 20px auto;
  60. }
  61. .system h2 {
  62. font-size: 18px;
  63. font-weight: 500;
  64. margin: 10px 24px;
  65. color: #444444;
  66. }
  67. .system .van-cell--required::before {
  68. left: 25px;
  69. }
  70. .cell-group {
  71. margin: 0 13px 14px;
  72. border-radius: 10px;
  73. padding-bottom: 10px;
  74. }
  75. .top-tips {
  76. margin: 30px 13px 20px;
  77. padding: 9px 7px;
  78. background: #ffffff;
  79. border-radius: 10px;
  80. border: 5px solid #be93ff;
  81. font-size: 14px;
  82. font-weight: 500;
  83. color: #724da9;
  84. line-height: 20px;
  85. }
  86. .title {
  87. position: absolute;
  88. top: 0;
  89. left: 0;
  90. padding: 115px 24px 0;
  91. width: 57%;
  92. /* height: 154px; */
  93. font-size: 28px;
  94. font-weight: 600;
  95. color: #ffffff;
  96. line-height: 34px;
  97. letter-spacing: 1px;
  98. /* text-shadow: 0px 2px 3px rgba(0, 75, 255, 0.5); */
  99. }
  100. .tips {
  101. font-size: 16px;
  102. font-weight: 500;
  103. color: #ffffff;
  104. line-height: 22px;
  105. text-shadow: 0px 1px 5px #ff5e20;
  106. display: flex;
  107. align-items: center;
  108. }
  109. .tips img {
  110. margin-right: 8px;
  111. width: 18px;
  112. height: 18px;
  113. }
  114. .radioSection {
  115. position: relative;
  116. }
  117. .radioItem {
  118. position: absolute;
  119. top: 0;
  120. left: 0;
  121. right: 0;
  122. bottom: 0;
  123. opacity: 0;
  124. }
  125. .radioSection + .radioSection {
  126. margin-left: 12px;
  127. }
  128. .van-picker__confirm {
  129. color: #f67146 !important;
  130. }
  131. /* 弹窗 */
  132. .stautsS {
  133. position: relative;
  134. }
  135. .submit-container {
  136. padding: 20px 26px 26px;
  137. text-align: center;
  138. }
  139. .icon-close {
  140. position: absolute;
  141. width: 26px;
  142. height: 26px;
  143. top: 12px;
  144. right: 12px;
  145. }
  146. .submit-img {
  147. width: 100%;
  148. }
  149. .submit-title {
  150. font-size: 18px;
  151. font-weight: 500;
  152. color: #333333;
  153. line-height: 25px;
  154. }
  155. .submit-o {
  156. padding-top: 10px;
  157. font-size: 15px;
  158. font-weight: 500;
  159. color: #333333;
  160. line-height: 21px;
  161. }
  162. .submit-o span {
  163. color: #f67146;
  164. }
  165. .submit-tips {
  166. font-size: 14px;
  167. color: #777777;
  168. line-height: 20px;
  169. padding-top: 5px;
  170. padding-bottom: 20px;
  171. }
  172. .submit-container .van-button {
  173. font-size: 18px;
  174. font-weight: 500;
  175. }
  176. .cell_title {
  177. margin: 0 13px 8px;
  178. display: inline-block;
  179. padding: 2px 6px 3px;
  180. background: #64a9ff;
  181. border-radius: 6px;
  182. font-size: 15px;
  183. font-weight: 600;
  184. color: #ffffff;
  185. }
  186. .protocol {
  187. display: flex;
  188. align-items: center;
  189. justify-content: center;
  190. font-size: 12px;
  191. color: #aaaaaa;
  192. line-height: 17px;
  193. }
  194. .protocol .c {
  195. color: #f67146;
  196. }
  197. .phoneTips {
  198. margin: 12px 12px 3px;
  199. background: #ffebdd;
  200. border-radius: 6px;
  201. font-size: 13px;
  202. color: #f67146;
  203. padding: 9px 10px;
  204. }