interviewInvitation.scss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. height: 100vh;
  5. .detail-bg {
  6. height: 327px;
  7. width: 100%;
  8. background: linear-gradient(180deg, rgba(255, 102, 0, 1), rgba(255, 102, 0, 0) 100%);
  9. position: absolute;
  10. }
  11. .content {
  12. flex: 1;
  13. overflow: auto;
  14. display: flex;
  15. flex-direction: column;
  16. z-index: 0;
  17. padding: 40rpx 40rpx 0;
  18. .detail-title {
  19. color: #fff;
  20. font-size: 50rpx;
  21. font-weight: 500;
  22. font-family: DM Sans;
  23. }
  24. .card-box {
  25. margin: 20rpx 0;
  26. padding: 36rpx;
  27. box-sizing: border-box;
  28. border: 1rpx solid rgba(227, 231, 236, 1);
  29. border-radius: 12rpx;
  30. background: rgba(253, 253, 253, 1);
  31. .cell {
  32. height: 56rpx;
  33. margin-bottom: 12rpx;
  34. display: flex;
  35. align-items: center;
  36. .cell-label {
  37. width: 120rpx;
  38. margin-right: 24rpx;
  39. color: rgba(153, 153, 153, 1);
  40. font-family: DM Sans;
  41. font-size: 24rpx;
  42. font-weight: 400;
  43. line-height: 32rpx;
  44. letter-spacing: 0%;
  45. }
  46. ::v-deep .u-radio__icon-wrap {
  47. width: 32rpx !important;
  48. height: 32rpx !important;
  49. }
  50. ::v-deep .u-radio__label {
  51. color: rgba(23, 23, 37, 1);
  52. font-family: DM Sans;
  53. font-size: 24rpx;
  54. font-weight: 400;
  55. line-height: 48rpx;
  56. letter-spacing: 0.5%;
  57. margin-left: 8rpx !important;
  58. margin-right: 74rpx !important;
  59. }
  60. .cell-input {
  61. overflow: hidden;
  62. display: flex;
  63. align-items: center;
  64. justify-content: space-between;
  65. flex: 1;
  66. height: 56rpx;
  67. line-height: 56rpx;
  68. box-sizing: border-box;
  69. border: 1px solid rgba(0, 0, 0, 0.05);
  70. border-radius: 12rpx;
  71. padding: 0 20rpx;
  72. color: rgba(51, 51, 51, 1);
  73. font-family: DM Sans;
  74. font-size: 20rpx;
  75. font-weight: 400;
  76. letter-spacing: 0px;
  77. .cell-icon {
  78. width: 20rpx;
  79. height: 14rpx;
  80. flex-shrink: 0;
  81. margin-left: 10rpx;
  82. }
  83. }
  84. .flex-end {
  85. justify-content: flex-end;
  86. }
  87. }
  88. .explanation {
  89. color: rgba(158, 158, 158, 1);
  90. font-family: DM Sans;
  91. font-size: 20rpx;
  92. font-weight: 400;
  93. line-height: 26rpx;
  94. letter-spacing: 0%;
  95. }
  96. .note {
  97. .note-label {
  98. color: rgba(29, 33, 41, 1);
  99. font-family: DM Sans;
  100. font-size: 24rpx;
  101. font-weight: 500;
  102. line-height: 32rpx;
  103. letter-spacing: 0%;
  104. margin-bottom: 22rpx;
  105. }
  106. .note-time {
  107. padding: 36rpx 36rpx 0;
  108. margin-bottom: 0;
  109. }
  110. .uni-calendar--hook {
  111. width: 100%;
  112. ::v-deep .uni-calendar__content {
  113. background-color: initial;
  114. }
  115. ::v-deep .uni-calendar-item__weeks-box-item {
  116. width: initial !important;
  117. }
  118. }
  119. .textarea-wrapper {
  120. position: relative;
  121. .word-count {
  122. position: absolute;
  123. bottom: 20rpx;
  124. right: 20rpx;
  125. font-family: DM Sans;
  126. font-size: 22rpx;
  127. font-weight: 400;
  128. line-height: 26rpx;
  129. letter-spacing: 0.5%;
  130. }
  131. }
  132. ::v-deep uni-textarea {
  133. width: 100% !important;
  134. height: 170rpx;
  135. padding: 28rpx;
  136. background: rgba(240, 240, 240, 1);
  137. border-radius: 12rpx;
  138. box-sizing: border-box;
  139. color: #000;
  140. font-family: DM Sans;
  141. font-size: 22rpx;
  142. font-weight: 400;
  143. line-height: 30rpx;
  144. }
  145. .placeholder-text {
  146. color: rgba(153, 153, 153, 1);
  147. font-family: DM Sans;
  148. font-size: 20rpx;
  149. font-weight: 400;
  150. }
  151. }
  152. }
  153. }
  154. .btn {
  155. height: 58rpx;
  156. // padding: 16rpx 32rpx;
  157. border-radius: 999px;
  158. background: rgba(1, 107, 246, 1);
  159. color: rgba(255, 255, 255, 1);
  160. font-family: DM Sans;
  161. font-size: 24rpx;
  162. font-weight: 400;
  163. line-height: 58rpx;
  164. letter-spacing: 0%;
  165. text-align: center;
  166. margin: 28rpx 40rpx;
  167. &:active{
  168. background: rgba(1, 107, 246, 0.8);
  169. }
  170. }
  171. // 弹框
  172. .pop-content {
  173. height: 333px;
  174. padding: 24rpx 34rpx 0;
  175. display: flex;
  176. flex-direction: column;
  177. box-sizing: border-box;
  178. background: rgba(253, 253, 253, 1);
  179. .pop-title {
  180. padding: 16rpx 0;
  181. border-bottom: 1px solid rgba(153, 153, 153, 0.25);
  182. color: rgba(34, 37, 42, 1);
  183. font-family: DM Sans;
  184. font-size: 36rpx;
  185. font-weight: 500;
  186. letter-spacing: 0px;
  187. text-align: center;
  188. .note {
  189. margin: 16rpx 30rpx 0;
  190. color: rgba(34, 37, 42, 1);
  191. font-family: DM Sans;
  192. font-size: 24rpx;
  193. font-weight: 400;
  194. line-height: 32rpx;
  195. letter-spacing: 0px;
  196. text-align: left;
  197. }
  198. }
  199. .picker-view {
  200. flex: 1;
  201. ::v-deep uni-picker-view-column {
  202. text-align: center;
  203. }
  204. }
  205. .pop-card {
  206. flex: 1;
  207. overflow: auto;
  208. margin-bottom: 24rpx;
  209. .pop-card-item {
  210. margin: 33rpx 0;
  211. box-sizing: border-box;
  212. height: 96rpx;
  213. padding: 24rpx 32rpx;
  214. box-sizing: border-box;
  215. border: 1px solid rgba(227, 231, 236, 1);
  216. border-radius: 48rpx;
  217. background: rgba(255, 255, 255, 1);
  218. display: flex;
  219. align-items: center;
  220. color: rgba(23, 23, 37, 1);
  221. font-family: DM Sans;
  222. font-size: 28rpx;
  223. font-weight: 400;
  224. letter-spacing: 0.5%;
  225. .pop-tag {
  226. margin-left: 32rpx;
  227. display: flex;
  228. align-items: center;
  229. color: rgba(153, 153, 153, 1);
  230. font-family: DM Sans;
  231. font-size: 20rpx;
  232. font-weight: 400;
  233. letter-spacing: 0.5%;
  234. }
  235. }
  236. .person-item {
  237. box-sizing: border-box;
  238. border: 1px solid rgba(227, 231, 236, 1);
  239. border-radius: 48rpx;
  240. background: rgba(255, 255, 255, 1);
  241. height: 96rpx;
  242. padding: 24rpx 32rpx;
  243. margin: 24rpx 0;
  244. display: flex;
  245. align-items: center;
  246. color: rgba(1, 107, 246, 1);
  247. font-family: DM Sans;
  248. font-size: 28rpx;
  249. font-weight: 400;
  250. line-height: 48rpx;
  251. letter-spacing: 0.5%;
  252. .pop-phone {
  253. margin: 0 32rpx;
  254. flex: 1;
  255. font-size: 20rpx;
  256. }
  257. .pop-icon {
  258. width: 24.57px;
  259. height: 24px;
  260. }
  261. }
  262. }
  263. .pop-method {
  264. display: flex;
  265. flex-wrap: wrap;
  266. gap: 16rpx 24rpx;
  267. margin-top: 28rpx;
  268. overflow: auto;
  269. .method-item {
  270. width: calc((100% - 24rpx) / 2);
  271. height: 68rpx;
  272. line-height: 68rpx;
  273. text-align: center;
  274. box-sizing: border-box;
  275. border-radius: 16rpx;
  276. font-family: DM Sans;
  277. font-size: 28rpx;
  278. font-weight: 400;
  279. letter-spacing: 0px;
  280. background: rgba(245, 248, 254, 1);
  281. color: rgba(153, 153, 153, 1);
  282. border: 1rpx solid rgba(245, 248, 254, 1);
  283. }
  284. .active-item {
  285. background: rgba(252, 233, 220, 1);
  286. color: rgba(1, 107, 246, 1);
  287. border: 1rpx solid rgba(1, 107, 246, 1);
  288. }
  289. .method-text {
  290. border-radius: 12rpx;
  291. background: rgba(240, 240, 240, 1);
  292. width: 100%;
  293. margin: 26rpx 0 50rpx;
  294. box-sizing: border-box;
  295. ::v-deep uni-textarea {
  296. width: 100% !important;
  297. height: 170rpx;
  298. padding: 28rpx;
  299. background: rgba(240, 240, 240, 1);
  300. border-radius: 12rpx;
  301. box-sizing: border-box;
  302. color: #000;
  303. font-family: DM Sans;
  304. font-size: 22rpx;
  305. font-weight: 400;
  306. line-height: 30rpx;
  307. }
  308. }
  309. }
  310. .pop-btn {
  311. width: 100%;
  312. height: 80rpx;
  313. box-sizing: border-box;
  314. border: 1px solid rgba(255, 102, 0, 1);
  315. border-radius: 999px;
  316. background: rgba(255, 255, 255, 1);
  317. margin-bottom: 60rpx;
  318. color: rgba(1, 107, 246, 1);
  319. font-family: DM Sans;
  320. font-size: 32rpx;
  321. font-weight: 400;
  322. line-height: 80rpx;
  323. letter-spacing: 0%;
  324. &:active{
  325. background-color: rgba(0, 0, 0, 0.02);
  326. }
  327. }
  328. .btn-m {
  329. margin: 28rpx 0;
  330. }
  331. .pop-time-btn {
  332. margin-bottom: 22rpx;
  333. width: 100%;
  334. height: 100rpx;
  335. border-radius: 16rpx;
  336. background: rgba(1, 107, 246, 1);
  337. color: rgba(255, 255, 255, 1);
  338. font-family: DM Sans;
  339. font-size: 34rpx;
  340. font-weight: 400;
  341. line-height: 100rpx;
  342. letter-spacing: -0.41px;
  343. &:active{
  344. background: rgba(1, 107, 246, 0.8);
  345. }
  346. }
  347. }
  348. // 原则
  349. .pop-rules{
  350. width: 270px;
  351. border-radius: 20rpx;
  352. background: rgba(255, 255, 255, 1);
  353. color: rgba(158, 158, 158, 1);
  354. font-family: DM Sans;
  355. font-size: 20rpx;
  356. font-weight: 400;
  357. .pop-text{
  358. padding: 40rpx;
  359. .pop-rules-title {
  360. color: rgba(88, 88, 88, 1);
  361. font-size: 28rpx;
  362. font-weight: 700;
  363. line-height: 36rpx;
  364. letter-spacing: 0%;
  365. margin-bottom: 30rpx;
  366. }
  367. }
  368. .rules-btn{
  369. display: flex;
  370. border-top: 1rpx solid rgba(153, 153, 153, 0.2);
  371. box-sizing: border-box;
  372. .cancel,.guarantee{
  373. width: 50%;
  374. height:88rpx;
  375. font-family: DM Sans;
  376. font-size: 28rpx;
  377. font-weight: 500;
  378. line-height: 88rpx;
  379. letter-spacing: 0%;
  380. text-align: center;
  381. text-transform: uppercase;
  382. box-sizing: border-box;
  383. border-radius: 0 !important;
  384. background-color:#fff;
  385. }
  386. .cancel{
  387. border-right: 1rpx solid rgba(153, 153, 153, 0.2);
  388. color: rgba(153, 153, 153, 0.5);
  389. &:active{
  390. background-color: rgba(0, 0, 0, 0.02);
  391. }
  392. }
  393. .guarantee{
  394. color: rgba(1, 107, 246, 1);
  395. &:active{
  396. background-color: rgba(0, 0, 0, 0.02);
  397. }
  398. }
  399. }
  400. .confirm {
  401. height: 80rpx;
  402. border-radius: 999px;
  403. background: linear-gradient(90.00deg, rgba(13, 39, 247, 1), rgba(19, 193, 234, 1) 100%);
  404. color: rgba(255, 255, 255, 1);
  405. font-family: DM Sans;
  406. font-size: 32rpx;
  407. font-weight: 400;
  408. line-height: 80rpx;
  409. letter-spacing: 0%;
  410. text-align: center;
  411. margin: 0 40rpx 40rpx;
  412. &:active{
  413. background: linear-gradient(90.00deg, rgba(13, 39, 247, 0.8), rgba(19, 193, 234, 0.8) 100%);
  414. }
  415. }
  416. }
  417. }
  418. ::v-deep .u-btn {
  419. padding: 0 !important;
  420. }
  421. ::v-deep uni-button:after {
  422. border: none !important;
  423. }
  424. .cell-hover {
  425. background-color: rgba(0, 0, 0, 0.02);
  426. transition: background-color 0.1s ease;
  427. }