From bcbed83f5f3c0062b266359a13cca79512d9851c Mon Sep 17 00:00:00 2001 From: chenkainan Date: Fri, 27 Sep 2024 17:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/order/detail.vue | 50 +++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/subPackages/order/detail.vue b/subPackages/order/detail.vue index 919ae6a..a7c9964 100644 --- a/subPackages/order/detail.vue +++ b/subPackages/order/detail.vue @@ -346,7 +346,7 @@ - + 联系客服 @@ -405,6 +405,18 @@ + + + + + 即将拨打客服电话 + 服务时间:周一至周五
8:30-11:30,14:30-18:00
+ + 取消 + 确定 + +
+
@@ -1526,4 +1538,40 @@ .express-item-icons { background: #71B580; } + + .consult-popup { + width: 487rpx; + height: 367rpx; + background: #F0F0F0; + border-radius: 20rpx; + padding: 65rpx 0 23rpx; + font-weight: bold; + font-size: 32rpx; + color: #000000; + text-align: center; + + .consult-subtitle { + font-weight: 500; + font-size: 27rpx; + color: #333333; + margin-top: 43rpx; + } + + .consult-btns { + display: flex; + margin-top: 75rpx; + + view { + width: 50%; + font-weight: bold; + font-size: 32rpx; + color: #71B580; + line-height: 54rpx; + } + view:first-child { + border-right: 1rpx solid #D8D8D8; + color: #000000; + } + } + } \ No newline at end of file