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 @@
-
-
+
+
物流信息
@@ -25,7 +24,8 @@
-
+
{{ item.context }}
@@ -35,8 +35,8 @@
- 暂无物流信息
+ 暂无物流信息
@@ -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 @@
-
-
+
+
物流查询
-
-
+
扫码识别
@@ -87,30 +85,40 @@
page {
background-color: #F7F8FA;
min-height: 100%;
- padding-bottom: 140upx;
- background: linear-gradient(180deg, #FFE4E8 0%, #F7F8FA 40%);
+ height: 100%;
+
+ }
+
+ .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;
}
.bgImg {
width: 100%;
- height: 200px;
+ height: 180px;
position: relative;
}
.contentDes {
position: relative;
z-index: 2;
- margin: 26upx;
+ margin: 0upx 26upx;
+
background-color: #fff;
+
background: #FFFFFF;
border-radius: 6px 6px 6px 6px;
opacity: 1;
- padding: 28upx;
+ padding: 0 28upx;
+
}
.navBarContent {
- height: 100upx;
- line-height: 100upx;
+ height: 140upx;
+ line-height: 140upx;
text-align: center;
position: relative;