diff --git a/pages/index/customer.vue b/pages/index/customer.vue index 352bfed..5d5b10a 100644 --- a/pages/index/customer.vue +++ b/pages/index/customer.vue @@ -9,11 +9,11 @@ 暂无数据 - - + A {{item.name}} @@ -56,7 +56,96 @@ 指派顾问 + --> + + + + + + {{item.agentName}} + + + 自动结束 18:12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 排队中 + + + + + + + + {{item.name || '--'}} + + {{ item.phone ||'--' }} + + + + + + {{ item.visitRecord || "--" }}次到访 + + + + {{ item.createTime }} + + + + {{ item.mm || '0' }}min + + + + + 接待延时 + 重新指派 + 结束接待 + + + 指派顾问 + + + @@ -301,9 +390,10 @@ border-bottom: 1px solid #E0E0E0; display: flex; align-items: center; + justify-content: space-between; .zuo { - width: 80%; + // width: 25%; height: 100%; display: flex; align-items: center; @@ -312,29 +402,36 @@ width: 52rpx; height: 52rpx; border-radius: 50%; - border: 1px solid #C9C9C9; + // border: 1px solid #C9C9C9; + border: 1px solid #2671E2; font-size: 30rpx; - color: #292929; + color: #2671E2; font-weight: 400; - line-height: 52rpx; + line-height: 48rpx; text-align: center; margin-left: 30rpx; } .zuoname { font-size: 30rpx; - font-weight: 500; + font-weight: bold; color: #333333; line-height: 30rpx; margin-left: 20rpx; } } - + .cen{ + // width:50%; + color: #E7483C; + text-align: center; + + } .you { - width: 20%; + // width: 25%; height: 100%; display: flex; align-items: center; + margin-right: 30rpx; .youimg1 { width: 12rpx; @@ -342,7 +439,11 @@ border-radius: 50%; background: #2B6EFF; } - + .you-img{ + width: 24rpx; + height: 32rpx; + margin-left: 24rpx; + } .youimg1-1 { width: 12rpx; height: 12rpx; @@ -394,26 +495,43 @@ } .footer-button { - margin-top: 30rpx; + // margin-top: 30rpx; width: 100%; - height: 90rpx; + height: 108rpx; display: flex; font-size: 30rpx; font-weight: 400; color: #333333; border-top: 1rpx solid #E0E0E0; - + justify-content:flex-end; + line-height: 58rpx; .footer1 { - flex: 1; + // flex: 1; text-align: center; - line-height: 90rpx; - border-right: 1rpx solid #E0E0E0; + margin-top: 24rpx; + // line-height: 90rpx; + // border-right: 1rpx solid #E0E0E0; + width: 156rpx; + height: 60rpx; + background: #FFFFFF; + border-radius: 30rpx; + border: 1px solid #999999; + margin-left: 30rpx; + } .footer3 { - flex: 1; + // flex: 1; text-align: center; - line-height: 90rpx; + margin-top: 24rpx; + // line-height: 90rpx; + width: 156rpx; + height: 60rpx; + background: #FFFFFF; + border-radius: 30rpx; + border: 1px solid #999999; + margin-left: 30rpx; + margin-right: 30rpx; } } } @@ -433,4 +551,75 @@ bottom: 100upx; right: 44upx; } + + .content-sec { + padding: 28rpx 30rpx 32rpx; + display: flex; + justify-content: space-between; + + .left { + display: flex; + align-items: center; + + .adviser { + margin-right: 10rpx; + padding: 5rpx 11rpx; + border-radius: 50%; + border: 1rpx solid #2671E2; + background: #2671E2; + font-size: 30rpx; + color: #fff; + } + + .cus { + font-size: 30rpx; + font-weight: 400; + color: #666666; + // line-height: 30rpx; + } + + .arriveNum { + font-size: 30rpx; + font-weight: 400; + margin-left: 10rpx; + } + } + + .right { + font-size: 28rpx; + font-weight: 400; + color: #2671E2; + display: flex; + align-items: center; + + .img { + margin-right: 10rpx; + width: 32rpx; + height: 32rpx; + } + } + } + + .content-last { + padding: 0 30rpx 34rpx; + font-size: 30rpx; + font-weight: 400; + color: #666666; + display: flex; + align-items: center; + justify-content: space-between; + + .c-items { + flex-shrink: 0; + display: flex; + align-items: center; + font-size: 28rpx; + + .c-items-img { + margin-right: 10rpx; + width: 32rpx; + height: 32rpx; + } + } + } diff --git a/static/images/cus1.png b/static/images/cus1.png new file mode 100644 index 0000000..d518ed1 Binary files /dev/null and b/static/images/cus1.png differ diff --git a/static/images/cus2.png b/static/images/cus2.png new file mode 100644 index 0000000..13e5373 Binary files /dev/null and b/static/images/cus2.png differ diff --git a/static/images/cus3.png b/static/images/cus3.png new file mode 100644 index 0000000..f4b38ac Binary files /dev/null and b/static/images/cus3.png differ diff --git a/static/images/cus4.png b/static/images/cus4.png new file mode 100644 index 0000000..95149c7 Binary files /dev/null and b/static/images/cus4.png differ diff --git a/static/images/cus5.png b/static/images/cus5.png new file mode 100644 index 0000000..0d00bdd Binary files /dev/null and b/static/images/cus5.png differ diff --git a/static/images/cus6.png b/static/images/cus6.png new file mode 100644 index 0000000..4c55324 Binary files /dev/null and b/static/images/cus6.png differ diff --git a/static/images/people.png b/static/images/people.png new file mode 100644 index 0000000..791a26f Binary files /dev/null and b/static/images/people.png differ diff --git a/static/images/time.png b/static/images/time.png new file mode 100644 index 0000000..d966f7a Binary files /dev/null and b/static/images/time.png differ diff --git a/static/images/voice.png b/static/images/voice.png new file mode 100644 index 0000000..7a86073 Binary files /dev/null and b/static/images/voice.png differ