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