interviewInvitation.scss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  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. .cell-hover {
  88. background-color: rgba(0, 0, 0, 0.02);
  89. transition: background-color 0.1s ease;
  90. }
  91. }
  92. .explanation {
  93. color: rgba(158, 158, 158, 1);
  94. font-family: DM Sans;
  95. font-size: 20rpx;
  96. font-weight: 400;
  97. line-height: 26rpx;
  98. letter-spacing: 0%;
  99. }
  100. .note {
  101. .note-label {
  102. color: rgba(29, 33, 41, 1);
  103. font-family: DM Sans;
  104. font-size: 24rpx;
  105. font-weight: 500;
  106. line-height: 32rpx;
  107. letter-spacing: 0%;
  108. margin-bottom: 22rpx;
  109. }
  110. .note-time {
  111. padding: 36rpx 36rpx 0;
  112. margin-bottom: 0;
  113. }
  114. .uni-calendar--hook {
  115. width: 100%;
  116. ::v-deep .uni-calendar__content {
  117. background-color: initial;
  118. }
  119. ::v-deep .uni-calendar-item__weeks-box-item {
  120. width: initial !important;
  121. }
  122. }
  123. .textarea-wrapper {
  124. position: relative;
  125. .word-count {
  126. position: absolute;
  127. bottom: 20rpx;
  128. right: 20rpx;
  129. font-family: DM Sans;
  130. font-size: 22rpx;
  131. font-weight: 400;
  132. line-height: 26rpx;
  133. letter-spacing: 0.5%;
  134. }
  135. }
  136. ::v-deep uni-textarea {
  137. width: 100% !important;
  138. height: 170rpx;
  139. padding: 28rpx;
  140. background: rgba(240, 240, 240, 1);
  141. border-radius: 12rpx;
  142. box-sizing: border-box;
  143. color: #000;
  144. font-family: DM Sans;
  145. font-size: 22rpx;
  146. font-weight: 400;
  147. line-height: 30rpx;
  148. }
  149. .placeholder-text {
  150. color: rgba(153, 153, 153, 1);
  151. font-family: DM Sans;
  152. font-size: 20rpx;
  153. font-weight: 400;
  154. }
  155. }
  156. }
  157. }
  158. .btn {
  159. height: 58rpx;
  160. // padding: 16rpx 32rpx;
  161. border-radius: 999px;
  162. background: rgba(1, 107, 246, 1);
  163. color: rgba(255, 255, 255, 1);
  164. font-family: DM Sans;
  165. font-size: 24rpx;
  166. font-weight: 400;
  167. line-height: 58rpx;
  168. letter-spacing: 0%;
  169. text-align: center;
  170. margin: 28rpx 40rpx;
  171. }
  172. // 弹框
  173. .pop-content {
  174. height: 333px;
  175. padding: 24rpx 34rpx 0;
  176. display: flex;
  177. flex-direction: column;
  178. box-sizing: border-box;
  179. background: rgba(253, 253, 253, 1);
  180. .pop-title {
  181. padding: 16rpx 0;
  182. border-bottom: 1px solid rgba(153, 153, 153, 0.25);
  183. color: rgba(34, 37, 42, 1);
  184. font-family: DM Sans;
  185. font-size: 36rpx;
  186. font-weight: 500;
  187. letter-spacing: 0px;
  188. text-align: center;
  189. .note {
  190. margin: 16rpx 30rpx 0;
  191. color: rgba(34, 37, 42, 1);
  192. font-family: DM Sans;
  193. font-size: 24rpx;
  194. font-weight: 400;
  195. line-height: 32rpx;
  196. letter-spacing: 0px;
  197. text-align: left;
  198. }
  199. }
  200. .picker-view {
  201. flex: 1;
  202. ::v-deep uni-picker-view-column {
  203. text-align: center;
  204. }
  205. }
  206. .pop-card {
  207. flex: 1;
  208. overflow: auto;
  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. padding: 16rpx 32rpx;
  314. box-sizing: border-box;
  315. border: 1px solid rgba(255, 102, 0, 1);
  316. border-radius: 999px;
  317. background: rgba(255, 255, 255, 1);
  318. margin-bottom: 60rpx;
  319. color: rgba(1, 107, 246, 1);
  320. font-family: DM Sans;
  321. font-size: 32rpx;
  322. font-weight: 400;
  323. line-height: 48rpx;
  324. letter-spacing: 0%;
  325. }
  326. .btn-m {
  327. margin: 28rpx 0;
  328. }
  329. .pop-time-btn {
  330. margin-bottom: 22rpx;
  331. width: 100%;
  332. height: 100rpx;
  333. border-radius: 16rpx;
  334. background: rgba(1, 107, 246, 1);
  335. color: rgba(255, 255, 255, 1);
  336. font-family: DM Sans;
  337. font-size: 34rpx;
  338. font-weight: 400;
  339. line-height: 44rpx;
  340. letter-spacing: -0.41px;
  341. }
  342. }
  343. // 原则
  344. .pop-rules{
  345. width: 270px;
  346. border-radius: 20rpx;
  347. background: rgba(255, 255, 255, 1);
  348. color: rgba(158, 158, 158, 1);
  349. font-family: DM Sans;
  350. font-size: 20rpx;
  351. font-weight: 400;
  352. .pop-text{
  353. padding: 40rpx;
  354. .pop-rules-title {
  355. color: rgba(88, 88, 88, 1);
  356. font-size: 28rpx;
  357. font-weight: 700;
  358. line-height: 36rpx;
  359. letter-spacing: 0%;
  360. margin-bottom: 30rpx;
  361. }
  362. }
  363. .rules-btn{
  364. display: flex;
  365. border-top: 1rpx solid rgba(153, 153, 153, 0.2);
  366. box-sizing: border-box;
  367. .cancel,.guarantee{
  368. width: 50%;
  369. height:88rpx;
  370. font-family: DM Sans;
  371. font-size: 28rpx;
  372. font-weight: 500;
  373. line-height: 36rpx;
  374. letter-spacing: 0%;
  375. text-align: center;
  376. text-transform: uppercase;
  377. box-sizing: border-box;
  378. }
  379. .cancel{
  380. border-right: 1rpx solid rgba(153, 153, 153, 0.2);
  381. color: rgba(153, 153, 153, 0.5);
  382. }
  383. .guarantee{
  384. color: rgba(1, 107, 246, 1);
  385. }
  386. }
  387. .confirm {
  388. height: 80rpx;
  389. border-radius: 999px;
  390. background: linear-gradient(90.00deg, rgba(13, 39, 247, 1), rgba(19, 193, 234, 1) 100%);
  391. color: rgba(255, 255, 255, 1);
  392. font-family: DM Sans;
  393. font-size: 32rpx;
  394. font-weight: 400;
  395. line-height: 48rpx;
  396. letter-spacing: 0%;
  397. text-align: center;
  398. margin: 0 40rpx 40rpx;
  399. }
  400. }
  401. }
  402. ::v-deep .u-btn {
  403. padding: 0 !important;
  404. }
  405. ::v-deep .u-hairline-border:after {
  406. border: none !important;
  407. }