index.module.less 5.7 KB

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