recruitment.scss 4.6 KB

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