| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- <template>
- <view class="progress">
- <view class="top">
- <view class="top-t">
- <view class="top-item">
- <image src="../../static/icon/x1.png" mode=""></image>
- <view class="item-tit">1.项目创建</view>
- </view>
- <view class="top-item">
- <image src="../../static/icon/x2.png" mode=""></image>
- <view class="item-tit">2.项目审核</view>
- </view>
- <view class="top-item">
- <image src="../../static/icon/x3.png" mode=""></image>
- <view class="item-tit">3.捐赠响应</view>
- </view>
- <view class="top-item">
- <image src="../../static/icon/x4.png" mode=""></image>
- <view class="item-tit">4.捐赠审核</view>
- </view>
- </view>
- <view class="top-t">
- <view class="top-item">
- <image src="../../static/icon/x5.png" mode=""></image>
- <view class="item-tit">5.捐赠品入库</view>
- </view>
- <view class="top-item">
- <image src="../../static/icon/x6.png" mode=""></image>
- <view class="item-tit">6.捐赠品出库</view>
- </view>
- <view class="top-item">
- <image src="../../static/icon/x7.png" mode=""></image>
- <view class="item-tit">7.发往受捐者</view>
- </view>
- <view class="top-item">
- <image src="../../static/icon/x8.png" mode=""></image>
- <view class="item-tit">8.受捐者反馈</view>
- </view>
- </view>
- </view>
- <view class="main">
- <view class="item">
- <image src="" mode=""></image>
- <view class="item-info">
- <view class="item-tit">响应捐赠</view>
- <view class="item-time">2021/06/17 12:20:34 荆州XXX公司响应捐赠(帐篷100顶),提交工作人员审核</view>
- </view>
- <view class="line1"></view>
- <view class="line5"></view>
- </view>
- <view class="item">
- <image src="" mode=""></image>
- <view class="item-info">
- <view class="item-tit">捐赠意向书</view>
- <view class="item-time">2021/06/17 12:20:34 荆州XXX公司签署捐赠意向书</view>
- </view>
- <view class="line5"></view>
- </view>
- <view class="item">
- <image src="" mode=""></image>
- <view class="item-info">
- <view class="item-tit">捐赠审核</view>
- <view class="item-time">2021/06/17 12:20:34 荆州XXX公司捐赠响应通过</view>
- </view>
- <view class="line5"></view>
- </view>
- <view class="item">
- <image src="" mode=""></image>
- <view class="item-info">
- <view class="item-tit">智能合约</view>
- <view class="item-time"></view>
- </view>
- <view class="line5"></view>
- </view>
- <view class="item">
- <image src="" mode=""></image>
- <view class="item-info">
- <view class="item-tit">用户寄件方式</view>
- <view class="item-time"></view>
- </view>
- <view class="line5"></view>
- </view>
- <view class="item">
- <image src="" mode=""></image>
- <view class="item-info">
- <view class="item-tit">入库单信息</view>
- <view class="item-time">2021/06/17 12:20:34 荆州XXX公司捐赠的(帐篷100顶)已入库</view>
- </view>
- <view class="line5"></view>
- </view>
- <view class="item">
- <image src="" mode=""></image>
- <view class="item-info">
- <view class="item-tit">出库单信息</view>
- <view class="item-time">2021/06/17 12:20:34 荆州XXX公司捐赠的(帐篷100顶)已出库</view>
- </view>
- <view class="line5"></view>
- </view>
- <view class="item">
- <image src="" mode=""></image>
- <view class="item-info">
- <view class="item-tit">出库物流信息</view>
- <view class="item-time"></view>
- </view>
- <view class="line5"></view>
- </view>
- <view class="item">
- <image src="" mode=""></image>
- <view class="item-info">
- <view class="item-tit">受捐反馈信息</view>
- <view class="item-time">2021/06/17 12:20:34 荆州市红十字会已将贵公司捐赠的(帐篷100顶)发往阳光儿童院</view>
- </view>
- <view class="line6"></view>
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- peopleList: [],
- isShow: false
- };
- },
- mounted() {},
- methods: {}
- };
- </script>
- <style lang="scss" scoped>
- .top {
- padding: 40rpx 0;
- background-color: #fff;
- margin: 20rpx 0;
- .top-t {
- display: flex;
- justify-content: space-between;
- padding: 0 55rpx;
- .top-item {
- width: 160rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin-bottom: 30rpx;
- image {
- width: 160rpx;
- height: 160rpx;
- background: #ffffff;
- border-radius: 14px;
- margin-bottom: 15rpx;
- }
- .item-tit {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 1;
- }
- }
- }
- }
- .main {
- background-color: #fff;
- padding-right: 30rpx;
- height: 100%;
- position: relative;
- .line {
- width: 2rpx;
- // height: 60rpx;
- height: 100%;
- background-color: #fa7e67;
- position: absolute;
- left: 60rpx;
- }
- .item {
- position: relative;
- image {
- width: 45rpx;
- height: 45rpx;
- background: #fa7e67;
- border-radius: 50%;
- position: absolute;
- top: 49rpx;
- left: 40rpx;
- z-index: 3;
- }
- .item-info {
- width: 600rpx;
- position: relative;
- left: 112rpx;
- padding-bottom: 34rpx;
- border-bottom: 1px solid #ededed;
- .item-tit {
- padding-top: 39rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 1;
- text {
- display: inline-block;
- width: 87rpx;
- height: 33rpx;
- border: 1px solid #0ec400;
- border-radius: 5rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #0ec400;
- text-align: center;
- line-height: 30rpx;
- margin-left: 10rpx;
- }
- }
- .item-time {
- padding-top: 17rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #bfbfbf;
- line-height: 1;
- }
- .item-num {
- margin-top: 21rpx;
- height: 392rpx;
- width: 592rpx;
- background-color: red;
- }
- .all-info {
- margin-top: 20rpx;
- width: 601rpx;
- height: 174rpx;
- border: 1px solid #cccccc;
- border-radius: 10rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- align-items: center;
- flex-wrap: wrap;
- view {
- flex-shrink: 0;
- width: 50%;
- padding-left: 20rpx;
- text {
- display: inline-block;
- margin-left: 5rpx;
- color: #000000;
- }
- .jd {
- color: #e80000;
- }
- }
- }
- }
- .line1 {
- position: absolute;
- width: 2rpx;
- height: 61rpx;
- background-color: #fff;
- top: 0;
- left: 60rpx;
- z-index: 2;
- }
- .line2 {
- position: absolute;
- width: 2rpx;
- height: 250rpx;
- background-color: #fff;
- bottom: 0;
- left: 60rpx;
- }
- .line5 {
- position: absolute;
- width: 2rpx;
- height: 100%;
- background-color: #fa7e67;
- top: 0;
- left: 60rpx;
- z-index: 1;
- }
- .line6 {
- position: absolute;
- width: 2rpx;
- height: 61rpx;
- background-color: #fa7e67;
- top: 0;
- left: 60rpx;
- }
- }
- }
- </style>
|