Angular job portal app
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

FInalInterview.module.scss 3.4 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .finalInterviewContent {
  2. display: fixed;
  3. height: 100vh;
  4. width: 100vw;
  5. .description {
  6. height: 80vh;
  7. ion-icon {
  8. width: 15rem;
  9. height: 10rem;
  10. width: 95%;
  11. margin: 0 auto;
  12. margin-top: 4rem;
  13. }
  14. .meet {
  15. h4 {
  16. color: #363636;
  17. text-align: center;
  18. font-size: 2.4rem;
  19. font-weight: 300;
  20. letter-spacing: 0.024rem;
  21. margin-top: 3rem;
  22. }
  23. p {
  24. color: #868686;
  25. font-size: 1.4rem;
  26. text-align: center;
  27. width: 90%;
  28. margin: 0 auto;
  29. margin-top: 2rem;
  30. line-height: 1.8;
  31. }
  32. }
  33. .countdown {
  34. display: flex;
  35. flex-direction: column;
  36. align-items: center;
  37. height: 45vh;
  38. justify-content: space-around;
  39. h4 {
  40. color: #363636;
  41. text-align: center;
  42. font-size: 2.4rem;
  43. font-weight: 300;
  44. letter-spacing: 0.024rem;
  45. }
  46. .timeLeft {
  47. .time {
  48. font-size: 3.6rem;
  49. font-weight: 600;
  50. color: #363636;
  51. letter-spacing: 0.036rem;
  52. }
  53. .days {
  54. font-size: 1.3rem;
  55. color: #9F9F9F;
  56. display: flex;
  57. justify-content: space-between;
  58. align-items: center;
  59. width: 95%;
  60. margin: 0 auto;
  61. text-align: center;
  62. }
  63. }
  64. .icon {
  65. width: 6rem;
  66. height: 6rem;
  67. background-color: #33CE93;
  68. border-radius: 50%;
  69. display: flex;
  70. align-items: center;
  71. justify-content: center;
  72. ion-icon {
  73. width: 2rem;
  74. height: 2rem;
  75. margin: 0;
  76. }
  77. }
  78. }
  79. }
  80. .techinicalInterviewBtn {
  81. text-decoration: none;
  82. ion-button {
  83. width: 95%;
  84. margin: 0 auto;
  85. margin-bottom: 0;
  86. --background: var(--primary-button-color);
  87. }
  88. }
  89. .buttonHolder {
  90. display: flex;
  91. justify-content: space-around;
  92. align-items: center;
  93. width: 95%;
  94. margin: 0 auto;
  95. a {
  96. text-decoration: none;
  97. }
  98. .dashboardButton {
  99. width: 18rem;
  100. ion-button {
  101. margin: 0;
  102. --border-style: solid;
  103. --border-width: 0.1rem;
  104. --border-color: var(--primary-button-color);
  105. --background: transparent;
  106. --color: var(--primary-button-color);
  107. font-size: 1.6rem;
  108. font-weight: 600;
  109. }
  110. }
  111. .nextStepButton {
  112. width: 18rem;
  113. margin-left: 1rem;
  114. ion-button {
  115. font-size: 1.6rem;
  116. font-weight: 600;
  117. --background: var(--primary-button-color);
  118. }
  119. }
  120. }
  121. }