index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .box-body {
  2. margin-top: 10rpx;
  3. width: 100%;
  4. overflow: hidden;
  5. }
  6. .box-item {
  7. display: flex;
  8. padding: 40rpx 20rpx 30rpx 30rpx;
  9. font-size: 28rpx;
  10. color: #999;
  11. box-sizing: border-box;
  12. border-bottom: 1px solid #eaeaea;
  13. }
  14. .item-hover {
  15. background: #cacfd3;
  16. }
  17. .box-item .box-item-img {
  18. display: flex;
  19. flex: 0 0 auto;
  20. width: 150rpx;
  21. height: 150rpx;
  22. border-radius: 6rpx;
  23. background: #fff;
  24. }
  25. .box-item .box-item-info {
  26. display: flex;
  27. flex-direction: column;
  28. justify-content: space-between;
  29. flex-grow: 1;
  30. box-sizing: border-box;
  31. overflow: hidden;
  32. }
  33. .box-item .one {
  34. display: flex;
  35. justify-content: space-between;
  36. color: #333;
  37. }
  38. .box-item .one .left {
  39. display: flex;
  40. flex-grow: 1;
  41. align-items: center;
  42. }
  43. .job {
  44. color: #333;
  45. font-size: 30rpx;
  46. font-family: PingFang-SC-Bold;
  47. font-weight: bold;
  48. letter-spacing: 4rpx;
  49. }
  50. .salary {
  51. color: #ef7618;
  52. font-size: 30rpx;
  53. font-weight: bold;
  54. }
  55. .danwei {
  56. font-size: 20rpx;
  57. font-weight: 400;
  58. }
  59. .fan {
  60. background: url("https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina/images/home/fanBg.png") no-repeat;
  61. background-size: 100% 100%;
  62. /* margin-left: 10rpx; */
  63. font-size: 20rpx;
  64. padding: 4rpx 10rpx;
  65. color: #fff;
  66. }
  67. .two {
  68. display: flex;
  69. justify-content: space-between;
  70. color: #909090;
  71. font-size: 20rpx;
  72. margin-top: 30rpx;
  73. }
  74. .two .limit {
  75. display: flex;
  76. flex-wrap: wrap;
  77. flex-grow: 1;
  78. overflow: hidden;
  79. margin-right: 10rpx;
  80. }
  81. .two .limit i-tag {
  82. margin-bottom: 10rpx;
  83. }
  84. .two .time {
  85. flex: 0 0 auto;
  86. }
  87. .three {
  88. display: flex;
  89. justify-content: space-between;
  90. align-items: center;
  91. font-size: 20rpx;
  92. margin-top: 35rpx;
  93. }
  94. .three .limit {
  95. display: flex;
  96. flex-wrap: wrap;
  97. flex-grow: 1;
  98. overflow: hidden;
  99. margin-right: 10rpx;
  100. }
  101. .three .limit i-tag {
  102. margin-bottom: 10rpx;
  103. }
  104. .three .time {
  105. flex: 0 0 auto;
  106. }
  107. .tag-class {
  108. color: #37aceb;
  109. background: #e2f4fe !important;
  110. margin-right: 10rpx;
  111. white-space: nowrap;
  112. }
  113. .loading_no {
  114. display: flex;
  115. justify-content: center;
  116. align-items: center;
  117. height: 60rpx;
  118. font-size: 22rpx;
  119. color: #696969;
  120. }
  121. .active {
  122. color: #ef7618;
  123. }
  124. .box-item .four {
  125. display: flex;
  126. justify-content: space-between;
  127. align-items: center;
  128. color: #3c3c3c;
  129. background: #fff5e1;
  130. padding: 10rpx 20rpx;
  131. }
  132. .box-item .four .pt-member {
  133. font-size: 22rpx;
  134. }
  135. .box-item .four .number {
  136. font-size: 28rpx;
  137. font-weight: 700;
  138. }
  139. .box-item .four .endtime {
  140. font-size: 20rpx;
  141. }