From e9875549277d073af4b6d3b79e5fa6f9aa5a13c4 Mon Sep 17 00:00:00 2001 From: fanfan Date: Wed, 21 Feb 2024 20:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news3/LogisticsDetails.vue | 27 +++++++++++++++---------- pages/news3/LogisticsInquiry.vue | 34 ++++++++++++++++++++------------ 2 files changed, 38 insertions(+), 23 deletions(-) diff --git a/pages/news3/LogisticsDetails.vue b/pages/news3/LogisticsDetails.vue index 623bf1a..d3ee71e 100644 --- a/pages/news3/LogisticsDetails.vue +++ b/pages/news3/LogisticsDetails.vue @@ -1,11 +1,10 @@ @@ -46,7 +46,7 @@ data() { return { traces: [], - logisticsItem:'' + logisticsItem: '' }; }, /** @@ -105,6 +105,13 @@ padding-bottom: 40upx; } + .bg_style { + width: 100%; + background: url(https://www.royaum.com.cn/static/news/login-bg.png) center 0 no-repeat; + background-size: 100% auto; + min-height: 100vh; + } + .all-details { width: 100%; font-size: 14px; @@ -112,8 +119,8 @@ } .navBarContent { - height: 100upx; - line-height: 100upx; + height: 140upx; + line-height: 140upx; text-align: center; position: relative; @@ -128,7 +135,7 @@ .bgImg { width: 100%; - height: 130px; + height: 160px; position: relative; } diff --git a/pages/news3/LogisticsInquiry.vue b/pages/news3/LogisticsInquiry.vue index ed817d6..01a5a3b 100644 --- a/pages/news3/LogisticsInquiry.vue +++ b/pages/news3/LogisticsInquiry.vue @@ -1,22 +1,20 @@