recruitment.scss 4.4 KB

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