index.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. /* 轮播图 */
  2. .slide-image {
  3. width: 100%;
  4. }
  5. /* 拼团列表 */
  6. .box-body {
  7. margin-top: 10rpx;
  8. width: 100%;
  9. overflow: hidden;
  10. }
  11. .mg190 {
  12. margin-bottom: 190rpx;
  13. }
  14. .box-item {
  15. display: flex;
  16. padding: 30rpx 20rpx;
  17. font-size: 28rpx;
  18. color: #999;
  19. box-sizing: border-box;
  20. border-bottom: 1px solid #eaeaea;
  21. }
  22. .box-item view {
  23. margin-bottom: 10rpx;
  24. }
  25. .box-item view::after {
  26. margin-bottom: 0;
  27. }
  28. .box-item .box-item-img {
  29. display: flex;
  30. flex: 0 0 auto;
  31. width: 150rpx;
  32. height: 150rpx;
  33. border-radius: 6rpx;
  34. background: #fff;
  35. }
  36. .box-item .box-item-info {
  37. display: flex;
  38. flex-direction: column;
  39. justify-content: space-between;
  40. flex-grow: 1;
  41. box-sizing: border-box;
  42. overflow: hidden;
  43. }
  44. .box-item .one {
  45. display: flex;
  46. align-items: center;
  47. justify-content: space-between;
  48. color: #333;
  49. }
  50. .box-item .one .job {
  51. color: #333;
  52. font-size: 22rpx;
  53. font-family: PingFang-SC-Bold;
  54. font-weight: bold;
  55. letter-spacing: 4rpx;
  56. }
  57. .box-item .one .salary {
  58. color: #ef7618;
  59. font-size: 30rpx;
  60. font-weight: bold;
  61. }
  62. .box-item .one .danwei {
  63. font-size: 20rpx;
  64. font-weight: 400;
  65. }
  66. .box-item .one .fan {
  67. background: url("https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina/images/home/fanBg.png") no-repeat;
  68. background-size: 100% 100%;
  69. margin-left: 10rpx;
  70. font-size: 16rpx;
  71. padding: 4rpx 20rpx;
  72. color: #fff;
  73. }
  74. .box-item .two {
  75. display: flex;
  76. justify-content: space-between;
  77. color: #909090;
  78. font-size: 20rpx;
  79. }
  80. .box-item .three {
  81. display: flex;
  82. justify-content: space-between;
  83. align-items: center;
  84. font-size: 20rpx;
  85. }
  86. .box-item .four {
  87. display: flex;
  88. justify-content: space-between;
  89. align-items: center;
  90. color: #3c3c3c;
  91. background: #fff5e1;
  92. padding: 10rpx 20rpx;
  93. }
  94. .box-item .four .pt-member {
  95. font-size: 22rpx;
  96. }
  97. .box-item .four .number {
  98. font-size: 28rpx;
  99. font-weight: 700;
  100. }
  101. .box-item .four .endtime {
  102. font-size: 20rpx;
  103. }
  104. .box-item .item-hover {
  105. background: #cacfd3;
  106. }
  107. .tag-class {
  108. color: #37aceb;
  109. background: #e2f4fe !important;
  110. margin-right: 10rpx;
  111. white-space: nowrap;
  112. }
  113. /* 我的拼团 */
  114. .box {
  115. border-bottom: 2px solid #fff;
  116. }
  117. .box .box-body {
  118. margin-top: 2rpx;
  119. width: 100%;
  120. overflow: hidden;
  121. }
  122. .box .box-item {
  123. display: flex;
  124. padding: 20rpx;
  125. font-size: 28rpx;
  126. color: #bcedfd;
  127. box-sizing: border-box;
  128. background: #428fba;
  129. }
  130. .box .box-item .box-item-img {
  131. display: flex;
  132. flex: 0 0 auto;
  133. width: 110rpx;
  134. height: 110rpx;
  135. border-radius: 50%;
  136. background: #fff;
  137. }
  138. .box .box-item .box-item-info {
  139. display: flex;
  140. flex-direction: column;
  141. justify-content: space-between;
  142. flex-grow: 1;
  143. padding: 0 15rpx;
  144. box-sizing: border-box;
  145. overflow: hidden;
  146. }
  147. .box .box-item .job {
  148. color: #fff;
  149. white-space: nowrap;
  150. }
  151. .box .box-item .componey {
  152. color: #bcedfd;
  153. font-size: 20rpx;
  154. overflow: hidden;
  155. text-overflow: ellipsis;
  156. white-space: nowrap;
  157. }
  158. .box .box-item .fan {
  159. margin-left: 10rpx;
  160. font-size: 24rpx;
  161. }
  162. .box .box-item .three {
  163. display: flex;
  164. justify-content: space-between;
  165. align-items: flex-end;
  166. }
  167. .box .box-item .limit {
  168. overflow: hidden;
  169. margin-right: 10rpx;
  170. }
  171. .box .box-item .number {
  172. font-size: 46rpx;
  173. color: #fff;
  174. margin-bottom: -4rpx;
  175. }
  176. .box .box-footer {
  177. padding: 0 20rpx;
  178. box-sizing: border-box;
  179. }
  180. .box .box-footer .box-footer-content {
  181. display: flex;
  182. justify-content: space-between;
  183. font-size: 28rpx;
  184. border-top: 1px solid #ccc;
  185. padding: 10rpx 0;
  186. }
  187. .box .box-footer .endTime {
  188. color: #099;
  189. font-size: 24rpx;
  190. }
  191. /* 我的拼团 */
  192. .myPT {
  193. position: fixed;
  194. bottom: 0;
  195. left: 0;
  196. width: 100%;
  197. }
  198. .myPT .box {
  199. border: none;
  200. }
  201. .djs {
  202. display: flex;
  203. align-items: flex-end;
  204. font-size: 24rpx;
  205. color: #bcedfd;
  206. }
  207. .fan {
  208. background: url("https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina/images/home/fanBg.png") no-repeat;
  209. background-size: 100% 100%;
  210. /* margin-left: 10rpx; */
  211. font-size: 20rpx;
  212. padding: 4rpx 10rpx;
  213. color: #fff;
  214. }
  215. .loading_no {
  216. display: flex;
  217. justify-content: center;
  218. align-items: center;
  219. height: 60rpx;
  220. font-size: 22rpx;
  221. color: #696969;
  222. }
  223. /* 空白页 */
  224. .no_data {
  225. width: 100%;
  226. margin-top: 30%;
  227. display: flex;
  228. justify-content: center;
  229. align-items: center;
  230. flex-direction: column;
  231. }
  232. .white {
  233. width: 68px;
  234. height: 98px;
  235. }
  236. .no_text {
  237. color: #ccc;
  238. font-size: 28rpx;
  239. margin-top: 20rpx;
  240. }