index.less 4.5 KB

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