recruitment.scss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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;
  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. .dataarea-card-left{
  107. margin-right: 24rpx;
  108. border: solid 1px #E0E0E0;
  109. border-radius: 10rpx;
  110. }
  111. .dataarea-card-content{
  112. display: flex;
  113. justify-content: space-between;
  114. width: 100%;
  115. .dataarea-content-left{
  116. view:first-child{
  117. margin-bottom: 9rpx;
  118. font-size: 30rpx;
  119. font-family: PingFangSC-Regular, PingFang SC;
  120. font-weight: bold;
  121. color: #000000;
  122. line-height: 42rpx;
  123. letter-spacing: 1px;
  124. }
  125. .content{
  126. margin-bottom: 9rpx;
  127. font-size: 24rpx;
  128. font-family: PingFangSC-Regular, PingFang SC;
  129. font-weight: 400;
  130. color: #6F6F6F;
  131. line-height: 30rpx;
  132. letter-spacing: 1px;
  133. }
  134. view:last-child{
  135. font-size: 24rpx;
  136. font-family: PingFangSC-Regular, PingFang SC;
  137. font-weight: 400;
  138. color: #6F6F6F;
  139. line-height: 30rpx;
  140. letter-spacing: 1px;
  141. }
  142. }
  143. .dataarea-content-right{
  144. view:first-child{
  145. margin-bottom: 55rpx;
  146. text-align: right;
  147. font-size: 26rpx;
  148. font-family: PingFangSC-Medium, PingFang SC;
  149. font-weight: 700;
  150. color: #EE5A10;
  151. line-height: 30rpx;
  152. letter-spacing: 1px;
  153. }
  154. view:last-child{
  155. text-align: right;
  156. font-size: 24rpx;
  157. font-family: PingFangSC-Regular, PingFang SC;
  158. font-weight: 400;
  159. color: #6F6F6F;
  160. line-height: 30rpx;
  161. letter-spacing: 1px;
  162. }
  163. }
  164. }
  165. &:last-child{
  166. margin-bottom: 40rpx;
  167. }
  168. }
  169. }
  170. }