index.less 3.6 KB

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