recruitment.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. &-card{
  85. margin-top: 20rpx;
  86. width: 100%;
  87. background-color: #FFFFFF;
  88. border-radius: 10px;
  89. }
  90. }
  91. }