index.less 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. @import "../config";
  2. page{
  3. background: #f8f8f8;
  4. padding-top: 20rpx;
  5. }
  6. .box-body{
  7. margin-top: 10rpx;
  8. width: 100%;
  9. overflow: hidden;
  10. background: #fff;
  11. }
  12. .box-item{
  13. display: flex;
  14. height: 217rpx;
  15. padding: 30rpx 20rpx;
  16. font-size: 28rpx;
  17. color: #999;
  18. box-sizing: border-box;
  19. border-bottom: 1px solid #eaeaea;
  20. }
  21. .item-hover{
  22. background: #cacfd3;
  23. }
  24. .box-item .box-item-img{
  25. display: flex;
  26. flex: 0 0 auto;
  27. width: 150rpx;
  28. height: 150rpx;
  29. border-radius: 6rpx;
  30. background: #fff;
  31. }
  32. .box-item .box-item-info{
  33. display: flex;
  34. flex-direction: column;
  35. justify-content: space-between;
  36. flex-grow:1;
  37. box-sizing: border-box;
  38. overflow: hidden;
  39. }
  40. .box-item .one{
  41. display: flex;
  42. justify-content: space-between;
  43. color: #333;
  44. }
  45. .job{
  46. color: #333;
  47. font-size: 30rpx;
  48. font-family: PingFang-SC-Bold;
  49. font-weight: bold;
  50. letter-spacing:4rpx;
  51. }
  52. .salary{
  53. color: #ef7618;
  54. font-size: 30rpx;
  55. font-weight: bold;
  56. }
  57. .danwei{
  58. font-size: 20rpx;
  59. font-weight: 400;
  60. }
  61. .fan{
  62. background: url("@{baseUrl}/images/home/fanBg.png") no-repeat;
  63. background-size: 100% 100%;
  64. margin-left: 10rpx;
  65. font-size: 20rpx;
  66. padding: 4rpx 20rpx;
  67. color: #fff;
  68. }
  69. .one{
  70. display:flex;
  71. justify-content: space-between;
  72. .pt-duofan{
  73. color: #f95028;
  74. font-size: 24rpx;
  75. }
  76. }
  77. .two{
  78. display: flex;
  79. justify-content: space-between;
  80. color: #909090;
  81. font-size: 20rpx;
  82. }
  83. .three{
  84. display: flex;
  85. justify-content: space-between;
  86. align-items: center;
  87. font-size: 20rpx;
  88. }