recruitment.scss 4.4 KB

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