recruitment.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. page {
  2. background-color: #f2f2f2;
  3. }
  4. .recruitment {
  5. background-color: #f2f2f2;
  6. &-unavbar {
  7. ::v-deep .u-border-bottom:after {
  8. border-bottom-width: 0 !important;
  9. }
  10. }
  11. &-usearch {
  12. margin: 20rpx 30rpx 0;
  13. }
  14. &-recommend {
  15. &-card {
  16. margin: 20rpx 30rpx 0 !important;
  17. .recommend-card-head {
  18. display: flex;
  19. flex-wrap: wrap;
  20. justify-content: space-between;
  21. &-title {
  22. font-size: 36rpx;
  23. font-family: PingFangSC-Regular, PingFang SC;
  24. font-weight: bold;
  25. color: #000000;
  26. line-height: 50rpx;
  27. letter-spacing: 1px;
  28. }
  29. &-subtitle {
  30. font-size: 28rpx;
  31. font-family: PingFangSC-Regular, PingFang SC;
  32. font-weight: 400;
  33. color: #a3a3a3;
  34. line-height: 50rpx;
  35. letter-spacing: 1px;
  36. }
  37. }
  38. ::v-deep .u-card__body {
  39. padding: 30rpx 16px 0 !important;
  40. }
  41. .recommend-card-body {
  42. .recommend-card-content {
  43. height: 240rpx !important;
  44. .swiper-item {
  45. margin-right: 14rpx;
  46. text-align: center;
  47. .img {
  48. // box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.23);
  49. margin-bottom: 20rpx;
  50. border: solid 1px #e0e0e0;
  51. border-radius: 10rpx;
  52. }
  53. .subject {
  54. width: 100%;
  55. text-align: center;
  56. font-size: 24rpx;
  57. font-family: PingFangSC-Regular, PingFang SC;
  58. font-weight: bold;
  59. color: #000000;
  60. line-height: 33rpx;
  61. letter-spacing: 1px;
  62. white-space: nowrap;
  63. overflow: hidden;
  64. text-overflow: ellipsis;
  65. }
  66. .post {
  67. width: 100%;
  68. font-size: 22rpx;
  69. font-family: PingFangSC-Regular, PingFang SC;
  70. font-weight: 400;
  71. color: #6f6f6f;
  72. line-height: 30rpx;
  73. letter-spacing: 1px;
  74. .postlink {
  75. color: $u-type-warning;
  76. }
  77. }
  78. }
  79. .lookmore {
  80. background-color: #e2e2e2;
  81. text-align: center;
  82. line-height: 101rpx;
  83. border-radius: 10rpx;
  84. .moretext {
  85. color: #777;
  86. font-size: 28rpx;
  87. }
  88. }
  89. }
  90. }
  91. }
  92. }
  93. &-tabs {
  94. padding: 0 30rpx 10rpx;
  95. }
  96. &-dataarea {
  97. padding: 0 30rpx 30rpx;
  98. width: 100%;
  99. &-card {
  100. display: flex;
  101. align-items: center;
  102. margin-top: 20rpx;
  103. padding: 32rpx;
  104. background-color: #ffffff;
  105. border-radius: 10rpx;
  106. &:nth-last-child(2) {
  107. margin-bottom: 30rpx;
  108. }
  109. .dataarea-card-left {
  110. margin-right: 24rpx;
  111. border: solid 1px #e0e0e0;
  112. border-radius: 10rpx;
  113. }
  114. .dataarea-card-content {
  115. display: flex;
  116. justify-content: space-between;
  117. width: 100%;
  118. .dataarea-content-left {
  119. view:first-child {
  120. margin-bottom: 9rpx;
  121. font-size: 30rpx;
  122. font-family: PingFangSC-Regular, PingFang SC;
  123. font-weight: bold;
  124. color: #000000;
  125. line-height: 42rpx;
  126. letter-spacing: 1px;
  127. }
  128. .content {
  129. margin-bottom: 9rpx;
  130. font-size: 24rpx;
  131. font-family: PingFangSC-Regular, PingFang SC;
  132. font-weight: 400;
  133. color: #6f6f6f;
  134. line-height: 30rpx;
  135. letter-spacing: 1px;
  136. }
  137. view:last-child {
  138. font-size: 24rpx;
  139. font-family: PingFangSC-Regular, PingFang SC;
  140. font-weight: 400;
  141. color: #6f6f6f;
  142. line-height: 30rpx;
  143. letter-spacing: 1px;
  144. }
  145. }
  146. .dataarea-content-right {
  147. view:first-child {
  148. margin-bottom: 55rpx;
  149. text-align: right;
  150. font-size: 26rpx;
  151. font-family: PingFangSC-Medium, PingFang SC;
  152. font-weight: 700;
  153. color: #ee5a10;
  154. line-height: 30rpx;
  155. letter-spacing: 1px;
  156. }
  157. view:last-child {
  158. text-align: right;
  159. font-size: 24rpx;
  160. font-family: PingFangSC-Regular, PingFang SC;
  161. font-weight: 400;
  162. color: #6f6f6f;
  163. line-height: 30rpx;
  164. letter-spacing: 1px;
  165. }
  166. }
  167. }
  168. &:last-child {
  169. margin-bottom: 40rpx;
  170. }
  171. }
  172. }
  173. }