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 @@