index.module.less 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. .resjetStudentWrap {
  2. width: 100%;
  3. height: 891px;
  4. position: relative;
  5. .bgWrap {
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. width: 100%;
  10. height: 891px;
  11. }
  12. .rejectLogo {
  13. width: 163px;
  14. height: 22px;
  15. position: absolute;
  16. left: 50%;
  17. margin-left: -82px;
  18. z-index: 100;
  19. top: 27px;
  20. }
  21. .studentText {
  22. width: 133px;
  23. height: 32px;
  24. position: absolute;
  25. left: 50%;
  26. margin-left: -68px;
  27. top: 69px;
  28. z-index: 100;
  29. }
  30. .schoolNameWrap {
  31. position: absolute;
  32. z-index: 10;
  33. display: flex;
  34. flex-direction: row;
  35. align-items: center;
  36. justify-content: center;
  37. width: 100%;
  38. top: 122px;
  39. font-size: 15px;
  40. font-family: PingFangSC-Regular, PingFang SC;
  41. font-weight: 400;
  42. color: #b21f3b;
  43. line-height: 21px;
  44. .rejectSchool {
  45. width: 17px;
  46. height: 17px;
  47. margin-right: 8px;
  48. }
  49. }
  50. .centerLogo {
  51. width: 375px;
  52. height: 354px;
  53. z-index: 10;
  54. position: absolute;
  55. top: 142px;
  56. }
  57. .infoWrap {
  58. padding: 12px 12px 0;
  59. top: 326px;
  60. position: relative;
  61. width: 371px;
  62. height: 565px;
  63. background: linear-gradient(180deg,
  64. rgba(255, 255, 255, 0.22) 0%,
  65. rgba(255, 255, 255, 0) 100%);
  66. box-sizing: border-box;
  67. border-radius: 20px 20px 0 0;
  68. border: 2px solid #ffffff;
  69. border-bottom: none;
  70. z-index: 20;
  71. .infoWrapCore {
  72. background-color: #fff;
  73. height: 443px;
  74. background: #ffffff;
  75. border-radius: 18px;
  76. overflow: hidden;
  77. position: relative;
  78. .subTitle {
  79. position: relative;
  80. width: 271px;
  81. height: 26px;
  82. margin-top: 16px;
  83. left: 50%;
  84. margin-left: -135px;
  85. }
  86. }
  87. }
  88. }
  89. .group {
  90. overflow: hidden;
  91. padding: 14px 0 20px;
  92. .noArrow {
  93. :global {
  94. .van-field__body {
  95. padding-right: 20px;
  96. }
  97. }
  98. }
  99. :global {
  100. .van-cell {
  101. line-height: 40px;
  102. }
  103. .van-field__label {
  104. font-size: 16px;
  105. font-weight: 600;
  106. color: #714923;
  107. }
  108. .van-field__body {
  109. height: 40px;
  110. // padding: 0 15px;
  111. }
  112. .van-field__control {
  113. font-size: 14px;
  114. }
  115. input::-webkit-input-placeholder {
  116. color: #d8a673;
  117. }
  118. .van-cell {
  119. padding: 8px 15px;
  120. }
  121. }
  122. }
  123. .inputCode {
  124. :global {
  125. .van-field__control {
  126. position: relative;
  127. top: 3px;
  128. border-right: 1.5px solid #d8a673;
  129. line-height: 16px;
  130. border-top-right-radius: 0;
  131. border-bottom-right-radius: 0;
  132. margin-right: 10px;
  133. padding-right: 10px;
  134. }
  135. .van-field__button {
  136. height: 100%;
  137. }
  138. .van-button--disabled {
  139. color: #94acc8;
  140. }
  141. }
  142. }
  143. .tips {
  144. box-sizing: border-box;
  145. width: 320px;
  146. font-size: 13px;
  147. font-family: PingFangSC-Regular, PingFang SC;
  148. font-weight: 400;
  149. color: #fd5160;
  150. line-height: 34px;
  151. padding: 0 8px;
  152. text-align: left;
  153. background: #ffebeb;
  154. border-radius: 8px;
  155. margin-top: 10px;
  156. left: 50%;
  157. position: relative;
  158. margin-left: -160px;
  159. }
  160. .sendBtn {
  161. border: none;
  162. background-color: transparent;
  163. width: 80px;
  164. color: #fe2451;
  165. font-size: 14px;
  166. padding: 0;
  167. height: 44px !important;
  168. line-height: 44px;
  169. &::before {
  170. display: none;
  171. }
  172. }
  173. .rejectBtn {
  174. width: 303px;
  175. height: 50px;
  176. position: relative;
  177. left: 50%;
  178. margin-left: -151px;
  179. margin-top: 24px;
  180. }
  181. .showWrap {
  182. width: 264px;
  183. height: 326px;
  184. position: absolute;
  185. top: 212px;
  186. left: 50%;
  187. margin-left: -132px;
  188. background-color: #fff;
  189. z-index: 1001;
  190. box-shadow: 1px 1px 9px 0px rgba(149, 145, 145, 0.07);
  191. border-radius: 12px 12px;
  192. position: relative;
  193. .showWrapTop {
  194. width: 264px;
  195. height: 130px;
  196. position: relative;
  197. top: -23px;
  198. }
  199. h2 {
  200. margin-top: 3px;
  201. height: 25px;
  202. font-size: 18px;
  203. font-weight: 500;
  204. color: #333333;
  205. line-height: 25px;
  206. text-align: center;
  207. margin-bottom: 11px;
  208. }
  209. h4 {
  210. font-size: 15px;
  211. font-weight: 500;
  212. color: #333333;
  213. text-align: center;
  214. margin-bottom: 11px;
  215. span {
  216. color: #fe2451;
  217. font-weight: bold;
  218. }
  219. }
  220. p {
  221. font-size: 14px;
  222. font-weight: 400;
  223. color: #777777;
  224. line-height: 20px;
  225. text-align: center;
  226. margin-bottom: 22px;
  227. }
  228. .downApp {
  229. width: 200px;
  230. height: 40px;
  231. background: #fe2451;
  232. border-radius: 39px;
  233. font-size: 18px;
  234. font-family: PingFangSC-Medium, PingFang SC;
  235. font-weight: 500;
  236. color: #ffffff;
  237. text-align: center;
  238. line-height: 40px;
  239. position: relative;
  240. left: 50%;
  241. margin-left: -100px;
  242. }
  243. }
  244. .secondWrap {
  245. width: 294px;
  246. // height: 182px;
  247. background: #ffffff;
  248. border-radius: 12px;
  249. padding: 15px 21px 21px;
  250. h2 {
  251. height: 24px;
  252. font-size: 17px;
  253. font-weight: 600;
  254. color: #333333;
  255. line-height: 24px;
  256. margin-bottom: 10px;
  257. text-align: center;
  258. }
  259. p {
  260. font-size: 15px;
  261. font-weight: 400;
  262. color: #666666;
  263. line-height: 24px;
  264. text-align: center;
  265. margin-bottom: 3px;
  266. span {
  267. color: #fe2451;
  268. font-weight: bold;
  269. }
  270. }
  271. .buttonWrap {
  272. margin-top: 24px;
  273. box-sizing: border-box;
  274. width: 100%;
  275. display: flex;
  276. flex-direction: row;
  277. align-items: center;
  278. justify-content: center;
  279. .closeBtn {
  280. width: 120px;
  281. height: 40px;
  282. background: #ffffff;
  283. border-radius: 20px;
  284. border: 1px solid #dbdbdb;
  285. line-height: 40px;
  286. font-size: 14px;
  287. font-weight: 400;
  288. color: #333333;
  289. text-align: center;
  290. margin-right: 12px;
  291. }
  292. .submitBtn {
  293. width: 120px;
  294. height: 40px;
  295. background: #fe2451;
  296. border-radius: 20px;
  297. border: 1px solid #dbdbdb;
  298. line-height: 40px;
  299. font-size: 14px;
  300. font-weight: 400;
  301. color: #fff;
  302. text-align: center;
  303. }
  304. }
  305. }