From c63701b39fc18a5d0fc8052cff1fa2dd98908b99 Mon Sep 17 00:00:00 2001 From: THK3121 Date: Mon, 14 Aug 2023 18:21:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E7=89=88=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../logistiCard/logistiBriefCard.vue | 101 ++-- .../logistiCard/logistiCard.vue | 473 +++++++++++------- manifest.json | 34 +- pages.json | 6 +- pages/logistics/deliveryDetil.vue | 388 ++++++++------ pages/logistics/index.vue | 56 ++- pages/logistics/logisticDetil.vue | 340 +++++++------ static/img/logistics/QS.png | Bin 0 -> 3057 bytes static/img/logistics/SJ.png | Bin 0 -> 787 bytes 9 files changed, 845 insertions(+), 553 deletions(-) create mode 100644 static/img/logistics/QS.png create mode 100644 static/img/logistics/SJ.png diff --git a/components/logistiComptent/logistiCard/logistiBriefCard.vue b/components/logistiComptent/logistiCard/logistiBriefCard.vue index 2fea6cf..3304bc0 100644 --- a/components/logistiComptent/logistiCard/logistiBriefCard.vue +++ b/components/logistiComptent/logistiCard/logistiBriefCard.vue @@ -1,20 +1,38 @@ @@ -55,29 +78,27 @@ width: 92vw; height: AUTO; background-color: #fff; - border-radius: 1vw; - position: relative; - padding: 2vh 2vw; - margin: 0 0 20rpx 0; + overflow: hidden; + border-radius: 2vw; + box-sizing: border-box; + margin-bottom: 30rpx; - .custom-style { - border: 0; - width: 20vw; - position: absolute; - top: 0; - right: 0; - height: 4vh; - border-radius: 0 7px 0 7px; + .tit { + border-bottom: 3px solid #F5F5F5; + font-size: 30rpx; + font-weight: bold; + padding: 20rpx 15rpx; } - P { - font-size: 32rpx; - font-weight: bold; - } + .content { + padding: 20rpx 15rpx; - .address { - font-weight: bold; - margin: 15rpx 0; + .address { + margin: 10rpx 0; + // white-space: nowrap; + // overflow: hidden; + // text-overflow: ellipsis; + } } } diff --git a/components/logistiComptent/logistiCard/logistiCard.vue b/components/logistiComptent/logistiCard/logistiCard.vue index e20890e..a3415b8 100644 --- a/components/logistiComptent/logistiCard/logistiCard.vue +++ b/components/logistiComptent/logistiCard/logistiCard.vue @@ -1,80 +1,233 @@