recruitment.scss 4.1 KB

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