recruitment.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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;
  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: 220rpx !important;
  41. // min-height: 208rpx !important;
  42. .swiper-item{
  43. // height: 101rpx;
  44. margin-right: 14rpx;
  45. text-align: center;
  46. .img{
  47. width: 94rpx;
  48. height: 94rpx;
  49. box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.23);
  50. border-radius: 10rpx;
  51. }
  52. .subject{
  53. width: 100%;
  54. text-align: center;
  55. font-size: 24rpx;
  56. font-family: PingFangSC-Regular, PingFang SC;
  57. font-weight: bold;
  58. color: #000000;
  59. line-height: 33rpx;
  60. letter-spacing: 1px;
  61. }
  62. .post{
  63. width: 100%;
  64. font-size: 22rpx;
  65. font-family: PingFangSC-Regular, PingFang SC;
  66. font-weight: 400;
  67. color: #6F6F6F;
  68. line-height: 30rpx;
  69. letter-spacing: 1px;
  70. .postlink{
  71. color: $u-type-warning;
  72. }
  73. }
  74. }
  75. .lookmore{
  76. background-color: #e2e2e2;
  77. text-align: center;
  78. line-height: 101rpx;
  79. border-radius: 10rpx;
  80. .moretext{
  81. color: #777;
  82. font-size: 28rpx;
  83. }
  84. }
  85. }
  86. }
  87. }
  88. }
  89. &-tabs{
  90. padding: 0 30rpx 10rpx;
  91. }
  92. &-dataarea{
  93. padding: 0 30rpx;
  94. width: 100%;
  95. &-card{
  96. display: flex;
  97. flex-wrap: wrap;
  98. margin-top: 20rpx;
  99. padding: 5%;
  100. width: 100%;
  101. background-color: #FFFFFF;
  102. border-radius: 10rpx;
  103. .dataarea-card-left{
  104. .image{
  105. width: 101rpx;
  106. height: 101rpx;
  107. box-shadow: 0 0 10rpx 0 rgba(77, 77, 77, 0.23);
  108. border-radius: 5rpx;
  109. }
  110. }
  111. .dataarea-card-content{
  112. margin-left: 4%;
  113. width: 80%;
  114. display: flex;
  115. flex-wrap: wrap;
  116. justify-content: space-between;
  117. .dataarea-content-left{
  118. view:first-child{
  119. margin-bottom: 9rpx;
  120. font-size: 30rpx;
  121. font-family: PingFangSC-Regular, PingFang SC;
  122. font-weight: bold;
  123. color: #000000;
  124. line-height: 42rpx;
  125. letter-spacing: 1px;
  126. }
  127. .content{
  128. margin-bottom: 9rpx;
  129. font-size: 22rpx;
  130. font-family: PingFangSC-Regular, PingFang SC;
  131. font-weight: 400;
  132. color: #9B9B9B;
  133. line-height: 30rpx;
  134. letter-spacing: 1px;
  135. }
  136. view:last-child{
  137. font-size: 22rpx;
  138. font-family: PingFangSC-Regular, PingFang SC;
  139. font-weight: 400;
  140. color: #BBBBBB;
  141. line-height: 30rpx;
  142. letter-spacing: 1px;
  143. }
  144. }
  145. .dataarea-content-right{
  146. view:first-child{
  147. margin-bottom: 55rpx;
  148. text-align: right;
  149. font-size: 22rpx;
  150. font-family: PingFangSC-Medium, PingFang SC;
  151. font-weight: 500;
  152. color: #EE5A10;
  153. line-height: 30rpx;
  154. letter-spacing: 1px;
  155. }
  156. view:last-child{
  157. text-align: right;
  158. font-size: 22rpx;
  159. font-family: PingFangSC-Regular, PingFang SC;
  160. font-weight: 400;
  161. color: #BCBCBC;
  162. line-height: 30rpx;
  163. letter-spacing: 1px;
  164. }
  165. }
  166. }
  167. &:last-child{
  168. margin-bottom: 40rpx;
  169. }
  170. }
  171. }
  172. }