leadsdetail.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. Page {
  2. background-color: #f5f5f5;
  3. }
  4. .card {
  5. background-color: #fff;
  6. }
  7. .card-top {
  8. display: flex;
  9. align-items: center;
  10. padding: 0 40rpx;
  11. }
  12. .card-top-left {
  13. margin-right: 40rpx;
  14. position: relative;
  15. }
  16. .card-top-left .type {
  17. position: absolute;
  18. bottom: 0;
  19. right: 0;
  20. transform: translate(50%, 0);
  21. font-size: 24rpx;
  22. color: #fff;
  23. background-color: #ff523d;
  24. border-radius: 20rpx;
  25. padding: 5rpx 10rpx;
  26. white-space: nowrap;
  27. }
  28. .card-top .portrait {
  29. width: 128rpx;
  30. height: 128rpx;
  31. border-radius: 100%;
  32. display: block;
  33. }
  34. .card-top .name {
  35. font-size: 36rpx;
  36. color: #000;
  37. margin-right: 40rpx;
  38. }
  39. .card-top .state {
  40. color: #f39927;
  41. font-size: 28rpx;
  42. border-radius: 24rpx;
  43. background-color: #fef7ee;
  44. padding: 4rpx 20rpx;
  45. white-space: nowrap;
  46. }
  47. .info-wrap {}
  48. .wrap {
  49. overflow: hidden;
  50. }
  51. .wrap .title {
  52. font-size: 32rpx;
  53. color: #000;
  54. padding: 0 40rpx;
  55. font-weight: bold;
  56. }
  57. .wrap .item {
  58. border-bottom: 2rpx solid #f5f5f5;
  59. padding: 24rpx 40rpx;
  60. display: flex;
  61. }
  62. .item-l {
  63. font-size: 30rpx;
  64. color: #999;
  65. margin-right: 20rpx;
  66. position: relative;
  67. }
  68. .item-l image {
  69. width: 88rpx;
  70. height: 88rpx;
  71. display: block;
  72. position: relative;
  73. border-radius: 100%;
  74. }
  75. .item-r {
  76. flex: 1;
  77. font-size: 30rpx;
  78. color: #666;
  79. display: flex;
  80. flex-direction: column;
  81. word-break: break-all;
  82. }
  83. .item-r .item-r-top {
  84. overflow: hidden;
  85. display: flex;
  86. flex-direction: row;
  87. justify-content: flex-start;
  88. align-items: center;
  89. }
  90. .item-r .item-r-top .text-name {
  91. font-size: 34rpx;
  92. color: #000;
  93. /* font-weight: bold; */
  94. }
  95. .item-r .item-r-top .text-position {
  96. font-size: 28rpx;
  97. color: #f39927;
  98. }
  99. .item-r .item-r-top .text-type {
  100. float: right;
  101. color: #f39927;
  102. font-size: 28rpx;
  103. }
  104. .item-r .item-r-top .text-job {
  105. font-size: 28rpx;
  106. color: #666;
  107. margin-left: 20rpx;
  108. }
  109. .item-r .item-r-bottom {
  110. font-size: 28rpx;
  111. color: #999;
  112. line-height: 40rpx;
  113. }
  114. .item-r .item-r-bottom.time {
  115. margin: 4rpx 0 10rpx;
  116. }
  117. .loading {
  118. width: 180rpx;
  119. height: 240rpx;
  120. position: fixed;
  121. top: 50%;
  122. left: 50%;
  123. transform: translate(-50%, -50%);
  124. display: block;
  125. }
  126. .swiper-tab {
  127. margin-top: 16rpx;
  128. background-color: #fff;
  129. display: flex;
  130. align-items: center;
  131. justify-content: space-around;
  132. padding: 24rpx 0;
  133. border-bottom: 2rpx solid #f5f5f5;
  134. font-size: 32rpx;
  135. }
  136. .swiper-item {
  137. color: #000;
  138. position: relative;
  139. }
  140. .swiper-item.active {
  141. color: #ff523d;
  142. }
  143. .swiper-item.active::after {
  144. content: '';
  145. height: 4rpx;
  146. left: 0;
  147. right: 0;
  148. background: #ff523d;
  149. position: absolute;
  150. bottom: -24rpx;
  151. }
  152. .info-outer {
  153. padding-top: 12rpx;
  154. padding-bottom: 28rpx;
  155. background-color: #fff;
  156. }
  157. .follow-up-list .item:last-child .item-r,
  158. .team .item:last-child .item-r {
  159. border: 0;
  160. }
  161. .team .item,
  162. .follow-up-list .item {
  163. border: 0;
  164. padding-bottom: 0;
  165. }
  166. .team .item .item-r,
  167. .follow-up-list .item .item-r {
  168. padding-bottom: 24rpx;
  169. border-bottom: 1px solid #f5f5f5;
  170. }
  171. .icon-hooli-wechatx {
  172. background-color: #02dd64;
  173. color: #fff;
  174. }
  175. .icon-hooli-phonex {
  176. background-color: #eee;
  177. color: #999;
  178. }
  179. .icon-hooli-qqx {
  180. background-color: #88CBF5;
  181. color: #fff;
  182. }
  183. .icon-hooli-emailx {
  184. background-color: #eee;
  185. color: #999;
  186. }
  187. .icon {
  188. width: 40rpx;
  189. height: 40rpx;
  190. font-size: 20rpx;
  191. text-align: center;
  192. line-height: 40rpx;
  193. border-radius: 100%;
  194. }
  195. .trade-info .item-l {
  196. min-width: 180rpx;
  197. }
  198. .empty {
  199. font-size: 30rpx;
  200. text-align: center;
  201. margin-top: 20rpx;
  202. color: #000;
  203. }
  204. .order-list card {
  205. background-color: #fff;
  206. margin-bottom: 16rpx;
  207. padding: 24rpx 0;
  208. }
  209. .order-list .item-top-wrap {
  210. padding-bottom: 24rpx;
  211. border-bottom: 2rpx solid #f4f4f4;
  212. margin-bottom: 24rpx;
  213. }
  214. .order-list .item-top-wrap .card-top {
  215. display: flex;
  216. justify-content: space-between;
  217. align-items: center;
  218. margin-bottom: 30rpx;
  219. }
  220. .order-list .card-top .title {
  221. font-size: 32rpx;
  222. color: #000;
  223. }
  224. .order-list .card-top .new-tag {
  225. font-size: 28rpx;
  226. color: #ff523d;
  227. }
  228. .order-list .item {
  229. display: flex;
  230. align-items: center;
  231. margin-top: 10rpx;
  232. padding: 0 40rpx;
  233. justify-content: flex-start;
  234. }
  235. .order-list .item-left {
  236. font-size: 30rpx;
  237. color: #999;
  238. margin-right: 20rpx;
  239. width: 185rpx;
  240. }
  241. .order-list .item-right {
  242. font-size: 30rpx;
  243. color: #666;
  244. flex: 1;
  245. overflow: hidden;
  246. white-space: nowrap;
  247. text-overflow: ellipsis;
  248. display: block;
  249. width: 0;
  250. }