progresst.vue 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. <template>
  2. <view class="progress">
  3. <view class="top">
  4. <view class="top-t">
  5. <view class="top-item">
  6. <image src="../../static/icon/x1.png" mode=""></image>
  7. <view class="item-tit">1.项目创建</view>
  8. </view>
  9. <view class="top-item">
  10. <image src="../../static/icon/x2.png" mode=""></image>
  11. <view class="item-tit">2.项目审核</view>
  12. </view>
  13. <view class="top-item">
  14. <image src="../../static/icon/x3.png" mode=""></image>
  15. <view class="item-tit">3.捐赠响应</view>
  16. </view>
  17. <view class="top-item">
  18. <image src="../../static/icon/x4.png" mode=""></image>
  19. <view class="item-tit">4.捐赠审核</view>
  20. </view>
  21. </view>
  22. <view class="top-t">
  23. <view class="top-item">
  24. <image src="../../static/icon/x5.png" mode=""></image>
  25. <view class="item-tit">5.捐赠品入库</view>
  26. </view>
  27. <view class="top-item">
  28. <image src="../../static/icon/x6.png" mode=""></image>
  29. <view class="item-tit">6.捐赠品出库</view>
  30. </view>
  31. <view class="top-item">
  32. <image src="../../static/icon/x7.png" mode=""></image>
  33. <view class="item-tit">7.发往受捐者</view>
  34. </view>
  35. <view class="top-item">
  36. <image src="../../static/icon/x8.png" mode=""></image>
  37. <view class="item-tit">8.受捐者反馈</view>
  38. </view>
  39. </view>
  40. </view>
  41. <view class="main">
  42. <view class="item">
  43. <image src="" mode=""></image>
  44. <view class="item-info">
  45. <view class="item-tit">响应捐赠</view>
  46. <view class="item-time">2021/06/17 12:20:34 荆州XXX公司响应捐赠(帐篷100顶),提交工作人员审核</view>
  47. </view>
  48. <view class="line1"></view>
  49. <view class="line5"></view>
  50. </view>
  51. <view class="item">
  52. <image src="" mode=""></image>
  53. <view class="item-info">
  54. <view class="item-tit">捐赠意向书</view>
  55. <view class="item-time">2021/06/17 12:20:34 荆州XXX公司签署捐赠意向书</view>
  56. </view>
  57. <view class="line5"></view>
  58. </view>
  59. <view class="item">
  60. <image src="" mode=""></image>
  61. <view class="item-info">
  62. <view class="item-tit">捐赠审核</view>
  63. <view class="item-time">2021/06/17 12:20:34 荆州XXX公司捐赠响应通过</view>
  64. </view>
  65. <view class="line5"></view>
  66. </view>
  67. <view class="item">
  68. <image src="" mode=""></image>
  69. <view class="item-info">
  70. <view class="item-tit">智能合约</view>
  71. <view class="item-time"></view>
  72. </view>
  73. <view class="line5"></view>
  74. </view>
  75. <view class="item">
  76. <image src="" mode=""></image>
  77. <view class="item-info">
  78. <view class="item-tit">用户寄件方式</view>
  79. <view class="item-time"></view>
  80. </view>
  81. <view class="line5"></view>
  82. </view>
  83. <view class="item">
  84. <image src="" mode=""></image>
  85. <view class="item-info">
  86. <view class="item-tit">入库单信息</view>
  87. <view class="item-time">2021/06/17 12:20:34 荆州XXX公司捐赠的(帐篷100顶)已入库</view>
  88. </view>
  89. <view class="line5"></view>
  90. </view>
  91. <view class="item">
  92. <image src="" mode=""></image>
  93. <view class="item-info">
  94. <view class="item-tit">出库单信息</view>
  95. <view class="item-time">2021/06/17 12:20:34 荆州XXX公司捐赠的(帐篷100顶)已出库</view>
  96. </view>
  97. <view class="line5"></view>
  98. </view>
  99. <view class="item">
  100. <image src="" mode=""></image>
  101. <view class="item-info">
  102. <view class="item-tit">出库物流信息</view>
  103. <view class="item-time"></view>
  104. </view>
  105. <view class="line5"></view>
  106. </view>
  107. <view class="item">
  108. <image src="" mode=""></image>
  109. <view class="item-info">
  110. <view class="item-tit">受捐反馈信息</view>
  111. <view class="item-time">2021/06/17 12:20:34 荆州市红十字会已将贵公司捐赠的(帐篷100顶)发往阳光儿童院</view>
  112. </view>
  113. <view class="line6"></view>
  114. </view>
  115. </view>
  116. </view>
  117. </template>
  118. <script>
  119. export default {
  120. data() {
  121. return {
  122. peopleList: [],
  123. isShow: false
  124. };
  125. },
  126. mounted() {},
  127. methods: {}
  128. };
  129. </script>
  130. <style lang="scss" scoped>
  131. .top {
  132. padding: 40rpx 0;
  133. background-color: #fff;
  134. margin: 20rpx 0;
  135. .top-t {
  136. display: flex;
  137. justify-content: space-between;
  138. padding: 0 55rpx;
  139. .top-item {
  140. width: 160rpx;
  141. display: flex;
  142. flex-direction: column;
  143. justify-content: center;
  144. align-items: center;
  145. margin-bottom: 30rpx;
  146. image {
  147. width: 160rpx;
  148. height: 160rpx;
  149. background: #ffffff;
  150. border-radius: 14px;
  151. margin-bottom: 15rpx;
  152. }
  153. .item-tit {
  154. font-size: 24rpx;
  155. font-family: PingFang SC;
  156. font-weight: 500;
  157. color: #333333;
  158. line-height: 1;
  159. }
  160. }
  161. }
  162. }
  163. .main {
  164. background-color: #fff;
  165. padding-right: 30rpx;
  166. height: 100%;
  167. position: relative;
  168. .line {
  169. width: 2rpx;
  170. // height: 60rpx;
  171. height: 100%;
  172. background-color: #fa7e67;
  173. position: absolute;
  174. left: 60rpx;
  175. }
  176. .item {
  177. position: relative;
  178. image {
  179. width: 45rpx;
  180. height: 45rpx;
  181. background: #fa7e67;
  182. border-radius: 50%;
  183. position: absolute;
  184. top: 49rpx;
  185. left: 40rpx;
  186. z-index: 3;
  187. }
  188. .item-info {
  189. width: 600rpx;
  190. position: relative;
  191. left: 112rpx;
  192. padding-bottom: 34rpx;
  193. border-bottom: 1px solid #ededed;
  194. .item-tit {
  195. padding-top: 39rpx;
  196. font-size: 32rpx;
  197. font-family: PingFang SC;
  198. font-weight: 500;
  199. color: #333333;
  200. line-height: 1;
  201. text {
  202. display: inline-block;
  203. width: 87rpx;
  204. height: 33rpx;
  205. border: 1px solid #0ec400;
  206. border-radius: 5rpx;
  207. font-size: 24rpx;
  208. font-family: PingFang SC;
  209. font-weight: 500;
  210. color: #0ec400;
  211. text-align: center;
  212. line-height: 30rpx;
  213. margin-left: 10rpx;
  214. }
  215. }
  216. .item-time {
  217. padding-top: 17rpx;
  218. font-size: 24rpx;
  219. font-family: PingFang SC;
  220. font-weight: 500;
  221. color: #bfbfbf;
  222. line-height: 1;
  223. }
  224. .item-num {
  225. margin-top: 21rpx;
  226. height: 392rpx;
  227. width: 592rpx;
  228. background-color: red;
  229. }
  230. .all-info {
  231. margin-top: 20rpx;
  232. width: 601rpx;
  233. height: 174rpx;
  234. border: 1px solid #cccccc;
  235. border-radius: 10rpx;
  236. font-size: 24rpx;
  237. font-family: PingFang SC;
  238. font-weight: 500;
  239. color: #999999;
  240. align-items: center;
  241. flex-wrap: wrap;
  242. view {
  243. flex-shrink: 0;
  244. width: 50%;
  245. padding-left: 20rpx;
  246. text {
  247. display: inline-block;
  248. margin-left: 5rpx;
  249. color: #000000;
  250. }
  251. .jd {
  252. color: #e80000;
  253. }
  254. }
  255. }
  256. }
  257. .line1 {
  258. position: absolute;
  259. width: 2rpx;
  260. height: 61rpx;
  261. background-color: #fff;
  262. top: 0;
  263. left: 60rpx;
  264. z-index: 2;
  265. }
  266. .line2 {
  267. position: absolute;
  268. width: 2rpx;
  269. height: 250rpx;
  270. background-color: #fff;
  271. bottom: 0;
  272. left: 60rpx;
  273. }
  274. .line5 {
  275. position: absolute;
  276. width: 2rpx;
  277. height: 100%;
  278. background-color: #fa7e67;
  279. top: 0;
  280. left: 60rpx;
  281. z-index: 1;
  282. }
  283. .line6 {
  284. position: absolute;
  285. width: 2rpx;
  286. height: 61rpx;
  287. background-color: #fa7e67;
  288. top: 0;
  289. left: 60rpx;
  290. }
  291. }
  292. }
  293. </style>