diff --git a/pages/news/user/rechargeList.vue b/pages/news/user/rechargeList.vue
index e682695..be8aa94 100644
--- a/pages/news/user/rechargeList.vue
+++ b/pages/news/user/rechargeList.vue
@@ -12,10 +12,7 @@
-
-
- 暂无数据显示哦~
-
+
diff --git a/pages/news1/wallet.vue b/pages/news1/wallet.vue
index 5c9f6e2..ea32ef8 100644
--- a/pages/news1/wallet.vue
+++ b/pages/news1/wallet.vue
@@ -1,7 +1,8 @@
-
+
@@ -9,7 +10,9 @@
余额说明
账户余额
-
+
+
+
{{isEye?infor.balance:'****'}}
@@ -72,8 +75,9 @@
-
+
+
@@ -112,10 +116,7 @@
{{item.money}}
-
-
- 暂无数据显示哦~
-
+
@@ -139,7 +140,7 @@
background: 'url(' + img + ') center top no-repeat',
backgroundSize: '100% auto',
},
- isEye:true,
+ isEye: true,
OrderType: 0,
timeShow: false,
timeParams: {
@@ -185,7 +186,7 @@
this.OrderType = 999
},
dropClose() {
- this.OrderType =''
+ this.OrderType = ''
this.getBalance('')
},
onRecharge() {
@@ -273,6 +274,7 @@
.wallet {
height: 100%;
position: relative;
+ background-color: #fff;
.bgImg {
width: 100%;
@@ -515,18 +517,18 @@
.btn {
flex: 1;
- height: 100rpx;
- line-height: 100rpx;
+ line-height: 85upx;
text-align: center;
font-size: 26rpx;
- border: none !important;
+ // border: none !important;
+ width: 260rpx;
+ height: 85upx
}
.resetBtn {
- background-color: #F3F4F6;
+ background-color: #fff;
border-radius: 29px 29px 29px 29px;
- opacity: 1;
- // border: 1px solid #F3F4F6;
+ border: 1px solid #DDDDDD;
color: #222;
}
@@ -541,6 +543,10 @@
}
}
+ ::v-deep .uni-button:after {
+ border: none !important;
+ }
+
::v-deep .u-dropdown__menu {
height: 100upx !important;
}
@@ -703,12 +709,14 @@
font-size: 28rpx;
font-weight: 400;
color: #595959;
+ margin: 0 6rpx;
}
.b {
font-size: 26rpx;
font-weight: 400;
color: #A3A3A3;
+ margin: 0 6rpx;
}
}
@@ -720,12 +728,14 @@
font-size: 40rpx;
font-weight: 500;
color: #414141;
+ margin: 0 6rpx;
}
.b {
font-size: 28rpx;
font-weight: 400;
color: #A3A3A3;
+ margin: 0 6rpx;
}
}
}
diff --git a/pages/news3/LogisticsDetails.vue b/pages/news3/LogisticsDetails.vue
index 19a2a75..141a280 100644
--- a/pages/news3/LogisticsDetails.vue
+++ b/pages/news3/LogisticsDetails.vue
@@ -1,28 +1,20 @@
-
-
-
-
-
- 物流信息
+
+
+
+
+
+
+
+
+ 物流公司:{{logisticsItem.express_name}}
-
-
-
-
-
- 物流公司:{{logisticsItem.express_name}}
-
-
- 物流单号:{{logisticsItem.express_no}}复制
-
+
+ 物流单号:{{logisticsItem.express_no}}复制
-
@@ -32,14 +24,11 @@
{{ item.time }}
-
+
-
-
- 暂无物流信息~
-
+
@@ -48,6 +37,10 @@
export default {
data() {
return {
+ background: {
+ background: `url(${this.$picUrl}/static/news/login-bg.png) center top no-repeat`,
+ backgroundSize: '100%',
+ },
traces: [],
logisticsItem: ''
};
@@ -108,40 +101,13 @@
padding-bottom: 40upx;
}
- .bg_style {
+ .park {
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;
- text-align: center;
- }
-
- .navBarContent {
- height: 140upx;
- line-height: 140upx;
- text-align: center;
- position: relative;
-
- text {
- font-size: 32upx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- color: #000;
- }
-
- }
-
- .bgImg {
- width: 100%;
- height: 160px;
- position: relative;
- }
-
// 物流轨迹
.logis-box {
width: 100%;
@@ -223,6 +189,7 @@
}
}
}
+
.empty {
display: flex;
flex-direction: column;
@@ -230,7 +197,8 @@
justify-content: center;
width: 100%;
height: 400rpx;
- background-color: #fff;
+ background-color: #fff;
+
image {
width: 114rpx;
height: auto;
diff --git a/pages/news3/LogisticsInquiry.vue b/pages/news3/LogisticsInquiry.vue
index 01a5a3b..3dd1a70 100644
--- a/pages/news3/LogisticsInquiry.vue
+++ b/pages/news3/LogisticsInquiry.vue
@@ -1,27 +1,19 @@
-
-
-
-
-
-
- 物流查询
+
+
+
+
+
+
+
+
+
+
+ 扫码识别
-
-
-
-
-
-
-
- 扫码识别
-
-
-
- 粘贴单号
-
+
+
+ 粘贴单号
@@ -35,6 +27,10 @@
export default {
data() {
return {
+ background: {
+ background: `url(${this.$picUrl}/static/news/login-bg.png) center top no-repeat`,
+ backgroundSize: '100%',
+ },
logisticsNum: '',
};
},
@@ -89,24 +85,15 @@
}
- .bg_style {
+ .park {
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: 180px;
- position: relative;
- }
-
.contentDes {
- position: relative;
- z-index: 2;
margin: 0upx 26upx;
-
background-color: #fff;
background: #FFFFFF;
@@ -132,7 +119,7 @@
}
::v-deep .u-field {
- padding: 30upx 10upx;
+ padding: 45rpx 28upx !important;
}
.btnGroup {
diff --git a/pages/news3/ManualEntry.vue b/pages/news3/ManualEntry.vue
index d5efccb..18785c0 100644
--- a/pages/news3/ManualEntry.vue
+++ b/pages/news3/ManualEntry.vue
@@ -1,5 +1,5 @@
-
+
@@ -64,7 +64,7 @@
:file-list="transferList" :custom-btn="true" max-count="6">
-
+
上传图片
@@ -78,15 +78,18 @@
:file-list="chatList" :custom-btn="true" max-count="6">
-
+
上传图片
-
@@ -467,22 +470,28 @@
}
}
- .footerBtn {
- width: 86%;
- height: 88upx;
- background: #FF5050;
- border-radius: 36px 36px 36px 36px;
- opacity: 1;
- font-size: 28upx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 88upx;
- text-align: center;
- margin: 76upx auto 0upx auto;
+ .goods-fd {
+ width: 100%;
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ padding: 0.9375rem;
+ z-index: 99;
+ background-color: #fafafa;
+ box-sizing: border-box;
+ .btn {
+ width: 630rpx;
+ line-height: 88rpx;
+ background: #F34A40;
+ border-radius: 88rpx;
+ text-align: center;
+ font-size: 28rpx;
+ font-weight: 500;
+ color: #FFFFFF;
+ margin: auto;
+ }
}
-
.c {
padding-top: 20rpx;
overflow: hidden;
diff --git a/pages/news3/seasoningCondimentsRecord.vue b/pages/news3/seasoningCondimentsRecord.vue
index 74b8e65..72b50d0 100644
--- a/pages/news3/seasoningCondimentsRecord.vue
+++ b/pages/news3/seasoningCondimentsRecord.vue
@@ -1,5 +1,5 @@
-
+
-
+
上传图片
@@ -50,7 +50,7 @@
@on-remove="onRemoveChat" height="180" :file-list="chatList" :custom-btn="true" max-count="6">
-
+
上传图片
@@ -58,8 +58,8 @@
-
@@ -386,22 +386,43 @@
}
}
}
+ .goods-fd {
+ width: 100%;
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ padding: 0.9375rem;
+ z-index: 99;
+ background-color: #fafafa;
+ box-sizing: border-box;
- .footerBtn {
- width: 86%;
- height: 88upx;
- background: #FF5050;
- border-radius: 36px 36px 36px 36px;
- opacity: 1;
- font-size: 28upx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 88upx;
- text-align: center;
- margin: 42upx auto 0 auto;
-
+ .btn {
+ width: 630rpx;
+ line-height: 88rpx;
+ background: #F34A40;
+ border-radius: 88rpx;
+ text-align: center;
+ font-size: 28rpx;
+ font-weight: 500;
+ color: #FFFFFF;
+ margin: auto;
+ }
}
+ // .footerBtn {
+ // width: 86%;
+ // height: 88upx;
+ // background: #FF5050;
+ // border-radius: 36px 36px 36px 36px;
+ // opacity: 1;
+ // font-size: 28upx;
+ // font-family: PingFang SC, PingFang SC;
+ // font-weight: 500;
+ // color: #FFFFFF;
+ // line-height: 88upx;
+ // text-align: center;
+ // margin: 42upx auto 0 auto;
+
+ // }
.c {
padding-top: 20rpx;
diff --git a/pages/news3/setOutRecords.vue b/pages/news3/setOutRecords.vue
index 6db54fe..2097561 100644
--- a/pages/news3/setOutRecords.vue
+++ b/pages/news3/setOutRecords.vue
@@ -48,12 +48,9 @@
-
-
- 暂无物流信息~
-
-
@@ -338,29 +335,36 @@
width: 180upx;
}
- .footerBtns {
- width: 86%;
- height: 88upx;
- background: #F55349;
- border-radius: 6px;
- opacity: 1;
- font-size: 28upx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 88upx;
- text-align: center;
+ .goods-fd {
+ width: 100%;
position: fixed;
- bottom: 20rpx;
- left: 7%;
+ left: 0;
+ bottom: 0;
+ padding: 0.9375rem;
+ z-index: 99;
+ background-color: #fafafa;
+ box-sizing: border-box;
+
+ .btn {
+ width: 630rpx;
+ line-height: 88rpx;
+ background: #F34A40;
+ border-radius: 88rpx;
+ text-align: center;
+ font-size: 28rpx;
+ font-weight: 500;
+ color: #FFFFFF;
+ margin: auto;
+ }
}
+
.empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
-
+
image {
width: 114rpx;
height: auto;