diff --git a/pages/center/consumer/consumerDetail.vue b/pages/center/consumer/consumerDetail.vue index 5591649..67ad0c3 100644 --- a/pages/center/consumer/consumerDetail.vue +++ b/pages/center/consumer/consumerDetail.vue @@ -202,6 +202,18 @@ 执行率 + + + + 添加提醒 + + + + 写跟进 + + @@ -539,4 +551,30 @@ } } } + .pon-foot{ + position: fixed; + width: 750rpx; + height: 100rpx; + background: #FFFFFF; + box-shadow: 0px -2rpx 8rpx 0rpx rgba(224, 224, 224, 0.5); + bottom: 0; + display: flex; + justify-content: space-around; + align-items: center; + // padding-top: 24rpx; + box-sizing: border-box; + // padding: ; + .foot-tab{ + text-align: center; + width: 270rpx; + height: 70rpx; + line-height: 70rpx; + background: #2671E2; + box-shadow: 0px -2rpx 8rpx 0px rgba(224, 224, 224, 0.5); + border-radius: 6rpx; + font-size: 30rpx; + font-weight: 400; + color: #FFFFFF; + } + }