diff --git a/agentApp/pages/index/index.vue b/agentApp/pages/index/index.vue index b8328cf..c4b5b5c 100644 --- a/agentApp/pages/index/index.vue +++ b/agentApp/pages/index/index.vue @@ -22,6 +22,34 @@ 待入账:¥200.00 + + + + + 商户ID: + + + 56865kj + + + + + 用户ID: + + + 54568gh + + + + + 代理ID: + + + 56231fd + + + + @@ -201,11 +229,14 @@ export default { margin-top: 10rpx; font-size: 16px; line-height: 1.5; + font-family: PingFangSC-Regular, sans-serif; + font-size: 30rpx; color: #fff; + font-weight: bold; } .age-line { - margin: 45rpx auto 0; + margin: 20rpx auto 0; width: 200rpx; height: 2rpx; @@ -217,8 +248,10 @@ export default { .age-wait { margin-top: 20rpx; + font-family: PingFangSC-Regular, sans-serif; color: #fff; - font-size: 14px; + font-size: 30rpx; + font-weight: bold; } } @@ -290,4 +323,31 @@ export default { } } } + +.divider-style{ + width: 720rpx; + height: 1rpx; + background: #9ECBFF; + margin: 20rpx 0; +} +.information-id-content{ + display: flex; + justify-content: space-between; + align-items: center; +} +.content-id-item{ + display: flex; + justify-content: left; + align-items: center; +} +.id-text{ + font-family: PingFangSC-Regular, sans-serif; + font-size: 24rpx; + color: #fff; +} +.id-value{ + font-family: PingFangSC-Regular, sans-serif; + font-size: 24rpx; + color: #fff; +} diff --git a/agentApp/pages/merchant-index/index.vue b/agentApp/pages/merchant-index/index.vue index 754fcf4..8d7576d 100644 --- a/agentApp/pages/merchant-index/index.vue +++ b/agentApp/pages/merchant-index/index.vue @@ -8,6 +8,32 @@ 地址:广西南宁市江南区波尔多庄园2-109号商铺 + + + + 商户ID: + + + 56865kj + + + + + 用户ID: + + + 54568gh + + + + + 代理ID: + + + 56231fd + + + @@ -148,6 +174,28 @@ } } } + .information-id-content{ + display: flex; + justify-content: space-between; + align-items: center; + padding: 0 25rpx; + padding-bottom: 30rpx; + .content-id-item{ + display: flex; + justify-content: left; + align-items: center; + .id-text{ + font-family: PingFangSC-Regular, sans-serif; + font-size: 24rpx; + color: #fff; + } + .id-value{ + font-family: PingFangSC-Regular, sans-serif; + font-size: 24rpx; + color: #fff; + } + } + } .revenue-information{ display: flex; justify-content: space-between; diff --git a/agentApp/pages/user-orders/user-orders.vue b/agentApp/pages/user-orders/user-orders.vue index fdfa1df..0869f34 100644 --- a/agentApp/pages/user-orders/user-orders.vue +++ b/agentApp/pages/user-orders/user-orders.vue @@ -16,6 +16,36 @@ 待入账:¥200.00 + + + + + + 商户ID: + + + 56865kj + + + + + 用户ID: + + + 54568gh + + + + + 代理ID: + + + 56231fd + + + + + @@ -134,7 +164,7 @@ button::after{ display: flex; justify-content: center; align-items: baseline; - padding-top: 66rpx; + padding-top: 30rpx; text-align: center; } .limit-symbol{ @@ -154,13 +184,13 @@ button::after{ font-size: 30rpx; color: #fff; text-align: center; - margin-top: 30rpx; + margin-top: 10rpx; } .withdrawal-content{ display: flex; justify-content: center; align-items: center; - padding: 30rpx 0; + padding: 15rpx 0; } image.withdrawal-line{ text-align: center; @@ -175,6 +205,35 @@ image.withdrawal-line{ text-align: center; } +.divider-style{ + width: 690rpx; + height: 1rpx; + background: #F8A0A6; + margin: 20rpx 0; +} +.information-id-content{ + display: flex; + justify-content: space-between; + align-items: center; +} +.content-id-item{ + display: flex; + justify-content: left; + align-items: center; +} +.id-text{ + font-family: PingFangSC-Regular, sans-serif; + font-size: 24rpx; + color: #fff; +} +.id-value{ + font-family: PingFangSC-Regular, sans-serif; + font-size: 24rpx; + color: #fff; +} + + + .queuing-information-content{ background: #fff; border-radius: 20rpx;