index.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. /* 顶部 */
  2. .app-header {
  3. display: flex;
  4. align-items: center;
  5. height: 100rpx;
  6. box-shadow: 0 0 10rpx 10rpx #eaeaea;
  7. border-top: 1rpx solid #f5f5f5;
  8. box-sizing: border-box;
  9. background: #fff;
  10. }
  11. .map {
  12. display: flex;
  13. white-space: nowrap;
  14. font-size: 14px;
  15. padding: 0 10rpx 0 20rpx;
  16. color: #999;
  17. }
  18. .arrow-down {
  19. transform: rotate(90deg);
  20. margin-left: 10rpx;
  21. }
  22. .search {
  23. display: flex;
  24. align-items: center;
  25. flex-grow: 1;
  26. height: 54rpx;
  27. margin: 0 20rpx 0 10rpx;
  28. padding: 0 20rpx;
  29. background: #f5f5f5;
  30. border-radius: 27rpx;
  31. line-height: 54rpx;
  32. font-size: 24rpx;
  33. color: #999;
  34. }
  35. .search-input {
  36. margin-left: 10rpx;
  37. }
  38. /* 轮播图 */
  39. .slide-image {
  40. width: 100%;
  41. }
  42. /* 活动 */
  43. .activity-box {
  44. padding: 38rpx 0 22rpx;
  45. }
  46. .activity {
  47. display: flex;
  48. }
  49. .activity-item {
  50. position: relative;
  51. flex: 1 0 auto;
  52. display: flex;
  53. flex-direction: column;
  54. justify-content: center;
  55. justify-items: center;
  56. align-items: center;
  57. font-size: 28rpx;
  58. color: #575757;
  59. padding-top: 10rpx;
  60. padding-bottom: 5rpx;
  61. }
  62. .activity-item image {
  63. width: 90rpx;
  64. height: 90rpx;
  65. }
  66. .activity-item text {
  67. margin-top: 14rpx;
  68. }
  69. /* 公告 */
  70. /* 列表 */
  71. .box-body {
  72. margin-top: 10rpx;
  73. width: 100%;
  74. overflow: hidden;
  75. }
  76. .box-item {
  77. display: flex;
  78. padding: 40rpx 20rpx 30rpx 30rpx;
  79. font-size: 28rpx;
  80. color: #999;
  81. box-sizing: border-box;
  82. border-bottom: 1px solid #eaeaea;
  83. }
  84. .item-hover {
  85. background: #cacfd3;
  86. }
  87. .box-item .box-item-img {
  88. display: flex;
  89. flex: 0 0 auto;
  90. width: 150rpx;
  91. height: 150rpx;
  92. border-radius: 6rpx;
  93. background: #fff;
  94. }
  95. .box-item .box-item-info {
  96. display: flex;
  97. flex-direction: column;
  98. justify-content: space-between;
  99. flex-grow: 1;
  100. box-sizing: border-box;
  101. overflow: hidden;
  102. }
  103. .box-item .one {
  104. display: flex;
  105. justify-content: space-between;
  106. color: #333;
  107. }
  108. .box-item .one .left {
  109. display: flex;
  110. flex-grow: 1;
  111. align-items: center;
  112. }
  113. .job {
  114. color: #333;
  115. font-size: 30rpx;
  116. font-family: PingFang-SC-Bold;
  117. font-weight: bold;
  118. letter-spacing: 4rpx;
  119. }
  120. .salary {
  121. color: #ef7618;
  122. font-size: 30rpx;
  123. font-weight: bold;
  124. }
  125. .danwei {
  126. font-size: 20rpx;
  127. font-weight: 400;
  128. }
  129. .fan {
  130. background: url("https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina/images/home/fanBg.png") no-repeat;
  131. background-size: 100% 100%;
  132. /* margin-left: 10rpx; */
  133. font-size: 20rpx;
  134. padding: 4rpx 10rpx;
  135. color: #fff;
  136. }
  137. .two {
  138. display: flex;
  139. justify-content: space-between;
  140. color: #909090;
  141. font-size: 20rpx;
  142. margin-top: 30rpx;
  143. }
  144. .two .limit {
  145. display: flex;
  146. flex-wrap: wrap;
  147. flex-grow: 1;
  148. overflow: hidden;
  149. margin-right: 10rpx;
  150. width: 80%;
  151. }
  152. .two .limit i-tag {
  153. margin-bottom: 10rpx;
  154. }
  155. .three {
  156. display: flex;
  157. justify-content: space-between;
  158. align-items: center;
  159. font-size: 20rpx;
  160. margin-top: 35rpx;
  161. }
  162. .three .limit {
  163. display: flex;
  164. flex-wrap: wrap;
  165. flex-grow: 1;
  166. overflow: hidden;
  167. margin-right: 10rpx;
  168. width: 80%;
  169. }
  170. .three .limit i-tag {
  171. margin-bottom: 10rpx;
  172. }
  173. .three .time {
  174. flex: 0 0 auto;
  175. }
  176. .tag-class {
  177. color: #37aceb;
  178. background: #e2f4fe !important;
  179. margin-right: 10rpx;
  180. white-space: nowrap;
  181. }
  182. /* 客服 */
  183. .kefu-button::after {
  184. border: 0;
  185. border-radius: 0;
  186. }
  187. #kefu {
  188. position: fixed;
  189. bottom: 60rpx;
  190. right: 30rpx;
  191. width: 124rpx;
  192. height: 124rpx;
  193. background: url("https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina/images/home/kefu.png") no-repeat;
  194. background-size: 100% 100%;
  195. border: none;
  196. outline: none;
  197. }
  198. #kefu.kefu-hover {
  199. background-image: url("https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina/images/home/kefu1.png");
  200. }
  201. #kefu::after {
  202. border: none;
  203. }
  204. .loading_no {
  205. display: flex;
  206. justify-content: center;
  207. align-items: center;
  208. height: 60rpx;
  209. font-size: 22rpx;
  210. color: #696969;
  211. }
  212. .active {
  213. color: #ef7618;
  214. }